<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — Im having some problems with .1mm printing]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/759/" />
	<updated>2013-03-22T16:10:57Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/759/im-having-some-problems-with-1mm-printing/</id>
		<entry>
			<title type="html"><![CDATA[Re: Im having some problems with .1mm printing]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/17334/#p17334" />
			<content type="html"><![CDATA[<p>Any new info on this problem? I&#039;ve had my SD2 since OCT of last year and I have yet to be able to print in high res with acceptable results. I see others doing it. So I don&#039;t understand why I cant? Is SD support even still working on this issue?</p>]]></content>
			<author>
				<name><![CDATA[Jonathan]]></name>
				<uri>https://www.soliforum.com/user/22/</uri>
			</author>
			<updated>2013-03-22T16:10:57Z</updated>
			<id>https://www.soliforum.com/post/17334/#p17334</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Im having some problems with .1mm printing]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/15007/#p15007" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>solidoodlesupport wrote:</cite><blockquote><div class="quotebox"><cite>tealvince wrote:</cite><blockquote><p>Another idea:&nbsp; Since the banding is periodic, why not just cancel it out in the gcode?&nbsp; I&#039;d like to see this as a feature in Slic3r, but in the meantime here is a simple command line perl script that should do the trick once you experiment to find the proper displacement and phase values to cancel out:</p><div class="codebox"><pre><code>#!/usr/bin/perl

if ($#ARGV lt 1) {
print &quot;$#ARGV USAGE: wiggle &lt;infile&gt; &lt;outfile&gt; &lt;max displacement (0-1.0)&gt; &lt;phase (0-1.0)&gt; [&lt;peak-to-peak spacing (mm)&gt;]\n&quot;;
        exit;
}

$pi = 3.14159;
$displacement = 0.5;
$phase = 0.0;
$spacing = 25.4 / 18;

if ($ARGV[2] &gt; 0 &amp;&amp; $ARGV[2] &lt;= 1.0) {
        $displacement = $ARGV[2];
}
if ($ARGV[3] &gt; 0 &amp;&amp; $ARGV[3] &lt;= 1.0) {
        $phase = $ARGV[3];
}
if ($ARGV[4] &gt; 0) {
        $spacing = $ARGV[4];
}

open(INFILE, &quot;&lt;$ARGV[0]&quot;) || exit;
open(OUTFILE, &quot;&gt;$ARGV[1]&quot;) || exit;

while(&lt;INFILE&gt;) {
        if (m/(G1 Z)(\d+[.]\d*)(.*)$/) {
                $val = $2 + $displacement * 0.1 * sin(2.0 * $pi * ($phase + $2 / $spacing));
                $_ = &quot;$1$val$3\n&quot;;
        }
        print OUTFILE $_;
}

close(INFILE);
close(OUTFILE);</code></pre></div></blockquote></div><p>Very nice! If this works we will put it on Solidoodle Github, or package it with out software. </p><p>While we wont give away most of our research in to the topic, banding can be caused by interactions between the rod itself, the rods threads, the rods internal boring, the Z-motor, the rods connection to the Z-motor, and the Z-motors connection to the Solidoodle. The problem doesn&#039;t manifest from the same circumstances Solidoodle to Solidoodle. We&#039;ve tried a few things with good results, but the issue (as always) is cost. There are definite tried and true solutions to this issue, but they are typically expensive and would take us away from our mission to provide the printer at a reasonable figure for consumers.</p><p>That said, given sufficient demand we could consider putting some more expensive solutions in our store as &quot;upgrade&quot; options. We&#039;ve shied away from this since we do not want to give the impression that you need to get an upgrade to make the Solidoodle work correctly in the first place. What we&#039;d really like is a solution that makes the $499 base model work without banding each and every time - we don&#039;t want to have to increase the price. That said, who knows - if there is sufficient demand we&#039;d be open to offering wobble reducing solutions in the store. </p><p>Regards,<br />John</p></blockquote></div><br /><p>Curious, you say &quot;While we wont give away most of our research into the topic&quot; you will also use this guys work to your advantage and package it out with your software.</p><p>That kinda sucks..... <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[Diecrusher]]></name>
				<uri>https://www.soliforum.com/user/116/</uri>
			</author>
			<updated>2013-03-04T18:20:20Z</updated>
			<id>https://www.soliforum.com/post/15007/#p15007</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Im having some problems with .1mm printing]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/14962/#p14962" />
			<content type="html"><![CDATA[<p>I found a 5/16 18tpi nut in Sweden.<br />Just called a biker-store, since the deal with US-parts.</p><p>The big warehouses don&#039;t have it.</p>]]></content>
			<author>
				<name><![CDATA[Kvirre]]></name>
				<uri>https://www.soliforum.com/user/207/</uri>
			</author>
			<updated>2013-03-04T11:10:26Z</updated>
			<id>https://www.soliforum.com/post/14962/#p14962</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Im having some problems with .1mm printing]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/14955/#p14955" />
			<content type="html"><![CDATA[<p>I have now are completely useless two 5/16 18 nuts that I bought at ebay (because here unreal to buy inch standard) and with the same problem.<br />I printed out on a SD nut without the&nbsp; thread, soften it in acetone, clocked up the threads and so left for the night. So I came out of this situation.</p>]]></content>
			<author>
				<name><![CDATA[3D_UA]]></name>
				<uri>https://www.soliforum.com/user/683/</uri>
			</author>
			<updated>2013-03-04T09:50:41Z</updated>
			<id>https://www.soliforum.com/post/14955/#p14955</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Im having some problems with .1mm printing]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/14953/#p14953" />
			<content type="html"><![CDATA[<p>I had the same problem!!<br />The nut got stuck in the same position and I thought it was some irregularity with the rod.<br />Spent several hours grinding the top-end.</p><p>This should surely be mentioned in the wiki .....</p>]]></content>
			<author>
				<name><![CDATA[Kvirre]]></name>
				<uri>https://www.soliforum.com/user/207/</uri>
			</author>
			<updated>2013-03-04T09:36:16Z</updated>
			<id>https://www.soliforum.com/post/14953/#p14953</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Im having some problems with .1mm printing]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/14948/#p14948" />
			<content type="html"><![CDATA[<p>I&#039;m in aus and I got mine from bunnings for like 40c. So you should be able to get one from somewhere similar - like a DIY warehouse place.</p>]]></content>
			<author>
				<name><![CDATA[pretenda]]></name>
				<uri>https://www.soliforum.com/user/231/</uri>
			</author>
			<updated>2013-03-04T08:31:16Z</updated>
			<id>https://www.soliforum.com/post/14948/#p14948</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Im having some problems with .1mm printing]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/14946/#p14946" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>mm2tts wrote:</cite><blockquote><p>The rod is not metric. 5/16 18tpi.</p></blockquote></div><p>And where do I get ONE non-metric nut? <img src="https://www.soliforum.com/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></content>
			<author>
				<name><![CDATA[digiprint]]></name>
				<uri>https://www.soliforum.com/user/364/</uri>
			</author>
			<updated>2013-03-04T08:03:45Z</updated>
			<id>https://www.soliforum.com/post/14946/#p14946</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Im having some problems with .1mm printing]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/14933/#p14933" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>digiprint wrote:</cite><blockquote><p>7mm.</p></blockquote></div><p>There&#039;s your problem!</p>]]></content>
			<author>
				<name><![CDATA[elmoret]]></name>
				<uri>https://www.soliforum.com/user/221/</uri>
			</author>
			<updated>2013-03-04T04:09:05Z</updated>
			<id>https://www.soliforum.com/post/14933/#p14933</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Im having some problems with .1mm printing]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/14926/#p14926" />
			<content type="html"><![CDATA[<p>The rod is not metric. 5/16 18tpi.</p>]]></content>
			<author>
				<name><![CDATA[mm2tts]]></name>
				<uri>https://www.soliforum.com/user/356/</uri>
			</author>
			<updated>2013-03-04T01:52:56Z</updated>
			<id>https://www.soliforum.com/post/14926/#p14926</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Im having some problems with .1mm printing]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/14899/#p14899" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>elmoret wrote:</cite><blockquote><p>What thread is the nut?</p></blockquote></div><p>7mm. Should fit on the rod.</p>]]></content>
			<author>
				<name><![CDATA[digiprint]]></name>
				<uri>https://www.soliforum.com/user/364/</uri>
			</author>
			<updated>2013-03-03T21:46:11Z</updated>
			<id>https://www.soliforum.com/post/14899/#p14899</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Im having some problems with .1mm printing]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/14895/#p14895" />
			<content type="html"><![CDATA[<p>What thread is the nut?</p>]]></content>
			<author>
				<name><![CDATA[elmoret]]></name>
				<uri>https://www.soliforum.com/user/221/</uri>
			</author>
			<updated>2013-03-03T21:23:06Z</updated>
			<id>https://www.soliforum.com/post/14895/#p14895</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Im having some problems with .1mm printing]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/14885/#p14885" />
			<content type="html"><![CDATA[<p>I tried to add a nut to my z-axis but the nut is stuck and won&#039;t move down.<br />What&#039;s my problem?</p>]]></content>
			<author>
				<name><![CDATA[digiprint]]></name>
				<uri>https://www.soliforum.com/user/364/</uri>
			</author>
			<updated>2013-03-03T16:37:36Z</updated>
			<id>https://www.soliforum.com/post/14885/#p14885</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Im having some problems with .1mm printing]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/14757/#p14757" />
			<content type="html"><![CDATA[<p>Well, I did two things.<br />1. Withdrew Z-motor with axis and manually arched axis so that the beat at the end from 4-5 millimeters turned in 1-2 millimeters.<br />2. Ordered in workshop metal plate thickness 4 mm, with 4 holes drilled for the motor&#039;s bolts and a few more - for attachment to the bottom of the printer. When the axis is spun, the motor attached to the bottom of the printer, curved with him, since the thickness of the bottom is very thin. Now the metal plate prevents the motor moves.<br />So I solved this problem, almost 9 out of 10.</p>]]></content>
			<author>
				<name><![CDATA[3D_UA]]></name>
				<uri>https://www.soliforum.com/user/683/</uri>
			</author>
			<updated>2013-03-02T07:11:16Z</updated>
			<id>https://www.soliforum.com/post/14757/#p14757</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Im having some problems with .1mm printing]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/14748/#p14748" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Jonathan wrote:</cite><blockquote><p>Any news yet?</p></blockquote></div><p>Can the z-axis design be improved upon?&nbsp; Certainly, but this type of artifacting seems completely common for other printers in this class, so I don&#039;t think SD necessarily needs to do anything to their hardware.&nbsp; Besides, with the latest firmware you can simply calibrate your printer to eliminate the banding, so IMHO this is a solved issue:</p><p><a href="http://www.soliwiki.com/Calibration_of_the_Z_wobble">http://www.soliwiki.com/Calibration_of_the_Z_wobble</a></p>]]></content>
			<author>
				<name><![CDATA[tealvince]]></name>
				<uri>https://www.soliforum.com/user/676/</uri>
			</author>
			<updated>2013-03-02T06:35:07Z</updated>
			<id>https://www.soliforum.com/post/14748/#p14748</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Im having some problems with .1mm printing]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/14689/#p14689" />
			<content type="html"><![CDATA[<p>Any news yet?</p>]]></content>
			<author>
				<name><![CDATA[Jonathan]]></name>
				<uri>https://www.soliforum.com/user/22/</uri>
			</author>
			<updated>2013-03-01T21:53:33Z</updated>
			<id>https://www.soliforum.com/post/14689/#p14689</id>
		</entry>
</feed>
