Sakati84 / 3DPrintColorizer

Software & Hardware to do multi color printing with Sharpies
GNU General Public License v3.0
425 stars 56 forks source link

Prusa MK3 skips G0 to move below pen #81

Closed krisrok closed 2 years ago

krisrok commented 2 years ago

Skipping the move command results in the knocking the pens off the rack and not catching any pen at all.

Most likely it's because of missing space between the parameters in these lines:

G0 X62.0Z28.150000000000006 ;go under pen

Interestingly, this happens only via USB, e.g when printing via Octoprint or sending the command via e.g. Octoprint's terminal. Printing the exact same gcode from SD-card works as intended.