Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 3D printer recipe #496

Closed
xsebek opened this issue Jun 26, 2022 · 1 comment · Fixed by #507
Closed

Add 3D printer recipe #496

xsebek opened this issue Jun 26, 2022 · 1 comment · Fixed by #507
Labels
C-Low Hanging Fruit Ideal issue for new contributors. G-Recipes An issue having to do with recipes.

Comments

@xsebek
Copy link
Member

xsebek commented Jun 26, 2022

Let's add a way to create more 3D printers to let more robots build robots (and solar panels).

Suggested recipe by @byorgey in #26:

Idea for 3D printer recipe:

@xsebek xsebek changed the title 3D printer Add 3D printer recipe Jun 26, 2022
@xsebek xsebek added C-Low Hanging Fruit Ideal issue for new contributors. G-Recipes An issue having to do with recipes. labels Jun 26, 2022
@byorgey
Copy link
Member

byorgey commented Jun 27, 2022

I no longer think a 3D printer should require a printer. Now I'm thinking perhaps the recipe for 3D printer should just be like a scaled up, more difficult version of the recipe for printer. For example:

  • printer:
    • 1 circuit
    • 1 board
    • 8 wooden gear
  • 3D printer:
    • 4 circuit (one to control each axis and one to control the extruder 😄 )
    • 1 iron plate
    • 3 copper pipe
    • 16 iron gear

byorgey added a commit that referenced this issue Jun 29, 2022
@mergify mergify bot closed this as completed in #507 Jun 30, 2022
mergify bot pushed a commit that referenced this issue Jun 30, 2022
- `I/O cable` device (idea: for communicating with adjacent robots; still need to design some commands to go with it)
- recipe for `grabber` device
- add `flash memory` recipe, adjust recipe for `counter`.  Closes #498 .
- add `3D printer` recipe.  Closes #496 .
- Progress towards #116 :
    - add `paper` and `PhD thesis` entities.
    - add `printer` device and recipe.
- Add recipe for `dictionary`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Low Hanging Fruit Ideal issue for new contributors. G-Recipes An issue having to do with recipes.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants