; Check Bed Grid Level ; ONLY RUN IF YOU’RE CONFIDENT THE BED SHOULD BE LEVEL ;Start GCode begin G28 ;home M420 S1 ;make sure leveling is active G0G90 Z5F3000 ; Point 1 G42I0J0 F6000 G91 G0X-24Y0F3000 ;indicator shift G90 G1 Z0.1 F100 G4 S10; Pause 10 seconds to adjust indicator G0 Z2 F6000 ; Point 2 G42I1J0 F6000 G91 G0X-24Y0F3000 ;indicator shift G90 G1 Z0.1 F100 G4 S1; Pause 1 second G0 Z2 F6000 ; Point 3 G42I2J0 F6000 G91 G0X-24Y0F3000 ;indicator shift G90 G1 Z0.1 F100 G4 S1; Pause 1 second G0 Z2 F6000 ; Point 4 G42I2J1 F6000 G91 G0X-24Y0F3000 ;indicator shift G90 G1 Z0.1 F100 G4 S1; Pause 1 second G0 Z2 F6000 ; Point 5 G42I1J1 F6000 G91 G0X-24Y0F3000 ;indicator shift G90 G1 Z0.1 F100 G4 S1; Pause 1 second G0 Z2 F6000 ; Point 6 G42I0J1 F6000 G91 G0X-24Y0F3000 ;indicator shift G90 G1 Z0.1 F100 G4 S1; Pause 1 second G0 Z2 F6000 ; Point 7 G42I0J2 F6000 G91 G0X-24Y0F3000 ;indicator shift G90 G1 Z0.1 F100 G4 S1; Pause 1 second G0 Z2 F6000 ; Point 8 G42I1J2 F6000 G91 G0X-24Y0F3000 ;indicator shift G90 G1 Z0.1 F100 G4 S1; Pause 1 second G0 Z2 F6000 ; Point 9 G42I2J2 F6000 G91 G0X-24Y0F3000 ;indicator shift G90 G1 Z0.1 F100 G4 S1; Pause 1 second G0 Z2 F6000 ; END G0 X0 F6000 M400 G0 Z225 F6000 ;End of Gcode