Class GcodeDriver.NegatingTransform
- java.lang.Object
-
- org.openpnp.machine.reference.driver.GcodeDriver.NegatingTransform
-
- All Implemented Interfaces:
GcodeDriver.AxisTransform
- Enclosing class:
- GcodeDriver
@Deprecated public static class GcodeDriver.NegatingTransform extends java.lang.Object implements GcodeDriver.AxisTransform
Deprecated.An AxisTransform for heads with dual linear Z axes powered by one motor. The two Z axes are defined as normal and negated. Normal gets the raw coordinate value and negated gets the same value negated. So, as normal moves up, negated moves down.
-
-
Constructor Summary
Constructors Constructor Description NegatingTransform()Deprecated.
-