🚀 Need Help Mimicking IDEX System in grblHAL Plugin (Dual Head Setup) #251
Replies: 1 comment
-
Position is stored in three different locations, you likely may have to sync all of them to avoid issues. The macro The issue with F4xx could be that settings are out of whack - A and B steps/mm were 0 for me when I tried your code, do not know why. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone! 👋
I'm working on a grblHAL plugin to mimic an IDEX-style dual-head system for 3D printing. The idea is to control two independent heads:
Both heads share the Y axis.
🧩 The Challenge
I'm stuck on redirecting or mirroring the movement of the X axis to the A axis. For example, when H1 moves along X, I want H2 to follow along A with the same motion.
I’ve successfully written code for:
But it doesn’t work on STM32F4XX, and I’m not sure why. I suspect it’s something related to how motion planning or axis mapping is handled in grblHAL on that architecture.
❓ What I Need
Has anyone:
Any insight or push in the right direction would be super appreciated. 🙏 I’m happy to share my plugin for Teensy (filled with bugs for the moment but it copy the movment)
custom_idex.txt
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions