code wiki / _hdl_build / nx_paste_gcode_gate.nx
nx_paste_gcode_gate.nx
buildroot/runtime/_hdl_build/nx_paste_gcode_gate.nx
about
nx_paste_gcode_gate.nx -- GATE: 3D-printing workstream R2. The concrete/paste G-code emitter for the R-ECO
cistern. Proves: T1 valid construction G-code structure (cold paste -- NO hotend), T2 correct layer count
from the material profile, T3 CARDINAL-26 NEVER-BRICK (no firmware/EEPROM commands), T4 material-profile-
driven layer height, T5 extrusion accumulates, T6 sovereign provenance. Writes the printable .gcode.
license_tier: ORIGINAL
dependencies 5 imports · 0 importers
imports: nx_paste_gcode.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
| 12 | const PG_PRINT: *u8 = "knowledge/store/print-" |
| 13 | const PG_OUT: *u8 = "knowledge/staging/print/cistern.gcode" |
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 |
| 25 | func main() -> i64 |