Page 1 of 2

S3D on the CraftBot

Posted: Tue Feb 03, 2015 8:44 am
by Scottbee
I realize that only the VIP and Early Backers currently have Craftbots, so there is not a large installed base. I received my Craftbot yesterday and played with it for a bit using the "supplied" Craftware slicer. Not a bad "first effort", but being an ardent S3D user there were certainly a lot of things that I missed.... including print quality!

Getting S3D up and running on the Craftbot was pretty easy and in the near future I will post a profile for anybody that is interested. I'm still tweaking it and refining it at the moment.

The only real "issue" that I have run into appears to be communication. I can control most of the functions of the machine over USB with the machine control panel, but when it comes to actually running a print over USB it will fail. The printer will do the preheat sequence and then perform a number of unplanned moves and gyrations. I can take that same GCODE, open it in Craftware and then print over USB via Craftprint, so I don't think there is anything fundamentally wrong with the GCODE.

I have tried turning on hardware flow control, but that didn't appear to make any difference. I'm open to other suggestions.

Re: S3D on the CraftBot

Posted: Wed Feb 11, 2015 3:57 am
by BenO
It would be great to get CraftBot compatibility.

Re: S3D on the CraftBot

Posted: Wed Feb 11, 2015 8:00 am
by habloIngles
for printers not on the compatibility list (many of my reprap printers aren't, which is understandable considering the amount of variation from one reprap model to the next) you would simply go to Config Assistant and select other. See this thread:
http://forum.simplify3d.com/viewtopic.php?f=8&t=2009

Re: S3D on the CraftBot

Posted: Thu Feb 12, 2015 11:53 am
by BenO
I tried that. The head moves to the print zone then stops before printing anything :/

Re: S3D on the CraftBot

Posted: Thu Feb 12, 2015 2:21 pm
by Scottbee
As I mentioned, I configured a profile that works quite well. I can crank out GCODE that prints on the machine much better than the GCODE that comes from CraftWare.

My only stumbling block right now is USB communication. I can control the rudimentary functions of the bot via the machine control panel, but I can't stream a print to the machine via USB. I have to do that using CraftPrint (Craft Unique's USB printing program).

Re: S3D on the CraftBot

Posted: Fri Feb 13, 2015 5:17 am
by JoeJ
Scott - can you post your FFF profile? I wonder if the craftbot software is streaming the entire gcode file to the printer at the beginning instead of line-by-line. Is there a communication log in that software so that you can see what it's doing?

Re: S3D on the CraftBot

Posted: Fri Feb 13, 2015 3:57 pm
by Scottbee
Sure, I can post the current profile that I am using and I will do so shortly (when I get home).

I spent a little time playing with USB communications the other day. Increased and decreased the baud rate. I could get the printer to start the print... but while it was moving the stepper sounded like a buzz saw... like the USB communication interrupt was hammering on the stepper motor driver interrupt.

CraftPrint (the program that lets you stream GCODE prints out to the printer over USB) doesn't have this problem... so there is some sort of workaround. But I have no idea what they are doing (buffer, handshake, whatever).

The only log that I know of is the S3D commo window....

Re: S3D on the CraftBot

Posted: Sat Feb 14, 2015 6:29 am
by JoeJ
I wonder if it's a buffering issue. Have you tried going to Tools --> Firmware Configuration, Communication tab, and disabling the "Allow command buffering" option?

Looking forward to seeing the FFF profile you are using!

Re: S3D on the CraftBot

Posted: Sat Feb 14, 2015 9:08 am
by Scottbee
Brilliant!

I disabled command buffering and I was able to print a test block over USB from S3D. I'm somewhat embarrassed that I hadn't already tried that! Thank you!

Attached is a Craftbot.fff. It's nothing magic or special. It is just a baseline configuration that allowed me to get up and running on the machine. It can certainly be tweaked!

Re: S3D on the CraftBot

Posted: Thu Feb 26, 2015 11:39 am
by BenO
Does the crafbot go to home at the end of the print with your profile?