I can't get corexy mode to function
-
I alt text so i have a major update, .. i had a code come up that said coil b on driver 2 was disconnected. i googled it and checked my plugs and i had a loose terminal that was sliding up when i plugged it into the board and breaking the signal. when i fixed that everything started working correctly???? all i needed to do was switch a motor plug the other way to change directions and everything works right so far. i never had that code in the entire week i screwed with it and still couldn't get corexy to work but suddenly bam i got that error fixed my plug and everything started to work.... unbelievable spent a week all day every day because i had off work and then suddenly its fixed even my bl touch.... i am grateful i found this forum and i will definitely spend some time on here learning as i go!!! thank you very much by the way for answering so quickly... i still have a annoying Wi-Fi issue where it disconnects randomly every 1 to 2 minutes and i cant seem to figure it out,setting a reserved ip on printer and laptop improved it from every 30 seconds but its still un workable for reliable online use.. if anyone could offer help or advice i would greatly appreciate it. i posted in detail everything i have tried so far as a reply to another thread with a identical problem but it was old and didn't appear to ever be resolved or they never posted a update to the fix they found. I'm still posting my config because i came from marlin and a lerdge before that and I'm inexperienced with editing code in folders and such and not exactly sure what kind of things to add or take away to improve or add to my printers capabilities, any info, or advice, or how to would be appreciated,i am pretty sure i should add some gcodes somewhere in my sd to add or take away some features. does my dual z setup completely configure itself for auto leveling
or is there things i should add somewhere? Lerdge boards are so easy ,if you can use a tv remote you can program one of those things and marlin was more on and off switches for things. I get the feeling with RepRap if i want something i must figure out what it is, what the gcodes are and where to add it on my Sd? I can work with no Wi-Fi and using a Sd card, I like this board, but I'm lost from this point beyond slicing something and printing it. I'm sure i will be back lol!!
:m115
FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 3.4.5 ELECTRONICS: Duet WiFi 1.02 or later FIRMWARE_DATE: 2022-11-30 19:36:12
M98 P"config.g"
HTTP is enabled on port 80
FTP is disabled
TELNET is disabled
My Laptop Reserved IP undefined dBm Wi-Fi 2.4 Gz
f4:cf:a2:e3:05:ee Reserved IP -45 dBm Wi-Fi 2.4 GHz
i have everything right beside my router . -
@matthew-81 There's a page for CoreXY setup here: https://docs.duet3d.com/User_manual/Machine_configuration/Configuration_coreXY
If you have the correct codes in your config.g to turn on CoreXY mode, see the section on 'Testing motor movement' to get the motors working in the correct direction.Also, post your config.g, response to M115 (for firmware version), and send
M98 P"config.g"
in the console and post the response to that (it will show any errors in config.g).Ian