Need help with Starting script
Posted: Wed Feb 01, 2017 6:18 pm
I am trying to figure out the code on the starting script. What I would like for it to do is after homing and just before starting to print. I would like for the hotend to raise up 10mm, extrude 3mm of filament, and then when lowering back down move to the center of the to begin printing from the 10mm up. I keep getting caught on the clips holding the glass in place.
Current code
Current code
Code: Select all
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G1 Z15.0 F10500;move the platform down 15mm
G92 E0 ; zero the extruded length
G1 F200 E0 ; extrude 3mm of feed stock