@deckingman I believe the kids these days call it Necroposting. Threads from beyond the grave!
File this one under learn something new every day.
@deckingman I believe the kids these days call it Necroposting. Threads from beyond the grave!
File this one under learn something new every day.
Please share the actual config.g and results of M122 please.
Try the default first and see if it gives an accurate temp.
Do you have any other info on the bed heater or thermistor?
In that case you should definitely remove
M98 P"home'z.g" ; home z axis
from the end of your homeall.g as it will be homing to the endstop at the end and resetting the Z0 position found by the probe.
You can keep home'z.g around for when you want to home to Z max, but keep in mind that the Z position set by it may not be accurate to what your probe has determined z0 to be.
Can you share your config.g or tell us what the networking section commands are doing at startup? Is it set with a static IP address, or a DHCP address?
When you try and connect to the Duet through the browser, are you using a URL like http://duet.local or are you using an IP address?
@phaedrux said in Duet 2 Ethernet Board Not Connecting:
Do the ethernet port lights illuminate on the Duet when connected to the switch? Do the lights on the switch light up?
@phaedrux said in Duet 2 Ethernet Board Not Connecting:
When and where did you purchase the Duet?
Can you post the results of M122 so we can see what boards you're talking about?
If you're using the manual probe mode (M558 P0) then your G31 offset would be X0 Y0 Z0 because you are using the nozzle tip to set the position. So add G31 X0 Y0 Z0
to your config.g after the M558 command.