Artillery Genius Duet 2 Wifi Configuration
-
@Veti The current config is the one i posted a bit upper in this thread. did not change anything since than and i cant connect to my board due to the update right now
-
@d0minik96 said in Artillery Genius Duet 2 Wifi Configuration:
@Phaedrux Reply how long does the installation normally take ? Now i cant connect. Does it save my Networksettings normally ?
WiFi firmware version 1.21RC2
I wonder if your wifi firmware was so old that behaviour has changed.
You may need to connect with USB terminal to see what is happening. Use M122 to check if the wifi firmware was updated to 1.25.
Then use M552 S1 to see if it will enable and connect.
Use M587 to see a list of currently saved SSIDs
use M588 S"*" to clear all curently saved SSIDs
and then use M587 S"networkname" P"password" to readd your SSID -
@Phaedrux M552 say Wifi is being started. But nothing happens and i cant connect. i have to wait until tomrrow to get my laptop in order to look on the sd card. Can i rescue the system somehow ?
-
@d0minik96 said in Artillery Genius Duet 2 Wifi Configuration:
Can i rescue the system somehow ?
@Phaedrux said in Artillery Genius Duet 2 Wifi Configuration:
You may need to connect with USB terminal to see what is happening.
Use M122 to check if the wifi firmware was updated to 1.25.
Then use M552 S1 to see if it will enable and connect.
Use M587 to see a list of currently saved SSIDs
use M588 S"*" to clear all curently saved SSIDs
and then use M587 S"networkname" P"password" to readd your SSID -
@Phaedrux didnt work, guess i have to do a reset tomorrow
-
So i finally updated the software. It still does not work.
I unplugged my Z and y Motor, so just my x Motor is plugged in.
When i manual move the x axis in the dashboard: x- Axis moves like it should.
When i manual move the z axis in the dashboard (attention!: z Motors are unplugged!!!) : x axis moves aswell. Whats strange is, that in this state the Motor moves kinda slower and there appeared popup that says: response takes 2 long. See console. Console: Warning: motor phase A may be disconnected reported by driver(s) 2
Warning: motor phase B may be disconnected reported by driver(s) 2
( I think this comes because z Motors are unplugged and it tries to move z Axis aswell.)If i unplugg my X Motor and only plugg in one z axis: Z axis moves when i move manual z or x axis.
i definitely did not mess up the wiring of the motors. So im sure this is a software issue.
But i must admit my Board is not a original one, so it might be a hardware issue aswell.
I will try to repeat the reprap config tool. maybe i messed up some settings there.... if somebody got a tipp for me what i can check i would be very pleased. My 3d Printer is laying arround on my workbench for a long time now and i finally want to print again :*( -
@d0minik96 Looking at your config.g posted above, line 10:
M669 K2 ; select CoreXY mode
That command sets your printer in 'Core XZ' configuration (like core xy, but with x&z). That's why you're getting the weird movement.
I believe the artillery genius is a cartesian (like a prusa?) so you want:
M669 K0 ; set cartesian mode
For ref: https://duet3d.dozuki.com/Wiki/Gcode#Section_M669_Set_kinematics_type_and_kinematics_parameters
-
@engikeneer said in Artillery Genius Duet 2 Wifi Configuration:
M669 K0
Oh man! That's it! It works finally!!!! Thank you so much. I really lost my hope with this conversation!
-
@engikeneer still i wonder why core xz is wrong.
i have a Baseplate that moves in y direction . and my extruder is moving in xz direction. ? Can you explain me why kartesian is the setting to take ?
-
This is coreXZ. It's very different. It's basically a coreXY rotated 90 degrees on it's end.
https://reprap.org/forum/read.php?2,377858
@engikeneer Good eye!