code wiki / _hdl_build / nx_slice_bridge_gate.nx
nx_slice_bridge_gate.nx
buildroot/runtime/_hdl_build/nx_slice_bridge_gate.nx
about
nx_slice_bridge_gate.nx -- GATE: R1-FULL. The slicer's NxPolygon type drives the multi-material emitter.
T1 bridge Q14->mm correct, T2 a sliced SQUARE prints in concrete (bridged verts present, cold), T3 a sliced
HEXAGON prints in filament (off-axis vert, hot), T4 never-brick both, T5 the JOIN (real NxPolygon -> any
material G-code). The production slice pipeline (nx_slice_plane->nx_slice_contour) emits exactly this
NxPolygon type, so any STL now reaches any material. license_tier: ORIGINAL
dependencies 6 imports · 0 importers
imports: nx_slice_bridge.nxnx_polygon.nxnx_print_material.nxnx_food_science.nxnx_seg_store.nxnx_syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 13 | const SB_PRINT: *u8 = "knowledge/store/print-" |
functions
| 15 | func g_p(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 16 | func g_i(v: i64) -> i64 |
| 24 | func g_nobrick(g: *u8, n: i64) -> i64 |
| 31 | func main() -> i64 |