tomasf / microprint

Printing software for M3D Micro for OS X
MIT License
26 stars 5 forks source link

G0 E0 cause "Too small" error #2

Open scotty1024 opened 9 years ago

scotty1024 commented 9 years ago

Noticed the pre-processor is garbling the g-code here and causing an error to be flagged by the printer.

Heating to 220°C: 95%

This is the section of source G-Code

M109 S208.000000 M17 ;turn on the motors G28 ;Home G90 ;absolute positioning M109 S280 ;wait for desired temp

;Layer count: 33 ;LAYER:-2 ;RAFT G0 F4200 X35.378 Y31.658 Z0.300 ;TYPE:SUPPORT G1 F1200 X36.450 Y30.504 E0.19645 G1 X36.848 Y30.075 E0.26944 G1 X38.148 Y28.918 E0.48650 G1 X39.838 Y27.648 E0.75017

As you can see right at the beginning. The pre-processor doesn't seem to like that ";TYPE:SUPPORT" being where it is. :-)

Scotty