temperaturecontrol: allow setting background tool without activating
[clinton/Smoothieware.git] / ConfigSamples / Snippets / soft-endstops.config
CommitLineData
7e9e31b0
JM
1soft_endstop.enable true # enable soft endstops
2soft_endstop.halt true # HALT when soft endstop triggered (safest) when set to false the entire move will just be ignored
3soft_endstop.x_min 0.0 # minimum X
4soft_endstop.y_min 0.0 # minimum Y
5#soft_endstop.z_min 0.0 # minimum Z NOTE leave commented out to disable checking for this axis
6soft_endstop.x_max 500.0 # maximum X
7soft_endstop.y_max 500.0 # maximum Y
8#soft_endstop.z_max 40.0 # maximum Z NOTE leave commented out to disable checking for this axis