You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running bugfix-2.0x branch (179d6c4) on a delta printer with a SKR v1.3 board, TMC2100s --- don't think this is hardware related.
When JUNCTION_DEVIATION is turned on a delta, the A, B, and C towers still have a jerk value available for change via the LCD. Not really sure why that is, but it's there.
By default with this build, the EEPROM init value for all of these is 0 (shown on the LCD) which seems to cause X/Y moves to be REALLY slow and stuttery. Z moves are not affected. Turning it up even to 1 immediately solves the problem. It seems 0 is not even a valid value as you can't turn it back down to 0.
My guess would be that the second #if guard in Configuration.h is causing the value to not get set (as I suppose is the intention). Maybe this is fine for cartesian printers but not deltas? This guard wasn't present in earlier builds, IIRC. Mostly a guess though!
Description
Hey friends!
Running bugfix-2.0x branch (179d6c4) on a delta printer with a SKR v1.3 board, TMC2100s --- don't think this is hardware related.
When JUNCTION_DEVIATION is turned on a delta, the A, B, and C towers still have a jerk value available for change via the LCD. Not really sure why that is, but it's there.
By default with this build, the EEPROM init value for all of these is
0
(shown on the LCD) which seems to cause X/Y moves to be REALLY slow and stuttery. Z moves are not affected. Turning it up even to1
immediately solves the problem. It seems0
is not even a valid value as you can't turn it back down to0
.My guess would be that the second
#if
guard inConfiguration.h
is causing the value to not get set (as I suppose is the intention). Maybe this is fine for cartesian printers but not deltas? This guard wasn't present in earlier builds, IIRC. Mostly a guess though!Let me know if there's any other information I can provide!
Steps to Reproduce
examples/delta/generic
was my source).0
for each tower. Change to1
or anything else.Additional Information
config.zip
The text was updated successfully, but these errors were encountered: