code wiki / _hdl_build / nx_slicer_gate.nx
nx_slicer_gate.nx
buildroot/runtime/_hdl_build/nx_slicer_gate.nx
about
nx_slicer_gate.nx -- proves the sovereign slicer end-to-end WITHOUT the printer.
Hand-builds a binary-STL tetrahedron -> sl_slice_stl -> asserts real G-code
(heater command + 500+ extrusion moves + sane layer count). Same real-byte
path an operator's STL takes; offline, deterministic.
license_tier: ORIGINAL expect_exit: 0
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_gcode_emit.nxnx_slicer_lib.nxnx_gate_verdict.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
| 11 | const F32_ZERO: i64 = 0x00000000 |
| 12 | const F32_TEN: i64 = 0x41200000 // +10.0 |
functions
| 14 | func put_f32(buf: *u8, off: i64, bits32: i64) -> i64 called by 1: put_tri |
| 21 | func put_tri(buf: *u8, off: i64, |
| 41 | func g_count(buf: *u8, len: i64, needle: *u8) -> i64 called by 1: main |
| 61 | func main() -> i64 |