PFW-1386 Remove old debug message to save space
Saves 34 bytes of flash
This commit is contained in:
parent
bb0bbfb45f
commit
217b537961
|
|
@ -3669,8 +3669,6 @@ static void gcode_M600(bool automatic, float x_position, float y_position, float
|
||||||
}
|
}
|
||||||
|
|
||||||
void gcode_M701(float fastLoadLength, uint8_t mmuSlotIndex){
|
void gcode_M701(float fastLoadLength, uint8_t mmuSlotIndex){
|
||||||
printf_P(PSTR("gcode_M701 begin\n"));
|
|
||||||
|
|
||||||
FSensorBlockRunout fsBlockRunout;
|
FSensorBlockRunout fsBlockRunout;
|
||||||
|
|
||||||
prusa_statistics(22);
|
prusa_statistics(22);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue