--
You received this message because you are subscribed to the Google Groups "TinyG Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devTinyG+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "TinyG Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devTinyG+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "TinyG Development" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/devTinyG/XLj35j_pSOY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to devTinyG+u...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "TinyG Development" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/devTinyG/XLj35j_pSOY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to devTinyG+u...@googlegroups.com.
That's fascinating. Can you get diagonal movement too? If so, how is that done? With different rates/RPMS on the steppers?
To be clear, I have and existing laser machine that I built using the Core XY arrangement with a grbl board on an Uno. This setup works very well. What I am considering is build a much larger CNC machine using TinyG as a controller, but it would be nice to run the X&Y axis on a CORE XY arrangement. It may work as well enough so that I don't have to run 2 Y-Axis gantry motors.
tinyg doesn't have this mapping, but it wouldn't be difficult to add!note that tinyg also currently doesn't have power/velocity ramping, which is also something you need for a laser cutter to function well.getting laser support into tinyg is something that's on my list, as i'd love to replace the chinese driver in my own laser. i might be up for collaborating on this.--mikest
On Fri, Sep 11, 2015 at 4:27 PM, Torrie Fischer wrote:
The CoreXY site has some equations of motion used:∆X = (∆A + ∆B) / 2∆Y = (∆A - ∆B) / 2From that you can deduce the distance needed to move any single stepper motor to achieve movement in the XY plane:∆A = ∆X + ∆Y∆B = ∆X - ∆Y
So, to move in a diagonal fashion, you just need to move one of the motors while the other remains fixed. To move linearly, move both motors concurrently at the same speed. To move at some in-between angle, move them concurrently, but at different speeds.
On Fri, Sep 11, 2015 at 4:05 PM, Jim Foster wrote:
That's fascinating. Can you get diagonal movement too? If so, how is that done? With different rates/RPMS on the steppers?
--
You received this message because you are subscribed to the Google Groups "TinyG Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devTinyG+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "TinyG Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devTinyG+unsubscribe@googlegroups.com.
Mike, I'd be interested in your ideas on both fronts - Core XY translation and power modulation on acceleration.
On Friday, September 11, 2015 at 7:36:29 PM UTC-4, Mike Estee wrote:
tinyg doesn't have this mapping, but it wouldn't be difficult to add!note that tinyg also currently doesn't have power/velocity ramping, which is also something you need for a laser cutter to function well.getting laser support into tinyg is something that's on my list, as i'd love to replace the chinese driver in my own laser. i might be up for collaborating on this.--mikest
On Fri, Sep 11, 2015 at 4:27 PM, Torrie Fischer wrote:
The CoreXY site has some equations of motion used:∆X = (∆A + ∆B) / 2∆Y = (∆A - ∆B) / 2From that you can deduce the distance needed to move any single stepper motor to achieve movement in the XY plane:∆A = ∆X + ∆Y∆B = ∆X - ∆Y
So, to move in a diagonal fashion, you just need to move one of the motors while the other remains fixed. To move linearly, move both motors concurrently at the same speed. To move at some in-between angle, move them concurrently, but at different speeds.
On Fri, Sep 11, 2015 at 4:05 PM, Jim Foster wrote:
That's fascinating. Can you get diagonal movement too? If so, how is that done? With different rates/RPMS on the steppers?
--
You received this message because you are subscribed to the Google Groups "TinyG Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devTinyG+u...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "TinyG Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devTinyG+u...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "TinyG Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devTinyG+u...@googlegroups.com.