Print/display ABL current probe point (#14788)
This commit is contained in:
committed by
Scott Lahteine
parent
3765e67434
commit
f59a7e8b07
@ -95,6 +95,7 @@
|
||||
#define MSG_LEVEL_CORNERS _UxGT("Ecken nivellieren")
|
||||
#define MSG_NEXT_CORNER _UxGT("Nächste Ecke")
|
||||
#define MSG_EDITING_STOPPED _UxGT("Netzbearb. angeh.")
|
||||
#define MSG_PROBING_MESH _UxGT("Messpunkt")
|
||||
#define MSG_MESH_X _UxGT("Index X")
|
||||
#define MSG_MESH_Y _UxGT("Index Y")
|
||||
#define MSG_MESH_EDIT_Z _UxGT("Z-Wert")
|
||||
@ -103,7 +104,6 @@
|
||||
#define MSG_UBL_UNHOMED _UxGT("Home XYZ zuerst")
|
||||
#define MSG_UBL_TOOLS _UxGT("UBL-Werkzeuge")
|
||||
#define MSG_UBL_LEVEL_BED _UxGT("Unified Bed Leveling")
|
||||
#define MSG_LCD_PROBING_MESH _UxGT("Messpunkt")
|
||||
#define MSG_LCD_TILTING_MESH _UxGT("Berührungspunkt")
|
||||
#define MSG_IDEX_MENU _UxGT("IDEX-Modus")
|
||||
#define MSG_OFFSETS_MENU _UxGT("Werkzeugversätze")
|
||||
|
@ -235,6 +235,9 @@
|
||||
#ifndef MSG_EDITING_STOPPED
|
||||
#define MSG_EDITING_STOPPED _UxGT("Mesh Editing Stopped")
|
||||
#endif
|
||||
#ifndef MSG_PROBING_MESH
|
||||
#define MSG_PROBING_MESH _UxGT("Probing point")
|
||||
#endif
|
||||
#ifndef MSG_MESH_X
|
||||
#define MSG_MESH_X _UxGT("Index X")
|
||||
#endif
|
||||
@ -259,9 +262,6 @@
|
||||
#ifndef MSG_UBL_LEVEL_BED
|
||||
#define MSG_UBL_LEVEL_BED _UxGT("Unified Bed Leveling")
|
||||
#endif
|
||||
#ifndef MSG_LCD_PROBING_MESH
|
||||
#define MSG_LCD_PROBING_MESH _UxGT("Probing point")
|
||||
#endif
|
||||
#ifndef MSG_LCD_TILTING_MESH
|
||||
#define MSG_LCD_TILTING_MESH _UxGT("Tilting point")
|
||||
#endif
|
||||
|
@ -90,6 +90,7 @@
|
||||
#define MSG_LEVEL_CORNERS _UxGT("Niveau coins")
|
||||
#define MSG_NEXT_CORNER _UxGT("Coin suivant")
|
||||
#define MSG_EDITING_STOPPED _UxGT("Arrêt édit. maillage")
|
||||
#define MSG_PROBING_MESH _UxGT("Mesure point")
|
||||
#define MSG_MESH_X _UxGT("Index X")
|
||||
#define MSG_MESH_Y _UxGT("Index Y")
|
||||
#define MSG_MESH_EDIT_Z _UxGT("Valeur Z")
|
||||
@ -99,7 +100,6 @@
|
||||
#define MSG_UBL_UNHOMED _UxGT("Origine XYZ requise")
|
||||
#define MSG_UBL_TOOLS _UxGT("Outils UBL")
|
||||
#define MSG_UBL_LEVEL_BED _UxGT("Niveau lit unifié")
|
||||
#define MSG_LCD_PROBING_MESH _UxGT("Mesure point")
|
||||
#define MSG_LCD_TILTING_MESH _UxGT("Touche point")
|
||||
#define MSG_M48_TEST _UxGT("Ecart sonde Z M48")
|
||||
#define MSG_M48_DEVIATION _UxGT("Ecart")
|
||||
|
@ -93,6 +93,7 @@
|
||||
#define MSG_LEVEL_CORNERS _UxGT("Livella spigoli")
|
||||
#define MSG_NEXT_CORNER _UxGT("Prossimo spigolo")
|
||||
#define MSG_EDITING_STOPPED _UxGT("Modif. Mesh Fermata")
|
||||
#define MSG_PROBING_MESH _UxGT("Punto sondato")
|
||||
#define MSG_MESH_X _UxGT("Indice X")
|
||||
#define MSG_MESH_Y _UxGT("Indice Y")
|
||||
#define MSG_MESH_EDIT_Z _UxGT("Valore di Z")
|
||||
@ -101,7 +102,6 @@
|
||||
#define MSG_UBL_UNHOMED _UxGT("Home XYZ prima")
|
||||
#define MSG_UBL_TOOLS _UxGT("Strumenti UBL")
|
||||
#define MSG_UBL_LEVEL_BED _UxGT("Unified Bed Leveling")
|
||||
#define MSG_LCD_PROBING_MESH _UxGT("Punto sondato")
|
||||
#define MSG_LCD_TILTING_MESH _UxGT("Punto inclinaz.")
|
||||
#define MSG_M48_TEST _UxGT("Test sonda M48")
|
||||
#define MSG_M48_DEVIATION _UxGT("Deviazione")
|
||||
|
@ -101,6 +101,7 @@
|
||||
#define MSG_LEVEL_CORNERS _UxGT("Vyrovnať rohy")
|
||||
#define MSG_NEXT_CORNER _UxGT("Ďalší roh")
|
||||
#define MSG_EDITING_STOPPED _UxGT("Koniec úprav siete")
|
||||
#define MSG_PROBING_MESH _UxGT("Skúšam bod")
|
||||
#define MSG_MESH_X _UxGT("Index X")
|
||||
#define MSG_MESH_Y _UxGT("Index Y")
|
||||
#define MSG_MESH_EDIT_Z _UxGT("Hodnota Z")
|
||||
@ -110,7 +111,6 @@
|
||||
#define MSG_UBL_UNHOMED _UxGT("Prejdite domov")
|
||||
#define MSG_UBL_TOOLS _UxGT("Nástroje UBL")
|
||||
#define MSG_UBL_LEVEL_BED _UxGT("UBL rovnanie")
|
||||
#define MSG_LCD_PROBING_MESH _UxGT("Skúšam bod")
|
||||
#define MSG_LCD_TILTING_MESH _UxGT("Vyrovnávam bod")
|
||||
#define MSG_IDEX_MENU _UxGT("IDEX režim")
|
||||
#define MSG_OFFSETS_MENU _UxGT("Ofset nástrojov")
|
||||
|
Reference in New Issue
Block a user