-
Notifications
You must be signed in to change notification settings - Fork 1
3D Printing
-
Creality CR-10 S4
- Build Area: 400x400x400 mm (Roughly 15.75x15.75x15.75 inches)
- Has a heated bed (heats slowly, max 75 C, can be raised by insulated bed or building enclosure)
- Can work PLA
- Workflow: Standalone, prints gcode via micro-SD card, can be connected to computer via USB
-
Printrbot Simple Maker's Kit
- Build Area: Roughly 4x4x4 inches
- Can work PLA and ABS (has heated bed)
- Workflow: Connected to computer with Cura 2.4 series slicer.
- Portable; can run on battery power
- Requires at least 12V @ 4A for running without heated bed
- Running the heated bed on battery power has not been tested and is not allowed at present.
-
Solidoodle 3- Build Area: Roughly 8x8x8 inches
- Has a heated bed
- Fully enclosed with acrylic sheeting
- Currently non-functional -- Has issues with Y-axis traversal, thermistor issues
-
Mbot Cube (revision 1)- Build Area: Roughly 8x8x8 inches
- No heated bed (though one can be added)
- Dual extruders (though they need alignment)
- Workflow
- Uses Proprietary MPrint software to communicate with printer via USB
- Can also print from an .x3g file read from the on-board SD card reader (2 GB maximum capacity); .x3g files can be made in ReplicatorG with appropriate configuration.
- Currently non-functional -- Bed alignment system is damaged; new print bed needed
- PLA filament (transparent blue) -- ~1kg spool
- ABS filament (green) -- ~1kg spool
The 3D printer is controlled via the desktop computer set up next to it. The basic workflow is this:
- Take a 3D model and convert it to an STL file.
- The STL file then must be converted to GCode.
- The GCode is sent to the printer for printing.
We have three CAD programs installed for creating 3D models. Two rely on the principle of Constructive Solid Geometry (CSG).
- OpenSCAD is the more mature of the two programs. It uses a scripting language to define a model using CSG.
- Antimony is a new program, released in Spring 2015 as a visual approach to CSG. While it is easier to use, its STL export is considerably cruder (it uses a naive algorithm for creating models).
- SolveSpace is a constraint-based, parametric CAD program. It has the advantage of having a more traditional CAD interface, but there is a bit of a learning curve; going through the tutorials on the program's website is highly recommended.
Alternatively, you can download an STL file from an online 3D printing repository like YouMagine or Thingiverse.
STL is converted to GCode using a slicer program which produces GCode of slices of the modeling file for the 3D printer to print. The best slicer for the Printrbot is Cura, which is preinstalled on the computer.
The Solidoodle and Mbot have their own workflows. Solidoodle uses Pronterface to send Gcode, though work is ongoing to find replacements. Mbot's software toolchain is a bit more complicated; supposedly, it uses RepetierHost, but initial tests were unsuccessful. The Mbot has an onboard control panel with an SD card reader, but uses a nonstandard format for printer instructions (not G-code). Investigations are ongoing.
- http://support.3dverkstan.se/article/23-a-visual-ultimaker-troubleshooting-guide
- http://reprap.org/wiki/Print_Troubleshooting_Pictorial_Guide
- https://www.simplify3d.com/support/print-quality-troubleshooting/
- Prusa i3 derivative
- Plannning discussions started in early January 2015, but stalled.
- Current components: RAMPS board, Arduino, heated bed, thermistor, user interface board, one pulley with CL2 toothed belt
- Missing components: Just about everything else