makerbase-mks / Mks-Robin-Nano-Marlin2.0-Firmware

The firmware of Mks Robin Nano, based on Marlin-2.0.x, adding the color GUI.
GNU General Public License v3.0
263 stars 285 forks source link

Robin Nano V3 printer stops before it starts. #229

Open 666cin opened 3 years ago

666cin commented 3 years ago

Description

Unable to print from usb drive. I have fresh MKS Marlin v2.0.x with usb enabled and ups and pwc module + filament sensor on robin nano v3 ts35. while choosing file from usb drive, printer is heating, leveling and then it stops. I can hit resume but it is not resuming. Before it stops bed is going down and up for ~10mm. when I will send the same file trough usb cable and simplify it is printing without and issue. Was trying to uncomment power loss but it did no change the behavior.

666cin commented 3 years ago

Update. After changing TFT_LVGL_UI to Marlin Color UI everything is working fine. I can print via usb w/o any issues.

lilive1372 commented 3 years ago

Hello I have the same problem, but I would like to use the original interface and not marlin ui. If I connect the signal from the ups to Mt det 2, my printing pauses to replace the filament. How can we connect the signal of the UPS?

666cin commented 3 years ago

Hello I have the same problem, but I would like to use the original interface and not marlin ui. If I connect the signal from the ups to Mt det 2, my printing pauses to replace the filament. How can we connect the signal of the UPS?

Use Marlin ui. It’s much better. With many more options

lilive1372 commented 3 years ago

Hello

Sorry for my english I don't like marlin UI and I use MKUI's wifi. Using the BL touch and the PWC, I plugged in the PWC like this:

define SUICIDE_PIN PW_OFF

define KILL_PIN PC4 in robin nano_V3.h .

The UPS #define POWER_LOSS_PIN PW_DET but at power failure the Z does nothing

MKS-Sean commented 3 years ago

@666cin @lilive1372 You can send your configuration file and I will test it.

lilive1372 commented 3 years ago

Hi, Thanks for your help. I put you the configuration.h, configuration.adv.h and robin nano V3.h files Configuration for Core XY

Robin nano V3, BLtouch, TMC2209, MKS PWC and MKC UPS.zip

lilive1372 commented 3 years ago

Hi, Have you been able to try the configuation?