SBC Problem
-
@Macwolf it should be M122 B23, not M122 P23. And so on.
-
@Macwolf said in SBC Problem:
it runs in normal mode, with a Raspberry4/4GB in SBC mode, it's a disaster.
Do you mean that it runs OK in standalone mode, but doesn't run properly in SBC mode? If that's what you mean, are you certain that the config.g and homing files you are using on the SD card in the SBC are identical to the ones you used on the SD card in the Duet when you ran in standalone mode?
-
@dc42 said in SBC Problem:
Do you mean that it runs OK in standalone mode, but doesn't run properly in SBC mode? If that's what you mean, are you certain that the config.g and homing files you are using on the SD card in the SBC are identical to the ones you used on the SD card in the Duet when you ran in standalone mode?
Yes the files are idendical
the config is of course a bit different (lan settings)
-
with the 3.5beta 1 the SBC mode works.
Z moves, but there are still bugs.
I'm looking forward to the 3.5 final
the bug is -
@Macwolf I'm not certain this is the problem, however M92 takes only a single Z parameter even if you have multiple Z drivers.
-
@dc42 said in SBC Problem:
@Macwolf I'm not certain this is the problem, however M92 takes only a single Z parameter even if you have multiple Z drivers.
what do you mean by a parameter? a small example?
M92 Z640 ; only ?
-
-
the error message is gone, only the speed of the Z axis is at 0.5mm/s is that due to the beta status?
-
M566 X566.00 Y566.00 C2 Z25.00:25.00:25.00 E300:300:300:300 ; Set maximum instantaneous speed changes (mm/min) M203 X35000.00 Y35000.00 Z3000.00:3000.00:3000.00 C5000 E7200:7200:7200:7200 ; Set maximum speeds (mm/min) M201 X6000.00 Y6000.00 Z300.00:300.00:300.00 C500 E10000:10000:10000:10000 ; Set accelerations (mm/s^2) M906 X2000 Y2000 Z1500:1500:1500 ; Set motor currents (mA) Idle motion motors to 30%
You should remove the multiple values for the Z axis in all of these commands. It is set per axis. The only time multiple values are required is for extruders as they are independent axis.
@Macwolf said in SBC Problem:
only the speed of the Z axis is at 0.5mm/s
At what point are you seeing this speed?
-
@Phaedrux said in SBC Problem:
At what point are you seeing this speed?
when homing above at "requested speed"
and of course the bed that moves in slow motion. Z also moves at 0.5mm/s when moving -
@Phaedrux said in SBC Problem:
You should remove the multiple values for the Z axis in all of these commands. It is set per axis. The only time multiple values are required is for extruders as they are independent axis.
Great problem solved
-
-
-
Great. If you have any more questions, start a new thread and we'll be glad to help.