Iwo Strzeboński octoturge
  • Joined on 2026-05-05
octoturge pushed to main at Continuum/continuum-proxy 2026-08-29 00:42:02 +02:00
8e5d85202f Wire InfoCommand through as one real, runnable example
octoturge pushed to main at Continuum/continuum-schemas 2026-08-29 00:41:51 +02:00
99c1d038f9 Add InfoCommand as one fully-wired real example in bambulab.v1
f0bb8714a3 Document how to wire up bambulab modules in lib.rs once messages exist
Compare 2 commits »
octoturge pushed to main at Continuum/continuum-schemas 2026-08-29 00:38:29 +02:00
7505e759e1 Wire up proto/bambulab/ build pipeline (boilerplate — message bodies TBD)
octoturge pushed to main at Continuum/continuum-schemas 2026-08-28 23:53:19 +02:00
e806a13c70 Gitignore examples/ for personal study files (not part of the real schema build)
octoturge pushed to main at Continuum/continuum-proxy 2026-08-28 23:40:23 +02:00
6e18215af5 Add GenericPrinter::set_fan_speed() across all five printer kinds
octoturge pushed to main at Continuum/continuum-proxy 2026-08-28 23:33:17 +02:00
aa471ff906 Fix real bug: pinning a device leaf cert via add_root_certificate is unreliable
octoturge pushed to main at Continuum/continuum-proxy 2026-08-28 23:22:24 +02:00
a77e93940f Fix ensure_trusted(): pin by serial number, not the arbitrary id label
octoturge pushed to main at Continuum/continuum-proxy 2026-08-28 23:18:53 +02:00
af2f20a45b Add BambuGenericPrinter::ensure_trusted() — smooth auto-connect, SSH-style
octoturge pushed to main at Continuum/continuum-proxy 2026-08-28 23:13:35 +02:00
88603b58c3 Fix Bambu TLS: relax hostname/IP verification, keep chain trust enforced
octoturge pushed to main at Continuum/continuum-proxy 2026-08-28 23:05:04 +02:00
8572d564b1 Split BambuPrinter into BambuGenericPrinter -> BambuV1Printer/BambuV2Printer
octoturge pushed to main at Continuum/continuum-proxy 2026-08-28 22:48:14 +02:00
d8b7430296 Add printers.toml (gitignored) + real TLS cert test against actual hardware
octoturge pushed to main at Continuum/continuum-proxy 2026-08-28 22:42:48 +02:00
72ba1e1cdc Bambu CA trust is per-printer, not per-fleet — P1P needs its own cert
octoturge pushed to main at Continuum/continuum-proxy 2026-08-28 22:38:23 +02:00
9eab5e5a04 Bambu TLS trust config + finish PrusaLink/PrusaSerial split
octoturge pushed to main at Continuum/continuum-proxy 2026-08-28 20:36:34 +02:00
d0a17ee50e Simplify boilerplate for learning: drop real protocol code, minimal main.rs
octoturge pushed to main at Continuum/continuum-ai-worker 2026-08-28 20:36:34 +02:00
db5adc9324 Simplify boilerplate for learning: stub inference and Postgres write
octoturge pushed to main at Continuum/continuum-app 2026-08-28 20:36:33 +02:00
9cb59d723e Fix desktop crate build; simplify tray/menu and telemetry reconnect
octoturge pushed to main at Continuum/continuum-backend 2026-08-28 20:36:33 +02:00
e085d4436a Ignore bun.lock alongside bun.lockb
401c65762b Fix bun-types resolution; fix possibly-undefined health-check row
Compare 2 commits »
octoturge pushed to main at Continuum/continuum-common 2026-08-28 20:36:32 +02:00
7fc76f0ad1 Ignore bun.lock alongside bun.lockb
0fa4bfaf45 Simplify ts-core auth.ts; fix bun-types resolution in monorepo workspace
ea28211380 Simplify rust-core: single-format gcode header parser, fewer error variants
Compare 3 commits »
octoturge pushed to main at Continuum/continuum-schemas 2026-08-28 20:36:31 +02:00
34c7c97d4f Fix real codegen bugs: unused proto import, missing runtime deps, no barrel index
octoturge pushed to main at Continuum/continuum-proxy 2026-08-28 20:04:20 +02:00
5705f36c01 Simplify printer/ module for someone learning Rust