Skip to content

LAB EQUIPMENT#

The technologies below are a standard of equipment. Different machines iin each lab, are documented by the participants copllectively through the years.

  • LASER
  • VYNIL CUTTER
  • CNC MILLING
  • 3D PRINTING
  • 3D SCANNER




DIY Machine Catalogue by PARTICIPANTS#

A collection of Open Source tools and machines developed by Fabricademy participants during the OS Hardware class from participating nodes!

Fabricademy 2022-23 OS Machines#

Machine name Machine name Machine name Machine name




TEMPLATE#

How to document your tool/machine

Each laboratory is invited to further document the machine developed during OS Hardware week by the local participants according to the template below.

This includes the Bill Of Materials, fabrication files, step by step assemblying guidelines, Pictures, Code, Safety rules and references. A downloadable PDF user manual with the instructions to follow can be optionally uploaded.


[MACHINE NAME]#

This machine was developed / hacked / built / replicated by [Lab xxx], in [year] by [names participants].

Scope of machine#

This machine has the aim to… xxx Was built because …xxx

Research and references#

Add your links, images, inspiration and references here.

Bill Of Materials (BOM)#

Estimated cost with orientative links Always consider to find local providers.

Qty. Description Price Link Notes
1 Material one 22.00 $ http://amazon.com/test locally available
1 Material two 22.00 $ http://amazon.com/test find alternative
1 Material three 22.00 $ http://amazon.com/test

Lab Equipment#

Equipment, Tools and Materials

  • Computer
  • Soldering station
  • 3D Printer FDM
  • Laser Cutter C02
  • Hand drill
  • Scissors
  • Caliper
  • Wood glue
  • Screws
  • Masking tape

2D Files (PDFs, SVGs)#

Downloadable 3D Models#

Step by Step Instructions#

Workflow, steps

  • Download the shared files
  • ..
  • 3D Print the 3D models
  • Assemble the pieces

  • short description of the picture

Video#

From Vimeo#

Video Title from Author Credits on Vimeo.

From Youtube#


Code Example#

Use the three backticks to separate code.

// the setup function runs once when you press reset or power the board
void setup() {
  // initialize digital pin LED_BUILTIN as an output.
  pinMode(LED_BUILTIN, OUTPUT);
}

// the loop function runs over and over again forever
void loop() {
  digitalWrite(LED_BUILTIN, HIGH);   // turn the LED on (HIGH is the voltage level)
  delay(1000);                       // wait for a second
  digitalWrite(LED_BUILTIN, LOW);    // turn the LED off by making the voltage LOW
  delay(1000);                       // wait for a second
}

Safety rules & Tips#

  • Working with an induction heat plate is safer
  • Do not stand inhaling over the pot if there is alcohol in the recipe
  • Use towels to pick up hot pots
  • Use a lab coat or apron for keeping yourself clean
  • Tie your hair up

Licence and credits#

Attribution — ShareAlike CC BY-SA
This activity has been designed by xxxx during Fabricademy Worldwide distributed course.