@@ -245,6 +245,78 @@ Errors:
245245 gui_layout : " warning_dialog"
246246 approved : true
247247
248+ - code : " XX121"
249+ printers : [COREONE_INDX, COREONEL_INDX]
250+ title : " Unknown nozzle"
251+ text : " A nozzle was detected but its identity is unknown. Please select the dock it belongs to."
252+ id : " NOZZLE_MISMATCH_UNKNOWN"
253+ gui_layout : " warning_dialog"
254+ approved : false
255+
256+ - code : " XX122"
257+ printers : [COREONE_INDX, COREONEL_INDX]
258+ title : " Unknown nozzle"
259+ text : " Select the dock the nozzle belongs to."
260+ id : " NOZZLE_MISMATCH_DOCK_SELECTION"
261+ gui_layout : " warning_dialog"
262+ approved : false
263+
264+ - code : " XX123"
265+ printers : [COREONE_INDX, COREONEL_INDX]
266+ title : " Occupied dock"
267+ text : " The head hit something on the way to the dock. Make sure the correct dock is selected and empty, then retry."
268+ id : " NOZZLE_MISMATCH_DOCK_NOT_EMPTY"
269+ gui_layout : " warning_dialog"
270+ approved : false
271+
272+ - code : " XX124"
273+ printers : [COREONE_INDX, COREONEL_INDX]
274+ title : " Tool lost"
275+ text : " Expected tool was not detected. The printer needs to rehome before continuing."
276+ id : " NOZZLE_MISMATCH_TOOL_LOST"
277+ gui_layout : " warning_dialog"
278+ approved : false
279+
280+ - code : " XX125"
281+ printers : [COREONE_INDX, COREONEL_INDX]
282+ title : " Tool pickup failed"
283+ text : " Nozzle was not detected after tool pickup."
284+ id : " NOZZLE_MISMATCH_PICKUP_FAILED"
285+ gui_layout : " warning_dialog"
286+ approved : false
287+
288+ - code : " XX126"
289+ printers : [COREONE_INDX, COREONEL_INDX]
290+ title : " Retry pickup"
291+ text : " Make sure the tool is in the dock, then press Continue."
292+ id : " NOZZLE_MISMATCH_PICKUP_RETRY"
293+ gui_layout : " warning_dialog"
294+ approved : false
295+
296+ - code : " XX127"
297+ printers : [COREONE_INDX, COREONEL_INDX]
298+ title : " Tool park failed"
299+ text : " Nozzle was still detected after parking."
300+ id : " NOZZLE_MISMATCH_PARK_FAILED"
301+ gui_layout : " warning_dialog"
302+ approved : false
303+
304+ - code : " XX128"
305+ printers : [COREONE_INDX, COREONEL_INDX]
306+ title : " Retry tool park"
307+ text : " Make sure the dock is accessible, then press Continue."
308+ id : " NOZZLE_MISMATCH_PARK_RETRY"
309+ gui_layout : " warning_dialog"
310+ approved : false
311+
312+ - code : " XX129"
313+ printers : [COREONE_INDX, COREONEL_INDX]
314+ title : " Abort print?"
315+ text : " This will abort the current print."
316+ id : " NOZZLE_MISMATCH_CONFIRM_ABORT"
317+ gui_layout : " warning_dialog"
318+ approved : false
319+
248320 # TEMPERATURE xx2xx
249321
250322 - code : " XX201"
0 commit comments