Duex5 Fan Settings?
-
the inverting worked but I get this message "G32
Error: Z probe was not triggered during probing move "; bed.g
; called to perform automatic bed compensation via G32
; setup for quad belt gantryM561 ; Clear any existing bed transform
G28 ; homeM98 P"/macros/probe_scripts/activate_z_probe.g" ;activate inductive z-probe
M401 ; Deploy probe - Deployprobe.g
; Probe bed at these 4 points:
G30 P0 X65 Y40 Z-9999
G30 P1 X65 Y260 Z-9999
G30 P2 X285 Y260 Z-9999
G30 P3 X285 Y40 Z-9999 S4M402 ; Retract Probe - Retractprobe.g
M561 ; Clear any existing bed transform
G28 Z ; Home Z AxisM98 P"/macros/probe_scripts/activate_z_probe.g" ;activate inductive z-probe
-
the z-probe works in single commands, but not in the g32 / g29
-
the pin assignment of the probe was a little different after the update. everything works now will update the board regularly from now on XD . many thanks
-
It's an inductive probe that has deploy and retract?
-
a bltouch was built in, I forgot to delete the commands
-
Remove the M401 and M402 commands and even delete or rename the deployprobe.g and retractprobe.g files.
Post your current config.g and your homing files as well as any of the macros you are calling in your above sample.
-
I found the error and the print runs without problems
-
What was the error?
-
the voltage was too low. with the 24v now the sensor works fine
-
Since the update, I have to select the slot on the paneldue every time I start it with m21 p1. can I somehow program this in the config?
-
You could try adding M21 P1 to the end of config.g
-
After entering the command the SD card can be selected but the connection is not permanent. if I print something on the es card and the connection is interrupted, the board restarts. but it doesn't matter, I use the upload & start function