gcode optable × text → textimport fullseye as fs; fs.ledger.gcode_write(table: 'Any', path: 'str', layer_tags: 'bool' = True) -> 'str' (実装を直接呼ぶなら import printpath; printpath.gcode_write(table: 'Any', path: 'str', layer_tags: 'bool' = True) -> 'str'、台帳から引くなら opsprintpath.get("gcode_write"))線分の表を G-code(G21 / G90 / M82、G1 の絶対座標と絶対 E)に書く。返りは書いたパス(text)。
gcode_read と往復できる(層は ;LAYER:n で書く)。移動だけの線分は E を進めない。
py -3.11 examples/poc_print_layer_inspection.pytext を入力に取れる)gcode_read · read_3mf · write_3mf
gcode)gcode_read · gcode_extrusion_volume · gcode_time_estimate · gcode_layer_image
Provenance: printpath.py — PRINTPATH operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.