<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>LeafLabs Garden &#187; User Favorites: nully</title>
		<link><a href='http://forums.leaflabs.com/profile.php?id=3751'>3751</a></link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:11:10 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?profile=3751" rel="self" type="application/rss+xml" />

		<item>
			<title>nully on "3d Printer Board"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10140#post-22101</link>
			<pubDate>Fri, 25 Jan 2013 08:07:12 +0000</pubDate>
			<dc:creator>nully</dc:creator>
			<guid isPermaLink="false">22101@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I've not used an SD card before in any of my projects, so its probably an issue on the coding end (i hope) I will have to give mapleSDFat a spin.&#60;/p&#62;
&#60;p&#62;I agree your improvements would improve the board significantly. I believe i will have to do another revision to incorporate them (luckily everything is nice and broken out to start with so hacking an lcd to the board shouldn't be an issue).&#60;/p&#62;
&#60;p&#62;an on board microprocessor would probably be a bit beyond my skills at the moment, but would be pretty neat.&#60;/p&#62;
&#60;p&#62;Plenty of pcbs left over, if all works according to plan, i will probably see if anyone wants to try out a board, (and potentially put a kit together or something)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>crenn on "3d Printer Board"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10140#post-22093</link>
			<pubDate>Thu, 24 Jan 2013 08:42:59 +0000</pubDate>
			<dc:creator>crenn</dc:creator>
			<guid isPermaLink="false">22093@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;What problems are you having with the SD Card? I'm part of the support team for mapleSDFat if you're using that.&#60;/p&#62;
&#60;p&#62;I'm very interested in your board, although there is a couple of things where I feel things could be improved to allow additional add-ons such as a LCD character display or a TFT screen (one of my recent projects is having a 3.2&#34; TFT screen connected to the Libmaple using only 9 pins (4 of those pins are for SPI) plus another 3 pins for the touch screen (again reusing pins for SPI)). A few of the signals are possibly not toggled as often so could be driven using a 74HC164 for example to drive the A4988 stepper drive enable and direction signals. There are other options as well, but it's something to think about. I've actually thought about making a 3D printer board set up around the STM32 (possibly the STM32F3s).&#60;/p&#62;
&#60;p&#62;I'm guessing you have a few PCBs left over from your seeedstudio order, would you be looking at selling them later? Certainly feel free to keep us up to date with your progress!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nully on "3d Printer Board"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10140#post-22092</link>
			<pubDate>Thu, 24 Jan 2013 05:24:49 +0000</pubDate>
			<dc:creator>nully</dc:creator>
			<guid isPermaLink="false">22092@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Ok a bit more detail,&#60;/p&#62;
&#60;p&#62;So this board is my second attempt at a semi complex project.&#60;br /&#62;
You can find its repository &#60;a href=&#34;https://github.com/simonantonio/Ithika&#34;&#62;here&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;An image of the board is &#60;a href=&#34;https://github.com/simonantonio/Ithika/blob/master/pcb.png&#34;&#62;here&#60;/a&#62; and the crude schematic is &#60;a href=&#34;https://github.com/simonantonio/Ithika/raw/master/Schematic-Rough.pdf&#34;&#62;here&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Its supports 4 axis (x,y,z,e) using the &#60;a href=&#34;http://www.pololu.com/catalog/product/1182&#34;&#62;A4988 Stepper Motor Driver Carrier&#60;/a&#62; (or step stick or similar)&#60;br /&#62;
I'm a fan of things being as modular as possible, so these sit on headers just like the maple mini. &#60;/p&#62;
&#60;p&#62;There is also 4 end stop headers (x,y,z,emergency) which should be tied to external interrupts. and 3 thermistor sensor headers.&#60;/p&#62;
&#60;p&#62;I've gone for a more robust method of wiring steppers and other power hungry peripherals (heated bed and hot end) using screw blocks. (makes life so much nicer than crappy molex connectors) &#60;/p&#62;
&#60;p&#62;The board itself is roughly 100mm x 100mm but could very easily be shrunk, (I got seeed to manufacture it so its cheap as chips at that size as well) &#60;/p&#62;
&#60;p&#62;The heated bed has its on separate power rails, (probably didn't need these and i am just using a bridge to drive this off of my 12v in)&#60;/p&#62;
&#60;p&#62;The heated bed and hotend are driven by a IRLB8721PBF-ND which should be a logic level mosfet capable of easily switching the high amp loads. (it was a suggested replacement for the now retired mosfets on the RFP30N06LE) &#60;/p&#62;
&#60;p&#62;There is also two more slots for Fans or another hot end heater, and an SD card socket (which i'm having some issues getting to work)&#60;/p&#62;
&#60;p&#62;I think the power of the maple mini will be a great benefit to 3d printing. The atmega chips just don't have enough room or speed for me to be totally content using them.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nully on "3d Printer Board"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10140#post-22091</link>
			<pubDate>Thu, 24 Jan 2013 03:35:25 +0000</pubDate>
			<dc:creator>nully</dc:creator>
			<guid isPermaLink="false">22091@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Having a few issue with hosting lately. I'll put the schematics and brd files up on github later this evening. &#60;/p&#62;
&#60;p&#62;Its hopefully going to be a drop in replacement for a typical RAMPs or sanguino reprap printer board.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>crenn on "3d Printer Board"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10140#post-22081</link>
			<pubDate>Wed, 23 Jan 2013 06:26:03 +0000</pubDate>
			<dc:creator>crenn</dc:creator>
			<guid isPermaLink="false">22081@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Looks good so far, do you have any more information? I'm actually half working on building a 3D printer so I'm curious to if you have PCBs available or schematics at least. Tried going to your website, but sadly it didn't work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nully on "3d Printer Board"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10140#post-22069</link>
			<pubDate>Tue, 22 Jan 2013 06:29:45 +0000</pubDate>
			<dc:creator>nully</dc:creator>
			<guid isPermaLink="false">22069@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hey all,&#60;/p&#62;
&#60;p&#62;Thought i would show off a little project i have been working on. A maple mini powered 3d printer board.&#60;/p&#62;
&#60;p&#62;The firmware is still in the works but hey, i got it playing the imperial march! progress.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.youtube.com/watch?v=a3h1cHDqJuo&#34;&#62;Video!&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
