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
G90 ; use absolute coordinates | |
M83 ; extruder relative mode | |
M140 S[bed_temperature_initial_layer] ; set final bed temp | |
M104 S150 ; set temporary nozzle temp to prevent oozing during homing | |
G4 S10 ; allow partial nozzle warmup ; dwell 10 seconds | |
G28 ; home all axis | |
G29 A ; (DW) Activate UBL Mesh | |
G0 Z25 F240 | |
M104 S[nozzle_temperature_initial_layer] ; set final nozzle temp | |
M190 S[bed_temperature_initial_layer] ; wait for bed temp to stabilize |
OlderNewer