API Reference v9.2.0

TranslatorConfigdata class

Module: zaber_motion.gcode

Configuration of a translator.

To use this type, add from zaber_motion.gcode import TranslatorConfig to the top of your source code.

Related Guides:

Properties

p

axis_mappings

optional
translator_config.axis_mappings
List[AxisMapping] Optional custom mapping of translator axes to stream axes.
p

axis_transformations

optional
translator_config.axis_transformations
List[AxisTransformation] Optional transformation of axes.