Class 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.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NegatingTransform

        public NegatingTransform()
        Deprecated.