Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- G21 ;metric values
- G90 ;absolute positioning
- M82 ;set extruder to absolute mode
- M107 ;start with the fan off
- G28
- G92 E0 ;zero the extruded length
- ; ---D-Bot no Probe start
- G29 S1
- ;G32 S2
- ; --Purgeline Script start at 20x and 20y and move 80mm while prime the nozzle
- G1 Y20 F5000
- G1 X 20 Z0.150 F5000
- G1 X60 E10 F500
- G1 X100 E13 F500
- G1 Z0.20
- ; --- end
- G92 E0 ;zero the extruded length again
- G1 F9000
- ;Put printing message on LCD screen
- M117 D-Bot Printing...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement