Start Config File Group - Longus/FluidNC GitHub Wiki
This group controls optional things that happen startup
- must_home: This controls whether you are required to home at startup or not. You will get an homing alarm at startup if this value is true.
- deactivate_parking: Turns off the parking feature
- check_limits If true this will report if any limit switches are active at startup
start:
must_home: true
deactivate_parking: false
check_limits: false