<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://old.hacdc.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Foxlet</id>
	<title>HacDC Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://old.hacdc.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Foxlet"/>
	<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php/Special:Contributions/Foxlet"/>
	<updated>2026-05-07T14:51:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://old.hacdc.org/index.php?title=M3D_Micro&amp;diff=17038</id>
		<title>M3D Micro</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=M3D_Micro&amp;diff=17038"/>
		<updated>2018-09-05T22:38:05Z</updated>

		<summary type="html">&lt;p&gt;Foxlet: Whitespaces!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:3D_Printing]]&lt;br /&gt;
[[Category:Equipment]]&lt;br /&gt;
[[Category:3D_Printers]]&lt;br /&gt;
The space has a highly modified M3D Micro (donated by Andrew Barabasz) that is fully compatible with the RepRap protocol, using a custom firmware known as iMe. Cura and Printrun are known to work with the printer as-is, and should work with any other slicer as long as it is configured correctly.&lt;br /&gt;
&lt;br /&gt;
The following information assumes the use of a Cura/Printrun setup, if yours is different, configure accordingly.&lt;br /&gt;
&lt;br /&gt;
= Configuration =&lt;br /&gt;
&lt;br /&gt;
Printer is available on &amp;lt;code&amp;gt;/dev/ttyACM1&amp;lt;/code&amp;gt; running at 115200 baud.&lt;br /&gt;
&lt;br /&gt;
When the printer is power-cycled, the firmware starts up in &#039;&#039;&#039;bootloader mode&#039;&#039;&#039; and will not receive gcode commands. To enable the printer, use &amp;lt;code&amp;gt;m33-manager&amp;lt;/code&amp;gt; (check software section) to switch it to firmware mode.&lt;br /&gt;
&lt;br /&gt;
== Extruder Config ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Printer type:&#039;&#039;&#039; Custom FDM Printer&lt;br /&gt;
* &#039;&#039;&#039;Nozzle size:&#039;&#039;&#039; 0.35mm&lt;br /&gt;
* &#039;&#039;&#039;Material size:&#039;&#039;&#039; 1.75mm&lt;br /&gt;
* &#039;&#039;&#039;G-code flavor:&#039;&#039;&#039; RepRap&lt;br /&gt;
* &#039;&#039;&#039;Retraction length:&#039;&#039;&#039; 2mm (important!)&lt;br /&gt;
&lt;br /&gt;
== Start G-code ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;G28; set home position&lt;br /&gt;
M106 S255; turn on fans&lt;br /&gt;
&lt;br /&gt;
; prime the extruder&lt;br /&gt;
G92 E0;&lt;br /&gt;
G0 F2100 X8 Y104 Z0.270;&lt;br /&gt;
G1 F600 X40 Y104 E10.0;&lt;br /&gt;
G92 E0;&amp;lt;/pre&amp;gt;&lt;br /&gt;
== End G-code ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;G91; relative positioning&lt;br /&gt;
G1 E-0.5 F300; release pressure&lt;br /&gt;
G1 Z+0.5 F{travel_speed}; retract filament&lt;br /&gt;
G1 Z+6 F{travel_speed}; move up z&lt;br /&gt;
&lt;br /&gt;
; turn off printer&lt;br /&gt;
M104 S0; turn off extruder&lt;br /&gt;
M107; turn off fans&lt;br /&gt;
M18; turn off steppers&lt;br /&gt;
G90; absolute positioning&lt;br /&gt;
;{profile_string}&amp;lt;/pre&amp;gt;&lt;br /&gt;
= Maintenance =&lt;br /&gt;
&lt;br /&gt;
You can use &amp;lt;code&amp;gt;pronsole&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;m33-manager&amp;lt;/code&amp;gt; to run these gcode commands directly.&lt;br /&gt;
&lt;br /&gt;
== Printer calibration ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;G30; calibrate bed depth&lt;br /&gt;
G32; calibrate bed tilt&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Insert new filament ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;M104 S200; turn on the extruder&lt;br /&gt;
G1 F100 E100; pull in new plastic&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Replacing filament ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;M104 S200; turn on the extruder&lt;br /&gt;
G1 F60 E60; soften up plastic&lt;br /&gt;
G1 F-60 E-60; retract old plastic&lt;br /&gt;
G1 F100 E100; pull in new plastic&amp;lt;/pre&amp;gt;&lt;br /&gt;
= Software =&lt;br /&gt;
&lt;br /&gt;
== M33 Manager ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Github:&#039;&#039;&#039; https://github.com/donovan6000/iMe/tree/master/M33%20Manager&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Binaries:&#039;&#039;&#039; [https://raw.githubusercontent.com/donovan6000/iMe/master/M33%20Manager/M33%20Manager%20Linux.zip Linux], [https://raw.githubusercontent.com/donovan6000/iMe/master/M33%20Manager/M33%20Manager%20macOS.dmg macOS], and [https://raw.githubusercontent.com/donovan6000/iMe/master/M33%20Manager/M33%20Manager%20Windows.zip Windows].&lt;br /&gt;
&lt;br /&gt;
== Stock M3D Drivers (only historical) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Website:&#039;&#039;&#039; https://support.printm3d.com/892707-M3D-Micro-Downloads&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Documentation:&#039;&#039;&#039; http://printm3d.com/files/software/linux/README-1.5.0.70.pdf&lt;br /&gt;
&lt;br /&gt;
== Included ==&lt;br /&gt;
&lt;br /&gt;
* M3D Switching Adaptor - Output 5.0 V,  4.0 A, [[File:Positive_Tip_Plug.svg]] (Negative ring, positive tip) [[File:Dc.svg|75px]] (DC)&lt;br /&gt;
* [https://en.wikipedia.org/wiki/USB USB 1.0 cable] (Type-A male [[File:USB Type-A receptacle.svg|75px]] to Type-B male [[File:USB Type-B receptacle.svg|x60px]])&lt;/div&gt;</summary>
		<author><name>Foxlet</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=M3D_Micro&amp;diff=17037</id>
		<title>M3D Micro</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=M3D_Micro&amp;diff=17037"/>
		<updated>2018-09-05T22:33:06Z</updated>

		<summary type="html">&lt;p&gt;Foxlet: Update M3D docs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:3D_Printing]]&lt;br /&gt;
[[Category:Equipment]]&lt;br /&gt;
[[Category:3D_Printers]]&lt;br /&gt;
&lt;br /&gt;
The space has a highly modified M3D Micro (donated by Andrew Barabasz) that is fully compatible with the RepRap protocol, using a custom firmware known as iMe. Cura and Printrun are known to work with the printer as-is, and should work with any other slicer as long as it is configured correctly.&lt;br /&gt;
&lt;br /&gt;
The following information assumes the use of a Cura/Printrun setup, if yours is different, configure accordingly.&lt;br /&gt;
&lt;br /&gt;
= Configuration =&lt;br /&gt;
&lt;br /&gt;
Printer is available on &amp;lt;code&amp;gt;/dev/ttyACM1&amp;lt;/code&amp;gt; running at 115200 baud.&lt;br /&gt;
&lt;br /&gt;
When the printer is power-cycled, the firmware starts up in &#039;&#039;&#039;bootloader mode&#039;&#039;&#039; and will not receive gcode commands. To enable the printer, use &amp;lt;code&amp;gt;m33-manager&amp;lt;/code&amp;gt; (check software section) to switch it to firmware mode.&lt;br /&gt;
&lt;br /&gt;
== Extruder Config ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Printer type:&#039;&#039;&#039; Custom FDM Printer&lt;br /&gt;
* &#039;&#039;&#039;Nozzle size:&#039;&#039;&#039; 0.35mm&lt;br /&gt;
* &#039;&#039;&#039;Material size:&#039;&#039;&#039; 1.75mm&lt;br /&gt;
* &#039;&#039;&#039;G-code flavor:&#039;&#039;&#039; RepRap&lt;br /&gt;
* &#039;&#039;&#039;Retraction length:&#039;&#039;&#039; 2mm (important!)&lt;br /&gt;
&lt;br /&gt;
== Start G-code ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;G28; set home position&lt;br /&gt;
M106 S255; turn on fans&lt;br /&gt;
&lt;br /&gt;
; prime the extruder&lt;br /&gt;
G92 E0;&lt;br /&gt;
G0 F2100 X8 Y104 Z0.270;&lt;br /&gt;
G1 F600 X40 Y104 E10.0;&lt;br /&gt;
G92 E0;&amp;lt;/pre&amp;gt;&lt;br /&gt;
== End G-code ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;G91; relative positioning&lt;br /&gt;
G1 E-0.5 F300; release pressure&lt;br /&gt;
G1 Z+0.5 F{travel_speed}; retract filament&lt;br /&gt;
G1 Z+6 F{travel_speed}; move up z&lt;br /&gt;
&lt;br /&gt;
; turn off printer&lt;br /&gt;
M104 S0; turn off extruder&lt;br /&gt;
M107; turn off fans&lt;br /&gt;
M18; turn off steppers&lt;br /&gt;
G90; absolute positioning&lt;br /&gt;
;{profile_string}&amp;lt;/pre&amp;gt;&lt;br /&gt;
= Maintenance =&lt;br /&gt;
&lt;br /&gt;
You can use &amp;lt;code&amp;gt;pronsole&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;m33-manager&amp;lt;/code&amp;gt; to run these gcode commands directly.&lt;br /&gt;
&lt;br /&gt;
== Printer calibration ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;G30; calibrate bed depth&lt;br /&gt;
G32; calibrate bed tilt&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Insert new filament ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;M104 S200; turn on the extruder&lt;br /&gt;
G1 F100 E100; pull in new plastic&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Replacing filament ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;M104 S200; turn on the extruder&lt;br /&gt;
G1 F60 E60; soften up plastic&lt;br /&gt;
G1 F-60 E-60; retract old plastic&lt;br /&gt;
G1 F100 E100; pull in new plastic&amp;lt;/pre&amp;gt;&lt;br /&gt;
= Software =&lt;br /&gt;
&lt;br /&gt;
== M33 Manager ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Github:&#039;&#039;&#039; https://github.com/donovan6000/iMe/tree/master/M33%20Manager&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Binaries:&#039;&#039;&#039; [https://raw.githubusercontent.com/donovan6000/iMe/master/M33%20Manager/M33%20Manager%20Linux.zip Linux], [https://raw.githubusercontent.com/donovan6000/iMe/master/M33%20Manager/M33%20Manager%20macOS.dmg macOS], and [https://raw.githubusercontent.com/donovan6000/iMe/master/M33%20Manager/M33%20Manager%20Windows.zip Windows].&lt;br /&gt;
&lt;br /&gt;
== Stock M3D Drivers (only historical) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Website:&#039;&#039;&#039; https://support.printm3d.com/892707-M3D-Micro-Downloads&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Documentation:&#039;&#039;&#039; http://printm3d.com/files/software/linux/README-1.5.0.70.pdf&lt;br /&gt;
&lt;br /&gt;
== Included ==&lt;br /&gt;
&lt;br /&gt;
* M3D Switching Adaptor - Output 5.0 V,  4.0 A, [[File:Positive_Tip_Plug.svg]] (Negative ring, positive tip) [[File:Dc.svg|75px]] (DC)&lt;br /&gt;
* [https://en.wikipedia.org/wiki/USB USB 1.0 cable] (Type-A male [[File:USB Type-A receptacle.svg|75px]] to Type-B male [[File:USB Type-B receptacle.svg|x60px]])&lt;/div&gt;</summary>
		<author><name>Foxlet</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=User:Foxlet&amp;diff=16548</id>
		<title>User:Foxlet</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=User:Foxlet&amp;diff=16548"/>
		<updated>2018-09-04T18:23:42Z</updated>

		<summary type="html">&lt;p&gt;Foxlet: Created page with &amp;quot;Hello!  I&amp;#039;m the resident furry fox, poking around various things in the space.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello!&lt;br /&gt;
&lt;br /&gt;
I&#039;m the resident furry fox, poking around various things in the space.&lt;/div&gt;</summary>
		<author><name>Foxlet</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Classroom_TV&amp;diff=15047</id>
		<title>Classroom TV</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Classroom_TV&amp;diff=15047"/>
		<updated>2018-07-10T18:53:35Z</updated>

		<summary type="html">&lt;p&gt;Foxlet: Added manual link.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Classroom TV is hooked up to various PCs.&lt;br /&gt;
&lt;br /&gt;
Once we repair&#039;d it by exhaustively testing each LED on the device and replacing the broken one.&lt;br /&gt;
&lt;br /&gt;
== The TV ==&lt;br /&gt;
&lt;br /&gt;
The current TV is a 60-inch &#039;&#039;&#039;Sharp Aquos LC-60LE920UN&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Manual is available at http://files.sharpusa.com/Downloads/ForHome/HomeEntertainment/LCDTVs/Manuals/tel_man_LC52_60LE920UN.pdf&lt;br /&gt;
&lt;br /&gt;
https://www.youtube.com/watch?v=rhSiDx5P9s4&lt;br /&gt;
&lt;br /&gt;
It should be labeled appropriately for ease of use. There is a remote control. If the screen won&#039;t come on and the little LED logo at the bottom middle blinks instead of coming on solid, reset according to instructions on the device.&lt;br /&gt;
&lt;br /&gt;
== The PCs ==&lt;br /&gt;
&lt;br /&gt;
===Windows VR box===&lt;br /&gt;
&lt;br /&gt;
(it&#039;s grody and uses proprietary poison).&lt;br /&gt;
&lt;br /&gt;
=== Classroom TV ===&lt;br /&gt;
&lt;br /&gt;
(highly superior build -- uses Debian Linux, a free software distribution, although we have compromised to allow non-free software and firmware).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;2018-02-27 21:29 &amp;lt;thossou&amp;gt; something&#039;s up with the GPU on the classroom tv what for it won&#039;t work&lt;br /&gt;
2018-02-27 21:30 &amp;lt;thossou&amp;gt; but the fans turn&lt;br /&gt;
2018-02-27 21:30 &amp;lt;thossou&amp;gt; http://dlcdnet.asus.com/pub/ASUS/mb/LGA1366/Sabertooth_X58/e5995_sabertooth_X58.pdf#p55&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Instructions for use ==&lt;br /&gt;
&lt;br /&gt;
=== How to remotely control the classroom-tv PC ===&lt;br /&gt;
&lt;br /&gt;
(copy from the desktop of classroom PC)&lt;br /&gt;
&lt;br /&gt;
=== How to use VR ===&lt;br /&gt;
&lt;br /&gt;
=== How to run a videoconference with another space using BBB ===&lt;br /&gt;
&lt;br /&gt;
[[Category:Room Displays]]&lt;br /&gt;
[[Category:HacDC Computers]]&lt;/div&gt;</summary>
		<author><name>Foxlet</name></author>
	</entry>
</feed>