Ender 3 duet wifi Mesh problem.
-
-
Can you check the machine specific and general tabs and see what the DWC version is? It should match your firmware 3.3 beta2
-
Ender 3, with E3d v6 hotend and duet wifi.
I don't not wich thermistor or probe, but i think my probe is pnp 5v.
How do i activate heightmap in plugins?
After the change we had made, my probe did not stop when i place som metal under it, when my Z i going down to zero.
-
I think you're going to need to update your version of DWC to match the beta firmware you're using.
https://github.com/Duet3D/RepRapFirmware/releases/download/3.3beta2/DuetWebControl-SD-3.3b2.zip
See if that resolves the invalid heightmap error.
-
that was my fault, now I get heightmap
shut my probe stop when I place some metal when it go down from 250-0 z ?
when I'm trying to print, the dimension does not fit the size I curl slicer, what do I have to calibrate to get the right dimensions ?
-
@kosmic said in Ender 3 duet wifi Mesh problem.:
shut my probe stop when I place some metal when it go down from 250-0 z ?
when I'm trying to print, the dimension does not fit the size I curl slicer, what do I have to calibrate to get the right dimensions ?I'm not sure what you're meaning.
Are your steps per mm correct? Does commanding 10mm of movement result in 10mm of actual movement?
-
@phaedrux
so long so goodI was printing the 20 mm cube.
X= 20.16
Y= 20.12
Z= 19.89how do i fine tune this to get closer to 20.00 mm ?
Is there any good finger rules for extruder speed ?
-
@kosmic First print something larger and see if it's off by the same amount or if it scales with the size of the object. Also print a few objects at different points on the bed to see if it changes with bed position.
You can either fine tune your steps per mm value or use scale compensation.
https://duet3d.dozuki.com/Wiki/Gcode#Section_M556_Axis_skew_compensation
-
I will try to print 1 pcs more and then I will fine tune it.
Is there a way to test my z-probe?
I can see when my z is on 0, the light is going off on my probe sensor, but I does not stop if I place som metal in front of my sensor.
-
-
I already have done that. but I'm not sure about to check it
if I put in M401 I'm not really sure what that will do ?
I also have trouble with extruder calibration, when it is perfekt and I print a little thing, and after that check about 100mm then it is not 100 mm anymore, do you have any idea why it changes ?
-
If i do this: Send command G30 to do a single Z probe. This will deploy the probe (if applicable) and start the head descending or the bed rising.
Hold a suitable surface below the print head to trigger the Z probe. The probe should trigger and the Z movement should stop.my probe lights switch to off, but i does not stop on the way down to zero.
-
M401 is only used for probes that need to be deployed, like the BLTouch. You won't need to use that.
Can you double check how you have the probe wired up? In your config it says you're using the zstop pin, but are you actually using that pin? Why not the zprobe.in pin?
-
The probe is connected to Z stop, gnd to z stop gnd. 5v in PanelDue conn.
do you want to move z stop to z probe in ?
-
You could try changing it to the zprobe.in pin. You'd need to change the pin name in the M558 C to match.
You can also try enabling the pull up resistor by adding a
^
to the pin name.Ex:
M558 C"^zprobe.in"
-
@phaedrux said in Ender 3 duet wifi Mesh problem.:
C"^zprobe.in"
i does not work for me
now i have connected:
White= 5V.
Brown= Probe in
Grey= GND by the side of probein.config: M558 P5 C"^zprobe.in" H5 F600 T3000 ; Z probe connected to Z endstop input
how can i check about my probe are 5v or 6-36v ?
If i see videos on youtube, the probe lights go non when it detecting someting, but mine has lights always and turn off when it see someting, but still don't stops
The LED bulb in probe is also very weak when lit.
-
At the extruder my probe have 4 wire
White
Black
Blue
BrownWill that ever work with my duet ?
if i place it on 24v led is very clear ind the red light
-
What details do you have on the probe itself?
-
There are no details on the probe and I was installed when I buy my Ender 3.
Do you think I have to buy bl touch?
But the probe do something, when there is no power to probe I just go down into the bed, and if it is connected to 5v or 24v it stops when z-probe gives 1000 in web control it stops and go up to 6.39 in z.
but it will not stop if I place something in front of the probe.
-
@kosmic Does the probe have any markings on it?
@kosmic said in Ender 3 duet wifi Mesh problem.:
now i have connected:
White= 5V.
Brown= Probe in
Grey= GND by the side of probein.Is there any indication of what the different wires actually are? Or are you just wiring it up at random?
How was it wired on the previous controller?
It's difficult to know how to connect or configure it without some details about what the probe is. Otherwise we are just guessing and that's a recipe for disaster.