Skip to content

Features

  • Recursion


    Allow macros to call themselves internally for more complex logic.

    Learn More

  • Receiving Variables


    Allow macros to update their state while running.

    Learn More

  • Utility Functions


    Reusable helpers and shared logic for complex macro systems.

    Learn More

  • Variables & State


    Persistent variables and runtime state across macro executions.

    Learn More

  • Embedded Python


    Use Python expressions and helpers directly inside macros.

    Learn More

  • Rendering & Templating


    Render your macros before running them to quickly iterate on logic.

    Learn More

  • Delayed GCode


    All the above features are also available in delayed_gcode sections.

    Learn More

  • Macro Clusters


    Group related macros into structured, modular systems, with optional safety systems in place.

    Learn More

Comments