Homing CNC Duet 3 6CH
-
Before homing I am unable to use other commands than G1 H2 to move. H2 ignores endstops. Hard to home the machine without... What am I missing? G1 H1 as described in the documentation does not work
-
@stian there are multiple possible reasons:
- the endstops are already beleaving that they are triggered, then you must check endstop configuration: normally open (NO) or normally closed (NC) and exchange. You can trigger the endstop manually to check whether it triggers correctly and watch status in DWC, without making moves. Maybe you've the wrong assigment (X axis triggers endstop of Y etc.)
- M208 is not set correctly, because G1 H1 uses this setting to set homing
- config.g errors and config.g did not run correctly. You can call M98 "config.g" to check for errors
If this doesn't help, please post your config.g to check.
-
Endstops already telling that they were triggered was the thing. Thank you!
-