Basic Information:
Printer Model: Octopus Max-EZ V1.0
MCU / Printerboard: Klipper_stm32h723
Host / SBC
klippy.log
Fill out above information and in all cases attach your klippy.log
file (use zip to compress it, if too big). Pasting your printer.cfg
is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
…
I am working on a 3D Binder Jet Printer that requires dual X-axes operating independently. The first X-axis will move the printhead attached to the Y-axis along its axis while the second X-axis will help spread the powder needed for the printing on the print bed. I am using Klipper for this and I have stepper_x as Motor-1 and stepper_x1 as Motor-4 on my Octopus Max-EZ board printer.cfg file. Whenever I home the stepper_x, both stepper_x and stepper_x1 get triggered and move toward their home position. Unfortunately, on sending commands such as “G1 X+10 F6000”, both stepper_x and stepper_x1 move 10mm on their rails, and sending “G1 x1+10 F6000”, I get the error message, “Unable to parse move ‘G1 X1+10 F6000’.” What I need is for both stepper_x and stepper_x1 to be controlled independently. How do I make this work out? I need help.
I added a picture for visual purpose.
Thank you!
klippy (3).log (53.6 KB)