makerbase-mks / MKS-Robin

MKS Robin is a powerful 32-bit 3D printer control board with STM32F103ZET6 . Support Marlin2.0. Support MKS Robin TFT24/28/32... Screens. The motherboard integrates 5 AXIS interface, hot bed, 2 heating heads, 3 NTC100K, 2 MAX31855.Support MKS Robin WIFI for cloud printing.Supports firmware update by SD card…
https://es.aliexpress.com/item/32757129463.html?spm=a219c.12010612.8148356.9.5fc165f4oDUfFM
131 stars 129 forks source link

MKS Robin Mini auto-off not correct working. #173

Open kocmoc007 opened 4 years ago

kocmoc007 commented 4 years ago

I have a printer based on the MKS Robin Mini v.2.0 board. I connected the button without fixing to the SW connector. Using the button, the printer turns on / off correctly. Automatic shutdown at the end of printing works only when, after starting printing, select Option - More - Auto-Off in the menu. If I add the M81 command at the end of the G-code, the printer stops, the message Closing machine... appears on the display, and the printer is in this state and does not turn off. Tell me, how can I automate the process of auto power off, so that every time I do not select this function in the menu? In the configuration settings, I have installed this: ################## Advanced Settings#############################

cfg_insert_det_module 0 #Assemble power outage module (1:mks 220det;0:mks pwc)

cfg_have_ups_device 0 # UPS(1:yes;0:no)

cfg_print_over_auto_close 1 # auto-off when print finishes(1:yesЈ»0:no)

makerbase-mks commented 4 years ago

Hi! I need to know your wiring. Can provide?

kocmoc007 commented 4 years ago

I did not understand the question. I described in detail everything that I do. When manually selected in the menu, the printer turns off at the end of printing, but doesn’t, at the command of M81, although it should. How to do it?