<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.hackerdojo.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Do%27h</id>
	<title>HackerDojo Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.hackerdojo.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Do%27h"/>
	<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=Special:Contributions/Do%27h"/>
	<updated>2026-04-16T21:02:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=File:MABU2_VLC_Install_Home_Screen.png&amp;diff=464</id>
		<title>File:MABU2 VLC Install Home Screen.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=File:MABU2_VLC_Install_Home_Screen.png&amp;diff=464"/>
		<updated>2024-12-24T07:16:37Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=P-touch&amp;diff=463</id>
		<title>P-touch</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=P-touch&amp;diff=463"/>
		<updated>2024-12-15T20:23:08Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: /* pre-requisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;brother line of label printers generally know as &amp;quot;P-touch&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Process of setting up to print labels directly over USB from a linux computer.&lt;br /&gt;
&lt;br /&gt;
Source: https://git.familie-radermacher.ch/linux/ptouch-print.git/&lt;br /&gt;
&lt;br /&gt;
Tips: https://github.com/HenrikBengtsson/brother-ptouch-label-printer-on-linux&lt;br /&gt;
&lt;br /&gt;
Bar code Generator: https://github.com/zint/zint/tree/master&lt;br /&gt;
&lt;br /&gt;
=== example ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;~/ptouch-print/build/ptouch-print --text &#039;hellorld!&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== pre-requisites ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt update&lt;br /&gt;
sudo apt install cmake&lt;br /&gt;
sudo apt install build-essential&lt;br /&gt;
sudo apt install gettext&lt;br /&gt;
sudo apt install libgd-dev&lt;br /&gt;
sudo apt install pkg-config&lt;br /&gt;
sudo apt install libusb-1.0-0-dev &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For zint bar code make:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt install qttools5-dev qttools5-dev-tools libqt5svg5-dev&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
...error finding shared library fix&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo ldconfig&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== package build ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
git clone https://git.familie-radermacher.ch/linux/ptouch-print.git&lt;br /&gt;
cd ptouch-print/&lt;br /&gt;
./build.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=P-touch&amp;diff=462</id>
		<title>P-touch</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=P-touch&amp;diff=462"/>
		<updated>2024-12-15T20:10:25Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;brother line of label printers generally know as &amp;quot;P-touch&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Process of setting up to print labels directly over USB from a linux computer.&lt;br /&gt;
&lt;br /&gt;
Source: https://git.familie-radermacher.ch/linux/ptouch-print.git/&lt;br /&gt;
&lt;br /&gt;
Tips: https://github.com/HenrikBengtsson/brother-ptouch-label-printer-on-linux&lt;br /&gt;
&lt;br /&gt;
Bar code Generator: https://github.com/zint/zint/tree/master&lt;br /&gt;
&lt;br /&gt;
=== example ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;~/ptouch-print/build/ptouch-print --text &#039;hellorld!&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== pre-requisites ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt update&lt;br /&gt;
sudo apt install cmake&lt;br /&gt;
sudo apt install build-essential&lt;br /&gt;
sudo apt install gettext&lt;br /&gt;
sudo apt install libgd-dev&lt;br /&gt;
sudo apt install pkg-config&lt;br /&gt;
sudo apt install libusb-1.0-0-dev &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For zint bar code make:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt install qttools5-dev qttools5-dev-tools libqt5svg5-dev&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== package build ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
git clone https://git.familie-radermacher.ch/linux/ptouch-print.git&lt;br /&gt;
cd ptouch-print/&lt;br /&gt;
./build.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=P-touch&amp;diff=461</id>
		<title>P-touch</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=P-touch&amp;diff=461"/>
		<updated>2024-12-15T20:02:59Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: hellorld!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;brother line of label printers generally know as &amp;quot;P-touch&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Process of setting up to print labels directly over USB from a linux computer.&lt;br /&gt;
&lt;br /&gt;
Source: https://git.familie-radermacher.ch/linux/ptouch-print.git/&lt;br /&gt;
&lt;br /&gt;
Tips: https://github.com/HenrikBengtsson/brother-ptouch-label-printer-on-linux&lt;br /&gt;
&lt;br /&gt;
Bar code Generator: https://github.com/zint/zint/tree/master&lt;br /&gt;
&lt;br /&gt;
=== example ===&lt;br /&gt;
&lt;br /&gt;
~/ptouch-print/build/ptouch-print --text &#039;hellorld!&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== pre-requisites ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt update&lt;br /&gt;
sudo apt install cmake&lt;br /&gt;
sudo apt install build-essential&lt;br /&gt;
sudo apt install gettext&lt;br /&gt;
sudo apt install libgd-dev&lt;br /&gt;
sudo apt install pkg-config&lt;br /&gt;
sudo apt install libusb-1.0-0-dev &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== package build ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
git clone https://git.familie-radermacher.ch/linux/ptouch-print.git&lt;br /&gt;
cd ptouch-print/&lt;br /&gt;
./build.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=P-touch&amp;diff=460</id>
		<title>P-touch</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=P-touch&amp;diff=460"/>
		<updated>2024-12-15T19:33:51Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: hellorld, print me a label&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;brother line of label printers generally know as &amp;quot;P-touch&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Process of setting up to print labels directly over USB from a linux computer.&lt;br /&gt;
&lt;br /&gt;
Tips: https://github.com/HenrikBengtsson/brother-ptouch-label-printer-on-linux&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== pre-requisites ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt update&lt;br /&gt;
sudo apt install cmake&lt;br /&gt;
sudo apt install build-essential&lt;br /&gt;
sudo apt install gettext&lt;br /&gt;
sudo apt install libgd-dev&lt;br /&gt;
sudo apt install pkg-config&lt;br /&gt;
sudo apt install libusb-1.0-0-dev &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== package build ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
git clone https://git.familie-radermacher.ch/linux/ptouch-print.git&lt;br /&gt;
cd ptouch-print/&lt;br /&gt;
./build.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=VESC_Motor_Drivers&amp;diff=459</id>
		<title>VESC Motor Drivers</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=VESC_Motor_Drivers&amp;diff=459"/>
		<updated>2024-12-13T23:13:00Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For many robotics applications you can certainly use standard DC motors in an H-Drive format, or you can build with one of the three phase motors kicking around the dojo.&lt;br /&gt;
&lt;br /&gt;
A good resource for driving them (They are definitely more complicated) you can use the well thought out open VESC project:&lt;br /&gt;
[Vesc Project](https://vesc-project.com/)&lt;br /&gt;
&lt;br /&gt;
You can find the downloads for the free version of Vesc-Tool here:&lt;br /&gt;
&amp;lt;a href=&amp;quot;https://vesc-project.com/download/19&amp;quot;&amp;gt;vesc_tool_free_linux.zip&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;https://vesc-project.com/download/20&amp;quot;&amp;gt;vesc_tool_free_windows.zip&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;https://vesc-project.com/download/25&amp;quot;&amp;gt;vesc_tool_android.zip&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;https://vesc-project.com/download/30&amp;quot;&amp;gt;vesc_tool_mac.zip&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;https://vesc-project.com/download/28&amp;quot;&amp;gt;vesc_tool_BETA_ALL.zip&amp;lt;/a&amp;gt;&lt;br /&gt;
https://vesc-project.com/download/28%22%3Evesc_tool_BETA_ALL.zip%3C/a%3E&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=VESC_Motor_Drivers&amp;diff=458</id>
		<title>VESC Motor Drivers</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=VESC_Motor_Drivers&amp;diff=458"/>
		<updated>2024-12-13T23:07:38Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: VESC Project and Three Phase Motors&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For many robotics applications you can certainly use standard DC motors in an H-Drive format, or you can build with one of the three phase motors kicking around the dojo.&lt;br /&gt;
&lt;br /&gt;
A good resource for driving them (They are definitely more complicated) you can use the well thought out open VESC project:&lt;br /&gt;
[Vesc Project](https://vesc-project.com/)&lt;br /&gt;
&lt;br /&gt;
You can find the downloads for the free version of Vesc-Tool here:&lt;br /&gt;
&amp;lt;a href=&amp;quot;https://vesc-project.com/download/19&amp;quot;&amp;gt;vesc_tool_free_linux.zip&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;https://vesc-project.com/download/20&amp;quot;&amp;gt;vesc_tool_free_windows.zip&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;https://vesc-project.com/download/25&amp;quot;&amp;gt;vesc_tool_android.zip&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;https://vesc-project.com/download/30&amp;quot;&amp;gt;vesc_tool_mac.zip&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;https://vesc-project.com/download/28&amp;quot;&amp;gt;vesc_tool_BETA_ALL.zip&amp;lt;/a&amp;gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=Access&amp;diff=314</id>
		<title>Access</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=Access&amp;diff=314"/>
		<updated>2024-12-11T04:29:08Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strike&amp;gt;&amp;lt;big&amp;gt;GRANTED&amp;lt;/big&amp;gt;&amp;lt;/strike&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Readers ==&lt;br /&gt;
&lt;br /&gt;
Several 125 kHz devices were dumpster dive recovered from prior 855 Maude purge and being EXPERIMENTAL&#039;d do-ocracy style for great lulz.&lt;br /&gt;
&lt;br /&gt;
[https://avea.cc/web08s/ Product Page]&lt;br /&gt;
&lt;br /&gt;
[https://avea.cc/spec/web08s.pdf Manual (PDF)]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
LAB0  00:13:00:00:22:2f  192.168.1.100  AVEA-00130000222F  Sat Jun 12 00:02:45 2010&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== fobs ==&lt;br /&gt;
&lt;br /&gt;
=== ENABLED ===&lt;br /&gt;
* 0012514585&lt;br /&gt;
&lt;br /&gt;
=== DISABLED ===&lt;br /&gt;
* 0013473798&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=Printer&amp;diff=313</id>
		<title>Printer</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=Printer&amp;diff=313"/>
		<updated>2024-12-11T04:23:13Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: Created page with &amp;quot;&amp;lt;big&amp;gt;&amp;quot;2D&amp;quot; Printer(s)&amp;lt;/big&amp;gt;  == Electronics Lab ==  The lab is equipped with a Brother Black &amp;amp; White Laser Printer type MFC-8480DN. Featuring paper tray (loaded with 8.5x11&amp;quot;) and a rear feeder for loading other and thicker materials. It also has a scanner on top with automatic page loader. It can be used either as a copier or scanner aside from USB and Networked printing capabilities.  This printer was donated in November 2024 to DEFAULT and is being restored for as open...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&amp;quot;2D&amp;quot; Printer(s)&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Electronics Lab ==&lt;br /&gt;
&lt;br /&gt;
The lab is equipped with a Brother Black &amp;amp; White Laser Printer type MFC-8480DN. Featuring paper tray (loaded with 8.5x11&amp;quot;) and a rear feeder for loading other and thicker materials. It also has a scanner on top with automatic page loader. It can be used either as a copier or scanner aside from USB and Networked printing capabilities.&lt;br /&gt;
&lt;br /&gt;
This printer was donated in November 2024 to DEFAULT and is being restored for as open as possible access to hackers. The printer arrived fairly dirty and the outside has been washed and cleaned.&lt;br /&gt;
&lt;br /&gt;
The printer was last connected by USB to the &amp;lt;code&amp;gt;princelotus&amp;lt;/code&amp;gt; computer on the bench between 3D printers.&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=WSW_(Wireless_Scroll_Wheel)&amp;diff=308</id>
		<title>WSW (Wireless Scroll Wheel)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=WSW_(Wireless_Scroll_Wheel)&amp;diff=308"/>
		<updated>2024-12-06T05:15:14Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: Created page with &amp;quot;I remember it like it was yesterday, or even still today...  Problem: That perfect mouse or trackball, if only it had a middle finger friendly scroll wheel.  Solution: Re-claimed device turned 0-d wheel mod.  Profit: Plausible, build one to get started anyways.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I remember it like it was yesterday, or even still today...&lt;br /&gt;
&lt;br /&gt;
Problem: That perfect mouse or trackball, if only it had a middle finger friendly scroll wheel.&lt;br /&gt;
&lt;br /&gt;
Solution: Re-claimed device turned 0-d wheel mod.&lt;br /&gt;
&lt;br /&gt;
Profit: Plausible, build one to get started anyways.&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=ROS_2_(Robot_Operating_System)&amp;diff=307</id>
		<title>ROS 2 (Robot Operating System)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=ROS_2_(Robot_Operating_System)&amp;diff=307"/>
		<updated>2024-12-06T04:23:27Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: not a donught, among other things&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ROS - Robot Operating System&lt;br /&gt;
&lt;br /&gt;
The Robot Operating System (ROS) is a set of software libraries and tools that help you build robot applications. From drivers to state-of-the-art algorithms, and with powerful developer tools, ROS has what you need for your next robotics project. And it&#039;s all open source. &lt;br /&gt;
&lt;br /&gt;
--ros.org&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Currently tested and supported for Ubuntu LTS 22.04, next/current release targets Ubuntu 24.&lt;br /&gt;
&lt;br /&gt;
The active stable release of ROS 2 is called &amp;quot;Humble&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
https://docs.ros.org/en/humble/index.html&lt;br /&gt;
&lt;br /&gt;
Installing and testing for integration with FAIRINO Robotic Arms, particularly the FR5.&lt;br /&gt;
&lt;br /&gt;
https://fair-documentation.readthedocs.io/en/latest/ROSGuide/ros2guide.html&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=Arcade&amp;diff=306</id>
		<title>Arcade</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=Arcade&amp;diff=306"/>
		<updated>2024-12-01T10:01:54Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: /* Moving Mission November 2024 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pending  · Free Arcade machine Projects&lt;br /&gt;
&lt;br /&gt;
[[File:MAME Arcade Game Cabinet.jpg]]&lt;br /&gt;
[[File:X-Men Arcade Game Cabinet.jpg]]&lt;br /&gt;
[[File:Lucky and Wild Arcade Game Cabinet.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
$1&lt;br /&gt;
Listed 6 days ago&lt;br /&gt;
6 days ago&lt;br /&gt;
in San Jose, CA&lt;br /&gt;
﻿&lt;br /&gt;
Door pickup&lt;br /&gt;
Details&lt;br /&gt;
&lt;br /&gt;
    Condition&lt;br /&gt;
    Used - Fair&lt;br /&gt;
&lt;br /&gt;
I have three to four machines offered free first come first serve. I just moved to my new warehouse so Im out of space and need to move on from these projects&lt;br /&gt;
&lt;br /&gt;
Lucky and Wild is fairly rare. Most of it is there to sort out but I never powered it up or got around to this one. Aquired in a big purchase. &lt;br /&gt;
&lt;br /&gt;
The converted Techmo Cab was soulcalibur and with a slimmed down CP. I took the game monitor and power supply tonget another machine running. This will be fairly empty. perfect for LCD conversions and Pandora builds. &lt;br /&gt;
&lt;br /&gt;
Dynamo HS1 - dressed with a capcom fighting game. It has a dead 25&amp;quot; monitor stuffed into it. no back door. &lt;br /&gt;
&lt;br /&gt;
I also have a Koam K3 Z - cab. Red with no monitor. 6 button CP and no game. its a peeling cab that can be repainted and fixed up. its still quite a project but a popular cab and Free. &lt;br /&gt;
&lt;br /&gt;
Anyone that can take all cabs goes immediately to the front if the line. &lt;br /&gt;
&lt;br /&gt;
Located in San Jose. Warehouse doors for easy loading. Get something with a lift gate.&lt;br /&gt;
&lt;br /&gt;
== Moving Mission November 2024 ==&lt;br /&gt;
&lt;br /&gt;
[[File:Hacker Dojo Volunteers &#039;Arcade Gamers&#039; 2024.jpeg|800px]]&lt;br /&gt;
&lt;br /&gt;
Load Capt&#039;n Rike&lt;br /&gt;
Un-Load Capt&#039;n Scruffy&lt;br /&gt;
Levels By: &#039;That new level builder&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Lucky &amp;amp; Wild Arcade Game &#039;Art&#039;.jpeg|800px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Arcade Game Moving Mission 2024 &#039;Optimism&#039;.jpeg|800px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Arcade Game &#039;Ready to Ship&#039; 2024.jpeg|800px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Arcade Game &#039;Parked&#039; 2024.jpeg|800px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Arcade Game &#039;Destinated&#039; 2024.jpeg|800px]]&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=Arcade&amp;diff=305</id>
		<title>Arcade</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=Arcade&amp;diff=305"/>
		<updated>2024-12-01T10:01:33Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pending  · Free Arcade machine Projects&lt;br /&gt;
&lt;br /&gt;
[[File:MAME Arcade Game Cabinet.jpg]]&lt;br /&gt;
[[File:X-Men Arcade Game Cabinet.jpg]]&lt;br /&gt;
[[File:Lucky and Wild Arcade Game Cabinet.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
$1&lt;br /&gt;
Listed 6 days ago&lt;br /&gt;
6 days ago&lt;br /&gt;
in San Jose, CA&lt;br /&gt;
﻿&lt;br /&gt;
Door pickup&lt;br /&gt;
Details&lt;br /&gt;
&lt;br /&gt;
    Condition&lt;br /&gt;
    Used - Fair&lt;br /&gt;
&lt;br /&gt;
I have three to four machines offered free first come first serve. I just moved to my new warehouse so Im out of space and need to move on from these projects&lt;br /&gt;
&lt;br /&gt;
Lucky and Wild is fairly rare. Most of it is there to sort out but I never powered it up or got around to this one. Aquired in a big purchase. &lt;br /&gt;
&lt;br /&gt;
The converted Techmo Cab was soulcalibur and with a slimmed down CP. I took the game monitor and power supply tonget another machine running. This will be fairly empty. perfect for LCD conversions and Pandora builds. &lt;br /&gt;
&lt;br /&gt;
Dynamo HS1 - dressed with a capcom fighting game. It has a dead 25&amp;quot; monitor stuffed into it. no back door. &lt;br /&gt;
&lt;br /&gt;
I also have a Koam K3 Z - cab. Red with no monitor. 6 button CP and no game. its a peeling cab that can be repainted and fixed up. its still quite a project but a popular cab and Free. &lt;br /&gt;
&lt;br /&gt;
Anyone that can take all cabs goes immediately to the front if the line. &lt;br /&gt;
&lt;br /&gt;
Located in San Jose. Warehouse doors for easy loading. Get something with a lift gate.&lt;br /&gt;
&lt;br /&gt;
== Moving Mission November 2024 ==&lt;br /&gt;
&lt;br /&gt;
[[FileFile:Hacker Dojo Volunteers &#039;Arcade Gamers&#039; 2024.jpeg|800px]]&lt;br /&gt;
&lt;br /&gt;
Load Capt&#039;n Rike&lt;br /&gt;
Un-Load Capt&#039;n Scruffy&lt;br /&gt;
Levels By: &#039;That new level builder&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Lucky &amp;amp; Wild Arcade Game &#039;Art&#039;.jpeg|800px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Arcade Game Moving Mission 2024 &#039;Optimism&#039;.jpeg|800px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Arcade Game &#039;Ready to Ship&#039; 2024.jpeg|800px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Arcade Game &#039;Parked&#039; 2024.jpeg|800px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Arcade Game &#039;Destinated&#039; 2024.jpeg|800px]]&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=File:Hacker_Dojo_Volunteers_%27Arcade_Gamers%27_2024.jpeg&amp;diff=304</id>
		<title>File:Hacker Dojo Volunteers &#039;Arcade Gamers&#039; 2024.jpeg</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=File:Hacker_Dojo_Volunteers_%27Arcade_Gamers%27_2024.jpeg&amp;diff=304"/>
		<updated>2024-12-01T10:00:51Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=Arcade&amp;diff=303</id>
		<title>Arcade</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=Arcade&amp;diff=303"/>
		<updated>2024-12-01T09:57:51Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pending  · Free Arcade machine Projects&lt;br /&gt;
&lt;br /&gt;
[[File:MAME Arcade Game Cabinet.jpg]]&lt;br /&gt;
[[File:X-Men Arcade Game Cabinet.jpg]]&lt;br /&gt;
[[File:Lucky and Wild Arcade Game Cabinet.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
$1&lt;br /&gt;
Listed 6 days ago&lt;br /&gt;
6 days ago&lt;br /&gt;
in San Jose, CA&lt;br /&gt;
﻿&lt;br /&gt;
Door pickup&lt;br /&gt;
Details&lt;br /&gt;
&lt;br /&gt;
    Condition&lt;br /&gt;
    Used - Fair&lt;br /&gt;
&lt;br /&gt;
I have three to four machines offered free first come first serve. I just moved to my new warehouse so Im out of space and need to move on from these projects&lt;br /&gt;
&lt;br /&gt;
Lucky and Wild is fairly rare. Most of it is there to sort out but I never powered it up or got around to this one. Aquired in a big purchase. &lt;br /&gt;
&lt;br /&gt;
The converted Techmo Cab was soulcalibur and with a slimmed down CP. I took the game monitor and power supply tonget another machine running. This will be fairly empty. perfect for LCD conversions and Pandora builds. &lt;br /&gt;
&lt;br /&gt;
Dynamo HS1 - dressed with a capcom fighting game. It has a dead 25&amp;quot; monitor stuffed into it. no back door. &lt;br /&gt;
&lt;br /&gt;
I also have a Koam K3 Z - cab. Red with no monitor. 6 button CP and no game. its a peeling cab that can be repainted and fixed up. its still quite a project but a popular cab and Free. &lt;br /&gt;
&lt;br /&gt;
Anyone that can take all cabs goes immediately to the front if the line. &lt;br /&gt;
&lt;br /&gt;
Located in San Jose. Warehouse doors for easy loading. Get something with a lift gate.&lt;br /&gt;
&lt;br /&gt;
== Moving Mission November 2024 ==&lt;br /&gt;
&lt;br /&gt;
Load Capt&#039;n Rike&lt;br /&gt;
Un-Load Capt&#039;n Scruffy&lt;br /&gt;
Levels By: &#039;That new level builder&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Lucky &amp;amp; Wild Arcade Game &#039;Art&#039;.jpeg|800px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Arcade Game Moving Mission 2024 &#039;Optimism&#039;.jpeg|800px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Arcade Game &#039;Ready to Ship&#039; 2024.jpeg|800px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Arcade Game &#039;Parked&#039; 2024.jpeg|800px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Arcade Game &#039;Destinated&#039; 2024.jpeg|800px]]&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=File:Arcade_Game_%27Destinated%27_2024.jpeg&amp;diff=302</id>
		<title>File:Arcade Game &#039;Destinated&#039; 2024.jpeg</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=File:Arcade_Game_%27Destinated%27_2024.jpeg&amp;diff=302"/>
		<updated>2024-12-01T09:52:23Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=File:Arcade_Game_%27Parked%27_2024.jpeg&amp;diff=301</id>
		<title>File:Arcade Game &#039;Parked&#039; 2024.jpeg</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=File:Arcade_Game_%27Parked%27_2024.jpeg&amp;diff=301"/>
		<updated>2024-12-01T09:51:58Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=File:Arcade_Game_%27Ready_to_Ship%27_2024.jpeg&amp;diff=300</id>
		<title>File:Arcade Game &#039;Ready to Ship&#039; 2024.jpeg</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=File:Arcade_Game_%27Ready_to_Ship%27_2024.jpeg&amp;diff=300"/>
		<updated>2024-12-01T09:51:22Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=File:Arcade_Game_Storage_%27Skeptisism%27_2024.jpeg&amp;diff=299</id>
		<title>File:Arcade Game Storage &#039;Skeptisism&#039; 2024.jpeg</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=File:Arcade_Game_Storage_%27Skeptisism%27_2024.jpeg&amp;diff=299"/>
		<updated>2024-12-01T09:50:40Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=File:Arcade_Game_Moving_Mission_2024_%27Optimism%27.jpeg&amp;diff=298</id>
		<title>File:Arcade Game Moving Mission 2024 &#039;Optimism&#039;.jpeg</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=File:Arcade_Game_Moving_Mission_2024_%27Optimism%27.jpeg&amp;diff=298"/>
		<updated>2024-12-01T09:49:55Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=File:Lucky_%26_Wild_Arcade_Game_%27Art%27.jpeg&amp;diff=297</id>
		<title>File:Lucky &amp; Wild Arcade Game &#039;Art&#039;.jpeg</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=File:Lucky_%26_Wild_Arcade_Game_%27Art%27.jpeg&amp;diff=297"/>
		<updated>2024-12-01T09:49:22Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=BBQ&amp;diff=296</id>
		<title>BBQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=BBQ&amp;diff=296"/>
		<updated>2024-12-01T04:31:42Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: Created page with &amp;quot;Hot Links Sausegs Chicken Pork Slow Cooked Ribs  OUTSIDE NOW!&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hot Links Sausegs&lt;br /&gt;
Chicken&lt;br /&gt;
Pork Slow Cooked Ribs&lt;br /&gt;
&lt;br /&gt;
OUTSIDE NOW!&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=Arcade&amp;diff=294</id>
		<title>Arcade</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=Arcade&amp;diff=294"/>
		<updated>2024-11-28T22:26:28Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pending  · Free Arcade machine Projects&lt;br /&gt;
&lt;br /&gt;
[[File:MAME Arcade Game Cabinet.jpg]]&lt;br /&gt;
[[File:X-Men Arcade Game Cabinet.jpg]]&lt;br /&gt;
[[File:Lucky and Wild Arcade Game Cabinet.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
$1&lt;br /&gt;
Listed 6 days ago&lt;br /&gt;
6 days ago&lt;br /&gt;
in San Jose, CA&lt;br /&gt;
﻿&lt;br /&gt;
Door pickup&lt;br /&gt;
Details&lt;br /&gt;
&lt;br /&gt;
    Condition&lt;br /&gt;
    Used - Fair&lt;br /&gt;
&lt;br /&gt;
I have three to four machines offered free first come first serve. I just moved to my new warehouse so Im out of space and need to move on from these projects&lt;br /&gt;
&lt;br /&gt;
Lucky and Wild is fairly rare. Most of it is there to sort out but I never powered it up or got around to this one. Aquired in a big purchase. &lt;br /&gt;
&lt;br /&gt;
The converted Techmo Cab was soulcalibur and with a slimmed down CP. I took the game monitor and power supply tonget another machine running. This will be fairly empty. perfect for LCD conversions and Pandora builds. &lt;br /&gt;
&lt;br /&gt;
Dynamo HS1 - dressed with a capcom fighting game. It has a dead 25&amp;quot; monitor stuffed into it. no back door. &lt;br /&gt;
&lt;br /&gt;
I also have a Koam K3 Z - cab. Red with no monitor. 6 button CP and no game. its a peeling cab that can be repainted and fixed up. its still quite a project but a popular cab and Free. &lt;br /&gt;
&lt;br /&gt;
Anyone that can take all cabs goes immediately to the front if the line. &lt;br /&gt;
&lt;br /&gt;
Located in San Jose. Warehouse doors for easy loading. Get something with a lift gate.&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=File:MAME_Arcade_Game_Cabinet.jpg&amp;diff=293</id>
		<title>File:MAME Arcade Game Cabinet.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=File:MAME_Arcade_Game_Cabinet.jpg&amp;diff=293"/>
		<updated>2024-11-28T22:20:12Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=File:X-Men_Arcade_Game_Cabinet.jpg&amp;diff=292</id>
		<title>File:X-Men Arcade Game Cabinet.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=File:X-Men_Arcade_Game_Cabinet.jpg&amp;diff=292"/>
		<updated>2024-11-28T22:19:23Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=File:Lucky_and_Wild_Arcade_Game_Cabinet.jpg&amp;diff=291</id>
		<title>File:Lucky and Wild Arcade Game Cabinet.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=File:Lucky_and_Wild_Arcade_Game_Cabinet.jpg&amp;diff=291"/>
		<updated>2024-11-28T22:16:25Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=Arcade&amp;diff=290</id>
		<title>Arcade</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=Arcade&amp;diff=290"/>
		<updated>2024-11-28T22:05:02Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: Created page with &amp;quot;Pending  · Free Arcade machine Projects $1 Listed 6 days ago 6 days ago in San Jose, CA ﻿ Door pickup Details      Condition     Used - Fair  I have three to four machines offered free first come first serve. I just moved to my new warehouse so Im out of space and need to move on from these projects  Lucky and Wild is fairly rare. Most of it is there to sort out but I never powered it up or got around to this one. Aquired in a big purchase.   The converted Techmo Cab...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pending  · Free Arcade machine Projects&lt;br /&gt;
$1&lt;br /&gt;
Listed 6 days ago&lt;br /&gt;
6 days ago&lt;br /&gt;
in San Jose, CA&lt;br /&gt;
﻿&lt;br /&gt;
Door pickup&lt;br /&gt;
Details&lt;br /&gt;
&lt;br /&gt;
    Condition&lt;br /&gt;
    Used - Fair&lt;br /&gt;
&lt;br /&gt;
I have three to four machines offered free first come first serve. I just moved to my new warehouse so Im out of space and need to move on from these projects&lt;br /&gt;
&lt;br /&gt;
Lucky and Wild is fairly rare. Most of it is there to sort out but I never powered it up or got around to this one. Aquired in a big purchase. &lt;br /&gt;
&lt;br /&gt;
The converted Techmo Cab was soulcalibur and with a slimmed down CP. I took the game monitor and power supply tonget another machine running. This will be fairly empty. perfect for LCD conversions and Pandora builds. &lt;br /&gt;
&lt;br /&gt;
Dynamo HS1 - dressed with a capcom fighting game. It has a dead 25&amp;quot; monitor stuffed into it. no back door. &lt;br /&gt;
&lt;br /&gt;
I also have a Koam K3 Z - cab. Red with no monitor. 6 button CP and no game. its a peeling cab that can be repainted and fixed up. its still quite a project but a popular cab and Free. &lt;br /&gt;
&lt;br /&gt;
Anyone that can take all cabs goes immediately to the front if the line. &lt;br /&gt;
&lt;br /&gt;
Located in San Jose. Warehouse doors for easy loading. Get something with a lift gate.&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=Food_Robots&amp;diff=289</id>
		<title>Food Robots</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=Food_Robots&amp;diff=289"/>
		<updated>2024-11-26T02:13:25Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: Created page with &amp;quot;https://www.brewbird.com/  https://www.blendid.com/  https://olirobotics.com/  maybe with robots soon: https://www.huntbrotherspizza.com/partnerwithus/&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;https://www.brewbird.com/&lt;br /&gt;
&lt;br /&gt;
https://www.blendid.com/&lt;br /&gt;
&lt;br /&gt;
https://olirobotics.com/&lt;br /&gt;
&lt;br /&gt;
maybe with robots soon: https://www.huntbrotherspizza.com/partnerwithus/&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=User_talk:Do%27h&amp;diff=288</id>
		<title>User talk:Do&#039;h</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=User_talk:Do%27h&amp;diff=288"/>
		<updated>2024-11-14T01:46:02Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: WANTED!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;HELP WANTED!&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Upgrading the Electronics Lab&lt;br /&gt;
&lt;br /&gt;
If interested in Soldering,&lt;br /&gt;
&lt;br /&gt;
3D Printing or Radio&#039;s&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please come over and say hello&lt;br /&gt;
&lt;br /&gt;
Wednesday 5:55 - 6:55PM&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;donughts&amp;lt;/s&amp;gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=Qduino&amp;diff=287</id>
		<title>Qduino</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=Qduino&amp;diff=287"/>
		<updated>2024-11-07T08:00:13Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: push button blinky distance&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Qduino Mini Schematic.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#define trigPin 1&lt;br /&gt;
#define echoPin 0&lt;br /&gt;
&lt;br /&gt;
// the setup function runs once when you press reset or power the board&lt;br /&gt;
void setup() {&lt;br /&gt;
  // initialize digital pin LED_BUILTIN as an output.&lt;br /&gt;
  Serial.begin(9600);&lt;br /&gt;
  pinMode(trigPin, OUTPUT);&lt;br /&gt;
  pinMode(echoPin, INPUT);&lt;br /&gt;
  pinMode(10, OUTPUT);&lt;br /&gt;
  pinMode(2, OUTPUT);&lt;br /&gt;
  digitalWrite(2, LOW);&lt;br /&gt;
  pinMode(4, INPUT_PULLUP);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
// the loop function runs over and over again forever&lt;br /&gt;
void loop() {&lt;br /&gt;
  bool HIGH_LOW = digitalRead(4);&lt;br /&gt;
  digitalWrite(10, HIGH_LOW);&lt;br /&gt;
  digitalWrite(2, !HIGH_LOW);&lt;br /&gt;
  ping();&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void ping() {&lt;br /&gt;
  long duration, distance;&lt;br /&gt;
  digitalWrite(trigPin, LOW);  // Added this line&lt;br /&gt;
  delayMicroseconds(2); // Added this line&lt;br /&gt;
  digitalWrite(trigPin, HIGH);&lt;br /&gt;
//  delayMicroseconds(1000); - Removed this line&lt;br /&gt;
  delayMicroseconds(10); // Added this line&lt;br /&gt;
  digitalWrite(trigPin, LOW);&lt;br /&gt;
  duration = pulseIn(echoPin, HIGH);&lt;br /&gt;
  distance = (duration/2) / 29.1;&lt;br /&gt;
  Serial.println(distance);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void blink() {&lt;br /&gt;
    digitalWrite(10, HIGH);   // turn the LED on (HIGH is the voltage level)&lt;br /&gt;
  digitalWrite(2, HIGH);&lt;br /&gt;
  delay(100);&lt;br /&gt;
  digitalWrite(2, LOW);&lt;br /&gt;
  delay(900);                       // wait for a second&lt;br /&gt;
  digitalWrite(10, LOW);    // turn the LED off by making the voltage LOW&lt;br /&gt;
  delay(1000);          &lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* https://cdn.sparkfun.com/datasheets/Dev/Arduino/Boards/Qduino_Mini_v14.pdf&lt;br /&gt;
* https://www.sparkfun.com/products/13614&lt;br /&gt;
* https://www.hackster.io/team-qtechknow/qduino-mini-quickstart-guide-8b2d68&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=File:Qduino_Mini_Schematic.png&amp;diff=286</id>
		<title>File:Qduino Mini Schematic.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=File:Qduino_Mini_Schematic.png&amp;diff=286"/>
		<updated>2024-11-07T07:59:31Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: https://cdn.sparkfun.com/datasheets/Dev/Arduino/Boards/Qduino_Mini_v14.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
https://cdn.sparkfun.com/datasheets/Dev/Arduino/Boards/Qduino_Mini_v14.pdf&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=Qduino&amp;diff=285</id>
		<title>Qduino</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=Qduino&amp;diff=285"/>
		<updated>2024-11-07T07:59:02Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: hellorld!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* https://cdn.sparkfun.com/datasheets/Dev/Arduino/Boards/Qduino_Mini_v14.pdf&lt;br /&gt;
* https://www.sparkfun.com/products/13614&lt;br /&gt;
* https://www.hackster.io/team-qtechknow/qduino-mini-quickstart-guide-8b2d68&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=3D_Printers&amp;diff=284</id>
		<title>3D Printers</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=3D_Printers&amp;diff=284"/>
		<updated>2024-10-12T03:51:10Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: /* Original Prusa i3 MK3S */ ???&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We have 3 3D printers in the makerspace. While 3D printers can be used in a variety of ways, we have some policies to keep our printers functioning well.&lt;br /&gt;
&lt;br /&gt;
==Filament==&lt;br /&gt;
&lt;br /&gt;
Your filament should be kept clean and dry. Dust and dirt on the filament will clog the hot print head and cause your print to fail.&lt;br /&gt;
&lt;br /&gt;
===PLA and ABS===&lt;br /&gt;
Recommended for new users. The 3D printers can use other materials, but they each introduce some complexity to the print process. Until you are very familiar with 3D printing and how other materials affect the printing, use PLA and ABS.&lt;br /&gt;
* PLA easily absorbs water from the environment. PLA should be stored in a sealed plastic zip lock bag and you should add desiccant packages inside the bag.&lt;br /&gt;
* Never use glue on the bed with PLA or ABS.&lt;br /&gt;
* Never run PLA above 230C. Higher temperatures cause PLA to carbonize and permanently clog the print head.&lt;br /&gt;
* Do not let PLA sit in an idle hot print head for more than three minutes. Even at the specified working temperature PLA will carbonize and permanently clog the print head. (For instance, don&#039;t start the printer to heat up and then go out to get a cup of coffee.)&lt;br /&gt;
 &lt;br /&gt;
===PET-G===&lt;br /&gt;
A good material when you are ready to move up. &lt;br /&gt;
*PET-G comes in a variety of specific materials that offer more dimensional stability.&lt;br /&gt;
*PET-G requires the use of glue on the bed. The glue is NOT for adhesion. Rather, the glue is used to prevent the part from sticking to the bed and ruining it. If you don&#039;t use glue with PET-G you will ruin the print bed.&lt;br /&gt;
**Use a purple, washable Elmer&#039;s glue stick. Put on just a very, very, very think coat of the glue. &lt;br /&gt;
**Put the glue on while the bed is cool.&lt;br /&gt;
**Put the glue over a large part of the bed, but not near the corners.&lt;br /&gt;
**After you print one part you can position your print to a portion of the bed that has been glued, but has not been printed on yet.&lt;br /&gt;
&lt;br /&gt;
=== TPU ===&lt;br /&gt;
* You MUST use glue for release with TPU.&lt;br /&gt;
&lt;br /&gt;
===Strength===&lt;br /&gt;
There are different aspects to &amp;quot;strength&amp;quot;, and no material wins in all categories.  PLA is rigid, but that can make it brittle, so PLA is seldom the choice for parts needing strength.  ABS has long been the choice for functional parts.  The printed parts of the Lulzbot are made of ABS.  So is Lego.  But ABS warps, which is a problem on bigger prints.  Nylon and polycarbonate have some great characteristics, but they are tricky to work with, and they aggressively absorb moisture from the air, so you have to keep baking your filament to dry it out.  Scroll back to July 18 for some discussion of PC-MAX, a brand of polycarbonate.  PET-G is really a wide range of materials, with a wide range of properties.  I like ColorFab-HT, although it prints at high temperature, making warpage more of an issue.  Most PET-G doesn&#039;t warp much at all.  A lot of people rave about Innova-1800, although I always had a hard time getting it to stick to the bed.  nGen is an easy-to-use PET-G.  All of these can be used on the Lulzbot.&lt;br /&gt;
&lt;br /&gt;
==3D Toolkit==&lt;br /&gt;
Consider making up your own 3D printer toolkit.&lt;br /&gt;
* hex wrenches&lt;br /&gt;
* putty knife&lt;br /&gt;
* long tweezers&lt;br /&gt;
* non-scratching, lint free wipes&lt;br /&gt;
* 30% isopropanol and water&lt;br /&gt;
* clam knife&lt;br /&gt;
* if you need it: Purple, washable Elmer&#039;s glue stick&lt;br /&gt;
&lt;br /&gt;
== PRUSA ==&lt;br /&gt;
&lt;br /&gt;
=== Original Prusa MINI ===&lt;br /&gt;
&lt;br /&gt;
1.75mm Filament, 0.4mm Nozzle&lt;br /&gt;
&lt;br /&gt;
Smooth heated print bed&lt;br /&gt;
&lt;br /&gt;
Updated to last firmware, tested and calibrated April 2024&lt;br /&gt;
&lt;br /&gt;
Updated to v6.0.4 firmware, tested and calibrated August 2024&lt;br /&gt;
&lt;br /&gt;
UNKNOWN firmware updated to incompatible version. BRICKED&lt;br /&gt;
&lt;br /&gt;
UN-BRICKED; Updated to v6.1.2 firmware, tested verified calibration October 2024&lt;br /&gt;
&lt;br /&gt;
=== Original Prusa i3 MK3S ===&lt;br /&gt;
&lt;br /&gt;
1.75mm Filament, 0.4mm Nozzle&lt;br /&gt;
&lt;br /&gt;
Smooth heated print bed&lt;br /&gt;
&lt;br /&gt;
Updated to latest firmware, tested and calibrated April 2024&lt;br /&gt;
&lt;br /&gt;
Updated to 3.14.0 firmware, tested and calibrated August 2024&lt;br /&gt;
&lt;br /&gt;
Ready for upgrade, printing is so so even with newer filament&lt;br /&gt;
Seems to have been abused a bit with really high temperature filaments and bed temps&lt;br /&gt;
Spells like toxic and burned bits coming out, mostly functional, still some consistency issues&lt;br /&gt;
[[User:Do&amp;amp;#39;h|Do&amp;amp;#39;h]] ([[User talk:Do&amp;amp;#39;h|talk]]) 20:51, 11 October 2024 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Original Prusa i3, upgraded to MK3S ===&lt;br /&gt;
&lt;br /&gt;
1.75mm Filament, 0.6mm Nozzle&lt;br /&gt;
&lt;br /&gt;
Textured bed, adhesion sometimes inconsistent.&lt;br /&gt;
&lt;br /&gt;
Updated to latest firmware, tested and calibrated April 2024&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TAZ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The carriage frame of the TAZ must be square for the printer to work well. The TAZ should NOT be moved around the shop. Every time you move it you risk tweaking the frame. Leave the TAZ where it is! &lt;br /&gt;
&lt;br /&gt;
The TAZ has a heated bed. The bed is easily scratched and damaged. Do not pull your part off the bed. Do not gouge at the bed. A new bed costs $150.&lt;br /&gt;
&lt;br /&gt;
* Design&lt;br /&gt;
** You should print a skirt to 3, especially for small parts&lt;br /&gt;
&lt;br /&gt;
* Start up&lt;br /&gt;
** While the bed is cool use the 30% alcohol solution and a paper towel to clean the bed of any residue from the previous user.&lt;br /&gt;
** Also clean the leveling spots on the four corners of the bed.&lt;br /&gt;
** Heat the nozzle to 200C&lt;br /&gt;
** When hot, &lt;br /&gt;
*** Pull the old filament from the print head&lt;br /&gt;
*** Insert your filament into the head.&lt;br /&gt;
*** Purge the print head by running filament. Don&#039;t be afraid of wasting filament, this is an important step.&lt;br /&gt;
&lt;br /&gt;
* Operation&lt;br /&gt;
** As printing starts, watch the head and remove the &amp;quot;booger&amp;quot; of filament that forms before the actual printing starts. This will give you a cleaner start to your print.&lt;br /&gt;
&lt;br /&gt;
* Part release&lt;br /&gt;
** Let the bed cool completely before releasing your part.&lt;br /&gt;
** Use the clam knife to GENTLY lift the skirt from around your part.&lt;br /&gt;
** Now use the putty knife&lt;br /&gt;
*** Place the putty knife flat on the bed with the edge of the blade against the edge of your part.&lt;br /&gt;
*** Rap the end of the putty knife with a small hammer. A tap is all it takes and your part will pop off.&lt;br /&gt;
*** DO NOT pry your part from the bed. This will delaminate the bed and ruin it.&lt;br /&gt;
&lt;br /&gt;
* Shutdown&lt;br /&gt;
** Do not pull your filament from the hot head. The head has probably cooled by now and you risk breaking off your filament in the print head.&lt;br /&gt;
** Instead, snip off your filament outside of the print head, leaving two inches of filament. &lt;br /&gt;
** When the bed is cool, use a damp paper towel to wipe off the bed. If you used glue, wipe until no more purple is seen on your towel.&lt;br /&gt;
&lt;br /&gt;
=== LULZBOT TAZ 6 ===&lt;br /&gt;
&lt;br /&gt;
Currently parked in Laser Lab. Has 1.75mm and 2.85mm extruder?&lt;br /&gt;
&lt;br /&gt;
=== LULZBOT TAZ 6 (Dual Extruder) ===&lt;br /&gt;
&lt;br /&gt;
Configured with dual 1.75mm extruders. Currently being tested and configured in Electronics Lab.&lt;br /&gt;
&lt;br /&gt;
Has 1.75mm and 2.85mm dual extruders, and single extruder.&lt;br /&gt;
&lt;br /&gt;
Cura LE loaded on Mac workstation. For working with dual filaments, select the models and use the Merge Models then slice.&lt;br /&gt;
&lt;br /&gt;
==Makerbot==&lt;br /&gt;
&lt;br /&gt;
Legacy printer, none of this type currently at Hacker Dojo&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=3D_Printers&amp;diff=283</id>
		<title>3D Printers</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=3D_Printers&amp;diff=283"/>
		<updated>2024-10-12T03:44:41Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: /* Original Prusa MINI */ v6.1.2 back to functional&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We have 3 3D printers in the makerspace. While 3D printers can be used in a variety of ways, we have some policies to keep our printers functioning well.&lt;br /&gt;
&lt;br /&gt;
==Filament==&lt;br /&gt;
&lt;br /&gt;
Your filament should be kept clean and dry. Dust and dirt on the filament will clog the hot print head and cause your print to fail.&lt;br /&gt;
&lt;br /&gt;
===PLA and ABS===&lt;br /&gt;
Recommended for new users. The 3D printers can use other materials, but they each introduce some complexity to the print process. Until you are very familiar with 3D printing and how other materials affect the printing, use PLA and ABS.&lt;br /&gt;
* PLA easily absorbs water from the environment. PLA should be stored in a sealed plastic zip lock bag and you should add desiccant packages inside the bag.&lt;br /&gt;
* Never use glue on the bed with PLA or ABS.&lt;br /&gt;
* Never run PLA above 230C. Higher temperatures cause PLA to carbonize and permanently clog the print head.&lt;br /&gt;
* Do not let PLA sit in an idle hot print head for more than three minutes. Even at the specified working temperature PLA will carbonize and permanently clog the print head. (For instance, don&#039;t start the printer to heat up and then go out to get a cup of coffee.)&lt;br /&gt;
 &lt;br /&gt;
===PET-G===&lt;br /&gt;
A good material when you are ready to move up. &lt;br /&gt;
*PET-G comes in a variety of specific materials that offer more dimensional stability.&lt;br /&gt;
*PET-G requires the use of glue on the bed. The glue is NOT for adhesion. Rather, the glue is used to prevent the part from sticking to the bed and ruining it. If you don&#039;t use glue with PET-G you will ruin the print bed.&lt;br /&gt;
**Use a purple, washable Elmer&#039;s glue stick. Put on just a very, very, very think coat of the glue. &lt;br /&gt;
**Put the glue on while the bed is cool.&lt;br /&gt;
**Put the glue over a large part of the bed, but not near the corners.&lt;br /&gt;
**After you print one part you can position your print to a portion of the bed that has been glued, but has not been printed on yet.&lt;br /&gt;
&lt;br /&gt;
=== TPU ===&lt;br /&gt;
* You MUST use glue for release with TPU.&lt;br /&gt;
&lt;br /&gt;
===Strength===&lt;br /&gt;
There are different aspects to &amp;quot;strength&amp;quot;, and no material wins in all categories.  PLA is rigid, but that can make it brittle, so PLA is seldom the choice for parts needing strength.  ABS has long been the choice for functional parts.  The printed parts of the Lulzbot are made of ABS.  So is Lego.  But ABS warps, which is a problem on bigger prints.  Nylon and polycarbonate have some great characteristics, but they are tricky to work with, and they aggressively absorb moisture from the air, so you have to keep baking your filament to dry it out.  Scroll back to July 18 for some discussion of PC-MAX, a brand of polycarbonate.  PET-G is really a wide range of materials, with a wide range of properties.  I like ColorFab-HT, although it prints at high temperature, making warpage more of an issue.  Most PET-G doesn&#039;t warp much at all.  A lot of people rave about Innova-1800, although I always had a hard time getting it to stick to the bed.  nGen is an easy-to-use PET-G.  All of these can be used on the Lulzbot.&lt;br /&gt;
&lt;br /&gt;
==3D Toolkit==&lt;br /&gt;
Consider making up your own 3D printer toolkit.&lt;br /&gt;
* hex wrenches&lt;br /&gt;
* putty knife&lt;br /&gt;
* long tweezers&lt;br /&gt;
* non-scratching, lint free wipes&lt;br /&gt;
* 30% isopropanol and water&lt;br /&gt;
* clam knife&lt;br /&gt;
* if you need it: Purple, washable Elmer&#039;s glue stick&lt;br /&gt;
&lt;br /&gt;
== PRUSA ==&lt;br /&gt;
&lt;br /&gt;
=== Original Prusa MINI ===&lt;br /&gt;
&lt;br /&gt;
1.75mm Filament, 0.4mm Nozzle&lt;br /&gt;
&lt;br /&gt;
Smooth heated print bed&lt;br /&gt;
&lt;br /&gt;
Updated to last firmware, tested and calibrated April 2024&lt;br /&gt;
&lt;br /&gt;
Updated to v6.0.4 firmware, tested and calibrated August 2024&lt;br /&gt;
&lt;br /&gt;
UNKNOWN firmware updated to incompatible version. BRICKED&lt;br /&gt;
&lt;br /&gt;
UN-BRICKED; Updated to v6.1.2 firmware, tested verified calibration October 2024&lt;br /&gt;
&lt;br /&gt;
=== Original Prusa i3 MK3S ===&lt;br /&gt;
&lt;br /&gt;
1.75mm Filament, 0.4mm Nozzle&lt;br /&gt;
&lt;br /&gt;
Smooth heated print bed&lt;br /&gt;
&lt;br /&gt;
Updated to latest firmware, tested and calibrated April 2024&lt;br /&gt;
&lt;br /&gt;
Updated to 3.14.0 firmware, tested and calibrated August 2024&lt;br /&gt;
&lt;br /&gt;
=== Original Prusa i3, upgraded to MK3S ===&lt;br /&gt;
&lt;br /&gt;
1.75mm Filament, 0.6mm Nozzle&lt;br /&gt;
&lt;br /&gt;
Textured bed, adhesion sometimes inconsistent.&lt;br /&gt;
&lt;br /&gt;
Updated to latest firmware, tested and calibrated April 2024&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TAZ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The carriage frame of the TAZ must be square for the printer to work well. The TAZ should NOT be moved around the shop. Every time you move it you risk tweaking the frame. Leave the TAZ where it is! &lt;br /&gt;
&lt;br /&gt;
The TAZ has a heated bed. The bed is easily scratched and damaged. Do not pull your part off the bed. Do not gouge at the bed. A new bed costs $150.&lt;br /&gt;
&lt;br /&gt;
* Design&lt;br /&gt;
** You should print a skirt to 3, especially for small parts&lt;br /&gt;
&lt;br /&gt;
* Start up&lt;br /&gt;
** While the bed is cool use the 30% alcohol solution and a paper towel to clean the bed of any residue from the previous user.&lt;br /&gt;
** Also clean the leveling spots on the four corners of the bed.&lt;br /&gt;
** Heat the nozzle to 200C&lt;br /&gt;
** When hot, &lt;br /&gt;
*** Pull the old filament from the print head&lt;br /&gt;
*** Insert your filament into the head.&lt;br /&gt;
*** Purge the print head by running filament. Don&#039;t be afraid of wasting filament, this is an important step.&lt;br /&gt;
&lt;br /&gt;
* Operation&lt;br /&gt;
** As printing starts, watch the head and remove the &amp;quot;booger&amp;quot; of filament that forms before the actual printing starts. This will give you a cleaner start to your print.&lt;br /&gt;
&lt;br /&gt;
* Part release&lt;br /&gt;
** Let the bed cool completely before releasing your part.&lt;br /&gt;
** Use the clam knife to GENTLY lift the skirt from around your part.&lt;br /&gt;
** Now use the putty knife&lt;br /&gt;
*** Place the putty knife flat on the bed with the edge of the blade against the edge of your part.&lt;br /&gt;
*** Rap the end of the putty knife with a small hammer. A tap is all it takes and your part will pop off.&lt;br /&gt;
*** DO NOT pry your part from the bed. This will delaminate the bed and ruin it.&lt;br /&gt;
&lt;br /&gt;
* Shutdown&lt;br /&gt;
** Do not pull your filament from the hot head. The head has probably cooled by now and you risk breaking off your filament in the print head.&lt;br /&gt;
** Instead, snip off your filament outside of the print head, leaving two inches of filament. &lt;br /&gt;
** When the bed is cool, use a damp paper towel to wipe off the bed. If you used glue, wipe until no more purple is seen on your towel.&lt;br /&gt;
&lt;br /&gt;
=== LULZBOT TAZ 6 ===&lt;br /&gt;
&lt;br /&gt;
Currently parked in Laser Lab. Has 1.75mm and 2.85mm extruder?&lt;br /&gt;
&lt;br /&gt;
=== LULZBOT TAZ 6 (Dual Extruder) ===&lt;br /&gt;
&lt;br /&gt;
Configured with dual 1.75mm extruders. Currently being tested and configured in Electronics Lab.&lt;br /&gt;
&lt;br /&gt;
Has 1.75mm and 2.85mm dual extruders, and single extruder.&lt;br /&gt;
&lt;br /&gt;
Cura LE loaded on Mac workstation. For working with dual filaments, select the models and use the Merge Models then slice.&lt;br /&gt;
&lt;br /&gt;
==Makerbot==&lt;br /&gt;
&lt;br /&gt;
Legacy printer, none of this type currently at Hacker Dojo&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=Step_Sequencer&amp;diff=263</id>
		<title>Step Sequencer</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=Step_Sequencer&amp;diff=263"/>
		<updated>2024-08-28T02:19:45Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: more display images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Building a 1U height (Intellijet), 85U width modular synthesizer sized unit.&lt;br /&gt;
&lt;br /&gt;
16 steps (buttons), 0-5 volt, ideally 10-bit resolution.&lt;br /&gt;
&lt;br /&gt;
Front panel jacks, input: CV, clock; output: CV, clock, gate. Potential additional expansion.&lt;br /&gt;
&lt;br /&gt;
Buttons/modes: slide, ratchet, gate length, start/stop.&lt;br /&gt;
&lt;br /&gt;
Switches could be mechanical keyboard switches, capacitive touch or other. Multipurpose knob, OLED, blinkie per step, maybe RGB backlighting/accent.&lt;br /&gt;
&lt;br /&gt;
Processor could be ESP32, CH32Vx, RP2040, etc.&lt;br /&gt;
&lt;br /&gt;
Intro to [https://www.youtube.com/watch?v=1TjpO64iZ2Y&amp;amp;ab_channel=UnderdogElectronicMusicSchool Step Sequencer]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Standard Dimensions for Eurorack&lt;br /&gt;
&lt;br /&gt;
[[File:Eurorack 1U 3U dimensions.png|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:EuroRack 1U Open Space Rig - Copy.jpeg|800px]]&lt;br /&gt;
&lt;br /&gt;
(Example of 1Ux85U on top, 2U width is 10mm per.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:EuroRack 1U Open Space - Copy.jpeg|800px]]&lt;br /&gt;
&lt;br /&gt;
(Example of 1Ux85U on top, 2U width is 10mm per. Close up of unpopulated area of random size ~7 steps wide. Eurorack &amp;quot;Intellijet&amp;quot; standard sizing.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:ENGINE 16 Step Sequencer - Copy.jpeg|800px]]&lt;br /&gt;
&lt;br /&gt;
(ENGINE stand alone 16 Step Sequencer with various configuration buttons and modes.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Compact Jacks 3.5mm Mini Plugs - Copy.jpeg|800px]]&lt;br /&gt;
&lt;br /&gt;
(Example of more jacks in less space. 1/8th inch | 3.5mm)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Additional references for small displays...&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Disting EX.jpeg|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Tall Dog braids and Shapeshifter.jpeg|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Tall Dog OCSE.jpeg|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Metropolix.jpeg|800px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Metropolix Width.jpeg|800px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Metropolix Height.jpeg|800px]]&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=File:Metropolix_Height.jpeg&amp;diff=262</id>
		<title>File:Metropolix Height.jpeg</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=File:Metropolix_Height.jpeg&amp;diff=262"/>
		<updated>2024-08-28T02:12:49Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=File:Metropolix_Width.jpeg&amp;diff=261</id>
		<title>File:Metropolix Width.jpeg</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=File:Metropolix_Width.jpeg&amp;diff=261"/>
		<updated>2024-08-28T02:12:30Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=File:Metropolix.jpeg&amp;diff=260</id>
		<title>File:Metropolix.jpeg</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=File:Metropolix.jpeg&amp;diff=260"/>
		<updated>2024-08-28T02:12:20Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=File:Tall_Dog_braids_and_Shapeshifter.jpeg&amp;diff=259</id>
		<title>File:Tall Dog braids and Shapeshifter.jpeg</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=File:Tall_Dog_braids_and_Shapeshifter.jpeg&amp;diff=259"/>
		<updated>2024-08-28T02:11:53Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=File:Tall_Dog_OCSE.jpeg&amp;diff=258</id>
		<title>File:Tall Dog OCSE.jpeg</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=File:Tall_Dog_OCSE.jpeg&amp;diff=258"/>
		<updated>2024-08-28T02:11:43Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=File:Disting_EX.jpeg&amp;diff=257</id>
		<title>File:Disting EX.jpeg</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=File:Disting_EX.jpeg&amp;diff=257"/>
		<updated>2024-08-28T02:11:24Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=File:Eurorack_1U_3U_dimensions.png&amp;diff=256</id>
		<title>File:Eurorack 1U 3U dimensions.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=File:Eurorack_1U_3U_dimensions.png&amp;diff=256"/>
		<updated>2024-08-28T02:10:51Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=3D_Printers&amp;diff=255</id>
		<title>3D Printers</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=3D_Printers&amp;diff=255"/>
		<updated>2024-08-02T23:36:42Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: /* Original Prusa i3 MK3S */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We have 3 3D printers in the makerspace. While 3D printers can be used in a variety of ways, we have some policies to keep our printers functioning well.&lt;br /&gt;
&lt;br /&gt;
==Filament==&lt;br /&gt;
&lt;br /&gt;
Your filament should be kept clean and dry. Dust and dirt on the filament will clog the hot print head and cause your print to fail.&lt;br /&gt;
&lt;br /&gt;
===PLA and ABS===&lt;br /&gt;
Recommended for new users. The 3D printers can use other materials, but they each introduce some complexity to the print process. Until you are very familiar with 3D printing and how other materials affect the printing, use PLA and ABS.&lt;br /&gt;
* PLA easily absorbs water from the environment. PLA should be stored in a sealed plastic zip lock bag and you should add desiccant packages inside the bag.&lt;br /&gt;
* Never use glue on the bed with PLA or ABS.&lt;br /&gt;
* Never run PLA above 230C. Higher temperatures cause PLA to carbonize and permanently clog the print head.&lt;br /&gt;
* Do not let PLA sit in an idle hot print head for more than three minutes. Even at the specified working temperature PLA will carbonize and permanently clog the print head. (For instance, don&#039;t start the printer to heat up and then go out to get a cup of coffee.)&lt;br /&gt;
 &lt;br /&gt;
===PET-G===&lt;br /&gt;
A good material when you are ready to move up. &lt;br /&gt;
*PET-G comes in a variety of specific materials that offer more dimensional stability.&lt;br /&gt;
*PET-G requires the use of glue on the bed. The glue is NOT for adhesion. Rather, the glue is used to prevent the part from sticking to the bed and ruining it. If you don&#039;t use glue with PET-G you will ruin the print bed.&lt;br /&gt;
**Use a purple, washable Elmer&#039;s glue stick. Put on just a very, very, very think coat of the glue. &lt;br /&gt;
**Put the glue on while the bed is cool.&lt;br /&gt;
**Put the glue over a large part of the bed, but not near the corners.&lt;br /&gt;
**After you print one part you can position your print to a portion of the bed that has been glued, but has not been printed on yet.&lt;br /&gt;
&lt;br /&gt;
=== TPU ===&lt;br /&gt;
* You MUST use glue for release with TPU.&lt;br /&gt;
&lt;br /&gt;
===Strength===&lt;br /&gt;
There are different aspects to &amp;quot;strength&amp;quot;, and no material wins in all categories.  PLA is rigid, but that can make it brittle, so PLA is seldom the choice for parts needing strength.  ABS has long been the choice for functional parts.  The printed parts of the Lulzbot are made of ABS.  So is Lego.  But ABS warps, which is a problem on bigger prints.  Nylon and polycarbonate have some great characteristics, but they are tricky to work with, and they aggressively absorb moisture from the air, so you have to keep baking your filament to dry it out.  Scroll back to July 18 for some discussion of PC-MAX, a brand of polycarbonate.  PET-G is really a wide range of materials, with a wide range of properties.  I like ColorFab-HT, although it prints at high temperature, making warpage more of an issue.  Most PET-G doesn&#039;t warp much at all.  A lot of people rave about Innova-1800, although I always had a hard time getting it to stick to the bed.  nGen is an easy-to-use PET-G.  All of these can be used on the Lulzbot.&lt;br /&gt;
&lt;br /&gt;
==3D Toolkit==&lt;br /&gt;
Consider making up your own 3D printer toolkit.&lt;br /&gt;
* hex wrenches&lt;br /&gt;
* putty knife&lt;br /&gt;
* long tweezers&lt;br /&gt;
* non-scratching, lint free wipes&lt;br /&gt;
* 30% isopropanol and water&lt;br /&gt;
* clam knife&lt;br /&gt;
* if you need it: Purple, washable Elmer&#039;s glue stick&lt;br /&gt;
&lt;br /&gt;
== PRUSA ==&lt;br /&gt;
&lt;br /&gt;
=== Original Prusa MINI ===&lt;br /&gt;
&lt;br /&gt;
1.75mm Filament, 0.4mm Nozzle&lt;br /&gt;
&lt;br /&gt;
Smooth heated print bed&lt;br /&gt;
&lt;br /&gt;
Updated to last firmware, tested and calibrated April 2024&lt;br /&gt;
&lt;br /&gt;
Updated to v6.0.4 firmware, tested and calibrated August 2024&lt;br /&gt;
&lt;br /&gt;
=== Original Prusa i3 MK3S ===&lt;br /&gt;
&lt;br /&gt;
1.75mm Filament, 0.4mm Nozzle&lt;br /&gt;
&lt;br /&gt;
Smooth heated print bed&lt;br /&gt;
&lt;br /&gt;
Updated to latest firmware, tested and calibrated April 2024&lt;br /&gt;
&lt;br /&gt;
Updated to 3.14.0 firmware, tested and calibrated August 2024&lt;br /&gt;
&lt;br /&gt;
=== Original Prusa i3, upgraded to MK3S ===&lt;br /&gt;
&lt;br /&gt;
1.75mm Filament, 0.6mm Nozzle&lt;br /&gt;
&lt;br /&gt;
Textured bed, adhesion sometimes inconsistent.&lt;br /&gt;
&lt;br /&gt;
Updated to latest firmware, tested and calibrated April 2024&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TAZ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The carriage frame of the TAZ must be square for the printer to work well. The TAZ should NOT be moved around the shop. Every time you move it you risk tweaking the frame. Leave the TAZ where it is! &lt;br /&gt;
&lt;br /&gt;
The TAZ has a heated bed. The bed is easily scratched and damaged. Do not pull your part off the bed. Do not gouge at the bed. A new bed costs $150.&lt;br /&gt;
&lt;br /&gt;
* Design&lt;br /&gt;
** You should print a skirt to 3, especially for small parts&lt;br /&gt;
&lt;br /&gt;
* Start up&lt;br /&gt;
** While the bed is cool use the 30% alcohol solution and a paper towel to clean the bed of any residue from the previous user.&lt;br /&gt;
** Also clean the leveling spots on the four corners of the bed.&lt;br /&gt;
** Heat the nozzle to 200C&lt;br /&gt;
** When hot, &lt;br /&gt;
*** Pull the old filament from the print head&lt;br /&gt;
*** Insert your filament into the head.&lt;br /&gt;
*** Purge the print head by running filament. Don&#039;t be afraid of wasting filament, this is an important step.&lt;br /&gt;
&lt;br /&gt;
* Operation&lt;br /&gt;
** As printing starts, watch the head and remove the &amp;quot;booger&amp;quot; of filament that forms before the actual printing starts. This will give you a cleaner start to your print.&lt;br /&gt;
&lt;br /&gt;
* Part release&lt;br /&gt;
** Let the bed cool completely before releasing your part.&lt;br /&gt;
** Use the clam knife to GENTLY lift the skirt from around your part.&lt;br /&gt;
** Now use the putty knife&lt;br /&gt;
*** Place the putty knife flat on the bed with the edge of the blade against the edge of your part.&lt;br /&gt;
*** Rap the end of the putty knife with a small hammer. A tap is all it takes and your part will pop off.&lt;br /&gt;
*** DO NOT pry your part from the bed. This will delaminate the bed and ruin it.&lt;br /&gt;
&lt;br /&gt;
* Shutdown&lt;br /&gt;
** Do not pull your filament from the hot head. The head has probably cooled by now and you risk breaking off your filament in the print head.&lt;br /&gt;
** Instead, snip off your filament outside of the print head, leaving two inches of filament. &lt;br /&gt;
** When the bed is cool, use a damp paper towel to wipe off the bed. If you used glue, wipe until no more purple is seen on your towel.&lt;br /&gt;
&lt;br /&gt;
=== LULZBOT TAZ 6 ===&lt;br /&gt;
&lt;br /&gt;
Currently parked in Laser Lab. Has 1.75mm and 2.85mm extruder?&lt;br /&gt;
&lt;br /&gt;
=== LULZBOT TAZ 6 (Dual Extruder) ===&lt;br /&gt;
&lt;br /&gt;
Configured with dual 1.75mm extruders. Currently being tested and configured in Electronics Lab.&lt;br /&gt;
&lt;br /&gt;
Has 1.75mm and 2.85mm dual extruders, and single extruder.&lt;br /&gt;
&lt;br /&gt;
Cura LE loaded on Mac workstation. For working with dual filaments, select the models and use the Merge Models then slice.&lt;br /&gt;
&lt;br /&gt;
==Makerbot==&lt;br /&gt;
&lt;br /&gt;
Legacy printer, none of this type currently at Hacker Dojo&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=3D_Printers&amp;diff=254</id>
		<title>3D Printers</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=3D_Printers&amp;diff=254"/>
		<updated>2024-08-02T23:16:46Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: /* Original Prusa MINI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We have 3 3D printers in the makerspace. While 3D printers can be used in a variety of ways, we have some policies to keep our printers functioning well.&lt;br /&gt;
&lt;br /&gt;
==Filament==&lt;br /&gt;
&lt;br /&gt;
Your filament should be kept clean and dry. Dust and dirt on the filament will clog the hot print head and cause your print to fail.&lt;br /&gt;
&lt;br /&gt;
===PLA and ABS===&lt;br /&gt;
Recommended for new users. The 3D printers can use other materials, but they each introduce some complexity to the print process. Until you are very familiar with 3D printing and how other materials affect the printing, use PLA and ABS.&lt;br /&gt;
* PLA easily absorbs water from the environment. PLA should be stored in a sealed plastic zip lock bag and you should add desiccant packages inside the bag.&lt;br /&gt;
* Never use glue on the bed with PLA or ABS.&lt;br /&gt;
* Never run PLA above 230C. Higher temperatures cause PLA to carbonize and permanently clog the print head.&lt;br /&gt;
* Do not let PLA sit in an idle hot print head for more than three minutes. Even at the specified working temperature PLA will carbonize and permanently clog the print head. (For instance, don&#039;t start the printer to heat up and then go out to get a cup of coffee.)&lt;br /&gt;
 &lt;br /&gt;
===PET-G===&lt;br /&gt;
A good material when you are ready to move up. &lt;br /&gt;
*PET-G comes in a variety of specific materials that offer more dimensional stability.&lt;br /&gt;
*PET-G requires the use of glue on the bed. The glue is NOT for adhesion. Rather, the glue is used to prevent the part from sticking to the bed and ruining it. If you don&#039;t use glue with PET-G you will ruin the print bed.&lt;br /&gt;
**Use a purple, washable Elmer&#039;s glue stick. Put on just a very, very, very think coat of the glue. &lt;br /&gt;
**Put the glue on while the bed is cool.&lt;br /&gt;
**Put the glue over a large part of the bed, but not near the corners.&lt;br /&gt;
**After you print one part you can position your print to a portion of the bed that has been glued, but has not been printed on yet.&lt;br /&gt;
&lt;br /&gt;
=== TPU ===&lt;br /&gt;
* You MUST use glue for release with TPU.&lt;br /&gt;
&lt;br /&gt;
===Strength===&lt;br /&gt;
There are different aspects to &amp;quot;strength&amp;quot;, and no material wins in all categories.  PLA is rigid, but that can make it brittle, so PLA is seldom the choice for parts needing strength.  ABS has long been the choice for functional parts.  The printed parts of the Lulzbot are made of ABS.  So is Lego.  But ABS warps, which is a problem on bigger prints.  Nylon and polycarbonate have some great characteristics, but they are tricky to work with, and they aggressively absorb moisture from the air, so you have to keep baking your filament to dry it out.  Scroll back to July 18 for some discussion of PC-MAX, a brand of polycarbonate.  PET-G is really a wide range of materials, with a wide range of properties.  I like ColorFab-HT, although it prints at high temperature, making warpage more of an issue.  Most PET-G doesn&#039;t warp much at all.  A lot of people rave about Innova-1800, although I always had a hard time getting it to stick to the bed.  nGen is an easy-to-use PET-G.  All of these can be used on the Lulzbot.&lt;br /&gt;
&lt;br /&gt;
==3D Toolkit==&lt;br /&gt;
Consider making up your own 3D printer toolkit.&lt;br /&gt;
* hex wrenches&lt;br /&gt;
* putty knife&lt;br /&gt;
* long tweezers&lt;br /&gt;
* non-scratching, lint free wipes&lt;br /&gt;
* 30% isopropanol and water&lt;br /&gt;
* clam knife&lt;br /&gt;
* if you need it: Purple, washable Elmer&#039;s glue stick&lt;br /&gt;
&lt;br /&gt;
== PRUSA ==&lt;br /&gt;
&lt;br /&gt;
=== Original Prusa MINI ===&lt;br /&gt;
&lt;br /&gt;
1.75mm Filament, 0.4mm Nozzle&lt;br /&gt;
&lt;br /&gt;
Smooth heated print bed&lt;br /&gt;
&lt;br /&gt;
Updated to last firmware, tested and calibrated April 2024&lt;br /&gt;
&lt;br /&gt;
Updated to v6.0.4 firmware, tested and calibrated August 2024&lt;br /&gt;
&lt;br /&gt;
=== Original Prusa i3 MK3S ===&lt;br /&gt;
&lt;br /&gt;
1.75mm Filament, 0.4mm Nozzle&lt;br /&gt;
&lt;br /&gt;
Smooth heated print bed&lt;br /&gt;
&lt;br /&gt;
Updated to latest firmware, tested and calibrated April 2024&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Original Prusa i3, upgraded to MK3S ===&lt;br /&gt;
&lt;br /&gt;
1.75mm Filament, 0.6mm Nozzle&lt;br /&gt;
&lt;br /&gt;
Textured bed, adhesion sometimes inconsistent.&lt;br /&gt;
&lt;br /&gt;
Updated to latest firmware, tested and calibrated April 2024&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TAZ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The carriage frame of the TAZ must be square for the printer to work well. The TAZ should NOT be moved around the shop. Every time you move it you risk tweaking the frame. Leave the TAZ where it is! &lt;br /&gt;
&lt;br /&gt;
The TAZ has a heated bed. The bed is easily scratched and damaged. Do not pull your part off the bed. Do not gouge at the bed. A new bed costs $150.&lt;br /&gt;
&lt;br /&gt;
* Design&lt;br /&gt;
** You should print a skirt to 3, especially for small parts&lt;br /&gt;
&lt;br /&gt;
* Start up&lt;br /&gt;
** While the bed is cool use the 30% alcohol solution and a paper towel to clean the bed of any residue from the previous user.&lt;br /&gt;
** Also clean the leveling spots on the four corners of the bed.&lt;br /&gt;
** Heat the nozzle to 200C&lt;br /&gt;
** When hot, &lt;br /&gt;
*** Pull the old filament from the print head&lt;br /&gt;
*** Insert your filament into the head.&lt;br /&gt;
*** Purge the print head by running filament. Don&#039;t be afraid of wasting filament, this is an important step.&lt;br /&gt;
&lt;br /&gt;
* Operation&lt;br /&gt;
** As printing starts, watch the head and remove the &amp;quot;booger&amp;quot; of filament that forms before the actual printing starts. This will give you a cleaner start to your print.&lt;br /&gt;
&lt;br /&gt;
* Part release&lt;br /&gt;
** Let the bed cool completely before releasing your part.&lt;br /&gt;
** Use the clam knife to GENTLY lift the skirt from around your part.&lt;br /&gt;
** Now use the putty knife&lt;br /&gt;
*** Place the putty knife flat on the bed with the edge of the blade against the edge of your part.&lt;br /&gt;
*** Rap the end of the putty knife with a small hammer. A tap is all it takes and your part will pop off.&lt;br /&gt;
*** DO NOT pry your part from the bed. This will delaminate the bed and ruin it.&lt;br /&gt;
&lt;br /&gt;
* Shutdown&lt;br /&gt;
** Do not pull your filament from the hot head. The head has probably cooled by now and you risk breaking off your filament in the print head.&lt;br /&gt;
** Instead, snip off your filament outside of the print head, leaving two inches of filament. &lt;br /&gt;
** When the bed is cool, use a damp paper towel to wipe off the bed. If you used glue, wipe until no more purple is seen on your towel.&lt;br /&gt;
&lt;br /&gt;
=== LULZBOT TAZ 6 ===&lt;br /&gt;
&lt;br /&gt;
Currently parked in Laser Lab. Has 1.75mm and 2.85mm extruder?&lt;br /&gt;
&lt;br /&gt;
=== LULZBOT TAZ 6 (Dual Extruder) ===&lt;br /&gt;
&lt;br /&gt;
Configured with dual 1.75mm extruders. Currently being tested and configured in Electronics Lab.&lt;br /&gt;
&lt;br /&gt;
Has 1.75mm and 2.85mm dual extruders, and single extruder.&lt;br /&gt;
&lt;br /&gt;
Cura LE loaded on Mac workstation. For working with dual filaments, select the models and use the Merge Models then slice.&lt;br /&gt;
&lt;br /&gt;
==Makerbot==&lt;br /&gt;
&lt;br /&gt;
Legacy printer, none of this type currently at Hacker Dojo&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=RECESSIM&amp;diff=238</id>
		<title>RECESSIM</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=RECESSIM&amp;diff=238"/>
		<updated>2024-06-09T08:24:36Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: hellorld(&amp;quot;hardwear.io&amp;quot;)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;https://wiki.recessim.com/view/Main_Page&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=Hack_Comedy&amp;diff=213</id>
		<title>Hack Comedy</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=Hack_Comedy&amp;diff=213"/>
		<updated>2024-05-25T15:59:39Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: .... ..   .... ..&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Pirate.gif]]&lt;br /&gt;
&lt;br /&gt;
https://www.instagram.com/hack.comedy/&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=File:Pirate.gif&amp;diff=212</id>
		<title>File:Pirate.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=File:Pirate.gif&amp;diff=212"/>
		<updated>2024-05-25T15:59:02Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=AI_ML_snowflake_DEV_DAY&amp;diff=211</id>
		<title>AI ML snowflake DEV DAY</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=AI_ML_snowflake_DEV_DAY&amp;diff=211"/>
		<updated>2024-05-25T12:34:44Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: Created page with &amp;quot;  https://www.snowflake.com/summit/devday/    🅱️📧🅰️⛎ &amp;quot;🏹 🚫 ↖&amp;quot;  -... . ._ .._&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
https://www.snowflake.com/summit/devday/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
🅱️📧🅰️⛎ &amp;quot;🏹 🚫 ↖&amp;quot;&lt;br /&gt;
&lt;br /&gt;
-... . ._ .._&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=QSV/Scanner&amp;diff=210</id>
		<title>QSV/Scanner</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=QSV/Scanner&amp;diff=210"/>
		<updated>2024-05-06T20:55:12Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: Created page with &amp;quot;Uniden SDS200 Digital Scanner  Manual (pdf): https://www.uniden.info/download/ompdf/SDS200om.pdf  PC Software Download: https://cdn.shopify.com/s/files/1/0570/0177/1148/files/Setup_BCDx36HP_2685bbed-33ac-4250-a038-73427aa5a710.msi  SD Card Fix (pdf): https://bearcatwarehouse.com/cdn/shop/files/SD_CARD_ERROR.pdf  Setting up Sentinel Software video: https://www.youtube.com/watch?v=AJPAP_-LZHk&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Uniden SDS200 Digital Scanner&lt;br /&gt;
&lt;br /&gt;
Manual (pdf): https://www.uniden.info/download/ompdf/SDS200om.pdf&lt;br /&gt;
&lt;br /&gt;
PC Software Download: https://cdn.shopify.com/s/files/1/0570/0177/1148/files/Setup_BCDx36HP_2685bbed-33ac-4250-a038-73427aa5a710.msi&lt;br /&gt;
&lt;br /&gt;
SD Card Fix (pdf): https://bearcatwarehouse.com/cdn/shop/files/SD_CARD_ERROR.pdf&lt;br /&gt;
&lt;br /&gt;
Setting up Sentinel Software video: https://www.youtube.com/watch?v=AJPAP_-LZHk&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackerdojo.com/index.php?title=HAM&amp;diff=209</id>
		<title>HAM</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackerdojo.com/index.php?title=HAM&amp;diff=209"/>
		<updated>2024-05-06T20:50:36Z</updated>

		<summary type="html">&lt;p&gt;Do&amp;#039;h: Do&amp;#039;h moved page HAM to QSV&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[QSV]]&lt;/div&gt;</summary>
		<author><name>Do&#039;h</name></author>
	</entry>
</feed>