<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://sudoroom.org/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Imjohsep</id>
	<title>Sudo Room - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://sudoroom.org/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Imjohsep"/>
	<link rel="alternate" type="text/html" href="https://sudoroom.org/wiki/Special:Contributions/Imjohsep"/>
	<updated>2026-04-27T18:22:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://sudoroom.org/mediawiki/index.php?title=TAZ&amp;diff=8386</id>
		<title>TAZ</title>
		<link rel="alternate" type="text/html" href="https://sudoroom.org/mediawiki/index.php?title=TAZ&amp;diff=8386"/>
		<updated>2014-07-06T23:52:30Z</updated>

		<summary type="html">&lt;p&gt;Imjohsep: Add link to Taz Slic3r Profiles page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Taz_first_print_2.jpg|right|frameless|460px]]&lt;br /&gt;
&lt;br /&gt;
Sudoroom has a [https://www.lulzbot.com/products/lulzbot-taz-3-3d-printer TAZ3] 3D printer. We won it in the [https://www.lulzbot.com/ LulzBot] 2014 printer giveaway! It can print from an SD card, with many materials:&lt;br /&gt;
&lt;br /&gt;
* PLA&lt;br /&gt;
* ABS&lt;br /&gt;
* Wood&lt;br /&gt;
* Nylon&lt;br /&gt;
&lt;br /&gt;
We are still getting familiar with this machine, but very excited to hack on it!&lt;br /&gt;
&lt;br /&gt;
[https://www.lulzbot.com/support/taz-slic3r-profiles Taz Slic3r Profiles]&lt;/div&gt;</summary>
		<author><name>Imjohsep</name></author>
	</entry>
	<entry>
		<id>https://sudoroom.org/mediawiki/index.php?title=Mesh/WalkThrough&amp;diff=7634</id>
		<title>Mesh/WalkThrough</title>
		<link rel="alternate" type="text/html" href="https://sudoroom.org/mediawiki/index.php?title=Mesh/WalkThrough&amp;diff=7634"/>
		<updated>2014-03-14T03:54:16Z</updated>

		<summary type="html">&lt;p&gt;Imjohsep: /* Install TFTP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The following walkthrough assumes you're using linux and you have [https://help.ubuntu.com/community/UsingTheTerminal knowledge of the terminal]. The basic idea of getting a node (router) on the mesh consists of flashing (copying files to [https://en.wikipedia.org/wiki/Flash_memory flash memory]) an operating system to the node and installing additional drivers and packages. We use [https://openwrt.org/ OpenWRT] as the operating system on our embedded devices (routers), then connect to the node (via [https://en.wikipedia.org/wiki/Secure_Shell SSH]), install the related software and configure it. This operating system is meant to fit on a small amount (4MB) of flash memory. &lt;br /&gt;
&lt;br /&gt;
To build an OpenWRT image from scratch, visit this How To: [[Mesh/Build An OpenWRT Image]]&lt;br /&gt;
&lt;br /&gt;
= Build Environment = &lt;br /&gt;
&lt;br /&gt;
The directions that follow assume you are runing a linux distro. Windows environments, see the instructions at the bottom of the page.&lt;br /&gt;
&lt;br /&gt;
== Install TFTP ==&lt;br /&gt;
verify that you have TFTP installed&lt;br /&gt;
    sudo apt-get update&lt;br /&gt;
    sudo apt-get install tftp&lt;br /&gt;
&lt;br /&gt;
Mac Users will already have TFTP installed.&lt;br /&gt;
&lt;br /&gt;
== Download the correct firmware ==&lt;br /&gt;
For the supported routers, please find the latest firmware here:&lt;br /&gt;
    http://build.sudomesh.org/latest_image/&lt;br /&gt;
&lt;br /&gt;
=Installing OpenWRT=&lt;br /&gt;
&lt;br /&gt;
There are four methods of [http://wiki.openwrt.org/doc/howto/generic.flashing flashing a router].&lt;br /&gt;
&lt;br /&gt;
Notes on choosing a router:  [[Mesh/Choosing_A_Router]]&lt;br /&gt;
&lt;br /&gt;
Tested and working on:&lt;br /&gt;
    *Bullet M5&lt;br /&gt;
    *Bullet 2 HP&lt;br /&gt;
    *Picostation 2 HP &lt;br /&gt;
&lt;br /&gt;
==Step One: Reset the router==&lt;br /&gt;
===PicoStation===&lt;br /&gt;
  - Turn off the device&lt;br /&gt;
  - Press the reset button&lt;br /&gt;
  - Turn on the device&lt;br /&gt;
  - Release the reset button ~10 seconds (but not longer) after turning the device on.  You will know it's ready when the LEDs change.&lt;br /&gt;
  - Ping 192.168.1.20.  If it works, you're ready to upload an image,&lt;br /&gt;
&lt;br /&gt;
===Bullet===&lt;br /&gt;
  - Press and hold the reset button while plugging in the powered ethernet cable. &lt;br /&gt;
  - Keep holding the reset button. Look at the LED above the power LED. &lt;br /&gt;
  - It will go from one green light, to two, the start flashing orange and red&lt;br /&gt;
  - Release the reset button when it turns on the second time.&lt;br /&gt;
&lt;br /&gt;
The Bullet will now be running a TFTP server 192.168.1.20&lt;br /&gt;
&lt;br /&gt;
==Step Two: Configure your IP address==&lt;br /&gt;
*Ensure that you have an IP address different from 192.168.1.20 and different from 192.168.1.1 in the 192.168.1.x range.&lt;br /&gt;
*You probably want to stop network-manager (not all distros use this, but Ubuntu does):&lt;br /&gt;
     sudo /etc/init.d/network-manager stop&lt;br /&gt;
*On most linux machines (assuming your ethernet interface is eth0) setting your ip address looks like this:&lt;br /&gt;
     sudo ifconfig eth0 192.168.1.12 netmask 255.255.255.0 up&lt;br /&gt;
&lt;br /&gt;
==Step Three: Install OpenWRT on the router==&lt;br /&gt;
&lt;br /&gt;
*Then do the following:&lt;br /&gt;
*: &amp;lt;code&amp;gt;$ tftp 192.168.1.20&amp;lt;/code&amp;gt;&lt;br /&gt;
*: &amp;lt;code&amp;gt;$ binary&amp;lt;/code&amp;gt;&lt;br /&gt;
*: &amp;lt;code&amp;gt;$ rexmt 1&amp;lt;/code&amp;gt;&lt;br /&gt;
*: &amp;lt;code&amp;gt;$ timeout 60&amp;lt;/code&amp;gt;&lt;br /&gt;
*: &amp;lt;code&amp;gt;$ trace&amp;lt;/code&amp;gt;&lt;br /&gt;
*: &amp;lt;code&amp;gt;$ tftp&amp;gt; put &amp;lt;FIRMWARE&amp;gt;.bin&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;FIRMWARE&amp;gt;.bin is the name of the firmware file you want to flash.&lt;br /&gt;
&lt;br /&gt;
We are hosting custom firmwares for the supported routers [http://build.sudomesh.org/latest_image/ here] make sure you download the correct firmware for your model of router.&lt;br /&gt;
&lt;br /&gt;
You will see a bunch of lines like this:&lt;br /&gt;
&lt;br /&gt;
sent DATA &amp;lt;block=13468, 512 bytes&amp;gt;&lt;br /&gt;
received ACK &amp;lt;block=13468&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once those lines stop coming, the router will take somewhere between 1 and 7 minutes to stop flashing its lights at you. DO NOT unplug or turn off the router until it presents two adjacent green LEDs and has done so for 10+ seconds. On the older routers the upgrade can take much longer than on the newer routers so be patient.&lt;br /&gt;
&lt;br /&gt;
If you have a PicoStation running AirOS, you can use the following shell script to reflash it without needing to press the reset button:&lt;br /&gt;
 #!/bin/sh -e&lt;br /&gt;
 FIRMWARE=openwrt-atheros-ubnt2-pico2-squashfs.bin&lt;br /&gt;
 #FIRMWARE='PicoStation2HP-v3.2.build3734.bin'&lt;br /&gt;
 curl http://ubnt:ubnt@192.168.1.20/upgrade.cgi&lt;br /&gt;
 curl -F fwfile=@&amp;quot;$FIRMWARE&amp;quot; http://ubnt:ubnt@192.168.1.20/upgrade.cgi&lt;br /&gt;
 curl -F 'nil=nil' http://ubnt:ubnt@192.168.1.20/fwflash.cgi&lt;br /&gt;
 echo &amp;quot;FLASHING IN PROGRESS - It will be complete when the system displays two solid green lights for ten seconds.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Note, that if you're flashing AirOS instead, at least the Bullet M5 series will remember setting between firmware upgrades and others may do so too. To reset username / password / ip address and other settings to factory default, first let the router boot, then press and hold the reset button until more lights come on and release. Wait for the factory reset to complete (a minute or two) and try to access 192.168.1.1 in a browser (ensure that your own IP is in the 192.168.1.x range). Note: This procedure seems to have no effect on the Bullet 2 HP, but works on the Bullet M5. It could be that the Bullet 2 HP does not persist settings across firmware upgrades, and so doesn't have the factory reset procedure.  When flashing AirOS on the PicoStation, only one green light will be on when the flash is complete.&lt;br /&gt;
&lt;br /&gt;
==Windows Instructions==&lt;br /&gt;
&lt;br /&gt;
from the directory where you stored the .bin file:&lt;br /&gt;
&lt;br /&gt;
&amp;gt;tftp -i 192.168.1.20 PUT openwrt-atheros-ubnt2-squashfs.bin&lt;br /&gt;
&lt;br /&gt;
Downloads within a minute, wait about 5 minutes to finish installing...&lt;br /&gt;
&lt;br /&gt;
=Installing BATMAN=&lt;br /&gt;
&lt;br /&gt;
For Bullet, first run the following commands to free up space:&lt;br /&gt;
  ssh root@192.168.1.1&lt;br /&gt;
  opkg remove --force-removal-of-dependent-packages remove luci*&lt;br /&gt;
  exit&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Online ==&lt;br /&gt;
&lt;br /&gt;
Use these instructions if your router is connected to the internet:&lt;br /&gt;
&lt;br /&gt;
  ssh root@192.168.1.1&lt;br /&gt;
  opkg update&lt;br /&gt;
  opkg install kmod-batman-adv&lt;br /&gt;
&lt;br /&gt;
== Manually / Offline ==&lt;br /&gt;
&lt;br /&gt;
If your router does not have internet connectivity when installing, then use these instructions.&lt;br /&gt;
&lt;br /&gt;
Download these packages from:&lt;br /&gt;
&lt;br /&gt;
    http://downloads.openwrt.org/&amp;lt;openwrt_version_name&amp;gt;/&amp;lt;openwrt_version_number&amp;gt;/&amp;lt;chipset_name&amp;gt;/&amp;lt;type&amp;gt;/packages&lt;br /&gt;
&lt;br /&gt;
As of 7/31/13, download this: http://downloads.openwrt.org/attitude_adjustment/12.09/atheros/generic/packages/kmod-batman-adv_3.3.8%2b2012.3.0-3_atheros.ipk&lt;br /&gt;
&lt;br /&gt;
and this: http://downloads.openwrt.org/attitude_adjustment/12.09/atheros/generic/packages/kmod-lib-crc16_3.3.8-1_atheros.ipk&lt;br /&gt;
&lt;br /&gt;
Go to http://downloads.openwrt.org and browse to the correct directory. If there are multiple types, you probably want the 'generic' one, but check with the OpenWRT wiki page for your device to make sure. &lt;br /&gt;
&lt;br /&gt;
These are the required packages:&lt;br /&gt;
&lt;br /&gt;
 kmod-batman-adv_&amp;lt;version&amp;gt;_&amp;lt;chipset&amp;gt;.ipk&lt;br /&gt;
 kmod-lib-crc16_&amp;lt;version&amp;gt;_&amp;lt;chipset&amp;gt;.ipk&lt;br /&gt;
&lt;br /&gt;
Use scp to copy them to the router:&lt;br /&gt;
&lt;br /&gt;
 scp kmod-*.ipk root@192.168.1.1:&lt;br /&gt;
&lt;br /&gt;
Then ssh into the router and install them:&lt;br /&gt;
&lt;br /&gt;
 ssh root@192.168.1.1&lt;br /&gt;
 opkg install kmod-*.ipk&lt;br /&gt;
&lt;br /&gt;
=Configuring BATMAN=&lt;br /&gt;
These notes are valid for OpenWrt 12.09 (Attitude Adjustment), which uses BATMAN 2012.4.0. In newer versions, the version of BATMAN used is 2013.0.0 and the syntax for configuring BATMAN differs slightly. See [http://www.open-mesh.org/projects/batman-adv/wiki/Batman-adv-openwrt-config this page on open-mesh.org] for more info.&lt;br /&gt;
&lt;br /&gt;
==Step One: Wireless Configuration ==&lt;br /&gt;
&lt;br /&gt;
In /etc/config/wireless:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
config wifi-device 'radio0'&lt;br /&gt;
	option type 'mac80211'&lt;br /&gt;
	option hwmode '11g'&lt;br /&gt;
	option channel '3'        # You may want another channel&lt;br /&gt;
	option disabled '0'&lt;br /&gt;
	option phy 'phy0'&lt;br /&gt;
&lt;br /&gt;
# the interface where non-mesh nodes connect&lt;br /&gt;
config wifi-iface&lt;br /&gt;
	option device 'radio0'&lt;br /&gt;
	option ifname 'ap0'&lt;br /&gt;
	option encryption 'none'&lt;br /&gt;
	option network 'lan'&lt;br /&gt;
	option mode 'ap'&lt;br /&gt;
	option ssid 'sudomesh'   # You should change the ssid to be unique for dev purposes&lt;br /&gt;
&lt;br /&gt;
# the mesh interface&lt;br /&gt;
config wifi-iface&lt;br /&gt;
	option device 'radio0'&lt;br /&gt;
	option ifname 'adhoc0'&lt;br /&gt;
 	option encryption 'none'&lt;br /&gt;
	option network 'mesh'&lt;br /&gt;
	option mode 'adhoc'&lt;br /&gt;
	option bssid 'CA:FE:C0:DE:F0:0D' # You should change this to be unique for development purposes, but for meshing this should be the same for all routers on the mesh&lt;br /&gt;
	option ssid 'sudomesh-backchannel' # You should change the ssid to be unique for development purposes, but for meshing this should be the same for all routers on the mesh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Step Two: Network Configuration ==&lt;br /&gt;
&lt;br /&gt;
In /etc/config/network:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
config interface 'loopback'&lt;br /&gt;
	option ifname 'lo'&lt;br /&gt;
	option proto 'static'&lt;br /&gt;
	option ipaddr '127.0.0.1'&lt;br /&gt;
	option netmask '255.0.0.0'&lt;br /&gt;
&lt;br /&gt;
# set up ethernet bridging between eth0 and bat0&lt;br /&gt;
# this means that packets can move between the ethernet port&lt;br /&gt;
# and the wifi mesh&lt;br /&gt;
config interface 'lan'&lt;br /&gt;
	option type 'bridge'&lt;br /&gt;
	option proto 'static'&lt;br /&gt;
	option ipaddr '10.42.10.11' # this should be a unique IP&lt;br /&gt;
	option netmask '255.255.0.0'&lt;br /&gt;
	option dns '208.67.222.222'&lt;br /&gt;
	option gateway '192.168.1.1' # an internet gateway, not sure how to deal with multiple gateways yet&lt;br /&gt;
	option ifname 'eth0 bat0'&lt;br /&gt;
&lt;br /&gt;
# the mesh interface&lt;br /&gt;
config interface 'mesh'&lt;br /&gt;
	option ifname 'adhoc0'&lt;br /&gt;
	option proto 'none'&lt;br /&gt;
	option mtu '1528'&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Step Three: BATMAN Configuration ==&lt;br /&gt;
&lt;br /&gt;
In /etc/config/batman-adv:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
config mesh 'bat0'&lt;br /&gt;
	option interfaces 'adhoc0' # the interface for which to enable batman0&lt;br /&gt;
	option 'aggregated_ogms' # no idea what this means&lt;br /&gt;
	option 'ap_isolation' # no idea what this means&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Step Four: System Configuration ==&lt;br /&gt;
&lt;br /&gt;
In /etc/config/system you can set hostname and timezone. This is not strictly necessary for BATMAN to work, but it should be set correctly. The below timezone is correct for the Pacific U.S. timezone (PST). The naming convention for hostnames is: &amp;lt;router-model-name&amp;gt;-&amp;lt;some-unique-name-you-choose&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
config system&lt;br /&gt;
	option hostname	tl-wr703n-foo&lt;br /&gt;
	option timezone	PST8PDT,M3.2.0,M11.1.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You may also have to turn off dnsmasq. (someone else can chime in if this contradicts their working knowledge)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/etc/init.d/dnsmasq disable&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Step Five: Testing ==&lt;br /&gt;
&lt;br /&gt;
You should see the 'sudomesh' and 'sudomesh-backchannel' wifi interfaces when running `sudo iwlist wlan0 scan`&lt;/div&gt;</summary>
		<author><name>Imjohsep</name></author>
	</entry>
	<entry>
		<id>https://sudoroom.org/mediawiki/index.php?title=Type_A_Machine&amp;diff=7570</id>
		<title>Type A Machine</title>
		<link rel="alternate" type="text/html" href="https://sudoroom.org/mediawiki/index.php?title=Type_A_Machine&amp;diff=7570"/>
		<updated>2014-03-05T04:22:21Z</updated>

		<summary type="html">&lt;p&gt;Imjohsep: /* Status */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:3dprinterfisheye02.jpg|thumb]]&lt;br /&gt;
''This is about a particular printer. There's a separate page about [[3D_Modeling|creating or acquiring 3D models]].''&lt;br /&gt;
&lt;br /&gt;
SudoRoom has a [http://typeamachines.com/ Type A Machine], currently our only 3D printer. It was generously donated by Jae Kwon in fall 2012.&lt;br /&gt;
&lt;br /&gt;
Tuesdays 5-9 is our hack night dedicated to 3D Printing. Stop by and learn, create, play!&lt;br /&gt;
&lt;br /&gt;
We're working on using this machine to print a [[RepRap]].&lt;br /&gt;
&lt;br /&gt;
==Status==&lt;br /&gt;
&lt;br /&gt;
The printer is currently working! (March 4th, 2014)&lt;br /&gt;
&lt;br /&gt;
Notes about the bed:&lt;br /&gt;
* Our acrylic bed was warped by sunlight, so we clamped a glass bed on top of it.&lt;br /&gt;
* The glass is flat, so you can print big things again.&lt;br /&gt;
* You still need to adjust the corner screws to keep things level. Make sure they are tight or they wiggle and fall off.&lt;br /&gt;
* The nozzle should be just a millimeter or so above the bed. '''Tip:''' wiggle a piece of paper under it - heavy friction means a little too close.&lt;br /&gt;
* We need more ScotchBlue #2093EL tape.&lt;br /&gt;
&lt;br /&gt;
[[File:ExtruderWiring.jpg|thumb|Wiring configuration for Series 1 Typa 3d Printer; Orange to Green; Purple to Clear; Red/Black to Red/Black]]&lt;br /&gt;
&lt;br /&gt;
==Extruder Hot End==&lt;br /&gt;
&lt;br /&gt;
Our extruder is has a 12v cartridge heater and .35mm nozzle. This is standard for extruding a 1.75mm PLA filament.&lt;br /&gt;
Type A is routinely out of stock, but replacement kits can be found here: http://www.makergear.com/products/extruders &lt;br /&gt;
&lt;br /&gt;
==Attached Computer==&lt;br /&gt;
&lt;br /&gt;
The printer can attach to any computer by USB, but usually it's attached to a Linux machine called &amp;quot;sudodesk.&amp;quot; It runs Linux Mint which does not have much helpful software in its repos, so the desktop user &amp;quot;sudoer&amp;quot; has these installed locally:&lt;br /&gt;
* [http://slic3r.org/ slic3r] (turns STL files into gcode)&lt;br /&gt;
* kisslicer (alternative to slic3r)&lt;br /&gt;
* [https://github.com/kliment/Printrun pronterface] (operates the printer, which accepts gcode)&lt;br /&gt;
We can also give you your own user! Contact yar or jerkey.&lt;br /&gt;
&lt;br /&gt;
== Musicality ==&lt;br /&gt;
&lt;br /&gt;
One of the first things newcomers notice is the beautiful sound created by a 3D printer. I think it's especially nice when printing curved lines, when the X and Y axes sing in harmonic, contrapuntal motion. When printing perfect circles, it's as if the celestial spheres are whispering mathematical truths into your ears.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=rctPgALRUGU musical wiggly vase video]&lt;br /&gt;
&lt;br /&gt;
Documentation:&lt;br /&gt;
* Outdated [[Type_A_Comic|comic strip instructions]]&lt;br /&gt;
* [https://github.com/sudoroom/3DPrinting our own github documentation]&lt;br /&gt;
* [https://noisebridge.net/wiki/3DPrintBeginners Noisebridge's 3D-printing documentation]&lt;br /&gt;
* [http://typeamachines.com/ Manufacturer's website]&lt;br /&gt;
** [http://cdn.shopify.com/s/files/1/0223/2361/files/Series12013StandardUserManualV1_6.pdf?6262 User Manual]&lt;br /&gt;
** [http://support.typeamachines.com/hc/en-us Type A Machines Support Page] has lots of info on how to use and repair the printer. &lt;br /&gt;
** [http://support.typeamachines.com/hc/en-us/articles/200213410-Replacing-the-Blue-Tape-on-the-Build-Surface Replacing the blue tape build surface]&lt;br /&gt;
** [http://support.typeamachines.com/hc/en-us/articles/200022919-Cleaning-out-a-Filament-Jam Cleaning out a filament jam]&lt;br /&gt;
** [http://forum.typeamachines.com/index.php Online Forum]&lt;br /&gt;
* At least one Sudoer works for the manufacturer - his business card is tacked to the cork board above the printer.&lt;br /&gt;
&lt;br /&gt;
== Gallery of Creations ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;140px&amp;quot; heights=&amp;quot;140px&amp;quot;&amp;gt;&lt;br /&gt;
File:Double-union-fridge.jpg | Fridge magnets&lt;br /&gt;
File:Raspberrypi3dprint.jpg | RaspBerry Pi print-out&lt;br /&gt;
File:3dprintng.jpg | Creation&lt;br /&gt;
File:Type_A_cat.jpg | Cat, gears, etc&lt;br /&gt;
File:SudoRoom_fridge_magnets.jpg | Fridge magnets&lt;br /&gt;
File:Love_Magnet.jpg | Love magnet&lt;br /&gt;
File:Cartoon_Jam_Print_Out.jpg | cartoon in progress&lt;br /&gt;
File:Print_prying.jpg | prying a print off the bed&lt;br /&gt;
File:Cartoon_face.jpg | Cartoon face&lt;br /&gt;
File:Model_airplane.jpg | Model airplane from thingiverse&lt;br /&gt;
File:Sudoroom_prints_toruses.jpg | interlocking tori (in progress)&lt;br /&gt;
File:Toruses.jpg | interlocking tori&lt;br /&gt;
File:3dprintcollection.jpeg | things made at a [[Today_I_Learned|TIL]] [[Just_enough_sketchup_to_pretend_you_can_3d_model_II_%26_Just_enough_slic3r_to_pretend_you_can_extrude_I|about Sketchup]]&lt;br /&gt;
File:3d_1.jpg | coffee mug holder&lt;br /&gt;
File:3d_2.jpg | lamp fixture&lt;br /&gt;
File:3d_3.jpg | earring&lt;br /&gt;
File:3d_4.jpg | blocky thing&lt;br /&gt;
3D_Printed_Cigar_Rocket.jpg | [[3D_Printed_Aerodynamic_Parts|2-part rocket]]&lt;br /&gt;
File:SudoRoom3DPrintOut_Vicky.jpg | gears (some of these open our door now)&lt;br /&gt;
File:SudoRoomBracelet.jpg | bracelet&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:3DPrinting]]&lt;/div&gt;</summary>
		<author><name>Imjohsep</name></author>
	</entry>
	<entry>
		<id>https://sudoroom.org/mediawiki/index.php?title=File:ExtruderWiring.jpg&amp;diff=7464</id>
		<title>File:ExtruderWiring.jpg</title>
		<link rel="alternate" type="text/html" href="https://sudoroom.org/mediawiki/index.php?title=File:ExtruderWiring.jpg&amp;diff=7464"/>
		<updated>2014-02-26T03:58:23Z</updated>

		<summary type="html">&lt;p&gt;Imjohsep: Imjohsep uploaded a new version of &amp;amp;quot;File:ExtruderWiring.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{tn|1=Wiring configuration for Series 1 Typa 3d Printer}}&lt;br /&gt;
|date=2014-02-21 16:33:25&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Imjohsep|Imjohsep]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other_versions=&lt;br /&gt;
|other_fields=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{self|cc-by-sa-3.0}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Uploaded with UploadWizard]]&lt;/div&gt;</summary>
		<author><name>Imjohsep</name></author>
	</entry>
	<entry>
		<id>https://sudoroom.org/mediawiki/index.php?title=Type_A_Machine&amp;diff=7462</id>
		<title>Type A Machine</title>
		<link rel="alternate" type="text/html" href="https://sudoroom.org/mediawiki/index.php?title=Type_A_Machine&amp;diff=7462"/>
		<updated>2014-02-26T03:52:42Z</updated>

		<summary type="html">&lt;p&gt;Imjohsep: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:3dprinterfisheye02.jpg|thumb]]&lt;br /&gt;
''This is about a particular printer. There's a separate page about [[3D_Modeling|creating or acquiring 3D models]].''&lt;br /&gt;
&lt;br /&gt;
SudoRoom has a [http://typeamachines.com/ Type A Machine], currently our only 3D printer. It was generously donated by Jae Kwon in fall 2012.&lt;br /&gt;
&lt;br /&gt;
Tuesdays 5-9 is our hack night dedicated to 3D Printing. Stop by and learn, create, play!&lt;br /&gt;
&lt;br /&gt;
We're working on using this machine to print a [[RepRap]].&lt;br /&gt;
&lt;br /&gt;
==Status==&lt;br /&gt;
&lt;br /&gt;
The printer is currently not working. (February 25th, 2014)&lt;br /&gt;
&lt;br /&gt;
Notes about the bed:&lt;br /&gt;
* Our acrylic bed was warped by sunlight, so we clamped a glass bed on top of it.&lt;br /&gt;
* The glass is flat, so you can print big things again.&lt;br /&gt;
* You still need to adjust the corner screws to keep things level. Make sure they are tight or they wiggle and fall off.&lt;br /&gt;
* The nozzle should be just a millimeter or so above the bed. '''Tip:''' wiggle a piece of paper under it - heavy friction means a little too close.&lt;br /&gt;
* We need more ScotchBlue #2093EL tape.&lt;br /&gt;
&lt;br /&gt;
[[File:ExtruderWiring.jpg|thumb|Wiring configuration for Series 1 Typa 3d Printer; Orange to Green; Purple to Clear; Red/Black to Red/Black]]&lt;br /&gt;
&lt;br /&gt;
==Extruder Hot End==&lt;br /&gt;
&lt;br /&gt;
Our extruder is has a 12v cartridge heater and .35mm nozzle. This is standard for extruding a 1.75mm PLA filament.&lt;br /&gt;
Type A is routinely out of stock, but replacement kits can be found here: http://www.makergear.com/products/extruders &lt;br /&gt;
&lt;br /&gt;
==Attached Computer==&lt;br /&gt;
&lt;br /&gt;
The printer can attach to any computer by USB, but usually it's attached to a Linux machine called &amp;quot;sudodesk.&amp;quot; It runs Linux Mint which does not have much helpful software in its repos, so the desktop user &amp;quot;sudoer&amp;quot; has these installed locally:&lt;br /&gt;
* [http://slic3r.org/ slic3r] (turns STL files into gcode)&lt;br /&gt;
* kisslicer (alternative to slic3r)&lt;br /&gt;
* [https://github.com/kliment/Printrun pronterface] (operates the printer, which accepts gcode)&lt;br /&gt;
We can also give you your own user! Contact yar or jerkey.&lt;br /&gt;
&lt;br /&gt;
== Musicality ==&lt;br /&gt;
&lt;br /&gt;
One of the first things newcomers notice is the beautiful sound created by a 3D printer. I think it's especially nice when printing curved lines, when the X and Y axes sing in harmonic, contrapuntal motion. When printing perfect circles, it's as if the celestial spheres are whispering mathematical truths into your ears.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=rctPgALRUGU musical wiggly vase video]&lt;br /&gt;
&lt;br /&gt;
Documentation:&lt;br /&gt;
* Outdated [[Type_A_Comic|comic strip instructions]]&lt;br /&gt;
* [https://github.com/sudoroom/3DPrinting our own github documentation]&lt;br /&gt;
* [https://noisebridge.net/wiki/3DPrintBeginners Noisebridge's 3D-printing documentation]&lt;br /&gt;
* [http://typeamachines.com/ Manufacturer's website]&lt;br /&gt;
** [http://cdn.shopify.com/s/files/1/0223/2361/files/Series12013StandardUserManualV1_6.pdf?6262 User Manual]&lt;br /&gt;
** [http://support.typeamachines.com/hc/en-us Type A Machines Support Page] has lots of info on how to use and repair the printer. &lt;br /&gt;
** [http://support.typeamachines.com/hc/en-us/articles/200213410-Replacing-the-Blue-Tape-on-the-Build-Surface Replacing the blue tape build surface]&lt;br /&gt;
** [http://support.typeamachines.com/hc/en-us/articles/200022919-Cleaning-out-a-Filament-Jam Cleaning out a filament jam]&lt;br /&gt;
** [http://forum.typeamachines.com/index.php Online Forum]&lt;br /&gt;
* At least one Sudoer works for the manufacturer - his business card is tacked to the cork board above the printer.&lt;br /&gt;
&lt;br /&gt;
== Gallery of Creations ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;140px&amp;quot; heights=&amp;quot;140px&amp;quot;&amp;gt;&lt;br /&gt;
File:Double-union-fridge.jpg | Fridge magnets&lt;br /&gt;
File:Raspberrypi3dprint.jpg | RaspBerry Pi print-out&lt;br /&gt;
File:3dprintng.jpg | Creation&lt;br /&gt;
File:Type_A_cat.jpg | Cat, gears, etc&lt;br /&gt;
File:SudoRoom_fridge_magnets.jpg | Fridge magnets&lt;br /&gt;
File:Love_Magnet.jpg | Love magnet&lt;br /&gt;
File:Cartoon_Jam_Print_Out.jpg | cartoon in progress&lt;br /&gt;
File:Print_prying.jpg | prying a print off the bed&lt;br /&gt;
File:Cartoon_face.jpg | Cartoon face&lt;br /&gt;
File:Model_airplane.jpg | Model airplane from thingiverse&lt;br /&gt;
File:Sudoroom_prints_toruses.jpg | interlocking tori (in progress)&lt;br /&gt;
File:Toruses.jpg | interlocking tori&lt;br /&gt;
File:3dprintcollection.jpeg | things made at a [[Today_I_Learned|TIL]] [[Just_enough_sketchup_to_pretend_you_can_3d_model_II_%26_Just_enough_slic3r_to_pretend_you_can_extrude_I|about Sketchup]]&lt;br /&gt;
File:3d_1.jpg | coffee mug holder&lt;br /&gt;
File:3d_2.jpg | lamp fixture&lt;br /&gt;
File:3d_3.jpg | earring&lt;br /&gt;
File:3d_4.jpg | blocky thing&lt;br /&gt;
3D_Printed_Cigar_Rocket.jpg | [[3D_Printed_Aerodynamic_Parts|2-part rocket]]&lt;br /&gt;
File:SudoRoom3DPrintOut_Vicky.jpg | gears (some of these open our door now)&lt;br /&gt;
File:SudoRoomBracelet.jpg | bracelet&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:3DPrinting]]&lt;/div&gt;</summary>
		<author><name>Imjohsep</name></author>
	</entry>
	<entry>
		<id>https://sudoroom.org/mediawiki/index.php?title=Type_A_Machine&amp;diff=7461</id>
		<title>Type A Machine</title>
		<link rel="alternate" type="text/html" href="https://sudoroom.org/mediawiki/index.php?title=Type_A_Machine&amp;diff=7461"/>
		<updated>2014-02-26T03:49:34Z</updated>

		<summary type="html">&lt;p&gt;Imjohsep: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:3dprinterfisheye02.jpg|thumb]]&lt;br /&gt;
''This is about a particular printer. There's a separate page about [[3D_Modeling|creating or acquiring 3D models]].''&lt;br /&gt;
&lt;br /&gt;
SudoRoom has a [http://typeamachines.com/ Type A Machine], currently our only 3D printer. It was generously donated by Jae Kwon in fall 2012.&lt;br /&gt;
&lt;br /&gt;
Tuesdays 5-9 is our hack night dedicated to 3D Printing. Stop by and learn, create, play!&lt;br /&gt;
&lt;br /&gt;
We're working on using this machine to print a [[RepRap]].&lt;br /&gt;
&lt;br /&gt;
==Status==&lt;br /&gt;
&lt;br /&gt;
The printer is currently not working. (February 25th, 2014)&lt;br /&gt;
&lt;br /&gt;
Notes about the bed:&lt;br /&gt;
* Our acrylic bed was warped by sunlight, so we clamped a glass bed on top of it.&lt;br /&gt;
* The glass is flat, so you can print big things again.&lt;br /&gt;
* You still need to adjust the corner screws to keep things level. Make sure they are tight or they wiggle and fall off.&lt;br /&gt;
* The nozzle should be just a millimeter or so above the bed. '''Tip:''' wiggle a piece of paper under it - heavy friction means a little too close.&lt;br /&gt;
* We need more ScotchBlue #2093EL tape.&lt;br /&gt;
&lt;br /&gt;
==Extruder Hot End==&lt;br /&gt;
&lt;br /&gt;
Our extruder is has a 12v cartridge heater and .35mm nozzle. This is standard for extruding a 1.75mm PLA filament.&lt;br /&gt;
Type A is routinely out of stock, but replacement kits can be found here: http://www.makergear.com/products/extruders &lt;br /&gt;
&lt;br /&gt;
[[File:ExtruderWiring.jpg|thumb|Wiring configuration for Series 1 Typa 3d Printer: Orange to Green; Purple to Clear; Red/Black to Red/Black]]&lt;br /&gt;
&lt;br /&gt;
==Attached Computer==&lt;br /&gt;
&lt;br /&gt;
The printer can attach to any computer by USB, but usually it's attached to a Linux machine called &amp;quot;sudodesk.&amp;quot; It runs Linux Mint which does not have much helpful software in its repos, so the desktop user &amp;quot;sudoer&amp;quot; has these installed locally:&lt;br /&gt;
* [http://slic3r.org/ slic3r] (turns STL files into gcode)&lt;br /&gt;
* kisslicer (alternative to slic3r)&lt;br /&gt;
* [https://github.com/kliment/Printrun pronterface] (operates the printer, which accepts gcode)&lt;br /&gt;
We can also give you your own user! Contact yar or jerkey.&lt;br /&gt;
&lt;br /&gt;
== Musicality ==&lt;br /&gt;
&lt;br /&gt;
One of the first things newcomers notice is the beautiful sound created by a 3D printer. I think it's especially nice when printing curved lines, when the X and Y axes sing in harmonic, contrapuntal motion. When printing perfect circles, it's as if the celestial spheres are whispering mathematical truths into your ears.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=rctPgALRUGU musical wiggly vase video]&lt;br /&gt;
&lt;br /&gt;
Documentation:&lt;br /&gt;
* Outdated [[Type_A_Comic|comic strip instructions]]&lt;br /&gt;
* [https://github.com/sudoroom/3DPrinting our own github documentation]&lt;br /&gt;
* [https://noisebridge.net/wiki/3DPrintBeginners Noisebridge's 3D-printing documentation]&lt;br /&gt;
* [http://typeamachines.com/ Manufacturer's website]&lt;br /&gt;
** [http://cdn.shopify.com/s/files/1/0223/2361/files/Series12013StandardUserManualV1_6.pdf?6262 User Manual]&lt;br /&gt;
** [http://support.typeamachines.com/hc/en-us Type A Machines Support Page] has lots of info on how to use and repair the printer. &lt;br /&gt;
** [http://support.typeamachines.com/hc/en-us/articles/200213410-Replacing-the-Blue-Tape-on-the-Build-Surface Replacing the blue tape build surface]&lt;br /&gt;
** [http://support.typeamachines.com/hc/en-us/articles/200022919-Cleaning-out-a-Filament-Jam Cleaning out a filament jam]&lt;br /&gt;
** [http://forum.typeamachines.com/index.php Online Forum]&lt;br /&gt;
* At least one Sudoer works for the manufacturer - his business card is tacked to the cork board above the printer.&lt;br /&gt;
&lt;br /&gt;
== Gallery of Creations ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;140px&amp;quot; heights=&amp;quot;140px&amp;quot;&amp;gt;&lt;br /&gt;
File:Double-union-fridge.jpg | Fridge magnets&lt;br /&gt;
File:Raspberrypi3dprint.jpg | RaspBerry Pi print-out&lt;br /&gt;
File:3dprintng.jpg | Creation&lt;br /&gt;
File:Type_A_cat.jpg | Cat, gears, etc&lt;br /&gt;
File:SudoRoom_fridge_magnets.jpg | Fridge magnets&lt;br /&gt;
File:Love_Magnet.jpg | Love magnet&lt;br /&gt;
File:Cartoon_Jam_Print_Out.jpg | cartoon in progress&lt;br /&gt;
File:Print_prying.jpg | prying a print off the bed&lt;br /&gt;
File:Cartoon_face.jpg | Cartoon face&lt;br /&gt;
File:Model_airplane.jpg | Model airplane from thingiverse&lt;br /&gt;
File:Sudoroom_prints_toruses.jpg | interlocking tori (in progress)&lt;br /&gt;
File:Toruses.jpg | interlocking tori&lt;br /&gt;
File:3dprintcollection.jpeg | things made at a [[Today_I_Learned|TIL]] [[Just_enough_sketchup_to_pretend_you_can_3d_model_II_%26_Just_enough_slic3r_to_pretend_you_can_extrude_I|about Sketchup]]&lt;br /&gt;
File:3d_1.jpg | coffee mug holder&lt;br /&gt;
File:3d_2.jpg | lamp fixture&lt;br /&gt;
File:3d_3.jpg | earring&lt;br /&gt;
File:3d_4.jpg | blocky thing&lt;br /&gt;
3D_Printed_Cigar_Rocket.jpg | [[3D_Printed_Aerodynamic_Parts|2-part rocket]]&lt;br /&gt;
File:SudoRoom3DPrintOut_Vicky.jpg | gears (some of these open our door now)&lt;br /&gt;
File:SudoRoomBracelet.jpg | bracelet&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:3DPrinting]]&lt;/div&gt;</summary>
		<author><name>Imjohsep</name></author>
	</entry>
	<entry>
		<id>https://sudoroom.org/mediawiki/index.php?title=File:ExtruderWiring.jpg&amp;diff=7460</id>
		<title>File:ExtruderWiring.jpg</title>
		<link rel="alternate" type="text/html" href="https://sudoroom.org/mediawiki/index.php?title=File:ExtruderWiring.jpg&amp;diff=7460"/>
		<updated>2014-02-26T03:48:25Z</updated>

		<summary type="html">&lt;p&gt;Imjohsep: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{tn|1=Wiring configuration for Series 1 Typa 3d Printer}}&lt;br /&gt;
|date=2014-02-21 16:33:25&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Imjohsep|Imjohsep]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other_versions=&lt;br /&gt;
|other_fields=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{self|cc-by-sa-3.0}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Uploaded with UploadWizard]]&lt;/div&gt;</summary>
		<author><name>Imjohsep</name></author>
	</entry>
	<entry>
		<id>https://sudoroom.org/mediawiki/index.php?title=Type_A_Machine&amp;diff=7457</id>
		<title>Type A Machine</title>
		<link rel="alternate" type="text/html" href="https://sudoroom.org/mediawiki/index.php?title=Type_A_Machine&amp;diff=7457"/>
		<updated>2014-02-26T03:34:26Z</updated>

		<summary type="html">&lt;p&gt;Imjohsep: /* Status */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:3dprinterfisheye02.jpg|thumb]]&lt;br /&gt;
''This is about a particular printer. There's a separate page about [[3D_Modeling|creating or acquiring 3D models]].''&lt;br /&gt;
&lt;br /&gt;
SudoRoom has a [http://typeamachines.com/ Type A Machine], currently our only 3D printer. It was generously donated by Jae Kwon in fall 2012.&lt;br /&gt;
&lt;br /&gt;
Tuesdays 5-9 is our hack night dedicated to 3D Printing. Stop by and learn, create, play!&lt;br /&gt;
&lt;br /&gt;
We're working on using this machine to print a [[RepRap]].&lt;br /&gt;
&lt;br /&gt;
==Status==&lt;br /&gt;
&lt;br /&gt;
The printer is currently not working. (February 25th, 2014)&lt;br /&gt;
&lt;br /&gt;
Notes about the bed:&lt;br /&gt;
* Our acrylic bed was warped by sunlight, so we clamped a glass bed on top of it.&lt;br /&gt;
* The glass is flat, so you can print big things again.&lt;br /&gt;
* You still need to adjust the corner screws to keep things level. Make sure they are tight or they wiggle and fall off.&lt;br /&gt;
* The nozzle should be just a millimeter or so above the bed. '''Tip:''' wiggle a piece of paper under it - heavy friction means a little too close.&lt;br /&gt;
* We need more ScotchBlue #2093EL tape.&lt;br /&gt;
&lt;br /&gt;
==Attached Computer==&lt;br /&gt;
&lt;br /&gt;
The printer can attach to any computer by USB, but usually it's attached to a Linux machine called &amp;quot;sudodesk.&amp;quot; It runs Linux Mint which does not have much helpful software in its repos, so the desktop user &amp;quot;sudoer&amp;quot; has these installed locally:&lt;br /&gt;
* [http://slic3r.org/ slic3r] (turns STL files into gcode)&lt;br /&gt;
* kisslicer (alternative to slic3r)&lt;br /&gt;
* [https://github.com/kliment/Printrun pronterface] (operates the printer, which accepts gcode)&lt;br /&gt;
We can also give you your own user! Contact yar or jerkey.&lt;br /&gt;
&lt;br /&gt;
== Musicality ==&lt;br /&gt;
&lt;br /&gt;
One of the first things newcomers notice is the beautiful sound created by a 3D printer. I think it's especially nice when printing curved lines, when the X and Y axes sing in harmonic, contrapuntal motion. When printing perfect circles, it's as if the celestial spheres are whispering mathematical truths into your ears.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=rctPgALRUGU musical wiggly vase video]&lt;br /&gt;
&lt;br /&gt;
Documentation:&lt;br /&gt;
* Outdated [[Type_A_Comic|comic strip instructions]]&lt;br /&gt;
* [https://github.com/sudoroom/3DPrinting our own github documentation]&lt;br /&gt;
* [https://noisebridge.net/wiki/3DPrintBeginners Noisebridge's 3D-printing documentation]&lt;br /&gt;
* [http://typeamachines.com/ Manufacturer's website]&lt;br /&gt;
** [http://cdn.shopify.com/s/files/1/0223/2361/files/Series12013StandardUserManualV1_6.pdf?6262 User Manual]&lt;br /&gt;
** [http://support.typeamachines.com/hc/en-us Type A Machines Support Page] has lots of info on how to use and repair the printer. &lt;br /&gt;
** [http://support.typeamachines.com/hc/en-us/articles/200213410-Replacing-the-Blue-Tape-on-the-Build-Surface Replacing the blue tape build surface]&lt;br /&gt;
** [http://support.typeamachines.com/hc/en-us/articles/200022919-Cleaning-out-a-Filament-Jam Cleaning out a filament jam]&lt;br /&gt;
** [http://forum.typeamachines.com/index.php Online Forum]&lt;br /&gt;
* At least one Sudoer works for the manufacturer - his business card is tacked to the cork board above the printer.&lt;br /&gt;
&lt;br /&gt;
== Gallery of Creations ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;140px&amp;quot; heights=&amp;quot;140px&amp;quot;&amp;gt;&lt;br /&gt;
File:Double-union-fridge.jpg | Fridge magnets&lt;br /&gt;
File:Raspberrypi3dprint.jpg | RaspBerry Pi print-out&lt;br /&gt;
File:3dprintng.jpg | Creation&lt;br /&gt;
File:Type_A_cat.jpg | Cat, gears, etc&lt;br /&gt;
File:SudoRoom_fridge_magnets.jpg | Fridge magnets&lt;br /&gt;
File:Love_Magnet.jpg | Love magnet&lt;br /&gt;
File:Cartoon_Jam_Print_Out.jpg | cartoon in progress&lt;br /&gt;
File:Print_prying.jpg | prying a print off the bed&lt;br /&gt;
File:Cartoon_face.jpg | Cartoon face&lt;br /&gt;
File:Model_airplane.jpg | Model airplane from thingiverse&lt;br /&gt;
File:Sudoroom_prints_toruses.jpg | interlocking tori (in progress)&lt;br /&gt;
File:Toruses.jpg | interlocking tori&lt;br /&gt;
File:3dprintcollection.jpeg | things made at a [[Today_I_Learned|TIL]] [[Just_enough_sketchup_to_pretend_you_can_3d_model_II_%26_Just_enough_slic3r_to_pretend_you_can_extrude_I|about Sketchup]]&lt;br /&gt;
File:3d_1.jpg | coffee mug holder&lt;br /&gt;
File:3d_2.jpg | lamp fixture&lt;br /&gt;
File:3d_3.jpg | earring&lt;br /&gt;
File:3d_4.jpg | blocky thing&lt;br /&gt;
3D_Printed_Cigar_Rocket.jpg | [[3D_Printed_Aerodynamic_Parts|2-part rocket]]&lt;br /&gt;
File:SudoRoom3DPrintOut_Vicky.jpg | gears (some of these open our door now)&lt;br /&gt;
File:SudoRoomBracelet.jpg | bracelet&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:3DPrinting]]&lt;/div&gt;</summary>
		<author><name>Imjohsep</name></author>
	</entry>
</feed>