slice op• Data kinds: table → table
• Call: import fullseye as fs; fs.ledger.contours_to_gcode(contours: 'Any', z: 'float', layer: 'int' = 0, layer_mm: 'float' = 0.2, line_width_mm: 'float' = 0.4, filament_mm: 'float' = 1.75, feed_mm_min: 'float' = 1800.0) -> 'dict[str, np.ndarray]' (to call the implementation directly, import printpath; printpath.contours_to_gcode(contours: 'Any', z: 'float', layer: 'int' = 0, layer_mm: 'float' = 0.2, line_width_mm: 'float' = 0.4, filament_mm: 'float' = 1.75, feed_mm_min: 'float' = 1800.0) -> 'dict[str, np.ndarray]'; from the registry, opsprintpath.get("contours_to_gcode"))
> This operator's description has not been translated yet. The original text follows as it is.
輪郭(`mesh_slice_contours の表)を**周回する経路の表**に(gcode_read` と同じ列)。
最小のスライサ: 各輪を順に一周し、押し出し量は `線分長 × 線幅 × 層厚 / フィラメント断面積`。輪と輪の間は
移動(e = 0)。真値つきの合成 G-code を作るための道具で、インフィルやリトラクトは持たない。
• Sample-data catalog (download URLs / licences) — 2-D uses skimage.data (BSD/public domain) plus synthetic images; 3-D lists download URLs for real data sources (Stanford, PDS, …).
• Operator provenance and references — the sources of the research/methods this op family came from.
• The canonical algorithm (author, year) and its uses are named in the family usage guide above.
• poc_print_layer_inspection — py -3.11 examples/poc_print_layer_inspection.py
table as input)gcode_write · gcode_extrusion_volume · gcode_time_estimate · gcode_layer_image
slice)mesh_slice_contours · mesh_slice_stack
*Provenance: printpath.py — PRINTPATH operator registry. This per-op note is generated by tools/opdocs.py md (do not hand-edit).*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.