@droftarts said in G29 S0 if G29 S1 not loaded:
Object Model
Hi Ian,
many thanks for your idea. It did work perfectly.
Here below my implementation in start.g
if {move.compensation.type}=="none"
echo {"Bed probing started"}
G29 S0 ; Probe the bed, save height map to "heightmap.csv" and enable mesh bed compensation
echo {"Bed probing complete"}
else
echo {"Bed compensation already loaded. Bed probing skipped."}
David