G32 delta Probe not trigger.
-
So i have had this working on this machine before so i know it did work.
When i push the probe it triggers under Status the probe goes from 0 - 1000
When i run G32 the machine homes and just keeps going. even if i push the probe it ignores it and just rams the hotend down in the bed.
and i cant for the life of me figure out why this is happening. and with new arms i need to do a delta calibration. only time i use the probe.Config.g
M550 P"Anycubic Delta" ; set printer name
M665 R120 L286 B110 H280 ; Set delta radius, diagonal rod length, printable radius and homed height
M666 X0 Y0 Z0 ; put your endstop adjustments here, or let auto calibration find them; Z-Probe
M558 P5 C"^zprobe.in" H10 F200 T2400 ; set Z probe type to switch and the dive height + speeds
G31 P500 X0 Y0 Z15.9 ; set Z probe trigger value, offset and trigger height
M557 R120 S20 ; define mesh gridMy Bed.g
; bed.g
; called to perform automatic delta calibration via G32
;
; generated by RepRapFirmware Configuration Tool v3.1.4 on Thu Sep 03 2020 07:38:58 GMT+0200 (centraleuropeisk sommartid)
M561 ; clear any bed transform
G28 ; home all towers
; Probe the bed at 12 peripheral and 3 halfway points, and perform 8-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 Y109.36 H0 Z-99999
G30 P1 X52.16 Y90.34 H0 Z-99999
G30 P2 X87.5 Y50.52 H0 Z-99999
G30 P3 X99.92 Y0 H0 Z-99999
G30 P4 X87.5 Y-50.52 H0 Z-99999
G30 P5 X52.16 Y-90.34 H0 Z-99999
G30 P6 X0 Y-109.36 H0 Z-99999
G30 P7 X-55 Y-95.26 H0 Z-99999
G30 P8 X-95.26 Y-55 H0 Z-99999
G30 P9 X-110 Y0 H0 Z-99999
G30 P10 X-95.26 Y55 H0 Z-99999
G30 P11 X-55 Y95.26 H0 Z-99999
G30 P12 X0 Y53.84 H0 Z-99999
G30 P13 X40.39 Y-23.32 H0 Z-99999
G30 P14 X-47.63 Y-27.5 H0 Z-99999
G30 P15 X0 Y0 H0 Z-99999 S8
; 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) -
@nappen send G30 first to establish the machine height. Then run G32
-
@jay_s_uk Thank u that did the trick. i feel abit foolish now haha