slice op• Datenarten: table → table
• Aufruf: 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]' (die Implementierung direkt: 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]'; aus dem Register: opsprintpath.get("contours_to_gcode"))
> Für diesen Operator gibt es noch keine Übersetzung. Es folgt der Originaltext unverändert.
輪郭(`mesh_slice_contours の表)を**周回する経路の表**に(gcode_read` と同じ列)。
最小のスライサ: 各輪を順に一周し、押し出し量は `線分長 × 線幅 × 層厚 / フィラメント断面積`。輪と輪の間は
移動(e = 0)。真値つきの合成 G-code を作るための道具で、インフィルやリトラクトは持たない。
• Leitfaden zur Familie printpath
• Katalog der Beispieldaten (Download-URLs / Lizenzen) — 2-D nutzt skimage.data (BSD/Public Domain) plus synthetische Bilder, 3-D nennt Download-URLs echter Datenquellen (Stanford, PDS, …).
• Herkunft und Literatur der Operatoren — die Quellen der Forschung/Verfahren, auf denen diese Operatorfamilie beruht.
• Der kanonische Algorithmus (Autor, Jahr) und seine Anwendungen stehen im Familienleitfaden oben.
• poc_print_layer_inspection — py -3.11 examples/poc_print_layer_inspection.py
table als Eingabe)gcode_write · gcode_extrusion_volume · gcode_time_estimate · gcode_layer_image
slice)mesh_slice_contours · mesh_slice_stack
*Provenance: printpath.py — PRINTPATH Operator-Registry. Diese Notiz wird von tools/opdocs.py md erzeugt (nicht von Hand bearbeiten).*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.