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
130 stars 129 forks source link

MKS ROBIN V 2.4 DOUBLE MOTOR PROBLEM Z DOES NOT WORK #79

Open roberto76milano opened 5 years ago

roberto76milano commented 5 years ago

hello I own the version 2.4 robin card I did upgrade firmware but I can not run the second engine of z, I selected option in the .txt file but it does not work !!! I installed version 2.7, can you help me ???? over all the engines move only 5mm instead of 10mm, I use purple driver 8825 how should I set ???

roberto76milano commented 5 years ago

my printer is a prusa geeetech i3 mk8

vk220 commented 5 years ago

Hi! How did you connect 2nd z-motor? Into the E1 port? And did you set amount XAXIS_STEPS_PER_MM and others in the .txt file?

makerbase-mks commented 5 years ago

Do you have this item set in the configuration file? Just change E1 to the second z-axis, and set it up here. Also note that the E1 axis is also to be driven.

FEATURE_TWO_XSTEPPER 0 #change E1 singal into X , then dual X is available(enable:1; disable: 0) FEATURE_TWO_YSTEPPER 0 #change E1 singal into Y , then dual Y is available(enable:1; disable: 0) FEATURE_TWO_ZSTEPPER 1 #change E1 singal into Z , then dual Z is available(enable:1; disable: 0)