65
edits
m (→Slicing) |
|||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
= 3D Models = | |||
We love open-source and use open-source 3D modelling software (mostly Blender) to create everything from spare parts to be 3D printed to virtual reality utopias featuring walkable streets in Oakland to cool museum exhibits on science targeting adults. | |||
= 3D Models for 3D-Printing = | |||
This page is about creating models for 3D-printing. At Sudoroom we have a [[Type_A_Machine|Type-A Machine]] 3D printer, and a [[TAZ_4|TAZ 4]] 3D printer, but models can be made by anyone anywhere, just like word documents don't have to be made on a machine attached to a 2D printer. | This page is about creating models for 3D-printing. At Sudoroom we have a [[Type_A_Machine|Type-A Machine]] 3D printer, and a [[TAZ_4|TAZ 4]] 3D printer, but models can be made by anyone anywhere, just like word documents don't have to be made on a machine attached to a 2D printer. | ||
[[File:Taz4-3d-printer.jpg|thumb|left]] | [[File:Taz4-3d-printer.jpg|thumb|left|link=TAZ_4]] | ||
[[File:Type-A-Machines-series-1-3d-printer.png|thumb]] | [[File:Type-A-Machines-series-1-3d-printer.png|thumb|link=Type_A_Machine]] | ||
== STL Models == | == STL Models == | ||
| Line 39: | Line 47: | ||
3D Printers don't understand OpenSCAD or STL. They understand an extension of gcode, which is a decades-old language which sends direct instructions such as "heat to 100 degrees, move here, do this, move there, do that, cool down". In order to print a model you have to turn it into a series of 2D layers or "slices", using a program called a "slicer". Slicers output gcode. They need to be configured for a particular printer, with settings such as melting tempurature, bed size, fill style, overhang compensation, etc. Examples of slicing software: | 3D Printers don't understand OpenSCAD or STL. They understand an extension of gcode, which is a decades-old language which sends direct instructions such as "heat to 100 degrees, move here, do this, move there, do that, cool down". In order to print a model you have to turn it into a series of 2D layers or "slices", using a program called a "slicer". Slicers output gcode. They need to be configured for a particular printer, with settings such as melting tempurature, bed size, fill style, overhang compensation, etc. Examples of slicing software: | ||
* [[OrcaSlicer|Orca Slicer]] (installed on the [[Wasp.local|Sudoroom 3d printing desktop computer]] | |||
* Ultimaker Cura (installed on the [[Wasp.local|Sudoroom 3d printing desktop computer]] | * Ultimaker Cura (installed on the [[Wasp.local|Sudoroom 3d printing desktop computer]] | ||
* Slic3r | * Slic3r | ||
edits