Great, thank you!
Latest posts made by jan19
-
Offset for Dual Y Endstop?
I have just been converting a CNC router to a duet 2 ethernet board.
Everything seems to work fine.I am running two seperate steppers on Y with an endstop each.
Using marlin I used to be able to square off the axis perfectly by setting up an offset for the endstops using the M666 command.
Is there a way to do something similar on the duet 2?
Firmware is 3.11
-
RE: G29 in start code and probing errors
I have a piezo sensor.
So if that happens, there is usually a physical problem.
Like a tiny bit of oozing filament on the nozzle I forgot to clean away or something on the printbed.So only solution at this point would be to probe manually and remove the g29 from the startcode?
-
G29 in start code and probing errors
I have "G29 S0" in my start code to probe the bed every print.
The problem is, if I have an error during probing, like "Error: Z probe already triggered before probing move started" or not consistent probes, the print still goes on.
Obviously this is not what I want.
So where is my error in thinking there and how do I set it up, so that the print stops/cancels if an error occurs?
Thanks,.
Jan