mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 12:04:19 +00:00
Fix extra condition
This commit is contained in:
parent
cc822c1a05
commit
9dcccc11ba
@ -1365,7 +1365,7 @@
|
|||||||
* probe points will follow. This prevents any change from causing
|
* probe points will follow. This prevents any change from causing
|
||||||
* the probe to be unable to reach any points.
|
* the probe to be unable to reach any points.
|
||||||
*/
|
*/
|
||||||
#if PROBE_SELECTED && !IS_KINEMATIC && !IS_KINEMATIC
|
#if PROBE_SELECTED && !IS_KINEMATIC
|
||||||
//#define MIN_PROBE_EDGE_LEFT MIN_PROBE_EDGE
|
//#define MIN_PROBE_EDGE_LEFT MIN_PROBE_EDGE
|
||||||
//#define MIN_PROBE_EDGE_RIGHT MIN_PROBE_EDGE
|
//#define MIN_PROBE_EDGE_RIGHT MIN_PROBE_EDGE
|
||||||
//#define MIN_PROBE_EDGE_FRONT MIN_PROBE_EDGE
|
//#define MIN_PROBE_EDGE_FRONT MIN_PROBE_EDGE
|
||||||
|
Loading…
Reference in New Issue
Block a user