<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.hacksburg.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Chend</id>
	<title>Hacksburg Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.hacksburg.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Chend"/>
	<link rel="alternate" type="text/html" href="https://wiki.hacksburg.org/wiki/Special:Contributions/Chend"/>
	<updated>2026-04-04T19:37:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://wiki.hacksburg.org/index.php?title=Tools/3D_Printing&amp;diff=1367</id>
		<title>Tools/3D Printing</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacksburg.org/index.php?title=Tools/3D_Printing&amp;diff=1367"/>
		<updated>2020-03-22T18:10:23Z</updated>

		<summary type="html">&lt;p&gt;Chend: how to import ini file&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current Printers ==&lt;br /&gt;
* [[tools/3D_Printing/Creality CR-10 S4|Creality CR-10 S4]]&lt;br /&gt;
** &#039;&#039;&#039;Build Area:&#039;&#039;&#039; 400x400x400 mm (Roughly 15.75x15.75x15.75 inches)&lt;br /&gt;
** Has a heated bed (heats slowly, max 75 C, can be raised by insulated bed or building enclosure)&lt;br /&gt;
** Can work PLA&lt;br /&gt;
** &#039;&#039;&#039;Workflow:&#039;&#039;&#039; [[tools/3D_Printing/OctoPrint|OctoPrint]]&lt;br /&gt;
** &#039;&#039;&#039;Settings:&#039;&#039;&#039; &lt;br /&gt;
*** Cura: https://gist.github.com/MaxBareiss/dffded4b12485aaded61313ad5667154&lt;br /&gt;
*** [https://github.com/prusa3d/PrusaSlicer/releases Prusaslicer] (Slic3r): https://gist.github.com/MaxBareiss/9f97218f1111aa1ae0247e9d0fbc3083&lt;br /&gt;
**** To upload files go to: File &amp;gt; Import &amp;gt; Import Config Bundle&lt;br /&gt;
&lt;br /&gt;
* [[tools:3D_Printing/Printrbot Simple|Printrbot Simple Makers Kit]]&lt;br /&gt;
** &#039;&#039;&#039;Build Area:&#039;&#039;&#039; Roughly 4x4x4 inches&lt;br /&gt;
** Can work PLA and ABS (has heated bed)&lt;br /&gt;
** &#039;&#039;&#039;Workflow:&#039;&#039;&#039; Connected to computer with Cura 2.4 series slicer.&lt;br /&gt;
** Portable; can run on battery power&lt;br /&gt;
*** Requires at least 12V @ 4A for running without heated bed&lt;br /&gt;
*** Running the heated bed on battery power has &#039;&#039;&#039;not&#039;&#039;&#039; been tested and is not allowed at present.&lt;br /&gt;
** &#039;&#039;&#039;Currently non-functional&#039;&#039;&#039; -- Power supply is dangerously unshielded.&lt;br /&gt;
* Solidoodle 3&lt;br /&gt;
** &#039;&#039;&#039;Build Area:&#039;&#039;&#039; Roughly 8x8x8 inches&lt;br /&gt;
** Has a heated bed&lt;br /&gt;
** Fully enclosed with acrylic sheeting&lt;br /&gt;
** &#039;&#039;&#039;Currently non-functional&#039;&#039;&#039; -- Has issues with Y-axis traversal, thermistor issues&lt;br /&gt;
* Mbot Cube (revision 1)&lt;br /&gt;
** &#039;&#039;&#039;Build Area:&#039;&#039;&#039; Roughly 8x8x8 inches&lt;br /&gt;
** No heated bed (though one can be added)&lt;br /&gt;
** Dual extruders (though they need alignment)&lt;br /&gt;
** Workflow&lt;br /&gt;
*** Uses Proprietary MPrint software to communicate with printer via USB&lt;br /&gt;
*** 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.&lt;br /&gt;
** &#039;&#039;&#039;Currently non-functional&#039;&#039;&#039; -- Bed alignment system is damaged; new print bed needed&lt;br /&gt;
&lt;br /&gt;
* Anycubic Photon&lt;br /&gt;
&lt;br /&gt;
== Current Filament Available ==&lt;br /&gt;
* PLA filament (transparent blue) -- ~1kg spool&lt;br /&gt;
* ABS filament (green) -- ~1kg spool&lt;br /&gt;
&lt;br /&gt;
== Usage and Workflow ==&lt;br /&gt;
The 3D printer is controlled via the desktop computer set up next to it. The basic workflow is this:&lt;br /&gt;
&lt;br /&gt;
# Take a 3D model and convert it to an STL file.&lt;br /&gt;
# The STL file then must be converted to GCode.&lt;br /&gt;
# The GCode is sent to the printer for printing.&lt;br /&gt;
&lt;br /&gt;
=== 3D Modeling/STL creation ===&lt;br /&gt;
&lt;br /&gt;
We have three CAD programs installed for creating 3D models. Two rely on the principle of [[wp&amp;gt;Constructive solid geometry|Constructive Solid Geometry]] (CSG).&lt;br /&gt;
&lt;br /&gt;
* [http://openscad.org/ OpenSCAD] is the more mature of the two programs. It uses a scripting language to define a model using CSG.&lt;br /&gt;
* [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).&lt;br /&gt;
* [http://solvespace.com/ 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&#039;s website is highly recommended.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can download an STL file from an online 3D printing repository like [[https://www.youmagine.com/|YouMagine]] or [https://www.thingiverse.com/ Thingiverse].&lt;br /&gt;
&lt;br /&gt;
=== GCode Production ===&lt;br /&gt;
We recommend the use of PrusaSlicer (Slic3r) for the Creality CR-10. A settings file optimized for this printer is [https://gist.github.com/MaxBareiss/9f97218f1111aa1ae0247e9d0fbc3083 here]. The most important setting for this printer is to set the maximum acceleration limit to 500 mm/s&amp;amp;sup2;.&lt;br /&gt;
&lt;br /&gt;
=== Visual Troubleshooting Guides ===&lt;br /&gt;
&lt;br /&gt;
* http://support.3dverkstan.se/article/23-a-visual-ultimaker-troubleshooting-guide&lt;br /&gt;
* http://reprap.org/wiki/Print_Troubleshooting_Pictorial_Guide&lt;br /&gt;
* https://www.simplify3d.com/support/print-quality-troubleshooting/&lt;br /&gt;
&lt;br /&gt;
== Webcam Access ==&lt;br /&gt;
There are three options to access the webcam to view 3D prints in progress.&lt;br /&gt;
* Static View: [http://216.252.200.71:65413/cgi-bin/CGIStream.fcgi?cmd=snapPicture2&amp;amp;usr=Snap&amp;amp;pwd=123snap! Click Here] (This does not work on Hacksburg WiFi, refresh the page for an updated image.&lt;br /&gt;
* Basic Stream: &lt;br /&gt;
*# Open VLC and navigate to Tools&amp;gt;Preferences. &lt;br /&gt;
*# In the bottom left corner of the Preferences window under &amp;quot;Show Settings&amp;quot; click the &amp;quot;All&amp;quot; option. &lt;br /&gt;
*# In the search box, type &amp;quot;Image Demuxer&amp;quot; and select the &amp;quot;Image&amp;quot; option.&lt;br /&gt;
*# Change the &amp;quot;Duration in Seconds&amp;quot; option to 1.00 seconds and click save.&lt;br /&gt;
*# Turn on looping.&lt;br /&gt;
*# Select Media&amp;gt;&amp;quot;Open a Network Stream&amp;quot; and type &amp;lt;nowiki&amp;gt;http://216.252.200.71:65413//cgi-bin/CGIStream.fcgi?cmd=snapPicture2&amp;amp;amp;usr=Snap&amp;amp;amp;pwd=123snap!&amp;lt;/nowiki&amp;gt; into the Network URL box.&lt;br /&gt;
*# Click Play and the video should begin playing at ~1 FPS&lt;br /&gt;
*# &#039;&#039;&#039;Note:&#039;&#039;&#039; 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. &lt;br /&gt;
* 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).&lt;br /&gt;
** User: Operator&lt;br /&gt;
** Password: 123snap!&lt;br /&gt;
&lt;br /&gt;
== Planned Printers ==&lt;br /&gt;
* Prusa i3 derivative&lt;br /&gt;
** Planning discussions started in early January 2015, but stalled.&lt;br /&gt;
** &#039;&#039;&#039;Current components:&#039;&#039;&#039; RAMPS board, Arduino, heated bed, thermistor, user interface board, one pulley with CL2 toothed belt&lt;br /&gt;
** &#039;&#039;&#039;Missing components:&#039;&#039;&#039; Just about everything else&lt;/div&gt;</summary>
		<author><name>Chend</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacksburg.org/index.php?title=Tools/3D_Printing&amp;diff=1366</id>
		<title>Tools/3D Printing</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacksburg.org/index.php?title=Tools/3D_Printing&amp;diff=1366"/>
		<updated>2020-03-22T18:04:28Z</updated>

		<summary type="html">&lt;p&gt;Chend: add link to prusaslicer download page on gh&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current Printers ==&lt;br /&gt;
* [[tools/3D_Printing/Creality CR-10 S4|Creality CR-10 S4]]&lt;br /&gt;
** &#039;&#039;&#039;Build Area:&#039;&#039;&#039; 400x400x400 mm (Roughly 15.75x15.75x15.75 inches)&lt;br /&gt;
** Has a heated bed (heats slowly, max 75 C, can be raised by insulated bed or building enclosure)&lt;br /&gt;
** Can work PLA&lt;br /&gt;
** &#039;&#039;&#039;Workflow:&#039;&#039;&#039; [[tools/3D_Printing/OctoPrint|OctoPrint]]&lt;br /&gt;
** &#039;&#039;&#039;Settings:&#039;&#039;&#039; &lt;br /&gt;
*** Cura: https://gist.github.com/MaxBareiss/dffded4b12485aaded61313ad5667154&lt;br /&gt;
*** [https://github.com/prusa3d/PrusaSlicer/releases Prusaslicer] (Slic3r): https://gist.github.com/MaxBareiss/9f97218f1111aa1ae0247e9d0fbc3083&lt;br /&gt;
&lt;br /&gt;
* [[tools:3D_Printing/Printrbot Simple|Printrbot Simple Makers Kit]]&lt;br /&gt;
** &#039;&#039;&#039;Build Area:&#039;&#039;&#039; Roughly 4x4x4 inches&lt;br /&gt;
** Can work PLA and ABS (has heated bed)&lt;br /&gt;
** &#039;&#039;&#039;Workflow:&#039;&#039;&#039; Connected to computer with Cura 2.4 series slicer.&lt;br /&gt;
** Portable; can run on battery power&lt;br /&gt;
*** Requires at least 12V @ 4A for running without heated bed&lt;br /&gt;
*** Running the heated bed on battery power has &#039;&#039;&#039;not&#039;&#039;&#039; been tested and is not allowed at present.&lt;br /&gt;
** &#039;&#039;&#039;Currently non-functional&#039;&#039;&#039; -- Power supply is dangerously unshielded.&lt;br /&gt;
* Solidoodle 3&lt;br /&gt;
** &#039;&#039;&#039;Build Area:&#039;&#039;&#039; Roughly 8x8x8 inches&lt;br /&gt;
** Has a heated bed&lt;br /&gt;
** Fully enclosed with acrylic sheeting&lt;br /&gt;
** &#039;&#039;&#039;Currently non-functional&#039;&#039;&#039; -- Has issues with Y-axis traversal, thermistor issues&lt;br /&gt;
* Mbot Cube (revision 1)&lt;br /&gt;
** &#039;&#039;&#039;Build Area:&#039;&#039;&#039; Roughly 8x8x8 inches&lt;br /&gt;
** No heated bed (though one can be added)&lt;br /&gt;
** Dual extruders (though they need alignment)&lt;br /&gt;
** Workflow&lt;br /&gt;
*** Uses Proprietary MPrint software to communicate with printer via USB&lt;br /&gt;
*** 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.&lt;br /&gt;
** &#039;&#039;&#039;Currently non-functional&#039;&#039;&#039; -- Bed alignment system is damaged; new print bed needed&lt;br /&gt;
&lt;br /&gt;
* Anycubic Photon&lt;br /&gt;
&lt;br /&gt;
== Current Filament Available ==&lt;br /&gt;
* PLA filament (transparent blue) -- ~1kg spool&lt;br /&gt;
* ABS filament (green) -- ~1kg spool&lt;br /&gt;
&lt;br /&gt;
== Usage and Workflow ==&lt;br /&gt;
The 3D printer is controlled via the desktop computer set up next to it. The basic workflow is this:&lt;br /&gt;
&lt;br /&gt;
# Take a 3D model and convert it to an STL file.&lt;br /&gt;
# The STL file then must be converted to GCode.&lt;br /&gt;
# The GCode is sent to the printer for printing.&lt;br /&gt;
&lt;br /&gt;
=== 3D Modeling/STL creation ===&lt;br /&gt;
&lt;br /&gt;
We have three CAD programs installed for creating 3D models. Two rely on the principle of [[wp&amp;gt;Constructive solid geometry|Constructive Solid Geometry]] (CSG).&lt;br /&gt;
&lt;br /&gt;
* [http://openscad.org/ OpenSCAD] is the more mature of the two programs. It uses a scripting language to define a model using CSG.&lt;br /&gt;
* [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).&lt;br /&gt;
* [http://solvespace.com/ 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&#039;s website is highly recommended.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can download an STL file from an online 3D printing repository like [[https://www.youmagine.com/|YouMagine]] or [https://www.thingiverse.com/ Thingiverse].&lt;br /&gt;
&lt;br /&gt;
=== GCode Production ===&lt;br /&gt;
We recommend the use of PrusaSlicer (Slic3r) for the Creality CR-10. A settings file optimized for this printer is [https://gist.github.com/MaxBareiss/9f97218f1111aa1ae0247e9d0fbc3083 here]. The most important setting for this printer is to set the maximum acceleration limit to 500 mm/s&amp;amp;sup2;.&lt;br /&gt;
&lt;br /&gt;
=== Visual Troubleshooting Guides ===&lt;br /&gt;
&lt;br /&gt;
* http://support.3dverkstan.se/article/23-a-visual-ultimaker-troubleshooting-guide&lt;br /&gt;
* http://reprap.org/wiki/Print_Troubleshooting_Pictorial_Guide&lt;br /&gt;
* https://www.simplify3d.com/support/print-quality-troubleshooting/&lt;br /&gt;
&lt;br /&gt;
== Webcam Access ==&lt;br /&gt;
There are three options to access the webcam to view 3D prints in progress.&lt;br /&gt;
* Static View: [http://216.252.200.71:65413/cgi-bin/CGIStream.fcgi?cmd=snapPicture2&amp;amp;usr=Snap&amp;amp;pwd=123snap! Click Here] (This does not work on Hacksburg WiFi, refresh the page for an updated image.&lt;br /&gt;
* Basic Stream: &lt;br /&gt;
*# Open VLC and navigate to Tools&amp;gt;Preferences. &lt;br /&gt;
*# In the bottom left corner of the Preferences window under &amp;quot;Show Settings&amp;quot; click the &amp;quot;All&amp;quot; option. &lt;br /&gt;
*# In the search box, type &amp;quot;Image Demuxer&amp;quot; and select the &amp;quot;Image&amp;quot; option.&lt;br /&gt;
*# Change the &amp;quot;Duration in Seconds&amp;quot; option to 1.00 seconds and click save.&lt;br /&gt;
*# Turn on looping.&lt;br /&gt;
*# Select Media&amp;gt;&amp;quot;Open a Network Stream&amp;quot; and type &amp;lt;nowiki&amp;gt;http://216.252.200.71:65413//cgi-bin/CGIStream.fcgi?cmd=snapPicture2&amp;amp;amp;usr=Snap&amp;amp;amp;pwd=123snap!&amp;lt;/nowiki&amp;gt; into the Network URL box.&lt;br /&gt;
*# Click Play and the video should begin playing at ~1 FPS&lt;br /&gt;
*# &#039;&#039;&#039;Note:&#039;&#039;&#039; 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. &lt;br /&gt;
* 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).&lt;br /&gt;
** User: Operator&lt;br /&gt;
** Password: 123snap!&lt;br /&gt;
&lt;br /&gt;
== Planned Printers ==&lt;br /&gt;
* Prusa i3 derivative&lt;br /&gt;
** Planning discussions started in early January 2015, but stalled.&lt;br /&gt;
** &#039;&#039;&#039;Current components:&#039;&#039;&#039; RAMPS board, Arduino, heated bed, thermistor, user interface board, one pulley with CL2 toothed belt&lt;br /&gt;
** &#039;&#039;&#039;Missing components:&#039;&#039;&#039; Just about everything else&lt;/div&gt;</summary>
		<author><name>Chend</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacksburg.org/index.php?title=Tools/3D_Printing&amp;diff=1365</id>
		<title>Tools/3D Printing</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacksburg.org/index.php?title=Tools/3D_Printing&amp;diff=1365"/>
		<updated>2020-03-22T17:53:34Z</updated>

		<summary type="html">&lt;p&gt;Chend: add printer Anycubic Photon&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current Printers ==&lt;br /&gt;
* [[tools/3D_Printing/Creality CR-10 S4|Creality CR-10 S4]]&lt;br /&gt;
** &#039;&#039;&#039;Build Area:&#039;&#039;&#039; 400x400x400 mm (Roughly 15.75x15.75x15.75 inches)&lt;br /&gt;
** Has a heated bed (heats slowly, max 75 C, can be raised by insulated bed or building enclosure)&lt;br /&gt;
** Can work PLA&lt;br /&gt;
** &#039;&#039;&#039;Workflow:&#039;&#039;&#039; [[tools/3D_Printing/OctoPrint|OctoPrint]]&lt;br /&gt;
** &#039;&#039;&#039;Settings:&#039;&#039;&#039; &lt;br /&gt;
*** Cura: https://gist.github.com/MaxBareiss/dffded4b12485aaded61313ad5667154&lt;br /&gt;
*** Prusaslicer (Slic3r): https://gist.github.com/MaxBareiss/9f97218f1111aa1ae0247e9d0fbc3083&lt;br /&gt;
&lt;br /&gt;
* [[tools:3D_Printing/Printrbot Simple|Printrbot Simple Makers Kit]]&lt;br /&gt;
** &#039;&#039;&#039;Build Area:&#039;&#039;&#039; Roughly 4x4x4 inches&lt;br /&gt;
** Can work PLA and ABS (has heated bed)&lt;br /&gt;
** &#039;&#039;&#039;Workflow:&#039;&#039;&#039; Connected to computer with Cura 2.4 series slicer.&lt;br /&gt;
** Portable; can run on battery power&lt;br /&gt;
*** Requires at least 12V @ 4A for running without heated bed&lt;br /&gt;
*** Running the heated bed on battery power has &#039;&#039;&#039;not&#039;&#039;&#039; been tested and is not allowed at present.&lt;br /&gt;
** &#039;&#039;&#039;Currently non-functional&#039;&#039;&#039; -- Power supply is dangerously unshielded.&lt;br /&gt;
* Solidoodle 3&lt;br /&gt;
** &#039;&#039;&#039;Build Area:&#039;&#039;&#039; Roughly 8x8x8 inches&lt;br /&gt;
** Has a heated bed&lt;br /&gt;
** Fully enclosed with acrylic sheeting&lt;br /&gt;
** &#039;&#039;&#039;Currently non-functional&#039;&#039;&#039; -- Has issues with Y-axis traversal, thermistor issues&lt;br /&gt;
* Mbot Cube (revision 1)&lt;br /&gt;
** &#039;&#039;&#039;Build Area:&#039;&#039;&#039; Roughly 8x8x8 inches&lt;br /&gt;
** No heated bed (though one can be added)&lt;br /&gt;
** Dual extruders (though they need alignment)&lt;br /&gt;
** Workflow&lt;br /&gt;
*** Uses Proprietary MPrint software to communicate with printer via USB&lt;br /&gt;
*** 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.&lt;br /&gt;
** &#039;&#039;&#039;Currently non-functional&#039;&#039;&#039; -- Bed alignment system is damaged; new print bed needed&lt;br /&gt;
&lt;br /&gt;
* Anycubic Photon&lt;br /&gt;
&lt;br /&gt;
== Current Filament Available ==&lt;br /&gt;
* PLA filament (transparent blue) -- ~1kg spool&lt;br /&gt;
* ABS filament (green) -- ~1kg spool&lt;br /&gt;
&lt;br /&gt;
== Usage and Workflow ==&lt;br /&gt;
The 3D printer is controlled via the desktop computer set up next to it. The basic workflow is this:&lt;br /&gt;
&lt;br /&gt;
# Take a 3D model and convert it to an STL file.&lt;br /&gt;
# The STL file then must be converted to GCode.&lt;br /&gt;
# The GCode is sent to the printer for printing.&lt;br /&gt;
&lt;br /&gt;
=== 3D Modeling/STL creation ===&lt;br /&gt;
&lt;br /&gt;
We have three CAD programs installed for creating 3D models. Two rely on the principle of [[wp&amp;gt;Constructive solid geometry|Constructive Solid Geometry]] (CSG).&lt;br /&gt;
&lt;br /&gt;
* [http://openscad.org/ OpenSCAD] is the more mature of the two programs. It uses a scripting language to define a model using CSG.&lt;br /&gt;
* [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).&lt;br /&gt;
* [http://solvespace.com/ 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&#039;s website is highly recommended.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can download an STL file from an online 3D printing repository like [[https://www.youmagine.com/|YouMagine]] or [https://www.thingiverse.com/ Thingiverse].&lt;br /&gt;
&lt;br /&gt;
=== GCode Production ===&lt;br /&gt;
We recommend the use of PrusaSlicer (Slic3r) for the Creality CR-10. A settings file optimized for this printer is [https://gist.github.com/MaxBareiss/9f97218f1111aa1ae0247e9d0fbc3083 here]. The most important setting for this printer is to set the maximum acceleration limit to 500 mm/s&amp;amp;sup2;.&lt;br /&gt;
&lt;br /&gt;
=== Visual Troubleshooting Guides ===&lt;br /&gt;
&lt;br /&gt;
* http://support.3dverkstan.se/article/23-a-visual-ultimaker-troubleshooting-guide&lt;br /&gt;
* http://reprap.org/wiki/Print_Troubleshooting_Pictorial_Guide&lt;br /&gt;
* https://www.simplify3d.com/support/print-quality-troubleshooting/&lt;br /&gt;
&lt;br /&gt;
== Webcam Access ==&lt;br /&gt;
There are three options to access the webcam to view 3D prints in progress.&lt;br /&gt;
* Static View: [http://216.252.200.71:65413/cgi-bin/CGIStream.fcgi?cmd=snapPicture2&amp;amp;usr=Snap&amp;amp;pwd=123snap! Click Here] (This does not work on Hacksburg WiFi, refresh the page for an updated image.&lt;br /&gt;
* Basic Stream: &lt;br /&gt;
*# Open VLC and navigate to Tools&amp;gt;Preferences. &lt;br /&gt;
*# In the bottom left corner of the Preferences window under &amp;quot;Show Settings&amp;quot; click the &amp;quot;All&amp;quot; option. &lt;br /&gt;
*# In the search box, type &amp;quot;Image Demuxer&amp;quot; and select the &amp;quot;Image&amp;quot; option.&lt;br /&gt;
*# Change the &amp;quot;Duration in Seconds&amp;quot; option to 1.00 seconds and click save.&lt;br /&gt;
*# Turn on looping.&lt;br /&gt;
*# Select Media&amp;gt;&amp;quot;Open a Network Stream&amp;quot; and type &amp;lt;nowiki&amp;gt;http://216.252.200.71:65413//cgi-bin/CGIStream.fcgi?cmd=snapPicture2&amp;amp;amp;usr=Snap&amp;amp;amp;pwd=123snap!&amp;lt;/nowiki&amp;gt; into the Network URL box.&lt;br /&gt;
*# Click Play and the video should begin playing at ~1 FPS&lt;br /&gt;
*# &#039;&#039;&#039;Note:&#039;&#039;&#039; 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. &lt;br /&gt;
* 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).&lt;br /&gt;
** User: Operator&lt;br /&gt;
** Password: 123snap!&lt;br /&gt;
&lt;br /&gt;
== Planned Printers ==&lt;br /&gt;
* Prusa i3 derivative&lt;br /&gt;
** Planning discussions started in early January 2015, but stalled.&lt;br /&gt;
** &#039;&#039;&#039;Current components:&#039;&#039;&#039; RAMPS board, Arduino, heated bed, thermistor, user interface board, one pulley with CL2 toothed belt&lt;br /&gt;
** &#039;&#039;&#039;Missing components:&#039;&#039;&#039; Just about everything else&lt;/div&gt;</summary>
		<author><name>Chend</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacksburg.org/index.php?title=Rooms_%26_Tools/Wood_Shop&amp;diff=1352</id>
		<title>Rooms &amp; Tools/Wood Shop</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacksburg.org/index.php?title=Rooms_%26_Tools/Wood_Shop&amp;diff=1352"/>
		<updated>2020-03-08T23:37:10Z</updated>

		<summary type="html">&lt;p&gt;Chend: add John&amp;#039;s woodworking 101 directions with some more notes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Machine Tools ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Woodlathe.jpg|Central Machinery 1/2 HP 10x18 Wood Lathe&lt;br /&gt;
Tablesaw.jpg|Skilsaw 10&amp;quot; Tablesaw&lt;br /&gt;
Scrollsaw.jpg|Central Machinery 16&amp;quot; Variable Speed Scroll Saw&lt;br /&gt;
Ryobibandsaw.jpg|Ryobi BS901 1/3 HP 9&amp;quot; Bandsaw&lt;br /&gt;
Routertable2.jpg|Craftsman Router Table with Removable 2 HP Router&lt;br /&gt;
Mpcnc.jpg|[[Tools/Mostly Printed CNC]]&lt;br /&gt;
Jointer.jpg|Craftsman 6&amp;quot; Jointer Planer&lt;br /&gt;
Drumsander.jpg|Wen 1/2 HP Oscillating Drum Sander&lt;br /&gt;
Beltsander.jpg|Central Machinery 4x36&amp;quot; Belt and 6&amp;quot; Disc Sander&lt;br /&gt;
Planer.jpg|Makitia 12x6&amp;quot; Planer&lt;br /&gt;
Comingsoon.png|10&amp;quot; Sliding Miter Saw&lt;br /&gt;
Comingsoon.png|70 Gallon 2HP Dust Collector&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Hand Tools ===&lt;br /&gt;
* Hand Saw&lt;br /&gt;
* 6 inch Coping Saw&lt;br /&gt;
* Claw Hammers&lt;br /&gt;
* Carpenter square&lt;br /&gt;
* Quick square&lt;br /&gt;
* 60&amp;quot; Ruler&lt;br /&gt;
* Palm sander&lt;br /&gt;
* Dewalt Sawhorse (x2)&lt;br /&gt;
* Dremel 200&lt;br /&gt;
* Hand Drills (x3)&lt;br /&gt;
* Forstner Drill Bit Set (1/4 in. - 2-1/8 in.)&lt;br /&gt;
* 115 piece Drill Set&lt;br /&gt;
* Bar Clamps (various)&lt;br /&gt;
&lt;br /&gt;
=== Safety ===&lt;br /&gt;
&lt;br /&gt;
The [https://www.youtube.com/channel/UCIQGOb_7vqGrylX8o5VnOEw WoodWorkers Guild of America] has an excellent series of videos covering may tips and safety rules for various woodworking equipment. If you are ever uncomfortable with a tool or do not feel safe &#039;&#039;&#039;STOP&#039;&#039;&#039; immediately and ask for help. Rushing through a project is not worth it!&lt;br /&gt;
&lt;br /&gt;
==== Table Saw ====&lt;br /&gt;
&amp;lt;youtube width=&amp;quot;400&amp;quot; height=&amp;quot;220&amp;quot;&amp;gt;0WhnZS1p5Qg&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&amp;lt;youtube width=&amp;quot;400&amp;quot; height=&amp;quot;220&amp;quot;&amp;gt;Y9V4FyCX97Y&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&amp;lt;youtube width=&amp;quot;400&amp;quot; height=&amp;quot;220&amp;quot;&amp;gt;u7sRrC2Jpp4&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Miter Saw ====&lt;br /&gt;
&amp;lt;youtube width=&amp;quot;400&amp;quot; height=&amp;quot;220&amp;quot;&amp;gt;FVpmjX1DjmI&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Band Saw ====&lt;br /&gt;
&amp;lt;youtube width=&amp;quot;400&amp;quot; height=&amp;quot;220&amp;quot;&amp;gt;paXdjslgPgU&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Jointer ====&lt;br /&gt;
&amp;lt;youtube width=&amp;quot;400&amp;quot; height=&amp;quot;220&amp;quot;&amp;gt;3d1qBxcnI0E&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Router ====&lt;br /&gt;
&amp;lt;youtube width=&amp;quot;400&amp;quot; height=&amp;quot;220&amp;quot;&amp;gt;8Vl8Jbw3cSk&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
http://www.wwgoa.com/article/12-tips-for-using-a-router-safely/&lt;br /&gt;
&lt;br /&gt;
http://www.finewoodworking.com/workshop/article/12-tips-for-router-table-safety.aspx&lt;br /&gt;
&lt;br /&gt;
==== Planer ====&lt;br /&gt;
&amp;lt;youtube width=&amp;quot;400&amp;quot; height=&amp;quot;220&amp;quot;&amp;gt;P6gEBjzI0X8&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Woodshop 101: box with lid and side handles =&lt;br /&gt;
&lt;br /&gt;
== Supplies ==&lt;br /&gt;
&lt;br /&gt;
# 8’ long 1x12&amp;amp;quot; wood board, one per box (note actual lumber size differs from what is labeled)&lt;br /&gt;
# 1/4&amp;amp;quot; diameter wooden dowel pins&lt;br /&gt;
# Sandpaper (medium and fine)&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
&lt;br /&gt;
# Sliding miter saw&lt;br /&gt;
# Drill/driver&lt;br /&gt;
# Jigsaw with a wood blade&lt;br /&gt;
# 1-2 band clamps&lt;br /&gt;
# Tape measure&lt;br /&gt;
# Wood glue&lt;br /&gt;
# 1.5&amp;amp;quot; Forstner bit&lt;br /&gt;
# Speed square&lt;br /&gt;
# Oscillating Spindle Sander (optional)&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
&lt;br /&gt;
# Using the miter saw, cut the board into six pieces using the following dimensions. Be sure to support the long end of the board and clamp the workpiece while cutting.&lt;br /&gt;
#* 2 front: 17 5/8&amp;amp;quot; x 12&amp;amp;quot;&lt;br /&gt;
#* 2 sides: 12&amp;amp;quot; square&lt;br /&gt;
#* 2 top/bottom: 16&amp;amp;quot; by 12&amp;amp;quot;&lt;br /&gt;
# On each side panel, draw a horizontal line 2&amp;amp;quot; from the top &#039;&#039;&#039;against the grain&#039;&#039;&#039;. Now find the center of the side, and mark. This will be the center of your box handle. Measure out 1&amp;amp;quot;5 to each side from this spot and make a mark. These crosshairs are the starting point (center) of your Forstner bit.&lt;br /&gt;
#* The holes should be inline/parallel with the grain so the board does not potentially split along the grain during a heavy load&lt;br /&gt;
#* &#039;&#039;&#039;Tip&#039;&#039;&#039;: Initial all panels so they don’t get mixed up&lt;br /&gt;
# On the top panel, draw a horizontal line 3&amp;amp;quot; from both of the short sides. Now find the center of the side, and mark. This will be the center of your box handle. Measure out 1.5&amp;amp;quot; to each side from this spot and make a mark. These crosshairs are the starting point (center) of your Forstner bit&lt;br /&gt;
# Using the drill press, drill all the way through each of the crosshairs (8 total holes) Use some scrap wood underneath your workpiece to prevent tear out and solidly clamp the workpiece before drilling.&lt;br /&gt;
# Using a straight-edge, trace 2 lines between the holes to outline the handle.&lt;br /&gt;
# Use the jigsaw to cut out the handle. Place the blade through one of the holes, and then cut along the traced line. Repeat for all 4 handles&lt;br /&gt;
#* Optional: Use the spindle sander to clean out the handle&lt;br /&gt;
# Place a thin layer of glue along all the joined edges of the box&lt;br /&gt;
## All 4 sides of the bottom piece&lt;br /&gt;
## Both sides of the side piece (with handles)&lt;br /&gt;
## &#039;&#039;&#039;None&#039;&#039;&#039; on the front piece&lt;br /&gt;
## &#039;&#039;&#039;None&#039;&#039;&#039; on the top piece&lt;br /&gt;
# Now it’s time to put everything together. Use the band clamp to assemble the box, making sure your edges are flush. Insert the top and bottom pieces to keep everything square.&lt;br /&gt;
# Using a 1/4&amp;amp;quot; drill bit, drill through the front pieces into the side and bottom pieces. Use a stop collar to drill a hole 1/8&amp;amp;quot; deeper than your dowel pins. Put 2 holes along the side and 3 along the bottom (7x2 = 14 total). Also, drill 2 holes through each side into the bottom.&lt;br /&gt;
#* Note: &#039;&#039;&#039;Only drill one hole at a time!&#039;&#039;&#039; Otherwise, the holes can become misaligned and the dowels will not go all the way in.&lt;br /&gt;
# Put a squirt of glue into the hole and insert the dowel pin all the way. Use an extra pin to push it all the way. Repeat for all 18 holes. Wipe off any excess glue with a damp paper towel.&lt;br /&gt;
&lt;br /&gt;
== Optional finishing steps ==&lt;br /&gt;
&lt;br /&gt;
* Fill the dowel holes with wood putty and wait 30 minutes to harden. Use a sanding block to sand the putty down until it’s flush with the surface.&lt;br /&gt;
* The edges and handles of the box can be sanded to remove sharp corners.&lt;br /&gt;
* A lip or hinge can be added to support the “lid” of the box.&lt;br /&gt;
* The box can be finished with paint or stain or left unfinished.&lt;/div&gt;</summary>
		<author><name>Chend</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacksburg.org/index.php?title=Tools/Laser_Cutter&amp;diff=1348</id>
		<title>Tools/Laser Cutter</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacksburg.org/index.php?title=Tools/Laser_Cutter&amp;diff=1348"/>
		<updated>2020-02-15T03:10:54Z</updated>

		<summary type="html">&lt;p&gt;Chend: How to setup a new device in Lightburn for our laser cutter&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hacksburg has a [https://www.camfive.com/usa/index.php/camfive-laser-cutting-and-engraving-machine-cfl-cma2416.html CAMFive CFL-CMA2416] CO2 Laser Cutter.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1yVc5e2eVnDQFq5nKluH2-o0YHgK8Mozw/view?usp=sharing Machine Manual]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/0B8YtcJJuU6QSMjNxRVhIZ3JVbDRUUzF5ZUU2bWxQZlpIbWt3/view?usp=sharing Installation Manual]&lt;br /&gt;
&lt;br /&gt;
==Specifications==&lt;br /&gt;
* &#039;&#039;&#039;Bed size:&#039;&#039;&#039; 24 in x 16 in honeycomb worktable, rear pass-through, material up to 3/4&amp;quot; thick&lt;br /&gt;
** Actual working area is 600 mm x 400 mm&lt;br /&gt;
* &#039;&#039;&#039;Laser Power:&#039;&#039;&#039; 80 Watts (80W Pro tube)&lt;br /&gt;
* &#039;&#039;&#039;Engraving speed:&#039;&#039;&#039; 0-40 inch/s (0-1016 mm/s)&lt;br /&gt;
** (May be limited to 400 mm/s with current setup)&lt;br /&gt;
* &#039;&#039;&#039;Max cutting speed:&#039;&#039;&#039; 0-23 inch/s (0-584 mm/s)&lt;br /&gt;
** (May be limited to 400 mm/s with current setup)&lt;br /&gt;
* &#039;&#039;&#039;Resolution ratio:&#039;&#039;&#039; 4000 DPI&lt;br /&gt;
* &#039;&#039;&#039;Precision tolerance:&#039;&#039;&#039; 0.0079 inch.&lt;br /&gt;
* &#039;&#039;&#039;Control Software:&#039;&#039;&#039; SmartCarve 4.3.21 ([https://drive.google.com/file/d/1oOoq5KYfirdXgVK2t9DpYWoIA-8tbUG7/view?usp=sharing Manual]) ([https://drive.google.com/file/d/1GhyMuBqsgTaTDnHfyIucWfycBqJGQdbi/view?usp=sharing Download]) ([https://drive.google.com/file/d/1s-td1-cxPUv1SguRa3ayP-sREhZdg7Af/view?usp=sharing Drivers])&lt;br /&gt;
** According to support, select 5th controller when prompted&lt;br /&gt;
** Current version requires key dongle, previous version has demo available ([http://www.yueminglaser.com/YMlaserfiles/YMfiles/Software/install/SmartCarve4/SmartcarveInstall4.3.exe Download])&lt;br /&gt;
* &#039;&#039;&#039;Accessories:&#039;&#039;&#039; Compressed air assist, red dot pointer, refrigerated water chiller, water pump, fume exhaust&lt;br /&gt;
&lt;br /&gt;
==Safety Info==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Potential Hazards: Burns, Eye Damage, Fire, Toxic fumes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* Only cut known,acceptable materials (untreated/unstained)&lt;br /&gt;
* Certain materials give off extremely toxic fumes - For example, PVC, Vinyl, Chrome-tanned leather, and several other materials give off chlorine gas which can cause severe long-term health effects.&lt;br /&gt;
* Always turn off laser before opening lid&lt;br /&gt;
* Wear safety glasses if viewing laser through gaps in side of lid&lt;br /&gt;
* Pause/Stop cut immediately if you see flames; if flame doesn&#039;t go out, use the spray bottle and then fire extinguisher&lt;br /&gt;
* STOP ALL WORK IMMEDIATELY and ask for assistance if you SMELL, HEAR, or SEE anything unusual&lt;br /&gt;
* Ensure all people and objects are out of the way of the laser head’s homing motion when you power on the machine&lt;br /&gt;
* Check that all accessories turn on when you power on the machine&lt;br /&gt;
* Excessive smoke/debris will damage the lens - Stop work if you notice unusual amounts&lt;br /&gt;
* &#039;&#039;&#039;The laser beam to the eye can cause permanent retinal damage and even blindness; on the skin it can cause severe burns.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Cutting Parameters==&lt;br /&gt;
A running list of cutting parameters is maintained in the [[Tool/Laser_Cutter/Cutting Parameters|Cutting Parameters]] article.&lt;br /&gt;
&lt;br /&gt;
A Lightburn materials file for the 80W laser can be downloaded here: [[Media:HacksburgMaterials.clb]]. The most up to date version will be on the laser cutter PC.&lt;br /&gt;
&lt;br /&gt;
==Lightburn Device Setup==&lt;br /&gt;
&lt;br /&gt;
Laser cutter device settings in Lightburn.&lt;br /&gt;
You will see a device setup wizard on Lightburn&#039;s first launch.&lt;br /&gt;
You can also edit and add new devices on the bottom right by pressing the &amp;quot;Devices&amp;quot; button&lt;br /&gt;
&lt;br /&gt;
* Laser/Controler: Ruida&lt;br /&gt;
* Connection interface: Serial/USB&lt;br /&gt;
* Name: Hacksburg (or whatever you wish)&lt;br /&gt;
* Working area dimentions: 600mm x 400mm&lt;br /&gt;
* Origin: Rear Right&lt;br /&gt;
&lt;br /&gt;
==Startup and Operation Procedure==&lt;br /&gt;
# Check your materials before approaching cutter&lt;br /&gt;
#* TO DO: better list, but for now, make sure you have looked up your specific material as being laser cutter compatible.&lt;br /&gt;
#** [http://discourse.fablabelpaso.org/t/choosing-the-right-type-of-plywood/45 Tips for Plywood]&lt;br /&gt;
#* &#039;&#039;&#039;NEVER&#039;&#039;&#039; chlorinated plastics (PVC, CPVC, vinyl, etc.)&lt;br /&gt;
#* &#039;&#039;&#039;NEVER&#039;&#039;&#039; chrome tanned leathers&lt;br /&gt;
#* &#039;&#039;&#039;NEVER&#039;&#039;&#039; unknown plastics; if you&#039;re not sure what it is, it doesn&#039;t go in the machine&lt;br /&gt;
#* &#039;&#039;&#039;AVOID&#039;&#039;&#039; polycarbonate plastics (Lexan)&lt;br /&gt;
#* &#039;&#039;&#039;AVOID&#039;&#039;&#039; high-density polyethelyne (HDPE)&lt;br /&gt;
#* &#039;&#039;&#039;AVOID&#039;&#039;&#039; oil-tanned or dyed leathers&lt;br /&gt;
#* &#039;&#039;&#039;AVOID&#039;&#039;&#039; unknown plywoods with unknown glues&lt;br /&gt;
#* &#039;&#039;&#039;AVOID&#039;&#039;&#039; metals except in extremly thin films, make sure all layers are laser cutter safe&lt;br /&gt;
#* Suggested for cutting and engraving: &lt;br /&gt;
#** Acrylic plastic (cell-cast is better than extruded, but either will work)&lt;br /&gt;
#** PMMA, also known as acrylic or acrylic glass as well as by the trade names Crylux, Plexiglas, Acrylite, Lucite, and Perspex&lt;br /&gt;
#** Solid woods&lt;br /&gt;
#** Paper, cardstock, cardboard, etc.&lt;br /&gt;
#** Foam-core&lt;br /&gt;
#* Suggested for engraving or frosting only: &lt;br /&gt;
#** Glass (ordinary cheap (soda-lime, untempered) glass is best)&lt;br /&gt;
#** Stone (flat, polished; granite or limestone supposedly are good choices)&lt;br /&gt;
# Check cutter and accessories for obvious damage or malfunction - if something looks damaged stop and contact [mailto:board@hacksburg.org board@hacksburg.org]&lt;br /&gt;
# PC monitor on if not already (push button under bottom edge to right of center)&lt;br /&gt;
# PC on if not already (push button above Dell logo)&lt;br /&gt;
# Log into Hacksburg account on PC&lt;br /&gt;
# Start LightBurn software on PC&lt;br /&gt;
#* You may see a pop-up dialog asking if you want to allow LightBurn from an unknown publisher to modify files. Say Yes. TO DO: Fix permissions so it doesn&#039;t do this.(May require installing outside of Program Files?)&lt;br /&gt;
# Create or load, import, adjust files etc.&lt;br /&gt;
#* See documentation elsewhere (pending) on compatible file formats, layer standards, etc.&lt;br /&gt;
#* You will need to manually set the intensity and speed for any layer you use. See [[Tools/Laser_Cutter/Cutting Parameters|Cutting Parameters]] page for more info.&lt;br /&gt;
#* The factory-suggested default is that layers 1-10 are for cutting, layers 11-14 are for fill, and layers 15-256 are for engraving.&lt;br /&gt;
#** Note that the cutter appears to process layers in numerical order. Thus, if you follow the default suggestions, the cuts will happen before the engraving.This may not be what you want.&lt;br /&gt;
#** The problem with the factory suggestions is that it is annoying to set up and proof, and ends up cutting before engraving.For simple files without fill, using 1 (blue) and 2 (green) for engraving, and 3 (red) for cutting, is easy to set up, proof, and use.&lt;br /&gt;
#** Depending on the last user, some layers may start turned off.Double click the &amp;quot;No&amp;quot; under the Process column to toggle them back on (and, if needed, the No under Visible).&lt;br /&gt;
#** Unless you are sure what you are doing, Positioning Mode in LightBurn should be set to Mechanical Origin, and you should use the &amp;quot;Put Graph to Origin&amp;quot; function in LightBurn to align the upper right of your file with the upper right of the work area (and the 0,0 of the laser cutter)&lt;br /&gt;
# Ensure that the water in the chiller fully covers the metal coil. If not, top it up from the jug of &#039;&#039;&#039;distilled&#039;&#039;&#039; water (usually found under the table)&lt;br /&gt;
# Rotate laser potentiometer to 0 (fully CCW)&lt;br /&gt;
# CamFive voltage regulator on (flip up red switch on regulator, left corner of room)&lt;br /&gt;
# Check that white output power bar is on&lt;br /&gt;
#* Push in blue button if red light is not lit&lt;br /&gt;
# Laser main power on (flip up blue power switch on right side of main laser unit)&lt;br /&gt;
# Turn on water chiller (bottom red rocker switch right side of laser cutter)&lt;br /&gt;
#* Press poer button to lower right of screen on chiller to put into Run mode&lt;br /&gt;
#* Check that Set Point is 21º C and Temp Diff is 0.5º C&lt;br /&gt;
#* If Water Temp is greater than about 24º C, wait until chiller has brought it down some&lt;br /&gt;
# Insert laser key and turn 1/4 turn CW&lt;br /&gt;
# Wait for laser internal system to boot&lt;br /&gt;
#* White internal work area light and red dot pointer should be on&lt;br /&gt;
#** Note: The red dot alignment pointer, while technically a laser, is not what actually does the cutting and is harmless.References to &amp;quot;laser&amp;quot; in this document refer to the main 80W IR (invisble) laser, not the red dot. &lt;br /&gt;
# Check laser display screen for any error messages or problems&lt;br /&gt;
# Lift cover and load your media; secure if needed; close cover&lt;br /&gt;
#* The usable (writable) area is 600 mm x 400 mm, or about 24&amp;quot; x 16&amp;quot;&lt;br /&gt;
#* The honeycomb part of the bed is about 25 3/8&amp;quot; x 17 1/4&amp;quot;&lt;br /&gt;
#* If everything is set correctly, the &amp;quot;Mechanical Origin&amp;quot; 0,0 point is in the upper right of the usable area&lt;br /&gt;
#* Approximate offset of 0,0 from the upper right edge of the honeycomb is 22.25 mm from right, 27.75 mm from top&lt;br /&gt;
#* Check the blue Laser Guides bin for jigs; use the ones labeled 22.5 mm Right and 28 mm Top as needed&lt;br /&gt;
# Turn on Air Pump (middle red switch on right side of main laser unit)&lt;br /&gt;
# Adjust laser vertical clearance and focus&lt;br /&gt;
#* Find &amp;quot;Laser Vertical Calibration Guide&amp;quot; (thick clear tile that should be in the blue Laser Guides bin, on or near the laser cutter)&lt;br /&gt;
#* Place block on material, slide to near laser output nozzle&lt;br /&gt;
#* While supporting the lower head with one hand, loosen the brass vertical adjust knob (turn CCW to loosen)&lt;br /&gt;
#** Note: This is the horizontal knurled brass knob that sticks out straight to the right&lt;br /&gt;
#** TO DO: Find a way to better distinguish this knob from others that should not be touched&lt;br /&gt;
#* Slide calibration block under nozzle (while on top of your media)&lt;br /&gt;
#* Gently lower the nozzle until it is nearly but not quite touching the calibration block&lt;br /&gt;
#* You should hear the sound of the compressed air hissing louder, but not low enough that it stops&lt;br /&gt;
#* Tighten the brass vertical adjust knob (turn CW to tighten, finger tight only.Do not put much force into it.)&lt;br /&gt;
#* Note: the proper distance is 5 mm to 6 mm from the bottom of the nozzle to the closest part of the media for most purposes&lt;br /&gt;
#* For certain sorts of area-fill engraving or frosting, it may be desirable to raise the laser somewhat above the focus area to increase the spot size. Research into this is a work in progress.&lt;br /&gt;
#* TO DO: Cut a better primary calibration block and a second one for defocused engraving&lt;br /&gt;
# Test job for origin, size, location, interference, etc. without laser power&lt;br /&gt;
#* Check that laser cover is fully closed&lt;br /&gt;
#* Check that laser power is still Off (white button is up and not illuminated)&lt;br /&gt;
#* In the software, check that positioning mode is set to Mechanical Origin (unless you are deliberately using Current Point mode)&lt;br /&gt;
#* In the software, press Start button under Process&lt;br /&gt;
#* Watch the laser head go through your job.Note that the red laser pointer is only an approximation of where the invisble IR cutting laser will go.&lt;br /&gt;
# Open ventilation window fully&lt;br /&gt;
#* Unlatch two handles (rotate 1/4 turn CW each) and push out&lt;br /&gt;
# Exhaust fan on if not already (upper red rocker switch on right right side of main laser unit)&lt;br /&gt;
# Check that no precipitation (rain, snow) is blowing in.If the wind is strong from the wrong direction it may not be suitable to operate the laser.There is currently a wooden panel that can be propped over the opening if it&#039;s not too windy.&lt;br /&gt;
# When ready, push white circular Laser Power On/Off button in (lights up white)&lt;br /&gt;
# Adjust laser power potentiometer (knob labeled &amp;quot;Laser 1&amp;quot;) to desired power&lt;br /&gt;
#* Current recommendation is to program your settings with the pot at 50%, so that you can adjust it up or down with the pot as needed.&lt;br /&gt;
#* For cutting some materials, this may not be efficient as you will want full power&lt;br /&gt;
#* TO DO: Quantify relationship between the power settings in various places (seems largely multiplicative)&lt;br /&gt;
# Before clicking start, double check that chiller, air-pump, and exhaust blower are running, window is open, and laser lid is closed&lt;br /&gt;
# In the laser software, press Start button (under Process in SmartCarve)&lt;br /&gt;
# Watch your job progress through the tinted front or top window of the laser cutter. If there are problems, use the Suspend or Stop buttons in the laser cutter software as a first choice, the Start/Pause button on the laser control panel as a second choice. If the Emergency Stop button is used, you should reboot the unit after correcting the problem.&lt;br /&gt;
#* In case of minor flare-ups, once the laser is stopped use the green spray bottle of water.Try not to get water onto any of the optical or mechanical components, and make sure everything is fully dry before continuing.&lt;br /&gt;
&lt;br /&gt;
==Shutdown Procedure==&lt;br /&gt;
# Once final cut has completed and laser has stopped, press the white circular Laser Power On/Off button to deactivate the beam (switch back light should turn off)&lt;br /&gt;
# If your job produced some smoke or fumes, wait a minute for them to clear.&lt;br /&gt;
#* It may be helepful to lift the lid just slightly to suck in room air from the front over your media.&lt;br /&gt;
# Lift cover and unload your media; remove any debris remaining from cutting; close cover&lt;br /&gt;
# If you will be using it again soon, you can temporarily turn the exhaust fan (Blower) switch off (upper red switch on right of main laser unit) to reduce background noise while you edit (and allow you to close the window if the weather is bad).Remember to re-open the window and turn the exhaust fan (Blower) back on before starting again!&lt;br /&gt;
# When done for the day: &lt;br /&gt;
# Remove and return guides, alignment blocks, jigs, etc. to the blue Laser Guides bin or other proper storage location&lt;br /&gt;
# Rotate laser potentiometer to 0 (fully CCW)&lt;br /&gt;
# Turn off air pump (middle red rocker switch right side of laser cutter)&lt;br /&gt;
# Turn off exhaust blower (wall switch by door)&lt;br /&gt;
# Put the water chiller in standby mode (press the power button on the front panel, screen should read &amp;quot;Standby&amp;quot;)&lt;br /&gt;
#* &#039;&#039;&#039;The chiller must be put in standby before powering off or permanent damage may occur&#039;&#039;&#039;&lt;br /&gt;
# Turn off water chiller (bottom red rocker switch right side of laser cutter)&lt;br /&gt;
# Turn off laser unit by rotating key 1/4 turn CCW); remove laser key and return to storage location&lt;br /&gt;
# Laser main power off (flip down blue power switch on right side of unit)&lt;br /&gt;
# CamFive voltage regulator off (flip down red switch on front of voltage regulator)&lt;br /&gt;
# &#039;&#039;&#039;Close ventilation window&#039;&#039;&#039;&lt;br /&gt;
# Make sure any files are cleaned off the PC, or put in your userfiles folder under Hacksburg&#039;s &amp;quot;My Documents&amp;quot; &lt;br /&gt;
#* e.g. C:\Users\Hacksburg\My Documents\userfiles\//yourname//&lt;br /&gt;
&lt;br /&gt;
==Instructional Videos==&lt;br /&gt;
* [http://youtu.be/7QBnZnEK2Zg Laser machine installation video 1]&lt;br /&gt;
* [http://youtu.be/SvZAQhfgZ_E Laser machine installation video 2]&lt;br /&gt;
* [http://youtu.be/FLJRLFTFwqk Laser machine installation video 3]&lt;br /&gt;
* [http://youtu.be/oC3bDWmJgKs Laser machine installation video 4]&lt;br /&gt;
* [http://youtu.be/cIEkolJiUD8 Software installation]&lt;br /&gt;
* [http://youtu.be/ZRk4PsvMfiw Machine Maintenance]&lt;/div&gt;</summary>
		<author><name>Chend</name></author>
	</entry>
</feed>