Sensor LED
-
Hi I have just completed converting my Wanhao i3 Duplicator to muse a Duet 3d wi fi board. I and new to coding with riprap and with the help of reading this forum and following first steps I have got it up and running. I am using optical end stops for X,Y and Z and I have installed the DC42 IR probe. i have tried to configure the probe to set my Z home and probe a mesh but because I am using the designated probe input and a Z stop input I cannot. I have lowered my Z stop optical switch to near the trigger height of my IR DC42 and have managed to produce a good mesh map.
Is it normal for the red LED on the DC42 to be illuminated whilst printing? Is there a code to be added to my Z probe in config.g to extinguish the LED? -
the probe will light up will triggered. so for the first layers it will always trigger.
-
the firmware for the probe is here
https://github.com/dc42/OrmerodSensorBoard/tree/master/Firmware/Mini-differential-IR/V1.2
if you want to change it -
@Veti Thanks