Open evanvruggink opened 7 years ago
Interesting concept. Sorry this issue got buried. Any progress in experimenting or designing?
Do I understand correctly that CoreXYU (dual carriage CoreXY) is not supported in Marlin? I wanted to build one similar to https://www.thingiverse.com/thing:1790970 but I don´t fancy investing in a duet (I prefer the good old atmel based boards with Marlin FW)
You understand correctly. No one has yet submitted CoreXYU support to the project.
@thinkyhead i think this one should also have the feature request label
wrong label on this one
Looks interesting. Id do it if I could get one in my hands...
@evanvruggink what @InsanityAutomation said ^^^
If one wants to give a go at this feature implementation, is it a correct assumption that one can use this PR #19235 as a starting stone?
Hello,
Once i found out about the dual x carriage support and saw how the BCN3D Sigma used it in their printer i started designing a new 3D printer concept. For me the biggest flaw of the BCN3D Sigma is the 2 motors on the y-axis driving the extruders. This adds a high amount of weight which really decreases the dynamic properties of the system and therefore the print quality. That is why i came up with a concept which kinematics looks like a COREXY, but then with 2 Independent moving extruders.
What happens is that 2 stepper motors drive the 2 extruders carriages independently with belts running through the moving y-axis, but the steppers are fixed to the frame. However, when the Y-axis moves and the x-stepper motors stand still, the 2 extruders will move to the right for y-axis moving up and to the left for y-axis moving down.
Is it possible to have two independent moving extruder x-carriages (the same as already implemented) and having y-axis movement resulting in the same negative x-axis motor carriage movement, so the carriages stay in the same place with y-axis movement.
I saw some possibilities in the code to adjust the COREXY to only oppose movement in the y-direction, but it is described that DUAL_X_CARRIAGE and COREXY cannot be used together. Also i'm not an expert on coding which does not help.
I hope the concept and feature request is clear, i can add some pictures for clarity if needed.
With kinds regards