MK4duo icon indicating copy to clipboard operation
MK4duo copied to clipboard

LCD MKS TFT32 V3.0.2 WORKS IN FW 4.3.5 BUT FW 4.3.6 NOT

Open Briangsouza opened this issue 6 years ago • 1 comments

the commands to warm the hotend, bed and move, works. but the sd card I can not print in fw 4.3.6 only in fw 4.3.5 everything works normal

Briangsouza avatar Jun 02 '18 03:06 Briangsouza

Hi. Can you try to see if this helps: In configuration.h file, define NO_TIMEOUTS as 0 and not 1000, and make sure ADVANCE_OK is commented out.

#define NO_TIMEOUTS 0
// Uncomment to include more info in ok command
//#define ADVANCED_OK

ALSO... make sure start g-code includes M530 S1 to start printing mode. See g-code:

M530 | ? | Enables explicit printing mode (S1) or disables it (S0). L can set layer count

lsgarrow avatar Aug 13 '18 14:08 lsgarrow