@Phaedrux said in Issues after installing IR Probe Z Printing in the air?:
And your heightmap only has 4 points? Or are you using more now?
Expanding your gcode for the start of the print we get
M561 ; Clear any bed transform
G91 ; relative positioning
G1 H2 Z5 F2400 ; lift Z relative to current position
G1 H1 X235 Y145 F2400 ; move quickly to X and Y axis endstops and stop there (first pass)
G1 H2 X-5 Y-5 F2400 ; go back a few mm
G1 H1 X235 Y145 F300 ; move slowly to X and Y axis endstops once more (second pass)
G90 ; absolute positioning
G1 X100 Y40 F2400 ; go to first bed probe point and home Z
G30 ; home Z by probing the bed
M561 ; clear any bed transform
G29 ; probe the bed and enable compensation
G29 S1 ; Enable mesh compensation
I don't think there's anything wrong in there.
Thanks for you time reading.
The problem has been solved but rather frustratingly, I still don't know why.
I ended up opting for the nuclear solution and erasing the SD, installing a known config and changing everything I thought I had changed previously one-by-one.
So in short, I have no idea what was causing the in-air print at layer one... the G Code I was using previously is the same one so I am confident it was an error in my Duet code somewhere...
This will be chewing at my brain forever haha