gcode_time_estimate — PRINTPATH gcode op

• データ種: table → measurement

• 呼び出し: import fullseye as fs; fs.ledger.gcode_time_estimate(table: 'Any') -> 'float' (実装を直接呼ぶなら import printpath; printpath.gcode_time_estimate(table: 'Any') -> 'float'、台帳から引くなら opsprintpath.get("gcode_time_estimate"))

使い方

所要時間の下限 [s] = Σ(線分の長さ / 送り)(加速度・ジャークを無視、`measurement`)。送り 0 の線分は数えない。

詳しい使い方ガイド

• printpath ファミリ ガイド

参考(サンプルデータ・文献)

• サンプルデータ カタログ(DL URL / ライセンス) — 2-D は skimage.data(BSD/public)+ 合成、3-D は実データ源(Stanford/PDS 等)の DL URL。

• 演算子の来歴・参考文献 — この op 族の元になった研究/手法の出典。

• アルゴリズムの正典(著者・年)と用途は上記ファミリ使い方ガイドに記載。

実行できる例(この op を実際に呼ぶ検証済みサンプル)

• poc_one_stroke_epicycles — py -3.11 examples/poc_one_stroke_epicycles.py

• poc_print_layer_inspection — py -3.11 examples/poc_print_layer_inspection.py

型が繋がる次の op(measurement を入力に取れる)

—

同カテゴリ(gcode)

gcode_read · gcode_write · gcode_extrusion_volume · 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.