Duet 3 Mini 5+ sensorless homing configuration
-
@flobler
no a g30 command is enough, regardless of how you configured the z endstop.the offset is set with the g31 command
its hard to see if you missed the command because you did not post your entire config.
what about the M558 command?
-
Here is the whole config.g.
So are you saying I should remove the "M574 Z1 S2" and rather configure sensorless homing for the high end on the Z-axis with "M574 Z1 S3"? Then I should be able to crash into the top of the Z axis for leveling the X axis parallel to the bed...
The low endstop/offset through the Pinda is entirely handled through G30/G31?
Thanks again Sorry if this is taking me a while...
-
@flobler said in Duet 3 Mini 5+ sensorless homing configuration:
So are you saying I should remove the "M574 Z1 S2" and rather configure sensorless homing for the high end on the Z-axis with "M574 Z1 S3"? Then I should be able to crash into the top of the Z axis for leveling the X axis parallel to the bed...
The low endstop/offset through the Pinda is entirely handled through G30/G31?yes give that a try.
you want to change it to M574 Z2 S4 as you are homing to the max.
delete the M574 Z1 S2 then in the homing script issue a G30 command to determine z=0
-
also check with M122 that you are actually on the latest firmware. with the mini the first update can go wrong.
-
Great, thank you! I also just checked and I am on the latest firmware, thanks for the tip.
I guess figuring out the sensorless homing now will be a bit of trial and error. I will try different speeds now and see if that helps
-
I spent the past couple of hours trying to find the correct values for sensorless homing but got no further.
For this purpose I tried to home X only to see if I could get it home correctly, therefore only adjusted homex.g
General:
Values I adjusted in homex.g throughout my tests:
- M913 (range of adjustment 30-80%)
- M915 S value (range of adjustment 1-3)
- G1 F value (range from 4000-10000)
Procedure:
- Set values and upload homex.g
- Move X 100mm away from home point
- Try Homing
- Stop
How I changed values:
a) Start with
- M915 S3
- G1 F10000
- M913 X80 Y 80
b) Adjust M915 to S2 and S1, try homing for each value
c) Lower G1 F by 1000
d) Repeat b)-c) until G1 F4000 is reached
e) Lower M913 by 10
f) Repeat b)-e) until M913 X30 Y30 is reached
g) End with
- M915 S1
- G1 F4000
- M913 X30 Y30
I hope this makes sense... So far all of those tests gave me a crash.
Are my jumps on the values too big? Is there something else I am forgetting with those tests?
-
i havnt gotten around to testing sensorless homing on the mini 5
i think you are the first person to try. -
i just tried with the highest sensitivity and could not get the sensorless homing to trigger.
@dc42 any suggestions?
-
The critical point in the doc on stall detection for the Duet 3 Mini is this:
Additionally, the TMC2209 stepper driver used in Duet 3 Mini 5+ (and Duet 3 Tool board TOOL1LC once stallGuard is implemented in firmware), features stallGuard 4. This is optimised for operation with stealthChop, while its predecessor stallGuard 2 (TMC5160 and TMC2260) works with spreadCycle. You will need to adjust the speed at which stealthChop changes over to spreadCycle. This is set by M569 V parameter. The default is 2000.
You will need to reduce the V parameter (at least during homing) so that at the speed of the homing move, the driver is operating in stealthChop mode. By default it is only in stealthChop mode at very low speeds, too low for homing moves. See the M569 command.
-
my steppers are running in stealhchop with up to 120mm/sec, still it would not trigger
-
Confirm you are using firmware 3.2RC2 ?
What does M569 P# report, for values of # corresponding to the drivers for the axes you are trying to home?
-
@flobler
can you also with stealthchop.@dc42 i configured back, and running a print, but these are the settings that i am running all the time
30/12/2020, 20:19:44 M569 P0
Drive 0 runs forwards, active low enable, timing fast, mode stealthChop, ccr 0x00053, toff 3, tblank 0, tpwmthrs 30 (125.0 mm/sec), pwmScaleSum 222, pwmScaleAuto 27, pwmOfsAuto 64, pwmGradAuto 22, pos 584Drive 1 runs forwards, active low enable, timing fast, mode stealthChop, ccr 0x00053, toff 3, tblank 0, tpwmthrs 30 (125.0 mm/sec), pwmScaleSum 73, pwmScaleAuto 0, pwmOfsAuto 57, pwmGradAuto 19, pos 611
-
Please post your config.g file again, because the M569 commands in the one you posted earlier do not maintain stealthChop mode up to 120mm/sec.
-
we've had good success with sensorless homing on the LPC port using
D3 V40
after each M569 for the axis being homed.
we typically suggest runningM915 P0 S-63 H10 R1 ; Set very sensitive stall detect M574 X1 S3 ; configure endstop for stall detection G1 X200 H1 ; Should stall pretty much immediately
to ensure that everything is working correctly. You can then tweak as required to work on your system
-
@dc42 that was me who posted the config
I can confirm that I am running 3.2RC2. I will reduce the V parameter and try again. I will report back.
Thanks for the help!
-
@jay_s_uk said in Duet 3 Mini 5+ sensorless homing configuration:
we've had good success with sensorless homing on the LPC port using D3 V40 after each M569 for the axis being homed.
we typically suggest runningtried it again with your settings and the motors keep grinding away
-
@Veti even with setting S to -63?
If it doesn't immediately trigger that means there's something not right somewhere.
I can maybe have a go with it this morning with mine.
Will report back -
i even tried with -64
-
I can also confirm that sensorless homing does not appear to be working on the mini5+ with RC2.
-
@jay_s_uk said in Duet 3 Mini 5+ sensorless homing configuration:
I can also confirm that sensorless homing does not appear to be working on the mini5+ with RC2.
It worked for me during testing. I will try to find the configuration that I used.