Hi
I have upgraded from the marlin v1.0.0.0 to V2.1.2.5
on the firmware under marlin v1.0.0.0 there is a section
below is in rthe configuration.h on v.1
// these are the offsets to the probe relative to the extruder tip (Hotend - Probe)
// X and Y offsets must be integers
#define X_PROBE_OFFSET_FROM_EXTRUDER 0 //
#define Y_PROBE_OFFSET_FROM_EXTRUDER 0 //
#define Z_PROBE_OFFSET_FROM_EXTRUDER -10 //This is set in the gcode with M851
i used the last line to do offset on the z and this work great -- " #define Z_PROBE_OFFSET_FROM_EXTRUDER"
but in the version v2.1.2.5 this is no longer in the code...
where do i do the "Z" offset in the new version ?
you help will be grealy appreciated
I have upgraded from the marlin v1.0.0.0 to V2.1.2.5
on the firmware under marlin v1.0.0.0 there is a section
below is in rthe configuration.h on v.1
// these are the offsets to the probe relative to the extruder tip (Hotend - Probe)
// X and Y offsets must be integers
#define X_PROBE_OFFSET_FROM_EXTRUDER 0 //
#define Y_PROBE_OFFSET_FROM_EXTRUDER 0 //
#define Z_PROBE_OFFSET_FROM_EXTRUDER -10 //This is set in the gcode with M851
i used the last line to do offset on the z and this work great -- " #define Z_PROBE_OFFSET_FROM_EXTRUDER"
but in the version v2.1.2.5 this is no longer in the code...
where do i do the "Z" offset in the new version ?
you help will be grealy appreciated