Hello lowrider community,
I am in the process of building a lowrider 2 for plasma cutting.
I just tried to change the Z_HOME_DIR direction from +1 to -1. This results in the following error message in the current Rambo firmware (V1CNC_Rambo_DualLR-2.0.9.2):
In file included from /Users/shmoo/Documents/projekte/plasma-table/V1CNC_Rambo_DualLR-2.0.9.2/Marlin/Marlin/src/inc/MarlinConfigPre.h:37:0,
from /Users/shmoo/Documents/projekte/plasma-table/V1CNC_Rambo_DualLR-2.0.9.2/Marlin/Marlin/src/inc/MarlinConfig.h:28,
from /Users/shmoo/Documents/projekte/plasma-table/V1CNC_Rambo_DualLR-2.0.9.2/Marlin/Marlin/src/MarlinCore.h:24,
from /Users/shmoo/Documents/projekte/plasma-table/V1CNC_Rambo_DualLR-2.0.9.2/Marlin/Marlin/src/MarlinCore.cpp:31:
/Users/shmoo/Documents/projekte/plasma-table/V1CNC_Rambo_DualLR-2.0.9.2/Marlin/Marlin/src/module/endstops.h:77:85: error: ‘Z_MIN’ was not declared in this scope
, Z_ENDSTOP = TERN(Z_HOME_TO_MAX, Z_MAX, TERN(HOMING_Z_WITH_PROBE, Z_MIN_PROBE, Z_MIN))
----- shortened from here for better readability
Does anyone else have the same problem and may have found a solution for it. If I keep +1 the project compiles without problems. I am grateful for any suggestions.