dankamongmen / dankdryer

firmware for the world's best filament dryer
Apache License 2.0
6 stars 0 forks source link

thicken hotbox walls and make croom walls thinner #12

Closed dankamongmen closed 1 month ago

dankamongmen commented 1 month ago

Croom walls too thick, hot walls too thin. Let's do 5 up top (we should keep the floor at 3, I think) and 3 on the bottom. Right now I think we have the inverse. Better to do this sooner rather than later, as it likely has effects on numerous things.

dankamongmen commented 1 month ago

so first we need change wallxy from 2 to 5. wallz, the hotbox bottom, is by the way 2 not 3; let's change that to 3. this will increase totalxy by 6 and totalz by 1. a lot of things key off of totalxy, which we can't really reduce (it's the sum of spoold + wallxy * 2 + gapxy * 2), so we'll need deal with that. on the plus side, maybe this will make #4 easier.

dankamongmen commented 1 month ago

mounting holes remain perfectly lined up; i think we're good up top...we haven't thinned out the bottom yet, though.

dankamongmen commented 1 month ago

i don't think we can thin out the bottom until we've addressed the changing thickness of those walls (see #1, which i'm going to move into its own bug -- done, #13). i reduced gapxy from 2 to 1 to get 2mm back.

dankamongmen commented 1 month ago

the croom xy walls are now a mere 2mm.