Mystery Solved!
My switch had gotten bumped and lost power. So my computer happily connected to my wifi and continued to work but had no access to the Access Point that my printer was on because that AP was Ethernet. So now that my computer is back on eithernet and wifi is off, all is well. Whew!
Best posts made by EricE555
-
RE: Cannot connect to DWC (wifi) but printer says wifi connecting
-
RE: Troubles with new Duet 2 Ethernet
okay, I am back connected with Ethernet. Whew! I just needed to follow the "Fallback procedure #3" instructions exactly. hehe
Believe it or not, it DID fix my thermistor issue!
So I am up and running. -
RE: Help setting z endstop position (Voron 2.4)
I think I figured it out for myself. I added these lines after the z endstop is triggered.
; Z Offset
G1 Y300 ; move back over bed
G1 Z0 ; move to 0
G92 Z.45 ; reset to actual height -
RE: prime line prints in error and print errors mid print
Solved the prime line issue by editing the start gcode in Cura under machine settings. I am not sure why it had to be different between RRF and Marlin but it did.
-
RE: Core XY won't home X if near Y endstop
@erice555 I am going to replace the X endstop and see if this is somehow a switch problem.
-
RE: prime line prints in error and print errors mid print
Thanks Phaedrux. I did indeed have the motor timeout set to 10. I changed it to 60 to solve another problem I was having and now I don't think I would have an issue here. The 17 second wait was for cooling on extremely small layers for PETG (where I have no fan on). The minimum layer time was 20.
I also took your advice on the Cura machine code and set m90 at the top.
Thanks again.