what if you try to use G0 instead of G1?
Latest posts made by Motalw
-
RE: Layercalculation in WebIf - Madness
-
RE: Mount/ enclosure design challenge
I'm in.
by the way I have designed a Duet Wifi / duex5 enclosure which can be found here https://www.thingiverse.com/thing:2555763 -
RE: Z Axis IR Probe Setup Issue
Hi Motalw I am sorry that I did not acknowledge your input in my previous post. I got tied up trying to figure out the wiki. I will change my threshold to 400 to see if that will at least make the probe work as an endstop.
Thanks,
Timthere is no need to apologise.
-
RE: Layercalculation in WebIf - Madness
You can just use G90: Set to Absolute Positioning and then G1 Z365. it should work
-
RE: Storing the Z offset value
You can set it with G31 in your config.g
https://duet3d.com/wiki/G-code#G31:_Set_or_Report_Current_Probe_statusabout the config.json , When using the RRF configuration tool you can create your own individual configuration by creating a new one from scratch or by loading an existing JSON (Config.json) template:
-
RE: Z Axis IR Probe Setup Issue
I Had the same problem a week ago, I have set it to trigger at 400 for a while but later on I replaced the IR Probe wiring and it is working normal (500) since then.
-
RE: Created small how-to on Duex5 - 12v Switching Regulator for LED
Really good staff on your blog. thanks for sharing
-
RE: Duet crash when refreshing WebGUI
Hi Dave I also had the duet crashing few times and the only way to get it to connect to the web interface again is powering it off and on again. usually it happens if I try to probe the bed when the probe is already triggered. I'm using yours DC42 IR Probe.
-
RE: BLTouch working
It is a Modified D-Bot with 3 x T8 rods its pretty solid. and the heat bed is a 6mm sheet of glass over a aluminium plate painted black.
it is probing at least 50mm away from the edges.
I am doing some tests now with the DC42 IR Probe it seems to be more reliable than the BLTouch.
got this result doing a probing in just 1 point with this settingM558 P1 X0 Y0 Z1 H5 F120 T12000 ; Set Z probe type to unmodulated, the axes for which it is used and the probe + travel speeds
G31 P200 X0 Y0 Z1.4 ; Set Z probe trigger value, offset and trigger heightM98 P0:/macros/BLTouch 20 probing 1 point
Bed probe heights: -0.657 -0.660 -0.660 -0.655 -0.657 -0.657 -0.655 -0.660 -0.657 -0.657 -0.662 -0.662 -0.655 -0.657 -0.660 -0.655 -0.652 -0.662 -0.657 -0.657 -0.660, mean -0.658, deviation from mean 0.003Now I will do a G29 and see if it is consistent with this result.