MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / InverseAxisAndBedTransform

Method InverseAxisAndBedTransform

src/Movement/Move3.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void 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
34void Move::AxisTransform(float xyzPoint[MaxAxes], const Tool *_ecv_null tool) const noexcept

Callers 8

RunStateMachineMethod · 0.80
PauseMovesMethod · 0.80
LowPowerOrStallPauseMethod · 0.80
AllocateAxesMethod · 0.80
AllocateDrivesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected