gcode_reader.emulate ==================== .. py:module:: gcode_reader.emulate .. autoapi-nested-parse:: The `emulate` submodule provides tools to parse, process, and simulate G-code. It translates raw G-code into structured data formats like pandas DataFrames and high-level `Operation` objects, enabling detailed analysis, modification, and simulation of manufacturing processes. Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/gcode_reader/emulate/additive_part/index /autoapi/gcode_reader/emulate/commands/index /autoapi/gcode_reader/emulate/diagnostics/index /autoapi/gcode_reader/emulate/exporters/index /autoapi/gcode_reader/emulate/extruders/index /autoapi/gcode_reader/emulate/machine/index /autoapi/gcode_reader/emulate/machine_options/index /autoapi/gcode_reader/emulate/machines/index /autoapi/gcode_reader/emulate/motion/index /autoapi/gcode_reader/emulate/operations/index /autoapi/gcode_reader/emulate/parsers/index /autoapi/gcode_reader/emulate/registry/index /autoapi/gcode_reader/emulate/statistics/index /autoapi/gcode_reader/emulate/tag_literals/index /autoapi/gcode_reader/emulate/tools/index