fix move to origin for deltas and cartesians when not homing all axis
[clinton/Smoothieware.git] / ConfigSamples / Snippets / filament_out_switch.config
CommitLineData
ca85907e
JM
1switch.filamentout.enable true #
2switch.filamentout.input_pin 1.30^ # pin where filemant out button is connected
3switch.filamentout.output_on_command suspend # command
4
5switch.resume.enable true #
6switch.resume.input_pin 1.31^ # pin where resum ebutton is connected
7switch.resume.output_on_command resume # command
8
9after_suspend_gcode G91_G0E-5_G0Z10_G90_G0X-50Y-50 # gcode to run after suspend, retract then get head out of way
10before_resume_gcode G91_G1E1_G90 # gcode to run after temp is reached but before resume - do a prime
11