Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- G90 ; use absolute coordinates
- M83 ; extruder relative mode
- M104 S180 ; set temporary nozzle temp to prevent oozing during homing
- M140 S{first_layer_bed_temperature[0]} ; set final bed temp
- G4 S30 ; allow partial nozzle warmup
- G28 ; home all axis and restore leveling
- G1 Z50 F240
- G1 X2.0 Y10 F3000
- M104 S{first_layer_temperature[0]} ; set final nozzle temp
- M190 S{first_layer_bed_temperature[0]} ; wait for bed temp to stabilize
- M109 S{first_layer_temperature[0]} ; wait for nozzle temp to stabilize
- G1 Z0.28 F240
- G92 E0
- G90
- M83
- ;<<<<<hit button 3 times then another for 7 pulses to zero chameleon>>>>>>>>>>>
- G92 E0
- G0 X0 Y427 F2000 ;moved to button
- G0 X0 Y430 F2000 ;pressed button
- G4 P100 ;wait 100ms
- G0 X0 Y427 F2000 ;moved to button
- G4 P200 ;wait 200ms
- G0 X0 Y430 F2000 ;pressed button
- G4 P100 ;wait 100ms
- G0 X0 Y427 F2000 ;moved to button
- G4 P200 ;wait 200ms
- G0 X0 Y430 F2000 ;pressed button
- G4 P100 ;wait 100ms
- G0 X0 Y427 F2000 ;moved to button
- G4 P200 ;wait 200ms
- G0 X0 Y430 F2000 ;pressed button
- G4 P3600 ;wait 7 pulses
- G0 X0 Y427 F2000 ;moved to button
- G4 P5000 ;wait seconds to home
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement