| 25 | } |
| 26 | |
| 27 | void Move::InverseAxisAndBedTransform(float xyzPoint[MaxAxes], const Tool *_ecv_null tool) const noexcept |
| 28 | { |
| 29 | InverseBedTransform(xyzPoint, tool); |
| 30 | InverseAxisTransform(xyzPoint, tool); |
| 31 | } |
| 32 | |
| 33 | // Do the Axis transform BEFORE the bed transform |
| 34 | void Move::AxisTransform(float xyzPoint[MaxAxes], const Tool *_ecv_null tool) const noexcept |
no outgoing calls
no test coverage detected