This repository was archived by the owner on Mar 8, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
[WIP] Chicken coop #143
Draft
Irev-Dev
wants to merge
7
commits into
main
Choose a base branch
from
kurt-chicken-coop
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
[WIP] Chicken coop #143
Conversation
This file contains 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
Fixed in KittyCAD/modeling-app#4979 |
Too many functions bug: KittyCAD/modeling-app#4437 |
Thanks Kevin, I had a feeling it might have gotten fixed, but forgot I was still behind main. |
25f4b3c
to
44ab8bf
Compare
|
# Conflicts: # README.md # step/80-20-rail.step # step/a-parametric-bearing-pillow-block.step # step/ball-bearing.step # step/bracket.step # step/car-wheel-assembly.step # step/dodecahedron.step # step/enclosure.step # step/flange-with-patterns.step # step/flange-xy.step # step/focusrite-scarlett-mounting-bracket.step # step/food-service-spatula.step # step/french-press.step # step/gear-rack.step # step/gear.step # step/hex-nut.step # step/i-beam.step # step/kitt.step # step/lego.step # step/mounting-plate.step # step/multi-axis-robot.step # step/pipe-flange-assembly.step # step/pipe-with-bend.step # step/pipe.step # step/poopy-shoe.step # step/router-template-cross-bar.step # step/router-template-slate.step # step/sheet-metal-bracket.step # step/socket-head-cap-screw.step # step/walkie-talkie.step # step/washer.step
The following files failed to export to STEP format: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Some images first than details below
concat
andflatmap
functions in KCL by abstractingreduce
, might be worth adding these into rust, but was cool to see it's doable.assembly.kcl
only when I needed to see it all together. This worked but theCannot send modeling commands while importing.
was a real PITA because I would have to comment things out to get the assembly working again, and then uncomment when working again in the sub-file.Here's the well loved cut list that I printed and poured over (it's 5 pages). I checked everything because I was terrified there would be a bug, causing bad cuts wasting material and therefore money, but it was perfect, the only mistakes were my implementing the cut list where I had cut things wrong, but the list it's self was perfect.

Of course it's parametric, so here's the coop I made

But here it is again with a steper pitched roof for the coop, A wider coop and shorter run, and studs that are more American 2x4"s instead of 35x90mm

Misc
errors in kcl appear on the feature tree icon??


formatting of arrays that wrap can get really gnarly (see the definition of
coopFront
for an example)