G0 move seizes when G29 S1 active, fine when G29 S2
-
@Phaedrux Huh, I thought Duet 2 wifi was listed as 3A max for stepper. Is it current limiting to 2400 or do I need to set it to 2400. Based on the stepper motor sizing forum page, the only "not ideal" setting of the nema 23 I'm using is its 5.4 mH.
-
all i can think of when i see that heighmap is. no
-
The deviation on that heightmap isn't too bad given the size. But there shouldn't be such an extreme offset from Z0.
Can you post your homing files? bed.g if used?
And can you give a better explanation of how you're using the "probe"?
Given the large amount of adjustment being requested you may need to reduce the initial layer speeds quite a bit. Plus you're saying that it's the Y axis that is stalling on that first rapid move. The high steps per mm of the Y axis may require reduced max speeds and lower acceleration.
-
@jackstack said in G0 move seizes when G29 S1 active, fine when G29 S2:
I'm not using ABL sensor
is it planned? it would make it a lot easier
-
Yes, not using a ABL was planned. I have some adjustment for the Z end stop so I can decrease that ~3mm offset and do a more consistent job of generating the mesh bed. The scale of the display does make it seem horrible but I'm using a large nozzle so theres margin here compared to a .4mm nozzle.homeall.g
In terms of Y stepper, i was actually having worse performance running a lower acceleration for Y, speed is reasonable due to diminished torque at higher RPM but the G0 also failed at F1200 mm/minbed.g
As for "probe" I don't have one. I have a Z end stop that sets min axis point. M558 P0 H5 F120 T1200 "P0" sets it to no probe and it prompts you to manually job the z down to touch the bed.
-
you can use something like this. (i use it on my delta)
https://de.aliexpress.com/item/32838312776.html
cheap and works well.
just probe the bed once and remove it.
-
G1 H2 Y5 F1000 ; go back a few mm
G1 H1 Y-1923 F360 ; move slowly to Y axis endstops once more (second pass)
G1 H1 X-915 F1800 ; move quickly to X axis endstops and stop there (first pass)
G1 H2 X5 F1800 ; go back a few mmDon't use H2 on the XY moves to back away from the endstops. otherwise the homeall looks ok.
-
@Phaedrux Should it just be omitted then? H0 explicit but also default.
Thanks!
-
yes, H0 is the default if no H parameter is supplied.
-
@Veti Imma have to check those out! way easier than manually measuring lol Mechanically my printers designed as a set and forget for at least several prints.