nx_underridge_cleaner.nx
buildroot/runtime/nx_underridge_cleaner.nx
about
nx_underridge_cleaner.nx -- the UNDER-RIDGE toilet-bowl cleaner head, GENERATED OUT OF
THE TEAM as a sovereign N-primitive CSG scene (nx_csg_scene) -> watertight NxMesh ->
nx_stl_write_mesh -> slicer -> G-code. No 3rd-party CAD anywhere in the path.
Design (a FLAT paddle = prints with zero supports; the strong, never-break geometry):
* rounded head plate (every glaze-facing edge filleted = never-break NB2)
* a recessed POCKET that holds a glaze-SAFE scour/melamine pad -- the pad stands proud
of the printed lip, so the ONLY thing that ever touches the porcelain is the soft pad
(never-break NB1: the tool cannot scratch the glaze)
* two strap slots to clamp the pad (zip-tie / rubber band)
* a neck for reach + two MOUNT HOLES to HOOK ONTO a handle ("hookable on")
* power vs the black biofilm = pad pressure under the rim + reach, not hard abrasion
Axis-aligned v1 (SDF has no rotation yet -> the candy-cane hook tilt is a later rung;
the flat paddle is the strongest, most printable starting geometry). All dims Q14-mm
(1mm = 16384). The never-break gate reads these same numbers. license_tier: ORIGINAL
dependencies 5 imports · 8 importers
imports: nx_syscalls.nxnx_mesh.nxnx_sdf.nxnx_csg_scene.nxnx_stl_write.nx
imported by: nx_mesh_decimate_gate.nxnx_underridge_cleaner_gate.nxnx_underridge_gcode_gate.nxnx_underridge_gel_gate.nxnx_underridge_hook_gate.nxnx_underridge_hook_gcode_gate.nxnx_underridge_hook_petg_gate.nxnx_underridge_master_gate.nx
structs
| none |
consts
| 23 | const UC_MM: i64 = 16384 |
| 78 | const UC_HOOK_ANG: i64 = 43 // ~15 deg up (1024*15/360) |
functions
| 27 | func nx_uc_build(drop_slot: i64) -> *NxCsgScene |
| 58 | func nx_uc_lox() -> i64 { return 0 - 85*16384 } |
| 59 | func nx_uc_loy() -> i64 { return 0 - 20*16384 } |
| 60 | func nx_uc_loz() -> i64 { return 0 - 2*16384 } |
| 61 | func nx_uc_hix() -> i64 { return 40*16384 } |
| 62 | func nx_uc_hiy() -> i64 { return 20*16384 } |
| 63 | func nx_uc_hiz() -> i64 { return 9*16384 } called by 1: nx_uc_mesh |
| 66 | func nx_uc_mesh(res: i64) -> *NxMesh called by 2: mainmain calls 8: nx_uc_buildnx_csg_extract_scenenx_uc_loxnx_uc_loynx_uc_loznx_uc_hix+2 |
| 79 | func nx_uc_heel_x() -> i64 { return 0 - (75*16384)/2 } // -37.5mm = head heel (neck weld) |
| 80 | func nx_uc_heel_z() -> i64 { return 3*16384 } // mid-plate pivot height |
| 82 | func nx_uc_build_hook(drop_slot: i64) -> *NxCsgScene |
| 109 | func nx_uc_mesh_hook(res: i64) -> *NxMesh called by 4: mainmainmainmain calls 7: nx_uc_build_hooknx_csg_extract_scenenx_uc_loxnx_uc_loynx_uc_loznx_uc_hix+1 |
| 121 | func nx_uc_build_hook_gel(drop_slot: i64) -> *NxCsgScene |
| 136 | func nx_uc_mesh_hook_gel(res: i64) -> *NxMesh called by 2: mainmain calls 7: nx_uc_build_hook_gelnx_csg_extract_scenenx_uc_loxnx_uc_loynx_uc_loznx_uc_hix+1 |