<ddevault>
I want to cut the inner box out of the outer box to form these walls, then I'll constrain it along the edges and extrude
<ddevault>
how this is done is not immediately obvious
<ddevault>
hm, I think I have a process which works, but it's a bit tedious
<ddevault>
drawing each individual wall, splitting the lines at the intersection, then rejiggering things around to remove the excess points
<ddevault>
yeah, that did it :)
<ddevault>
eh, not quite: upon extruding, if I extrude in the direction I don't want, I get https://l.sr.ht/AfRD.png, but in the direction I do want, I get a bunch of red lines: https://l.sr.ht/JCKV.png with no error messages telling me what's actually wrong
<ddevault>
okay, I got it by redrawing the walls more deliberately
<ddevault>
phew
<swivel>
just based on your description can't you just extrude a solid cube then extrude a smaller one inside it with a boolean to subtract it?
<ddevault>
I wanted to avoid that to keep it all in one group if possible
<ddevault>
in any case, I got it working the way I wanted, albiet in a roundabout manner