Alex Borro 422a958a34 Fix CoreXY speed calculation
For cartesian bots, the X_AXIS is the real X movement and same for
Y_AXIS.
But for corexy bots, that is not true. The "X_AXIS" and "Y_AXIS" motors
(that should be named to A_AXIS
and B_AXIS) cannot be used for X and Y length, because A=X+Y and B=X-Y.
So we need to create other 2 "AXIS", named X_HEAD and Y_HEAD, meaning
the real displacement of the Head.
Having the real displacement of the head, we can calculate the total
movement length and apply the desired speed.
2015-01-06 16:39:48 -02:00
..
2013-10-30 21:52:46 +01:00
2013-10-30 21:52:46 +01:00
2014-12-18 13:59:31 -08:00
2014-12-28 13:27:39 -02:00
2014-11-12 17:10:48 +01:00
2014-12-29 10:44:55 -07:00
2015-01-04 12:17:46 -08:00
2015-01-06 16:39:48 -02:00
2014-02-05 01:47:12 -08:00
2014-02-05 01:47:12 -08:00
2014-10-04 09:24:09 +02:00
2014-12-31 13:04:16 +13:00
2015-01-06 16:39:48 -02:00
2014-12-03 15:01:52 +01:00