<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — Solidoodle Transparence]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/4154/" />
	<updated>2015-02-26T18:09:41Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/4154/solidoodle-transparence/</id>
		<entry>
			<title type="html"><![CDATA[Re: Solidoodle Transparence]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/87345/#p87345" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>lueman wrote:</cite><blockquote><p>OK so from other posts, I get that the sd card reader, isn&#039;t easily enabled because see below. My question is why don&#039;t we use one of the free pins like pin 14 or 13 with a jumpper?? IN MY CASE I DON HAVE PINS ON MY E-ENDSTOP so adding a jumper wouldn&#039;t&nbsp; be any more difficult :<br />&quot;PRINTRBOARD SD CARD &amp; BOOT-UP FIX</p><p>I had some trouble using the PrintrBoard’s built in SD card reader using Marlin firmware. I also had an issue with the Y-endstop, which I thought was unrelated, as the board would not boot if the Y-endstop was pressed (ie. if the bed was homed). The only help I found was from Lincomatic’s blog again but this time in a comment from “RustyPaint”, found here.</p><p>The issue is that the pin used by the Y-endstop is connected to the SS pin of the processor. So if the Y-endstop is closed it interrupts the SPI bus which the processor uses to talk to the SD card. The conflict also causes the board not to boot if the Y-endstop if pressed.</p><p>So the work around is that you disconnect the Y-endstop from the PrintrBoard and plug it in to the free Emergency endstop pins. You must then also configure the firmware to look at the E-stop pins instead of the Y-stop.</p><p>In pins.h, within the Marlin firmware, change line 918 from:</p><p>#define Y_MIN_PIN 20</p><p>to</p><p>#define Y_MIN_PIN 37</p><p>This solved the booting problem and now I can print from an SD card.</p><p>(Update: Just make sure your file name is a maximum of 8 characters long and the extension is a maximum of 3 characters. For example “Myprint1.g”)</p><p>Thanks to Nicolas Vicuña for pushing me to find a fix and help testing it.&quot;</p></blockquote></div><p>Ok dude that is really cool, now does it just start printing right when you insert the card? or how do you start and stop it? Also for other guys out there check out Xrobots he did a video on using the beaglebone black and that requires nothing from the mother board and just uses a usb cable to print wirelessly havent tried it but would like to in the future if anybody does let me know how it worked out.</p>]]></content>
			<author>
				<name><![CDATA[kwebersole]]></name>
				<uri>https://www.soliforum.com/user/8943/</uri>
			</author>
			<updated>2015-02-26T18:09:41Z</updated>
			<id>https://www.soliforum.com/post/87345/#p87345</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Solidoodle Transparence]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/82717/#p82717" />
			<content type="html"><![CDATA[<p>OK so from other posts, I get that the sd card reader, isn&#039;t easily enabled because see below. My question is why don&#039;t we use one of the free pins like pin 14 or 13 with a jumpper?? IN MY CASE I DON HAVE PINS ON MY E-ENDSTOP so adding a jumper wouldn&#039;t&nbsp; be any more difficult :<br />&quot;PRINTRBOARD SD CARD &amp; BOOT-UP FIX</p><p>I had some trouble using the PrintrBoard’s built in SD card reader using Marlin firmware. I also had an issue with the Y-endstop, which I thought was unrelated, as the board would not boot if the Y-endstop was pressed (ie. if the bed was homed). The only help I found was from Lincomatic’s blog again but this time in a comment from “RustyPaint”, found here.</p><p>The issue is that the pin used by the Y-endstop is connected to the SS pin of the processor. So if the Y-endstop is closed it interrupts the SPI bus which the processor uses to talk to the SD card. The conflict also causes the board not to boot if the Y-endstop if pressed.</p><p>So the work around is that you disconnect the Y-endstop from the PrintrBoard and plug it in to the free Emergency endstop pins. You must then also configure the firmware to look at the E-stop pins instead of the Y-stop.</p><p>In pins.h, within the Marlin firmware, change line 918 from:</p><p>#define Y_MIN_PIN 20</p><p>to</p><p>#define Y_MIN_PIN 37</p><p>This solved the booting problem and now I can print from an SD card.</p><p>(Update: Just make sure your file name is a maximum of 8 characters long and the extension is a maximum of 3 characters. For example “Myprint1.g”)</p><p>Thanks to Nicolas Vicuña for pushing me to find a fix and help testing it.&quot;</p>]]></content>
			<author>
				<name><![CDATA[lueman]]></name>
				<uri>https://www.soliforum.com/user/6048/</uri>
			</author>
			<updated>2015-02-01T15:30:09Z</updated>
			<id>https://www.soliforum.com/post/82717/#p82717</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Solidoodle Transparence]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/39570/#p39570" />
			<content type="html"><![CDATA[<p>Actually the whole process of creating a bootable SD card may well be a bridge too far for some users. It&#039;s just fiddly and although someone who has been around computers/gadgets and tech for a time will find it easy enough, it&#039;s not going to be so straightforward to everyone.</p><p>So a ready to go , nothing more to do kit is always going to have a market. Even if it&#039;s just for the time challenged!</p>]]></content>
			<author>
				<name><![CDATA[Gomisan]]></name>
				<uri>https://www.soliforum.com/user/2861/</uri>
			</author>
			<updated>2013-10-22T00:28:08Z</updated>
			<id>https://www.soliforum.com/post/39570/#p39570</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Solidoodle Transparence]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/39560/#p39560" />
			<content type="html"><![CDATA[<p>Someone just needs to upload a disk image file - iso or dmg. DD it to your SD card, off you go. No need for selling anything.</p>]]></content>
			<author>
				<name><![CDATA[elmoret]]></name>
				<uri>https://www.soliforum.com/user/221/</uri>
			</author>
			<updated>2013-10-21T21:59:58Z</updated>
			<id>https://www.soliforum.com/post/39560/#p39560</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Solidoodle Transparence]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/39549/#p39549" />
			<content type="html"><![CDATA[<p>Someone should put together kits, with the software pre-installed. The Pi route would be so much better if it did not involve all of the pre-programming.</p>]]></content>
			<author>
				<name><![CDATA[Hazer]]></name>
				<uri>https://www.soliforum.com/user/2747/</uri>
			</author>
			<updated>2013-10-21T20:45:39Z</updated>
			<id>https://www.soliforum.com/post/39549/#p39549</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Solidoodle Transparence]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/39519/#p39519" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>wire10ga wrote:</cite><blockquote><p>+1 for install notes for Pi</p></blockquote></div><p>Would you guys be interested in a combo/Solidoodle+pi package? </p><p>We couldn&#039;t sell the pi&#039;s at the same price as some other retailers, but it might be a cool package for some folks.</p>]]></content>
			<author>
				<name><![CDATA[solijohn]]></name>
				<uri>https://www.soliforum.com/user/7/</uri>
			</author>
			<updated>2013-10-21T18:07:50Z</updated>
			<id>https://www.soliforum.com/post/39519/#p39519</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Solidoodle Transparence]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/39210/#p39210" />
			<content type="html"><![CDATA[<p>+1 for install notes for Pi</p>]]></content>
			<author>
				<name><![CDATA[wire10ga]]></name>
				<uri>https://www.soliforum.com/user/134/</uri>
			</author>
			<updated>2013-10-17T17:38:06Z</updated>
			<id>https://www.soliforum.com/post/39210/#p39210</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Solidoodle Transparence]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/39189/#p39189" />
			<content type="html"><![CDATA[<p>Thanks for the suggestion of the Raspberry Pi.&nbsp; It is now on order.&nbsp; I&#039;ll be hunting for the suggested guidance soon.<br />form your brief notes, it looks like &#039;repeater server&#039;&nbsp; is installed on the Raspberry Pi.</p>]]></content>
			<author>
				<name><![CDATA[RikyDrake]]></name>
				<uri>https://www.soliforum.com/user/3619/</uri>
			</author>
			<updated>2013-10-17T13:02:19Z</updated>
			<id>https://www.soliforum.com/post/39189/#p39189</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Solidoodle Transparence]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/38895/#p38895" />
			<content type="html"><![CDATA[<p>+1 for pi</p>]]></content>
			<author>
				<name><![CDATA[TahoeTim]]></name>
				<uri>https://www.soliforum.com/user/3280/</uri>
			</author>
			<updated>2013-10-14T12:59:51Z</updated>
			<id>https://www.soliforum.com/post/38895/#p38895</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Solidoodle Transparence]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/38866/#p38866" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>RikyDrake wrote:</cite><blockquote><p>As an owner and user of an SD3 I would like to upgrade my machine to be able to run from an SD card and LCD screen.&nbsp; I have been watching the forums for this subject and felt that it was appropriate to speak up and lend my support for this upgrade.</p><p>I need to run my printer remotely from my main computer, so i now use a second computer and a USB thumb drive to transfer Gcode files.&nbsp; </p><p>Having the SD card option available would allow for much more portable printing when doing demonstrations for the public.</p><p>Thanks for a way cool product .&nbsp; RikyD</p></blockquote></div><p>Just do what i did, and i am not the first one to do it:<br />buy raspberry pi version B and mount it on the back next to controller pcb<br />install rasbian linux on raspbery pi<br />Install/configure repetier server for linux</p><p>now you can upload gcode via network and have printer work without separate pc.</p>]]></content>
			<author>
				<name><![CDATA[pcm81]]></name>
				<uri>https://www.soliforum.com/user/1923/</uri>
			</author>
			<updated>2013-10-14T04:14:34Z</updated>
			<id>https://www.soliforum.com/post/38866/#p38866</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Solidoodle Transparence]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/38426/#p38426" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>lawsy wrote:</cite><blockquote><div class="quotebox"><cite>solidoodlesupport wrote:</cite><blockquote><p>We&#039;ve been pretty clear about not supporting the SD card.</p></blockquote></div><p>Where?</p><p>On your blog and your announcement here I can find these and no mention:</p><p><a href="http://www.solidoodle.com/2013/06/new-solidoodle-board-and-cover/">http://www.solidoodle.com/2013/06/new-s … and-cover/</a></p><p><a href="http://www.solidoodle.com/solidoodle-motherboard-source-files-and-firmware/">http://www.solidoodle.com/solidoodle-mo … -firmware/</a></p><p><a href="http://www.soliforum.com/topic/2789/solidoodle-starts-shipping-our-new-motherboard/">http://www.soliforum.com/topic/2789/sol … therboard/</a></p></blockquote></div><p>&quot;For the tinkerers wanting to do modifications, the new motherboard also has spots for expansion headers, SD card reading, and a g-code-controlled fan.&quot;</p><p>I.e we do not support it by default.&nbsp; Notice that we do not sell LCD screens or SD cards in our store. Several other 3D printing companies who use marlin (who I wont mention) have disabled the SD card reader by default for reasons of reliability. Since we do not support the SD card, we cannot say whether or not it will work reliably. That makes us feel iffy about enabling it by default. </p><p>Just to be clear: We did not switch to the Solidoodle motherboard with SD card support in mind. It&#039;s just an added bonus. </p><p>configuration.h<br /></p><div class="codebox"><pre><code>//#define SDSUPPORT // Enable SD Card Support in Hardware Console</code></pre></div><p><a href="http://wiki.solidoodle.com/update-firmware">http://wiki.solidoodle.com/update-firmware</a></p><p>You should try uncommenting this and recompiling the firmware. </p><p><a href="http://forums.reprap.org/read.php?1,146740,146740">http://forums.reprap.org/read.php?1,146740,146740</a><br /><a href="http://www.printrbottalk.com/forum/viewtopic.php?f=15&amp;t=1215">http://www.printrbottalk.com/forum/view … amp;t=1215</a></p><p> there is a decent bit of conversation on how to do it here. I&#039;ll try and bring an SD card in to the office tomorrow to confirm, but hypothetically it should just work. I can&#039;t say we&#039;ll have time to test the card&#039;s functionality in thorough and systematic way. I can&#039;t say that I will be able to work on an LCD screen at any time in the near future. </p><p>If it works ok out of the gate, we may consider enabling it by default in the future, but experiences we&#039;ve seen in other parts of the 3D printing world make me feel that things may be a bit buggy to start with.</p>]]></content>
			<author>
				<name><![CDATA[solijohn]]></name>
				<uri>https://www.soliforum.com/user/7/</uri>
			</author>
			<updated>2013-10-08T14:49:51Z</updated>
			<id>https://www.soliforum.com/post/38426/#p38426</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Solidoodle Transparence]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/38414/#p38414" />
			<content type="html"><![CDATA[<p>As an owner and user of an SD3 I would like to upgrade my machine to be able to run from an SD card and LCD screen.&nbsp; I have been watching the forums for this subject and felt that it was appropriate to speak up and lend my support for this upgrade.</p><p>I need to run my printer remotely from my main computer, so i now use a second computer and a USB thumb drive to transfer Gcode files.&nbsp; </p><p>Having the SD card option available would allow for much more portable printing when doing demonstrations for the public.</p><p>Thanks for a way cool product .&nbsp; RikyD</p>]]></content>
			<author>
				<name><![CDATA[RikyDrake]]></name>
				<uri>https://www.soliforum.com/user/3619/</uri>
			</author>
			<updated>2013-10-08T12:28:54Z</updated>
			<id>https://www.soliforum.com/post/38414/#p38414</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Solidoodle Transparence]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/38396/#p38396" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>solidoodlesupport wrote:</cite><blockquote><p>We&#039;ve been pretty clear about not supporting the SD card.</p></blockquote></div><p>Where?</p><p>On your blog and your announcement here I can find these and no mention:</p><p><a href="http://www.solidoodle.com/2013/06/new-solidoodle-board-and-cover/">http://www.solidoodle.com/2013/06/new-s … and-cover/</a></p><p><a href="http://www.solidoodle.com/solidoodle-motherboard-source-files-and-firmware/">http://www.solidoodle.com/solidoodle-mo … -firmware/</a></p><p><a href="http://www.soliforum.com/topic/2789/solidoodle-starts-shipping-our-new-motherboard/">http://www.soliforum.com/topic/2789/sol … therboard/</a></p>]]></content>
			<author>
				<name><![CDATA[lawsy]]></name>
				<uri>https://www.soliforum.com/user/51/</uri>
			</author>
			<updated>2013-10-08T00:47:45Z</updated>
			<id>https://www.soliforum.com/post/38396/#p38396</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Solidoodle Transparence]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/38377/#p38377" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>solidoodlesupport wrote:</cite><blockquote><p>We&#039;ve been pretty clear about not supporting the SD card.</p></blockquote></div><p>SD = Solidoodle.</p>]]></content>
			<author>
				<name><![CDATA[elmoret]]></name>
				<uri>https://www.soliforum.com/user/221/</uri>
			</author>
			<updated>2013-10-07T20:58:02Z</updated>
			<id>https://www.soliforum.com/post/38377/#p38377</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Solidoodle Transparence]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/38376/#p38376" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>elmoret wrote:</cite><blockquote><div class="quotebox"><cite>solidoodlesupport wrote:</cite><blockquote><p>Now Ian brought it to my attention that the SD2 and SD3 have their SD card readers disabled by default. Would it be preferable if we left the cards enabled by default in future versions of the firmware?</p></blockquote></div><p>Why does a user have to bring it to your attention that a portion of your product is disabled by default? That&#039;s the type of thing that frustrates SD users.</p></blockquote></div><p>We&#039;ve been pretty clear about not supporting the SD card.</p>]]></content>
			<author>
				<name><![CDATA[solijohn]]></name>
				<uri>https://www.soliforum.com/user/7/</uri>
			</author>
			<updated>2013-10-07T20:35:37Z</updated>
			<id>https://www.soliforum.com/post/38376/#p38376</id>
		</entry>
</feed>
