Hi,
I'm trying to commission my delta to use DC42's IR probe and I'm having some issues for a few days now.
I have the probe installed and it's flashing 4x on boot up.
It reports correct values on the PanelDue. Wiring is correct and it works… a little.
When I command G30, the printer moves down and triggers correctly.
When I use G32 (bed.g) the probe wont trigger (it turns red) but doesn't stop.
I want the probe to do my delta calibration and bed leveling, but I need it to function first.
Any help is greatly appreciated. Can someone post their bed.g or let me know what i'm doing wrong?
thanks!
; bed.g
; called to perform automatic delta calibration via G32
;
; generated by RepRapFirmware Configuration Tool on Mon Dec 18 2017 11:48:15 GMT-0600 (Central Standard Time)
; Clear any bed transform
M561
; Probe the bed at 6 peripheral and 3 halfway points, and perform 6-factor auto compensation
; Before running this, you should have set up your Z-probe trigger height to suit your build, in the G31 command in config.g.
G30 P0 X0 Y124.42 H0 Z-99999
G30 P1 X100.43 Y57.98 H0 Z-99999
G30 P2 X100.43 Y-57.98 H0 Z-99999
G30 P3 X0 Y-124.42 H0 Z-99999
G30 P4 X-108.25 Y-62.5 H0 Z-99999
G30 P5 X-108.25 Y62.5 H0 Z-99999
G30 P6 X0 Y61.46 H0 Z-99999
G30 P7 X46.77 Y-27 H0 Z-99999
G30 P8 X-54.13 Y-31.25 H0 Z-99999
G30 P9 X0 Y0 H0 Z-99999 S6
; Use S-1 for measurements only, without calculations. Use S4 for endstop heights and Z-height only. Use S6 for full 6 factors
; If your Z probe has significantly different trigger heights depending on XY position, adjust the H parameters in the G30 commands accordingly. The value of each H parameter should be (trigger height at that XY position) - (trigger height at centre of bed)