Commit d94defc 1 parent 212167b commit d94defc Copy full SHA for d94defc
File tree 30 files changed +102
-110
lines changed
30 files changed +102
-110
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -141,7 +141,9 @@ static constexpr size_t eeprom_data_size = sizeof(HMI_data_t);
141
141
142
142
typedef struct {
143
143
int8_t Color[3 ]; // Color components
144
- TERN_ (HAS_PID_HEATING, pidresult_t pidresult = PID_DONE);
144
+ #if HAS_PID_HEATING
145
+ tempcontrol_t pidresult = PID_DONE;
146
+ #endif
145
147
uint8_t Select = 0 ; // Auxiliary selector variable
146
148
AxisEnum axis = X_AXIS; // Axis Select
147
149
} HMI_value_t;
@@ -213,10 +215,10 @@ void ParkHead();
213
215
void ApplyLEDColor ();
214
216
#endif
215
217
#if ENABLED(AUTO_BED_LEVELING_UBL)
216
- void UBLTiltMesh ();
218
+ void UBLMeshTilt ();
217
219
bool UBLValidMesh ();
218
- void UBLSaveMesh ();
219
- void UBLLoadMesh ();
220
+ void UBLMeshSave ();
221
+ void UBLMeshLoad ();
220
222
#endif
221
223
#if ENABLED(HOST_SHUTDOWN_MENU_ITEM) && defined(SHUTDOWN_ACTION)
222
224
void HostShutDown ();
@@ -356,10 +358,13 @@ void Draw_Steps_Menu();
356
358
#endif
357
359
358
360
// PID
359
- void DWIN_PidTuning (pidresult_t result);
360
- #if ENABLED(PIDTEMP)
361
- void Draw_HotendPID_Menu ();
361
+ #if HAS_PID_HEATING
362
+ void DWIN_PidTuning (tempcontrol_t result);
363
+ #if ENABLED(PIDTEMP)
364
+ void Draw_HotendPID_Menu ();
365
+ #endif
366
+ #if ENABLED(PIDTEMPBED)
367
+ void Draw_BedPID_Menu ();
368
+ #endif
362
369
#endif
363
- #if ENABLED(PIDTEMPBED)
364
- void Draw_BedPID_Menu ();
365
370
#endif
Original file line number Diff line number Diff line change 138
138
#define ICON_UBLActive ICON_HotendTemp
139
139
#define ICON_UBLActive ICON_HotendTemp
140
140
#define ICON_UBLSlot ICON_ResumeEEPROM
141
- #define ICON_UBLSaveMesh ICON_WriteEEPROM
142
- #define ICON_UBLLoadMesh ICON_ReadEEPROM
141
+ #define ICON_UBLMeshSave ICON_WriteEEPROM
142
+ #define ICON_UBLMeshLoad ICON_ReadEEPROM
143
143
#define ICON_UBLTiltGrid ICON_PrintSize
144
144
#define ICON_UBLSmartFill ICON_StockConfiguration
145
145
#define ICON_ZAfterHome ICON_SetEndTemp
146
146
147
-
148
-
149
147
#define ICON_CaseLight ICON_Motion
150
148
#define ICON_LedControl ICON_Motion
151
149
Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ namespace Language_an {
103
103
LSTR MSG_FLOW_N = _UxGT(" Fluxo ~" );
104
104
LSTR MSG_CONTROL = _UxGT(" Control" );
105
105
LSTR MSG_AUTOTEMP = _UxGT(" Temperatura Auto." );
106
- LSTR MSG_SELECT = _UxGT(" Trigar" );
107
106
LSTR MSG_SELECT_E = _UxGT(" Trigar *" );
108
107
LSTR MSG_ACC = _UxGT(" Aceleracion" );
109
108
LSTR MSG_VTRAV_MIN = _UxGT(" Vel. viache min" );
Original file line number Diff line number Diff line change @@ -264,7 +264,6 @@ namespace Language_cz {
264
264
LSTR MSG_LCD_OFF = _UxGT(" Vyp" );
265
265
LSTR MSG_PID_AUTOTUNE = _UxGT(" PID automatika" );
266
266
LSTR MSG_PID_AUTOTUNE_E = _UxGT(" PID automatika *" );
267
- LSTR MSG_SELECT = _UxGT(" Vybrat" );
268
267
LSTR MSG_SELECT_E = _UxGT(" Vybrat *" );
269
268
LSTR MSG_ACC = _UxGT(" Zrychl" );
270
269
LSTR MSG_JERK = _UxGT(" Jerk" );
Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ namespace Language_da {
98
98
LSTR MSG_AUTOTEMP = _UxGT(" Autotemp" );
99
99
LSTR MSG_LCD_ON = _UxGT(" Til" );
100
100
LSTR MSG_LCD_OFF = _UxGT(" Fra" );
101
- LSTR MSG_SELECT = _UxGT(" Vælg" );
102
101
LSTR MSG_SELECT_E = _UxGT(" Vælg *" );
103
102
LSTR MSG_A_RETRACT = _UxGT(" A-retract" );
104
103
LSTR MSG_A_TRAVEL = _UxGT(" A-rejse" );
Original file line number Diff line number Diff line change @@ -357,7 +357,6 @@ namespace Language_de {
357
357
LSTR MSG_SENSOR_RESPONSIVENESS_E = _UxGT(" Sensor res *" );
358
358
LSTR MSG_MPC_AMBIENT_XFER_COEFF_E = _UxGT(" Ambient h *" );
359
359
LSTR MSG_MPC_AMBIENT_XFER_COEFF_FAN_E = _UxGT(" Amb. h fan *" );
360
- LSTR MSG_SELECT = _UxGT(" Auswählen" );
361
360
LSTR MSG_SELECT_E = _UxGT(" Auswählen *" );
362
361
LSTR MSG_ACC = _UxGT(" Beschleunigung" );
363
362
LSTR MSG_JERK = _UxGT(" Jerk" );
Original file line number Diff line number Diff line change @@ -378,7 +378,6 @@ namespace Language_en {
378
378
LSTR MSG_SENSOR_RESPONSIVENESS_E = _UxGT(" Sensor res *" );
379
379
LSTR MSG_MPC_AMBIENT_XFER_COEFF_E = _UxGT(" Ambient h *" );
380
380
LSTR MSG_MPC_AMBIENT_XFER_COEFF_FAN_E = _UxGT(" Amb. h fan *" );
381
- LSTR MSG_SELECT = _UxGT(" Select" );
382
381
LSTR MSG_SELECT_E = _UxGT(" Select *" );
383
382
LSTR MSG_ACC = _UxGT(" Accel" );
384
383
LSTR MSG_JERK = _UxGT(" Jerk" );
@@ -553,11 +552,11 @@ namespace Language_en {
553
552
LSTR MSG_TOOL_MIGRATION_END = _UxGT(" Last Extruder" );
554
553
LSTR MSG_TOOL_MIGRATION_SWAP = _UxGT(" Migrate to *" );
555
554
LSTR MSG_FILAMENTCHANGE = _UxGT(" Change Filament" );
556
- LSTR MSG_FILAMENTCHANGE_E = _UxGT(" Change Filament * " );
555
+ LSTR MSG_FILAMENTCHANGE_E = _UxGT(" Change * Filament " );
557
556
LSTR MSG_FILAMENTLOAD = _UxGT(" Load Filament" );
558
- LSTR MSG_FILAMENTLOAD_E = _UxGT(" Load *" );
557
+ LSTR MSG_FILAMENTLOAD_E = _UxGT(" Load * Filament " );
559
558
LSTR MSG_FILAMENTUNLOAD = _UxGT(" Unload Filament" );
560
- LSTR MSG_FILAMENTUNLOAD_E = _UxGT(" Unload *" );
559
+ LSTR MSG_FILAMENTUNLOAD_E = _UxGT(" Unload * Filament " );
561
560
LSTR MSG_FILAMENTUNLOAD_ALL = _UxGT(" Unload All" );
562
561
#if ENABLED(MULTI_VOLUME)
563
562
LSTR MSG_ATTACH_MEDIA = _UxGT(" Attach SD Card" );
Original file line number Diff line number Diff line change @@ -265,7 +265,6 @@ namespace Language_es {
265
265
LSTR MSG_LCD_OFF = _UxGT(" Apg" );
266
266
LSTR MSG_PID_AUTOTUNE = _UxGT(" PID Auto-ajuste" );
267
267
LSTR MSG_PID_AUTOTUNE_E = _UxGT(" PID Auto-ajuste *" );
268
- LSTR MSG_SELECT = _UxGT(" Seleccionar" );
269
268
LSTR MSG_SELECT_E = _UxGT(" Seleccionar *" );
270
269
LSTR MSG_ACC = _UxGT(" Aceleración" );
271
270
LSTR MSG_JERK = _UxGT(" Jerk" );
Original file line number Diff line number Diff line change @@ -161,7 +161,6 @@ namespace Language_eu {
161
161
LSTR MSG_MAX = " " LCD_STR_THERMOMETER _UxGT (" Max" );
162
162
LSTR MSG_FACTOR = " " LCD_STR_THERMOMETER _UxGT (" Fakt" );
163
163
LSTR MSG_AUTOTEMP = _UxGT(" Auto tenperatura" );
164
- LSTR MSG_SELECT = _UxGT(" Aukeratu" );
165
164
LSTR MSG_SELECT_E = _UxGT(" Aukeratu *" );
166
165
LSTR MSG_ACC = _UxGT(" Azelerazioa" );
167
166
LSTR MSG_JERK = _UxGT(" Astindua" );
Original file line number Diff line number Diff line change @@ -272,7 +272,6 @@ namespace Language_fr {
272
272
LSTR MSG_PID_BAD_EXTRUDER_NUM = _UxGT(" Echec Autotune! E incorrect" );
273
273
LSTR MSG_PID_TEMP_TOO_HIGH = _UxGT(" Echec Autotune! Temp. trop haute" );
274
274
LSTR MSG_PID_TIMEOUT = _UxGT(" Echec Autotune! Opér. expirée" );
275
- LSTR MSG_SELECT = _UxGT(" Sélectionner" );
276
275
LSTR MSG_SELECT_E = _UxGT(" Sélectionner *" );
277
276
LSTR MSG_ACC = _UxGT(" Accélération" );
278
277
LSTR MSG_JERK = _UxGT(" Jerk" );
Original file line number Diff line number Diff line change @@ -266,7 +266,6 @@ namespace Language_gl {
266
266
LSTR MSG_PID_BAD_EXTRUDER_NUM = _UxGT(" Auto-Sint. fallida! Extrusor danado." );
267
267
LSTR MSG_PID_TEMP_TOO_HIGH = _UxGT(" Auto-Sint. fallida! Temperatura moi alta." );
268
268
LSTR MSG_PID_TIMEOUT = _UxGT(" Auto-Sint. fallida! Tempo excedido." );
269
- LSTR MSG_SELECT = _UxGT(" Escolla" );
270
269
LSTR MSG_SELECT_E = _UxGT(" Escolla *" );
271
270
LSTR MSG_ACC = _UxGT(" Acel" );
272
271
LSTR MSG_JERK = _UxGT(" Jerk" );
Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ namespace Language_hr {
95
95
LSTR MSG_BED = _UxGT(" Bed" );
96
96
LSTR MSG_FAN_SPEED = _UxGT(" Brzina ventilatora" );
97
97
LSTR MSG_FAN_SPEED_N = _UxGT(" Brzina ventilatora ~" );
98
- LSTR MSG_SELECT = _UxGT(" Odaberi" );
99
98
LSTR MSG_SELECT_E = _UxGT(" Odaberi *" );
100
99
LSTR MSG_TEMPERATURE = _UxGT(" Temperature" );
101
100
LSTR MSG_MOTION = _UxGT(" Gibanje" );
Original file line number Diff line number Diff line change @@ -309,7 +309,6 @@ namespace Language_hu {
309
309
LSTR MSG_PID_BAD_EXTRUDER_NUM = _UxGT(" Hangolási hiba! Rossz adagoló." );
310
310
LSTR MSG_PID_TEMP_TOO_HIGH = _UxGT(" Hangolási hiba! Magas hömérséklet." );
311
311
LSTR MSG_PID_TIMEOUT = _UxGT(" Hangolási hiba! Idötúllépés." );
312
- LSTR MSG_SELECT = _UxGT(" Kiválaszt" );
313
312
LSTR MSG_SELECT_E = _UxGT(" Kiválaszt *" );
314
313
LSTR MSG_ACC = _UxGT(" Gyorsítás" );
315
314
LSTR MSG_JERK = _UxGT(" Rántás" );
Original file line number Diff line number Diff line change @@ -370,7 +370,6 @@ namespace Language_it {
370
370
LSTR MSG_SENSOR_RESPONSIVENESS_E = _UxGT(" Reattiv.Sens. *" );
371
371
LSTR MSG_MPC_AMBIENT_XFER_COEFF_E = _UxGT(" H ambiente *" );
372
372
LSTR MSG_MPC_AMBIENT_XFER_COEFF_FAN_E = _UxGT(" H Amb. vent. *" );
373
- LSTR MSG_SELECT = _UxGT(" Seleziona" );
374
373
LSTR MSG_SELECT_E = _UxGT(" Seleziona *" );
375
374
LSTR MSG_ACC = _UxGT(" Accel" );
376
375
LSTR MSG_JERK = _UxGT(" Jerk" );
Original file line number Diff line number Diff line change @@ -114,7 +114,6 @@ namespace Language_jp_kana {
114
114
LSTR MSG_AUTOTEMP = _UxGT(" ジドウオンドセイギョ" ); // "Autotemp"
115
115
LSTR MSG_LCD_ON = _UxGT(" オン" ); // "On"
116
116
LSTR MSG_LCD_OFF = _UxGT(" オフ" ); // "Off"
117
- LSTR MSG_SELECT = _UxGT(" センタク" ); // "Select"
118
117
LSTR MSG_SELECT_E = _UxGT(" センタク *" );
119
118
LSTR MSG_ACC = _UxGT(" カソクド mm/s" ) SUPERSCRIPT_TWO; // "Accel"
120
119
LSTR MSG_JERK = _UxGT(" ヤクドウ mm/s" ); // "Jerk"
Original file line number Diff line number Diff line change @@ -108,7 +108,6 @@ namespace Language_nl {
108
108
LSTR MSG_AUTOTEMP = _UxGT(" Autotemp" );
109
109
LSTR MSG_LCD_ON = _UxGT(" Aan" );
110
110
LSTR MSG_LCD_OFF = _UxGT(" Uit" );
111
- LSTR MSG_SELECT = _UxGT(" Selecteer" );
112
111
LSTR MSG_SELECT_E = _UxGT(" Selecteer *" );
113
112
LSTR MSG_ACC = _UxGT(" Versn" );
114
113
LSTR MSG_TEMPERATURE = _UxGT(" Temperatuur" );
Original file line number Diff line number Diff line change @@ -269,7 +269,6 @@ namespace Language_pl {
269
269
LSTR MSG_PID_AUTOTUNE = _UxGT(" PID Autostrojenie" );
270
270
LSTR MSG_PID_AUTOTUNE_E = _UxGT(" PID Autostrojenie *" );
271
271
LSTR MSG_PID_AUTOTUNE_DONE = _UxGT(" Strojenie PID zakończone" );
272
- LSTR MSG_SELECT = _UxGT(" Wybierz" );
273
272
LSTR MSG_SELECT_E = _UxGT(" Wybierz *" );
274
273
LSTR MSG_ACC = _UxGT(" Przyspieszenie" );
275
274
LSTR MSG_JERK = _UxGT(" Zryw" );
Original file line number Diff line number Diff line change @@ -236,7 +236,6 @@ namespace Language_pt_br {
236
236
LSTR MSG_AUTOTEMP = _UxGT(" Temp. Automática" );
237
237
LSTR MSG_LCD_ON = _UxGT(" Ligado" );
238
238
LSTR MSG_LCD_OFF = _UxGT(" Desligado" );
239
- LSTR MSG_SELECT = _UxGT(" Selecionar" );
240
239
LSTR MSG_SELECT_E = _UxGT(" Selecionar *" );
241
240
LSTR MSG_ACC = _UxGT(" Acel." );
242
241
LSTR MSG_JERK = _UxGT(" Arrancada" );
Original file line number Diff line number Diff line change @@ -264,7 +264,6 @@ namespace Language_ro {
264
264
LSTR MSG_PID_BAD_EXTRUDER_NUM = _UxGT(" Autotune failed! Bad extruder." );
265
265
LSTR MSG_PID_TEMP_TOO_HIGH = _UxGT(" Autotune failed! Temperature too high." );
266
266
LSTR MSG_PID_TIMEOUT = _UxGT(" Autotune failed! Timeout." );
267
- LSTR MSG_SELECT = _UxGT(" Select" );
268
267
LSTR MSG_SELECT_E = _UxGT(" Select *" );
269
268
LSTR MSG_ACC = _UxGT(" Accel" );
270
269
LSTR MSG_JERK = _UxGT(" Jerk" );
Original file line number Diff line number Diff line change @@ -386,7 +386,6 @@ namespace Language_ru {
386
386
LSTR MSG_PID_TEMP_TOO_HIGH = _UxGT(" Сбой автоподбора! Температура повышена." );
387
387
LSTR MSG_PID_TIMEOUT = _UxGT(" Сбой автоподбора! Завершение времени." );
388
388
389
- LSTR MSG_SELECT = _UxGT(" Выбор" );
390
389
LSTR MSG_SELECT_E = _UxGT(" Выбор *" );
391
390
LSTR MSG_ACC = _UxGT(" Ускорение" );
392
391
LSTR MSG_JERK = _UxGT(" Рывок" );
Original file line number Diff line number Diff line change @@ -368,7 +368,6 @@ namespace Language_sk {
368
368
LSTR MSG_SENSOR_RESPONSIVENESS_E = _UxGT(" Rozliš. senz. *" );
369
369
LSTR MSG_MPC_AMBIENT_XFER_COEFF_E = _UxGT(" H okolia *" );
370
370
LSTR MSG_MPC_AMBIENT_XFER_COEFF_FAN_E = _UxGT(" H vent. okolia *" );
371
- LSTR MSG_SELECT = _UxGT(" Vybrať" );
372
371
LSTR MSG_SELECT_E = _UxGT(" Vybrať *" );
373
372
LSTR MSG_ACC = _UxGT(" Zrýchlenie" );
374
373
LSTR MSG_JERK = _UxGT(" Skok" );
Original file line number Diff line number Diff line change @@ -294,7 +294,6 @@ namespace Language_sv {
294
294
LSTR MSG_PID_BAD_EXTRUDER_NUM = _UxGT(" Autojustera misslyckad! Dålig extruder." );
295
295
LSTR MSG_PID_TEMP_TOO_HIGH = _UxGT(" Autojustera misslyckad! Temperatur för hög." );
296
296
LSTR MSG_PID_TIMEOUT = _UxGT(" Autojustera misslyckad! Tidsgräns." );
297
- LSTR MSG_SELECT = _UxGT(" Välj" );
298
297
LSTR MSG_SELECT_E = _UxGT(" Välj *" );
299
298
LSTR MSG_ACC = _UxGT(" Accel" );
300
299
LSTR MSG_JERK = _UxGT(" Ryck" );
Original file line number Diff line number Diff line change @@ -256,7 +256,6 @@ namespace Language_tr {
256
256
LSTR MSG_LCD_OFF = _UxGT(" Kapalı" );
257
257
LSTR MSG_PID_AUTOTUNE = _UxGT(" PID Kalibrasyon" );
258
258
LSTR MSG_PID_AUTOTUNE_E = _UxGT(" PID Kalibrasyon *" );
259
- LSTR MSG_SELECT = _UxGT(" Seç" );
260
259
LSTR MSG_SELECT_E = _UxGT(" Seç *" );
261
260
LSTR MSG_ACC = _UxGT(" İvme" );
262
261
Original file line number Diff line number Diff line change @@ -391,7 +391,6 @@ namespace Language_uk {
391
391
LSTR MSG_PID_TEMP_TOO_HIGH = _UxGT(" Збій автопідбору! Температура завищена." );
392
392
LSTR MSG_PID_TIMEOUT = _UxGT(" Збій автопідбору! Вичерпан час." );
393
393
394
- LSTR MSG_SELECT = _UxGT(" Вибрати" );
395
394
LSTR MSG_SELECT_E = _UxGT(" Вибрати *" );
396
395
LSTR MSG_ACC = _UxGT(" Прискорорення" );
397
396
LSTR MSG_JERK = _UxGT(" Ривок" );
Original file line number Diff line number Diff line change @@ -224,7 +224,6 @@ namespace Language_vi {
224
224
LSTR MSG_AUTOTEMP = _UxGT(" Nhiệt độ tự động" ); // Autotemp
225
225
LSTR MSG_LCD_ON = _UxGT(" Bật" ); // on
226
226
LSTR MSG_LCD_OFF = _UxGT(" Tắt" ); // off
227
- LSTR MSG_SELECT = _UxGT(" Lựa" ); // Select
228
227
LSTR MSG_SELECT_E = _UxGT(" Lựa *" );
229
228
LSTR MSG_ACC = _UxGT(" Tăng Tốc" );
230
229
LSTR MSG_JERK = _UxGT(" Giật" );
Original file line number Diff line number Diff line change @@ -264,7 +264,6 @@ namespace Language_zh_CN {
264
264
LSTR MSG_PID_BAD_EXTRUDER_NUM = _UxGT(" 自动调失败! 坏的挤出机" );
265
265
LSTR MSG_PID_TEMP_TOO_HIGH = _UxGT(" 自动调失败! 温度太高" );
266
266
LSTR MSG_PID_TIMEOUT = _UxGT(" 自动调失败! 超时" );
267
- LSTR MSG_SELECT = _UxGT(" 选择" ); // "Select"
268
267
LSTR MSG_SELECT_E = _UxGT(" 选择 *" );
269
268
LSTR MSG_ACC = _UxGT(" 加速度" ); // "Accel" acceleration
270
269
LSTR MSG_JERK = _UxGT(" 抖动速率" ); // "Jerk"
Original file line number Diff line number Diff line change @@ -249,7 +249,6 @@ namespace Language_zh_TW {
249
249
LSTR MSG_LCD_ON = _UxGT(" 開 " ); // "On"
250
250
LSTR MSG_LCD_OFF = _UxGT(" 關 " ); // "Off"
251
251
252
- LSTR MSG_SELECT = _UxGT(" 選擇" ); // "Select"
253
252
LSTR MSG_SELECT_E = _UxGT(" 選擇 *" );
254
253
LSTR MSG_ACC = _UxGT(" 加速度" ); // "Accel" acceleration
255
254
LSTR MSG_JERK = _UxGT(" 抖動速率" ); // "Jerk"
Original file line number Diff line number Diff line change @@ -246,25 +246,15 @@ void menu_move() {
246
246
#endif
247
247
}
248
248
#elif EXTRUDERS == 3
249
- if (active_extruder < 2 ) {
250
- if (active_extruder)
251
- GCODES_ITEM_N (0 , MSG_SELECT_E, F (" T0" ));
252
- else
253
- GCODES_ITEM_N (1 , MSG_SELECT_E, F (" T1" ));
254
- }
249
+ if (active_extruder < 2 )
250
+ GCODES_ITEM_N (1 - active_extruder, MSG_SELECT_E, active_extruder ? F (" T0" ) : F (" T1" ));
255
251
#else
256
- if (active_extruder)
257
- GCODES_ITEM_N (0 , MSG_SELECT_E, F (" T0" ));
258
- else
259
- GCODES_ITEM_N (1 , MSG_SELECT_E, F (" T1" ));
252
+ GCODES_ITEM_N (1 - active_extruder, MSG_SELECT_E, active_extruder ? F (" T0" ) : F (" T1" ));
260
253
#endif
261
254
262
255
#elif ENABLED(DUAL_X_CARRIAGE)
263
256
264
- if (active_extruder)
265
- GCODES_ITEM_N (0 , MSG_SELECT_E, F (" T0" ));
266
- else
267
- GCODES_ITEM_N (1 , MSG_SELECT_E, F (" T1" ));
257
+ GCODES_ITEM_N (1 - active_extruder, MSG_SELECT_E, active_extruder ? F (" T0" ) : F (" T1" ));
268
258
269
259
#endif
270
260
Original file line number Diff line number Diff line change 50
50
#endif
51
51
52
52
#if ALL(DWIN_LCD_PROUI, INDIVIDUAL_AXIS_HOMING_SUBMENU, MESH_BED_LEVELING)
53
- #define Z_POST_CLEARANCE HMI_data.z_after_homing;
53
+ #define Z_POST_CLEARANCE HMI_data.z_after_homing
54
54
#elif defined(Z_AFTER_HOMING)
55
55
#define Z_POST_CLEARANCE Z_AFTER_HOMING
56
56
#elif defined(Z_HOMING_HEIGHT)
You can’t perform that action at this time.
0 commit comments