Conversation
With both walkthrough videos embedded, drop the duplicated step photos: §5 soldering stills (layout, USB-C comparison, multimeter, finished board), §6 assembly stills (incl. the reused v2 nut/knob shots), and the two stale v2.1-twin photos in §7/§9 — those steps now point at video timestamps instead. Kept: §4 printing/bonding and §8 flashing photos (not covered by either video). Launch-checklist Gate 1 (photo re-shoot) resolved as no-longer-needed. Image files stay in docs/build-guide/images/ for reuse. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The v3.0.1 re-export packs the one-piece body, closing part, and LED mount into one file, mirroring the 256mm naming (bed_330mm/encloser.stl replaces oneshot_v3_part1/2.stl). With the same design verified end to end on the 256mm build, the 'print verification pending' hedge on the 330mm row is gone. Blender source updated alongside; assembly-map file table also fixed to show encloser.stl as the 256mm standard. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- presets/: preset_0628 through preset_0719 join the library; the former custom-slot patterns (MidsummerSea, BreakoutArcade, FireflyHollow) are promoted to presets, and the custom slots get three fresh patterns (BinaryCascade, GridFracture, KineticRipple) - src/core_mem.h: PFMem — PSRAM-first allocation for framebuffer- sized pattern state. With every preset compiled into one image, static 32KB float arrays in pattern namespaces were eating the DRAM that Wi-Fi and the HUB75 DMA driver share (two were enough to boot-loop the device); patterns now allocate from setup() - core_tables trimmed, _TEMPLATE documents the PFMem rule - web: Pattern Lab / Pattern panel tweaks to match Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The flashed image now carries the full preset library, the PFMem allocator, and self-reports 3.0.0 over Improv. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…context Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Everything for v3.0.0 in one PR:
Hardware
encloser.stl(v3.0.1 re-export: body + closing part + LED mount in one file), mirroring the 256mm naming; all references updatedFirmware
presets/; former custom-slot patterns promoted; three fresh custom-slot patternssrc/core_mem.h): PSRAM-first allocation for framebuffer-sized pattern state — a fully loaded preset image can no longer boot-loop on DRAM pressureWeb & docs
Tag + release follow immediately after this merge.
🤖 Generated with Claude Code