app
Adom Step2GLB - STEP to GLB converter
Public Made by Adomby adom
Color-preserving STEP (.step/.stp) to GLB converter. Thin Rust CLI shelling to a shared OCCT XCAF service. Formerly 'step2glb'.
Add compress=quantize|draco|none override on convert/from-library (default stays mode-aware)
Low-priority follow-up from #188.
Mode-aware compression (d2c69f9) now does the right thing by default — plain/chip converts emit decoder-free KHR_mesh_quantization, molecule mode keeps Draco (7–8× smaller on CAD tessellations). No consumer needs to override this today.
Add an explicit escape hatch anyway, for a future consumer that wants to force a mode regardless of convert type:
--compress quantize|draco|noneonconvertandfrom-library(CLI), plus the equivalent field on the/convertservice endpoint.- Default = current mode-aware behavior (unchanged when the flag is omitted).
none= uncompressed (useful for debugging / smallest-decode-cost).
No urgency — the default covers every current path. Tracking it here so it isn't lost.