How to build remotely and upload firmware over network.
- Make changes to your configuration.h
- Save and Verify/Compile Sketch
- Under the Sketch Menu click “export compiled binary”
- In octoprint, go to the firmware updater and select the file from step 3
- CLEAR EEPROM!!!!!
- Set z offset in printer ( mine was -3 )
- Update gcode to printer configuration in Cura ( find G28, Add M420 S and G29 )
G28 ;home
M420 S ;turn on leveling
G29 ;probe bed
Configuration.h
- #define CR10S
- #define CUSTOM_PROBE
- #define EZABL_POINTS 5
- #define EZABL_PROBE_EDGE 100
- #define X_PROBE_OFFSET_FROM_EXTRUDER -42
- #define Y_PROBE_OFFSET_FROM_EXTRUDER -5
- #define USER_PRINTER_NAME “NUMBER 2”
- #define BLTOUCH
- #define SERVO0_PIN 11
Custom Probe XY Offsets
v2 EZABL………………………..X…..+48……………..Y……-2
v2 BLTOUCH……………………X……-42…………….Y……-5
E3Dv6 EZABL………………….X…..+48…………….Y…….-2
E3Dv6 BL-TOUCH……………X……-42…………….Y…..+4
v2 CR10/TEVO EZABL……..X…..+48…………….Y……-2
TEVO BL-TOUCH…………….X……-42…………….Y…..-7
CNC EZABL…………………….X……-42…………….Y……0
CNC BL-TOUCH……………….X…..-42…………….Y….+3
Right BLT………………………….X….+48…………….Y…..-2
Left Modular v2 BLT Stock….X…..-48…………….Y….-10
Left Modular v2 BLT E3D……X…..-48…………….Y….-2
Touch-Mi…………………………..X….-38 …………….Y….-4