ANYCUBIC-3D / Kobra_Max

GNU General Public License v3.0
32 stars 27 forks source link

M600 doesn't work due to these lines of code being commented out. #5

Open ajyourk opened 1 year ago

ajyourk commented 1 year ago

https://github.com/ANYCUBIC-3D/Kobra_Max/blob/7b6bc8282d5dd7c0eeb5ede71c9269dc47391e1e/source/Marlin/src/lcd/extui/lib/anycubic_dgus/dgus_tft.cpp#L437-L439

If you change these lines instead to look like:

case AC_timer_paused: { printer_state = AC_printer_pausing; pause_state = AC_paused_idle;

then M600 and M25 work as intended when parking the print head, and are able to be resumed from the LCD screen. Note the change from "AC_printer_paused" to "AC_printer_pausing" Just thought I'd point it out since people are still having issues with it.

fabry2012 commented 1 year ago

Have you compiled the firmware? If yes, could you tell me the size of the .bin file? Mine is 181kb. I'd like to be sure it's the same for you.

thank you very much

ajyourk commented 1 year ago

Have you compiled the firmware? If yes, could you tell me the size of the .bin file? Mine is 181kb. I'd like to be sure it's the same for you.

thank you very much

Mine is 207KB, however that is most likely due to some extra code that I added from the Kobra Kai firmware to make the screen display a preview before printing.