Page 1 of 1
Set Up for Rostock Max
Posted: Fri Apr 05, 2013 8:53 pm
by harley573
I have spent the last hour searching for info on how to configure Kisslicer for the Rostock Max and can't find a thing. Surely you have to tell it that you are using a delta printer instead of a conventional printer, right? Where do you do this? Are there instructions for the initial setup that I'm not finding? Am I oblivious?
Re: Set Up for Rostock Max
Posted: Fri Apr 05, 2013 9:10 pm
by mhackney
Did you find
my post in this thread with all of my KISSlicer configuration files? These are for the newest 1.1RC2 version. You just put them in the same folder with KISS and launch it. I even included an STL to tell KISS about the round build surface on a Rostock. It really is that simple. KISS (or any slicer) does not care that you have a delta or Cartesian printer. It is generating the path for the nozzle, extruder movements, temps, etc. The interpretation of this is done in the firmware - THAT's where the knowledge of a delta printer resides!
Re: Set Up for Rostock Max
Posted: Fri Apr 05, 2013 9:27 pm
by harley573
Aha! Good to know. I thought the slicer was generating the g-code.
Re: Set Up for Rostock Max
Posted: Fri Apr 05, 2013 9:28 pm
by mhackney
The slicer does generate the gcode. But the gcode is interpreted by the firmware.
Re: Set Up for Rostock Max
Posted: Fri Apr 05, 2013 9:43 pm
by harley573
Okay, run that by me again then. If the slicer software is generating the G-code, how does it not need to know that it is dealing with a delta printer? If making a linear move on a conventional machine in the X direction, the G code would be G01 x3 f50 because all it is saying is that it is a linear move, look for the speed callout, (F50) and turn the stepper motor the appropriate number of steps to move the head 3 units. On a delta printer, it isn't that straight forward since it needs to move at least 2 steppers to make a straight line. Am I more confused than I think?
Re: Set Up for Rostock Max
Posted: Fri Apr 05, 2013 9:49 pm
by Polygonhell
harley573 wrote:Okay, run that by me again then. If the slicer software is generating the G-code, how does it not need to know that it is dealing with a delta printer? If making a linear move on a conventional machine in the X direction, the G code would be G01 x3 f50 because all it is saying is that it is a linear move, look for the speed callout, (F50) and turn the stepper motor the appropriate number of steps to move the head 3 units. On a delta printer, it isn't that straight forward since it needs to move at least 2 steppers to make a straight line. Am I more confused than I think?
Because the GCode calls out a set of moves in XYZ space and the firmware changes those to moves of the actual carriages.
Re: Set Up for Rostock Max
Posted: Fri Apr 05, 2013 10:01 pm
by harley573
Right.