Problems with Duet 3 Mini 5+ WiFi
-
@fcwilt I had the original board connected on the guest ssid/network and with the exception of the wifi module not working properly it connected fine. I have a second printer on the same network.
-
@fcwilt I'm not sure what happened but it looks like even though the router showed as connected on that SSID, it wasn't working. I double checked after my last reply to you and the other printer couldn't connect either. Figures it was something simple. Sorry to bug you. Thank you for everything. I really appreciate it.
-
Glad to be of help when I can.
A typical WiFi "guest" setup is for guests to your home who want Internet access but you don't want them to have access to your network.
It generally provides a dedicated DHCP server to handout IP addresses to the guests and it prevents one guest from seeing another.
Frederick
-
@fcwilt I understand. The only reason I set it up that way is because it wasn't working initially. I should have tried the main network first. I am having another issue with the new Moons motors I just received. I've tried every possible combination in the wiring and keep getting an out of phase error. Any idea what I'm doing wrong?
-
Have you identified the phase pairs?
-
@phaedrux Yes I have.
-
And do your pairs match what they show in the data sheet?
-
@phaedrux Yes they do.
-
And how are they connected to the Duet?
When do you get the out of phase errors?
Does that happen on every driver?
-
@phaedrux I get the error when I try to home it. Tried different drivers and different motors. The error comes up when I press home. After a second the motor turns in the correct direction and after about 20 seconds or so it stutters.
-
Can you share your config file?
And it happens to every driver and with different motors? The scope of the problem keeps creeping.
Can you also post your homing files if that's when the problem happens?
-
-
If you want to test movement on an unhomed axis use
G1 H2 Z10
for instance. -
@phaedrux Is that why I'm getting an error?
-
Do you have motors connected to all of the drivers when you test?
What is the exact error you're getting?
-
I see you have sensorless homing set for X and Y. Do you have endstop switches as well? That can simplify things during initial setup.
-
@phaedrux I have senseless homing set in the config but not calibrated. 8 don't have any endstop switches.
-
@unforgivenll G1 H2 X10 makes the motor lock up and whine.
-
Ok, so sensorless homing is going to take some configuring to get working. I would suggest that you put that off until you've done some more testing and commissioning.
You can also force the axis to be homed by sending
G92 X0 Y0 Z0
for example which would make the firmware think that the current position is at the low end for each axis. This can be useful for testing.Basically we need to test movement without homing (or sensorless homing in this case)
The same can be done by using G1 H2 commands to ignore the homed state and just move the motor.
Do you get the errors when trying those means of moving the motor?
-
M906 X650 Y650 Z650 E650 I30 ; set motor currents (mA) and motor idle factor in per cent
Are your motor currents set correctly for the motors?
Aim to set M906 to ~60% to 80% of the max rated for the motor.