Tools/3D Printing: Difference between revisions

no edit summary
No edit summary
Line 8: Line 8:
** '''Settings:'''  
** '''Settings:'''  
*** [https://github.com/prusa3d/PrusaSlicer/releases Prusaslicer] (Slic3r): https://gist.github.com/MaxBareiss/9f97218f1111aa1ae0247e9d0fbc3083
*** [https://github.com/prusa3d/PrusaSlicer/releases Prusaslicer] (Slic3r): https://gist.github.com/MaxBareiss/9f97218f1111aa1ae0247e9d0fbc3083
**** To upload files go to: File > Import > Import Config Bundle
**** To load files go to: File > Import > Import Config Bundle
*** Cura: https://gist.github.com/MaxBareiss/dffded4b12485aaded61313ad5667154
*** Cura: https://gist.github.com/MaxBareiss/dffded4b12485aaded61313ad5667154
* [[tools/3D_Printing/Anycubic Photon|Anycubic Photon]]
* [[tools/3D_Printing/Anycubic Photon|Anycubic Photon]]
 
** '''Build Area:''' 115x65x155mm mm (Roughly 4.5x2.5x6 inches)
** SLA Resin printer
** '''Settings:'''
*** [https://github.com/prusa3d/PrusaSlicer/releases Prusaslicer] (Prusaslicer): Todo
**** To load files go to: File > Import > Import Config Bundle
== Current Filament Available ==
== Current Filament Available ==
* PLA filament (transparent blue) -- ~1kg spool
* PLA filament (transparent blue) -- ~1kg spool
Line 19: Line 22:


== Usage and Workflow ==
== Usage and Workflow ==
The 3D printer is controlled via the desktop computer set up next to it. The basic workflow is this:
The Creality printer is controlled via [[tools/3D_Printing/OctoPrint|OctoPrint]] running on a Raspberry Pi set up next to it. The basic workflow is this:


# Take a 3D model and convert it to an STL file.
# Convert 3D model or download an STL file.
# The STL file then must be converted to GCode.
# "Slice" the STL file to generate GCode.
# The GCode is sent to the printer for printing.
# Upload the GCode to Octoprint and print.


=== 3D Modeling/STL creation ===
=== 3D Modeling/STL creation ===


We have three CAD programs installed for creating 3D models. Two rely on the principle of [[wp>Constructive solid geometry|Constructive Solid Geometry]] (CSG).
We currently recommend [https://www.autodesk.com/products/fusion-360/overview Fusion 360] for creating 3D models. It offers a [https://www.autodesk.com/products/fusion-360/personal free license for hobbyist use].


Other options which are FOSS include:
* [http://openscad.org/ OpenSCAD] is the more mature of the two programs. It uses a scripting language to define a model using CSG.
* [http://openscad.org/ OpenSCAD] is the more mature of the two programs. It uses a scripting language to define a model using CSG.
* [http://www.mattkeeter.com/projects/antimony/3/ 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).
* [http://www.mattkeeter.com/projects/antimony/3/ 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).
Line 43: Line 47:
* http://reprap.org/wiki/Print_Troubleshooting_Pictorial_Guide
* http://reprap.org/wiki/Print_Troubleshooting_Pictorial_Guide
* https://www.simplify3d.com/support/print-quality-troubleshooting/
* https://www.simplify3d.com/support/print-quality-troubleshooting/
== Webcam Access ==
There are three options to access the webcam to view 3D prints in progress.
* Static View: [http://216.252.200.71:65413/cgi-bin/CGIStream.fcgi?cmd=snapPicture2&usr=Snap&pwd=123snap! Click Here] (This does not work on Hacksburg WiFi, refresh the page for an updated image.
* Basic Stream:
*# Open VLC and navigate to Tools>Preferences.
*# In the bottom left corner of the Preferences window under "Show Settings" click the "All" option.
*# In the search box, type "Image Demuxer" and select the "Image" option.
*# Change the "Duration in Seconds" option to 1.00 seconds and click save.
*# Turn on looping.
*# Select Media>"Open a Network Stream" and type <nowiki>http://216.252.200.71:65413//cgi-bin/CGIStream.fcgi?cmd=snapPicture2&amp;usr=Snap&amp;pwd=123snap!</nowiki> into the Network URL box.
*# Click Play and the video should begin playing at ~1 FPS
*# '''Note:''' This method is a workaround if you do not wish to install the IPCWebComponents.exe required for full camera control. That method provides better video quality and the option to pan/tilt/zoom.
* Full Control: [http://216.252.200.71:65413 Click Here] Visit from Internet Explorer initially to download and install IPCWebComponents.exe. The interface can then be accessed from other browsers (does not appear to work in Firefox).
** User: Operator
** Password: 123snap!


== Planned Printers ==
== Planned Printers ==
269

edits