gcode op• データ種: table × text → text
• 呼び出し: import 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 を進めない。
• サンプルデータ カタログ(DL URL / ライセンス) — 2-D は skimage.data(BSD/public)+ 合成、3-D は実データ源(Stanford/PDS 等)の DL URL。
• 演算子の来歴・参考文献 — この op 族の元になった研究/手法の出典。
• アルゴリズムの正典(著者・年)と用途は上記ファミリ使い方ガイドに記載。
• poc_print_layer_inspection — py -3.11 examples/poc_print_layer_inspection.py
text を入力に取れる)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.