- Kód: Vybrat vše
.
.
.
// if (axis_connection) ui.set_status_P(PSTR("TMC CONNECTION ERROR")); //Dan edit
.
.
.
U verze 2.0.4 řádek 1257:
- Kód: Vybrat vše
.
.
.
// if (axis_connection) ui.set_status_P(GET_TEXT(MSG_ERROR_TMC)); //Dan edit
.
.
.
.
.
.
// if (axis_connection) ui.set_status_P(PSTR("TMC CONNECTION ERROR")); //Dan edit
.
.
.
.
.
.
// if (axis_connection) ui.set_status_P(GET_TEXT(MSG_ERROR_TMC)); //Dan edit
.
.
.
/ Limit Switches
//
#define X_MIN_PIN 63
#define X_MAX_PIN 64
#define Y_MIN_PIN 14
#define Y_MAX_PIN 15
#define Z_MIN_PIN 12
#define Z_MAX_PIN 2
//
// Z Probe (when not Z_MIN_PIN)
//
#ifndef Z_MIN_PROBE_PIN
#define Z_MIN_PROBE_PIN -1 // Z-min is recommended, of course, it can be any other idle pins.
#endif
// Enable pullup for all endstops to prevent a floating state
#define ENDSTOPPULLUPS
#if DISABLED(ENDSTOPPULLUPS)
//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
// Ondra 15 3 2020
//#define FILAMENT_RUNOUT_SENSOR
//#define AUTO_BED_LEVELING_3POINT
//#define AUTO_BED_LEVELING_LINEAR
//#define AUTO_BED_LEVELING_BILINEAR
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
.
//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
.
//#define Z_SAFE_HOMING
.
//#define SOLENOID_PROBE
.
//#define AUTO_BED_LEVELING_BILINEAR
.
//#define Z_STEPPER_AUTO_ALIGN
.
//#define BABYSTEP_ZPROBE_OFFSET
.
Uživatelé procházející toto fórum: Žádní registrovaní uživatelé a 43 návštevníků