Poikilos / marlininfo

The R2X 14T is a mod by Jake Gustafson for the MakerBot Replicator 2X. The name "Axle Media" is TM for if mod is done by Jake Gustafson, but you can do the mod & use everything else including the name "R2X 14T" as per the license. Whether you mod or not, the lossless `#define` editing code works with any H/CPP files!
GNU General Public License v3.0
0 stars 1 forks source link

Marlin causes probing to fail when a ZMAX sensor is installed and enabled along with a touch sensor. #22

Open Poikilos opened 2 years ago

Poikilos commented 2 years ago

This appears to be fixed in bugfix-2.1.x:

Examples:

Related logic:

Non-Marlin examples:

Poikilos commented 1 year ago

Not working in bugfix-2.1.x with:

#define USE_ZMIN_PLUG
#define USE_ZMAX_PLUG
#define Z_HOME_DIR -1
Poikilos commented 1 year ago

See https://github.com/MarlinFirmware/Marlin/issues/25401 for more info.