Custom GCODE
Hey guys,
Whats can someone please give me the correct language for my custom GCODE? Its got to do with the temp settings, but i'm not sure what?
Thanks!
G21 ; set units to millimeters
G90 ; use absolute positioning
M82 ; absolute extrusion mode
M104 S{material_print_temperature_layer_0} ; set extruder temp
M140 S{material_bed_temperature_layer_0} ; set bed temp
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G29
M190 S{material_bed_temperature_layer_0} ; wait for bed temp
M109 S{material_print_temperature_layer_0} ; wait for extruder temp
G0 X0 Y15 F9000 ; Go to front
G0 Z0.15 ; Drop to bed
G92 E0 ; zero the extruded length
G1 X40 E25 F500 ; Extrude 25mm of filament in a 4cm line
G92 E0 ; zero the extruded length
G1 E-1 F500 ; Retract a little
G1 X80 F4000 ; Quickly wipe away from the filament line
G1 Z0.3 ; Raise and begin printing.
RE: Custom GCODE
Actually I seem to have a more pressing problem of stopping a print LOL
I'm using Astro Print and I can send the print ok. But cant stop it???
RE: Custom GCODE
What I mean by that is no monitoring and aborting a print that doesn't look like its going to work?
Thanks