This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Start G-Code | |
G21 ;set units to millimeters | |
G90 ;use absolute positioning | |
M104 S{material_print_temperature_layer_0} ;set extruder temp | |
M140 S{material_bed_temperature_layer_0} ;set bed temp | |
G28 ;Home all axes | |
;G1 Z5.0 ;move platform down 5mm ;off for 2.0.3 firmware | |
G1 X0 Y20 F5000.0 ;move to intro line start position | |
M190 S{material_bed_temperature_layer_0} ;wait for bed temp | |
M109 S{material_print_temperature_layer_0} ;wait for extruder temp |
OlderNewer