<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[SoliForum - 3D Printing Community — What is with the units confusion?]]></title>
		<link>https://www.soliforum.com/topic/3746/what-is-with-the-units-confusion/</link>
		<atom:link href="https://www.soliforum.com/feed/rss/topic/3746/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in What is with the units confusion?.]]></description>
		<lastBuildDate>Sun, 01 Sep 2013 13:58:40 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: What is with the units confusion?]]></title>
			<link>https://www.soliforum.com/post/34861/#p34861</link>
			<description><![CDATA[<p>I not using pronterface specifically, I&#039;m using everything I can find while playing around with software and waiting for the printer, but I&#039;m still really curious what the heck it is trying to tell me with those strange messages :-).</p>]]></description>
			<author><![CDATA[null@example.com (Claghorn)]]></author>
			<pubDate>Sun, 01 Sep 2013 13:58:40 +0000</pubDate>
			<guid>https://www.soliforum.com/post/34861/#p34861</guid>
		</item>
		<item>
			<title><![CDATA[Re: What is with the units confusion?]]></title>
			<link>https://www.soliforum.com/post/34842/#p34842</link>
			<description><![CDATA[<p>Why are you using pronterface? Get the RH/slic3r package from solidoodles website. Consider pronterface deprecated.</p>]]></description>
			<author><![CDATA[null@example.com (2n2r5)]]></author>
			<pubDate>Sun, 01 Sep 2013 05:57:00 +0000</pubDate>
			<guid>https://www.soliforum.com/post/34842/#p34842</guid>
		</item>
		<item>
			<title><![CDATA[Re: What is with the units confusion?]]></title>
			<link>https://www.soliforum.com/post/34835/#p34835</link>
			<description><![CDATA[<p>I think I see what it going on. The dimension netfabb calls height is indeed 1 inch if you scale by 25.4, I&#039;m afraid I was inexactly thinking of the dimension that I&#039;d call height when viewing the printed logo with the letters upright in reading position - very fuzzy of me :-). That&#039;s the dimension netfabb calls width, so to make width 1 inch, I really do need to scale by 5.08.</p><p>Anyway, I still have no idea what pronterface is telling me with all &quot;the print goes from&quot; messages at the end of the log. I hope it isn&#039;t saying it is going to try to start printing with the extruder 200mm below the print bed :-).</p>]]></description>
			<author><![CDATA[null@example.com (Claghorn)]]></author>
			<pubDate>Sun, 01 Sep 2013 04:59:39 +0000</pubDate>
			<guid>https://www.soliforum.com/post/34835/#p34835</guid>
		</item>
		<item>
			<title><![CDATA[Re: What is with the units confusion?]]></title>
			<link>https://www.soliforum.com/post/34830/#p34830</link>
			<description><![CDATA[<p>when I export the above code with 25.4 scale I get exactly 1&quot; high letters in Netfabb and RH<br />When I export your unscaled model, I get 1mm high... which is why I said take the whole thing 25.4</p><p>Or export it unscaled, and scale it 25.4 in RepetierHost/Pronterface....</p><p>*shrug*</p>]]></description>
			<author><![CDATA[null@example.com (adrian)]]></author>
			<pubDate>Sun, 01 Sep 2013 03:00:24 +0000</pubDate>
			<guid>https://www.soliforum.com/post/34830/#p34830</guid>
		</item>
		<item>
			<title><![CDATA[Re: What is with the units confusion?]]></title>
			<link>https://www.soliforum.com/post/34829/#p34829</link>
			<description><![CDATA[<p>I&#039;m more concerned with strange log messages at the end of the pronterface log talking about &quot;print size&quot; and saying things about the print going from -200mm to 30mm. I don&#039;t have any idea what the heck it is trying to say there. Earlier in the log it talks about where the extrusion will start and stop and gives perfectly sane dimensions, so I don&#039;t know what the devil it is talking about at the end :-).</p><p>I&#039;ve added some sample log messages to the end of my web page.</p><div class="quotebox"><blockquote><p>scale([25.4,25.4,25.4]) tah();</p></blockquote></div><p>I think that will make it 5 inches high, since the whole &quot;tah&quot; object is already 5 mm high. The 5.08 number is the scale I need to make a 5mm object be 1 inch.</p>]]></description>
			<author><![CDATA[null@example.com (Claghorn)]]></author>
			<pubDate>Sun, 01 Sep 2013 02:56:46 +0000</pubDate>
			<guid>https://www.soliforum.com/post/34829/#p34829</guid>
		</item>
		<item>
			<title><![CDATA[Re: What is with the units confusion?]]></title>
			<link>https://www.soliforum.com/post/34824/#p34824</link>
			<description><![CDATA[<p>The unit values in openscad, like most modelers, are &#039;unitless&#039;... meaning they are only relevant in respect to one another within that specific model.<br />STL Units are also &#039;unitless&#039;<br />When you export them, any Slic3r software or equivalent, will interpret the units as millimeters (3D printing, like the rest of the world besides the US, Liberia and Burma, use Metric Units or SI Units...)</p><p>Scaling it by 5.08 - well.. not sure what you wanted here... basically, you would be best off making them 25.4 &#039;units&#039; high in the first place, which converts perfectly to 1&quot; in repetier....</p><p>So yeah.. learn to live with Metric like the rest of the world.. and just model in mm&#039;s ... then you have no issues moving between STL, OpenSCAD, Sketchup and RepetierHost/Slic3r.... with or without Units&nbsp; <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Heres the OpenScad to give you 1&quot; high letters in Repetier Host:<br /></p><div class="codebox"><pre><code>// A silly little logo I can make out of my initials (T.A.H.)
// rendered in 3d. (My first openscad design :-).
//
// Tom Horsley - Aug 30, 2013
//
module tah()
{
   union() {
      translate([0,4,0]) cube([4,1,1]);
      translate([1,2,0]) cube([5,1,1]);
      translate([1,0,0]) cube([1,5,1]);
      translate([3,0,0]) cube([1,5,1]);
      translate([5,0,0]) cube([1,5,1]);
   }
}

scale([25.4,25.4,25.4]) tah();</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (adrian)]]></author>
			<pubDate>Sun, 01 Sep 2013 02:37:29 +0000</pubDate>
			<guid>https://www.soliforum.com/post/34824/#p34824</guid>
		</item>
		<item>
			<title><![CDATA[What is with the units confusion?]]></title>
			<link>https://www.soliforum.com/post/34803/#p34803</link>
			<description><![CDATA[<p>Playing with various bits of software while waiting for my printer to arrive.</p><p>I finally found the openscad docs that tell me the default units are millimeters, so I designed a little logo to print that is 5 mm high and scaled it up by a factor of 5.08 to make it come out 1 inch high.</p><p>Then I export the .stl and run it through pronterface and I get all these log messages describing the print as something like 190 by 230 mm (which is lots bigger than an inch :-), so what gives here?</p><p>Let&#039;s see if I can post a link yet: <a href="http://home.comcast.net/~tomhorsley/hardware/solidoodle/solidoodle.html">http://home.comcast.net/~tomhorsley/har … oodle.html</a></p>]]></description>
			<author><![CDATA[null@example.com (Claghorn)]]></author>
			<pubDate>Sat, 31 Aug 2013 21:15:04 +0000</pubDate>
			<guid>https://www.soliforum.com/post/34803/#p34803</guid>
		</item>
	</channel>
</rss>
