Skip to content

dry emit

Emit motion g-code for a Dry IR file

Author a path rendered preview
Sample: Author a pathCreate a fluent L1 design and emit motion G-code.typescript: docs/site/examples/author.ts · python: docs/site/examples/author.py

Help

text
Emit motion g-code for a Dry IR file

Usage: dry emit [OPTIONS] <FILE>

Arguments:
  <FILE>  

Options:
      --absolute-e                 Emit absolute extrusion (default is relative E)
      --five-axis                  Emit rotary words from the toolframe orientation (5-axis)
      --rotary-axes <ROTARY_AXES>  Rotary axes (ab/ac/bc) that carry the toolframe orientation for 5-axis words. (Accepts the legacy `--kinematics` alias; this is the rotary-axes STRING, not the motion-limits object.) [default: ab] [aliases: --kinematics] [possible values: ab, ac, bc]
  -o, --out <OUT>                  Write to a file instead of stdout
  -h, --help                       Print help