Lang - text " PlannerBufferBytes: " removed from dictionary
This commit is contained in:
parent
46fba48173
commit
104353c0c5
@ -1180,7 +1180,7 @@ void setup()
|
||||
SERIAL_ECHO_START;
|
||||
SERIAL_ECHORPGM(_i(" Free Memory: "));////MSG_FREE_MEMORY c=0 r=0
|
||||
SERIAL_ECHO(freeMemory());
|
||||
SERIAL_ECHORPGM(_i(" PlannerBufferBytes: "));////MSG_PLANNER_BUFFER_BYTES c=0 r=0
|
||||
SERIAL_ECHORPGM(_n(" PlannerBufferBytes: "));////MSG_PLANNER_BUFFER_BYTES c=0 r=0
|
||||
SERIAL_ECHOLN((int)sizeof(block_t)*BLOCK_BUFFER_SIZE);
|
||||
//lcd_update_enable(false); // why do we need this?? - andre
|
||||
// loads data from EEPROM if available else uses defaults (and resets step acceleration rate)
|
||||
|
@ -1,6 +1,3 @@
|
||||
#MSG_PLANNER_BUFFER_BYTES c=0 r=0
|
||||
" PlannerBufferBytes: "
|
||||
|
||||
#MSG_ERR_COLD_EXTRUDE_STOP c=0 r=0
|
||||
" cold extrusion prevented"
|
||||
|
||||
|
@ -1,7 +1,3 @@
|
||||
#MSG_PLANNER_BUFFER_BYTES c=0 r=0
|
||||
" PlannerBufferBytes: "
|
||||
" PlannerBufferBytes: "
|
||||
|
||||
#MSG_ERR_COLD_EXTRUDE_STOP c=0 r=0
|
||||
" cold extrusion prevented"
|
||||
"zabraneno extruzi za studena"
|
||||
|
@ -1,7 +1,3 @@
|
||||
#MSG_PLANNER_BUFFER_BYTES c=0 r=0
|
||||
" PlannerBufferBytes: "
|
||||
" PlannerPufferBytes: "
|
||||
|
||||
#MSG_ERR_COLD_EXTRUDE_STOP c=0 r=0
|
||||
" cold extrusion prevented"
|
||||
" stopp, Extruder kalt!"
|
||||
|
@ -1,7 +1,3 @@
|
||||
#MSG_PLANNER_BUFFER_BYTES c=0 r=0
|
||||
" PlannerBufferBytes: "
|
||||
" PlannerBufferBytes: "
|
||||
|
||||
#MSG_ERR_COLD_EXTRUDE_STOP c=0 r=0
|
||||
" cold extrusion prevented"
|
||||
"extrusion en frio prevenida"
|
||||
|
@ -1,7 +1,3 @@
|
||||
#MSG_PLANNER_BUFFER_BYTES c=0 r=0
|
||||
" PlannerBufferBytes: "
|
||||
" PlannerBufferBytes : "
|
||||
|
||||
#MSG_ERR_COLD_EXTRUDE_STOP c=0 r=0
|
||||
" cold extrusion prevented"
|
||||
"extrusion a froid evitee"
|
||||
|
@ -1,7 +1,3 @@
|
||||
#MSG_PLANNER_BUFFER_BYTES c=0 r=0
|
||||
" PlannerBufferBytes: "
|
||||
" PlannerBufferBytes: "
|
||||
|
||||
#MSG_ERR_COLD_EXTRUDE_STOP c=0 r=0
|
||||
" cold extrusion prevented"
|
||||
"evitata estrusione fredda"
|
||||
|
@ -1,7 +1,3 @@
|
||||
#MSG_PLANNER_BUFFER_BYTES c=0 r=0
|
||||
" PlannerBufferBytes: "
|
||||
" PlannerBufferBytes: "
|
||||
|
||||
#MSG_ERR_COLD_EXTRUDE_STOP c=0 r=0
|
||||
" cold extrusion prevented"
|
||||
" nie dopuszczono do zimnej ekstruzji"
|
||||
|
Loading…
Reference in New Issue
Block a user