I'm using the Volumetric version, is that ok?
no, you need to use RepRap(Marlin/Sprinter)
give this code a try
;*** start code ***
G28 ; home all axes
G1 X10 Y10 F3000 ; bring extruder to the front
G92 E0 ; zero the extruded length
G1 Z30 ; lower
G1 E30 F225 ; purge nozzle with 30mm of filament
G1 X10 Y40 F3000 ; little move to avoid dipping the plastic puddle
G92 E0 ; zero the extruded length again
;*** end code ***
G28 ; home all
M104 S0 ; turn off heaters
M140 S0 ; turn off bed
M84 ; disable motors
I thought his start.gcode looked ok..? I did question the E values we can't see after the M117 though.
Recommended Posts
xisle 34
Are you using the Volumetric or Marlin version of RepRap GCode? I don't have a UM2 so I couldn't do any testing.
Link to post
Share on other sites