Hi Daid,
I'm glad you like it. Perhaps you can use it for inspiration for you own slicer. I'll try the program after I feel Netfabb's under control and I can get good quality prints every time I turn on the machine.
Looking forward to other user's experiences and some print from the Slic3r's gcodes.
Recommended Posts
Daid 304
Interesting. It also looks like an easier UI then skeinforge.
I think the following configuration will work:
(save it as config.ini and load it)
As it seems to use the same 'dimension' type of configuration as the new SF40/SF41 you will need a M92 in the start code for the right number of E steps. And at least a sprinter/marlin firmware.
I did a slice test (no print), and it's faster then Skeinforge. It does have the same 'feature' as skeinforge that it hangs during slicing, and only produces console output. It also doesn't remember the last selected path. I guess the developer is using the command line himself.
For my test model:
Skeinforge: 6 minutes 13 seconds (with psyco, and speedup patches found in SF43)
Slic3r: 50 seconds (with the above settings)
SliceAndDaid: 1.8 seconds (Cheating, because doesn't generate GCode yet, doesn't do infills, but does generate an path for the perimeter)
So, it's at least 6 times faster then using Skeinforge. However, it's Perl, so my Java slicer should run circles around it (once it works). It does generate GCode with comments in them, so make sure your GCode sender strips those out or you might run into buffering problems. But it looks like a valid option instead of skeinforge.
Link to post
Share on other sites