makerbase-mks / MKS-Robin-Nano-V1.X

MKS Robin Nano is a powerful 32-bit 3D printer control board with STM32F103VET6. Support Marlin2.0. Support MKS Robin TFT24/28/32/35/43 touch Screens. The motherboard integrates 5 AXIS interface, hot bed, 2 heating heads, 3 NTC100K, 1 MAX31855.The motherboard integrates After shutdown. Support MKS Robin WIFI for cloud printing and supports firmware update by SD card…
https://www.aliexpress.com/item/33013776323.html?spm=2114.12010612.8148356.5.320565f4m9CS1x
197 stars 75 forks source link

fillament sensor and step motor #81

Open misterry08 opened 3 years ago

misterry08 commented 3 years ago

2 minutes after the resin identification sensor has run out, all stepper motors are put to rest. It causes a step deviation problem because when changing the resin it moves the X and Y axes because the stepper motor is idle. Can you show me how to keep the stepper motor on to keep the coordinates when out of fillament.

mks-viva commented 3 years ago

Hi! Which firmware are you using?

misterry08 commented 3 years ago

i use Mks_Nano35_V2.0.3.2

mks-viva commented 3 years ago

In Configuration_adv.h file

define DEFAULT_STEPPER_DEACTIVE_TIME 120

image

misterry08 commented 3 years ago

I found the place you pointed out but there was another problem :(( image which one should I choose now image I don't know what to write in this place to stop errors

mks-viva commented 3 years ago

You need enable a LCD type in configuration.h file, for xexample, if you use MKS Robin TFT35, so you need enable "TFT_LVGL_UI_FSMC"

misterry08 commented 3 years ago

Can you help me fix it? for me it's really hard. I use this version so can you edit it and send it to me? https://github.com/makerbase-mks/MKS-Robin-Nano-V1.X/blob/master/Nano%20firmware%20v2.x.x/History%20Version/Mks_Nano35_V2.0.3.2%20Release%20file.rar