Code: Alles auswählen
/** Define whether the CNC functionality shall be allowed.
0 = do not support the CNC mode
1 = experimental, do not use this value (support the CNC mode, only the endstop at z-min is present)
2 = support the CNC mode
*/
#define FEATURE_CNC_MODE 2 //Original 0
/** Define the type of the present extruders */
#define EXT0_HOTEND_TYPE HOTEND_TYPE_2
/** Define the type of the present miller hardware */
#define MILLER_TYPE MILLER_TYPE_1
Den ENDSTOP_TYPE kannst du mit der .59 auch im Menu ändern. Wenn du als Standard deine Variante haben willst, änderst du in Zeile 1769 den Wert auf ENDSTOP_TYPE_CIRCUIT.
Code: Alles auswählen
/** Define Default z-endstop type
*/
#define DEFAULT_Z_ENDSTOP_TYPE ENDSTOP_TYPE_CIRCUIT // Original ENDSTOP_TYPE_SINGLE