Fix anycubics typos in laser implementation.

This commit is contained in:
Knutwurst
2023-06-08 22:03:08 +02:00
parent dc28578f54
commit 4335238131
2 changed files with 7 additions and 7 deletions

View File

@@ -161,8 +161,8 @@
}
void send_pic_param() {
SEND_PGM("A45V W"); LCD_SERIAL.print(Laser_printer_st.pic_widht);
SEND_PGM( " H"); LCD_SERIAL(Laser_printer_st.pic_hight);
SEND_PGM("A45V W"); LCD_SERIAL.print(Laser_printer_st.pic_width);
SEND_PGM( " H"); LCD_SERIAL(Laser_printer_st.pic_height);
SENDLINE_PGM(" ");
}