Can anyone verify if either of these are the correct sensor offset: I'm having trouble accurately measuring my actual printer's X and Y, and neither of these Z values look real.
...and what IS the official source for the i3 mega's firmware anyway?
.../firmware/AnycubicForI3/AnycubicForI3/
#define X_PROBE_OFFSET_FROM_EXTRUDER -34 #define Y_PROBE_OFFSET_FROM_EXTRUDER 8 #define Z_PROBE_OFFSET_FROM_EXTRUDER -19.2
https://github.com/duisenberg/AnyCubic-I3/blob/master/Firmware/Marlin_1.1.0_RC8/Configuration.h
#define X_PROBE_OFFSET_FROM_EXTRUDER -29 // X offset: -left +right [of the nozzle] #define Y_PROBE_OFFSET_FROM_EXTRUDER 6 // Y offset: -front +behind [the nozzle] #define Z_PROBE_OFFSET_FROM_EXTRUDER -0.6 // Z offset: -below +above [the nozzle]
Can anyone verify if either of these are the correct sensor offset:
I'm having trouble accurately measuring my actual printer's X and Y, and neither of these Z values look real.
...and what IS the official source for the i3 mega's firmware anyway?
.../firmware/AnycubicForI3/AnycubicForI3/
https://github.com/duisenberg/AnyCubic-I3/blob/master/Firmware/Marlin_1.1.0_RC8/Configuration.h