What's new
VORON Design

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members!

SOLVED V0.1 only moves diagonally

yango

New member
Printer Model
V0.1
Hello

I'm trying to make V0.1 print, the only movement that it can make is diagonal; STEPPER_BUZZ STEPPER=stepper_x and STEPPER_BUZZ STEPPER=stepper_y works properly. What could be the reason?
 
Hello, did you set kinematics to CoreXY in printer.cfg?

Code:
[printer]
kinematics: corexy
 
If not that then it means that only one motor is doing the work. Check your belt path and make sure the the belt is not touching any plastic parts. If it is, it's not routed properly. Once you've checked what Sanity has asked and checked the belt path, it's a matter of checking the motor configuration in your klipper config and that your wiring is correct.
 
Top