<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>delta patterning on vertical surfaces</title>
        <description> Hi!
I own anycubic kossel plus. This one is originally based on trigorilla board (merged mega+ramps). The only upgrade I made, I&#039;ve installed 2208 drivers for silent operation. When I print vertical surfaces I often notice geometric patterns on the walls. This patterns are reproducible by printing same g-code again. My assumption is this is because of 8-bit board math vs complex delta kinematic.
My questions to the community are:
1. is my assumption correct (8-bit board math vs complex delta kinematic)
2. has anyone tried to fix it with ARM-based boards (e.g. reARM+ramps)
Thanks in advance!

[attachment 112628 69255333_10219472511434191_3127040545755496448_n.jpg]
on facebook</description>
        <link>https://reprap.org/forum/read.php?178,858739,858739#msg-858739</link>
        <lastBuildDate>Fri, 10 Jul 2026 21:45:29 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?178,858739,859264#msg-859264</guid>
            <title>Re: delta patterning on vertical surfaces</title>
            <link>https://reprap.org/forum/read.php?178,858739,859264#msg-859264</link>
            <description><![CDATA[ Looks like I looked at SD6128 in the past and it is probably good: [<a href="https://reprap.org/forum/read.php?178,759228,762026#msg-762026" target="_blank" >reprap.org</a>]]]></description>
            <dc:creator>hercek</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Wed, 11 Sep 2019 14:38:34 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,858739,859215#msg-859215</guid>
            <title>Re: delta patterning on vertical surfaces</title>
            <link>https://reprap.org/forum/read.php?178,858739,859215#msg-859215</link>
            <description><![CDATA[ @redscorp:<br />
I do not know the "stepper protector" so I do not know whether it can help. If you have a link to the schematic of the "protector" then I can look at it and give you some feedback.<br />
<br />
A4988 drivers are in the mixed decay mode by default. The wrong kind of mixed decay where one whole microstepping quadrant is in slow decay. That leads to big position errors when a (low resistance) stepper is driven slowly. See this post to fix A4988 stepper drivers: [<a href="https://reprap.org/forum/read.php?178,759228,761263#msg-761263" target="_blank" >reprap.org</a>]<br />
If the post itself is not enough then read the whole thread. There are some links from there for more information.<br />
<br />
I do not recall anything about TMC2208. I would need to read the datasheet.<br />
<br />
@Gadgetman:<br />
I do not know anything about SD6128. I would need to read the datasheet.<br />
Notice that "mixed decay" often refers to wrong kind of mixed decay where the chip is slow decay in the quadrant when the current is rising and fast decay in the quadrant when current is falling. That is not useful for 3d printers which need precise position at very low speeds. You need more advanced "mixed decay" where most of the PWM period is in slow decay but each PWM period has a fast decay portion as long as the blanking time. DC42 uses such a stepper driver in his duet board which can do this "advanced mixed decay". He may give more feedback what his stepper drivers do.]]></description>
            <dc:creator>hercek</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 10 Sep 2019 16:39:29 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,858739,859212#msg-859212</guid>
            <title>Re: delta patterning on vertical surfaces</title>
            <link>https://reprap.org/forum/read.php?178,858739,859212#msg-859212</link>
            <description><![CDATA[ [<a href="http://www.panucatt.com/product_p/sd6128.htm" target="_blank"  rel="nofollow">www.panucatt.com</a>]<br />
<br />
These are the ones I'm using, and they default to 'Mixed decay', but just by adding a tiny blob it will switch to Fast Decay.<br />
<br />
They're a bit more expensive than the regular Polulus, but they can do 1/128 microstepping and 2.2A, and even has a chip with the heat dissipation pad on top, so it's easy to mount the heatsink correctly. (A lot of drivers use chips with the pad on the bottom, but still place the heat sink on top.)<br />
They're available as both 'regular'(requires power tuning using a screwdriver) or SPI(done digitally on boards that support it)<br />
<br />
Other drivers may also have a switching feature. Check their documentation.]]></description>
            <dc:creator>Gadgetman</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 10 Sep 2019 15:46:16 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,858739,859203#msg-859203</guid>
            <title>Re: delta patterning on vertical surfaces</title>
            <link>https://reprap.org/forum/read.php?178,858739,859203#msg-859203</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>hercek</strong><br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>redscorp</strong><br />
If this is not a 8-bit math, can it be stepper/driver precision problem. Will activation of 1/256 steps on 2208-UART solve/reduce this kind of effects?</div></blockquote>
A common cause of imprecise movement at low speeds/accelerations is bad stepper driver / stepper combination. Typically, the problem is slow decay mode of a "dump" stepper driver with high inductance and low resistance stepper. If you suspect this is your problem then:<ul><li> changing microstepping will not help; it is unrelated</li><li> switch to fast decay mode (or some more advanced mode doing both fast and slow decay at the same time) will help; this means a bit nosier printer</li><li> adding a ballast resistor or diodes will help; this means more wasted energy</li></ul></div></blockquote>
<br />
Do you men something like <a href="https://www.amazon.de/Laliva-3D-Drucker-TMC2100-Stepstick-Protector/dp/B07KX1GM3Y/ref=sr_1_1?__mk_de_DE=%C3%85M%C3%85%C5%BD%C3%95%C3%91&amp;keywords=stepper+protector&amp;qid=1568139856&amp;s=gateway&amp;sr=8-1" target="_blank"  rel="nofollow">stepper protector</a> can be useful? I thought they are useless crap.<br />
<br />
I can try to switch back to original A4988's to check driver-motor theory, but as I remember people in internet are noticing patterning with A4988's too.<br />
<br />
Will fast decay work with TMC2208 and how to enable it? Will it work lauter in this mode?]]></description>
            <dc:creator>redscorp</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 10 Sep 2019 14:36:33 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,858739,859183#msg-859183</guid>
            <title>Re: delta patterning on vertical surfaces</title>
            <link>https://reprap.org/forum/read.php?178,858739,859183#msg-859183</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>redscorp</strong><br />
External walls are printing on 30 mm/s. Segments are configured on 100</div></blockquote>
You can go with segments per second down to 40.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>redscorp</strong><br />
I've noticed some wobble in my printing heard this could cause this kind of effects.</div></blockquote>
Well, it is a kind of backslash. Or behaves similarly.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>redscorp</strong><br />
If this is not a 8-bit math, can it be stepper/driver precision problem. Will activation of 1/256 steps on 2208-UART solve/reduce this kind of effects?</div></blockquote>
A common cause of imprecise movement at low speeds/accelerations is bad stepper driver / stepper combination. Typically, the problem is slow decay mode of a "dump" stepper driver with high inductance and low resistance stepper. If you suspect this is your problem then:<ul><li> changing microstepping will not help; it is unrelated</li><li> switch to fast decay mode (or some more advanced mode doing both fast and slow decay at the same time) will help; this means a bit nosier printer</li><li> adding a ballast resistor or diodes will help; this means more wasted energy</li></ul>]]></description>
            <dc:creator>hercek</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 10 Sep 2019 08:51:09 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,858739,859180#msg-859180</guid>
            <title>Re: delta patterning on vertical surfaces</title>
            <link>https://reprap.org/forum/read.php?178,858739,859180#msg-859180</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>dc42</strong><br />
Axis microstepping greater than x16 doesn't usually improve print quality, but it does make the printer quieter.  Some users report that extruder microstepping above x16 can under some conditions slightly improve print quality.</div></blockquote>
<br />
Interesting. Thanks!]]></description>
            <dc:creator>redscorp</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 10 Sep 2019 07:04:04 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,858739,859160#msg-859160</guid>
            <title>Re: delta patterning on vertical surfaces</title>
            <link>https://reprap.org/forum/read.php?178,858739,859160#msg-859160</link>
            <description><![CDATA[ Axis microstepping greater than x16 doesn't usually improve print quality, but it does make the printer quieter.  Some users report that extruder microstepping above x16 can under some conditions slightly improve print quality.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Mon, 09 Sep 2019 20:31:22 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,858739,859142#msg-859142</guid>
            <title>Re: delta patterning on vertical surfaces</title>
            <link>https://reprap.org/forum/read.php?178,858739,859142#msg-859142</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>dc42</strong><br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>redscorp</strong><br />
The Duet WiFi board will not do it for me, because I use diamond hotend which need 3 extruders, which means 6 stepper drivers in total.<br />
Can mentioned RepRapFirmware be ran on MEGAs or re-ARM?</div></blockquote>
<br />
Both the Duet WiFi and Duet Maestro have expansion boards available. For the Duet WiFi and Duet Ethernet there are the DueX2 and DueX5. For the Maestro there is a 2-driver daughter board.<br />
<br />
There is a port of RRF for LPC1768/9 based boards such as re-ARM. But does re-ARM support 6 drivers?</div></blockquote>
<br />
re-ARM/RAMPS does not support 6 extruders natively but I know how to attach them to them.<br />
Thanks for mentioning expansion boards. They are did not jump on me when I've browsed through their web-site. How do 1/256 steps perform on Duets? Dos it improve print quality?]]></description>
            <dc:creator>redscorp</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Mon, 09 Sep 2019 12:45:36 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,858739,859141#msg-859141</guid>
            <title>Re: delta patterning on vertical surfaces</title>
            <link>https://reprap.org/forum/read.php?178,858739,859141#msg-859141</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>hercek</strong><br />
You have some obvious ringing there which is unrelated to 8-bit electronics. You have way too much elasticity in the printer for the speed/acceleration you are using.<br />
<br />
The rest seems to be more like a backslash problem ???<br />
<br />
If you think you have problems with poor performance of your 8bit MCU then just lower segments per second to about 80 and print with speed below 100 mm/s. Or even lower segments per second down to about 40 and maximum speed to about 40 mm/s. Then you can expect segmentation errors at most around 5 µm or about one microstep(*) and even 8bit electronics should handle this easily.<br />
<br />
(*) Assumes printer dimensions about he same as the original Rostock.</div></blockquote>
<br />
I\m printing relatively slow. External walls are printing on 30 mm/s. Segments are configured on 100.<br />
I've noticed some wobble in my printing heard this could cause this kind of effects.<br />
If this is not a 8-bit math, can it be stepper/driver precision problem. Will activation of 1/256 steps on 2208-UART solve/reduce this kind of effects?<br />
<br />
Thanks in advance!]]></description>
            <dc:creator>redscorp</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Mon, 09 Sep 2019 12:35:18 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,858739,858803#msg-858803</guid>
            <title>Re: delta patterning on vertical surfaces</title>
            <link>https://reprap.org/forum/read.php?178,858739,858803#msg-858803</link>
            <description><![CDATA[ You have some obvious ringing there which is unrelated to 8-bit electronics. You have way too much elasticity in the printer for the speed/acceleration you are using.<br />
<br />
The rest seems to be more like a backslash problem ???<br />
<br />
If you think you have problems with poor performance of your 8bit MCU then just lower segments per second to about 80 and print with speed below 100 mm/s. Or even lower segments per second down to about 40 and maximum speed to about 40 mm/s. Then you can expect segmentation errors at most around 5 µm or about one microstep(*) and even 8bit electronics should handle this easily.<br />
<br />
(*) Assumes printer dimensions about he same as the original Rostock.]]></description>
            <dc:creator>hercek</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sun, 01 Sep 2019 17:54:09 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,858739,858772#msg-858772</guid>
            <title>Re: delta patterning on vertical surfaces</title>
            <link>https://reprap.org/forum/read.php?178,858739,858772#msg-858772</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>redscorp</strong><br />
The Duet WiFi board will not do it for me, because I use diamond hotend which need 3 extruders, which means 6 stepper drivers in total.<br />
Can mentioned RepRapFirmware be ran on MEGAs or re-ARM?</div></blockquote>
<br />
Both the Duet WiFi and Duet Maestro have expansion boards available. For the Duet WiFi and Duet Ethernet there are the DueX2 and DueX5. For the Maestro there is a 2-driver daughter board.<br />
<br />
There is a port of RRF for LPC1768/9 based boards such as re-ARM. But does re-ARM support 6 drivers?]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sun, 01 Sep 2019 01:50:36 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,858739,858747#msg-858747</guid>
            <title>Re: delta patterning on vertical surfaces</title>
            <link>https://reprap.org/forum/read.php?178,858739,858747#msg-858747</link>
            <description><![CDATA[ The Duet WiFi board will not do it for me, because I use diamond hotend which need 3 extruders, which means 6 stepper drivers in total.<br />
Can mentioned RepRapFirmware be ran on MEGAs or re-ARM?]]></description>
            <dc:creator>redscorp</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sat, 31 Aug 2019 03:57:43 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,858739,858745#msg-858745</guid>
            <title>Re: delta patterning on vertical surfaces</title>
            <link>https://reprap.org/forum/read.php?178,858739,858745#msg-858745</link>
            <description><![CDATA[ There are several causes of vertical artefacts on deltas, including the one you mention which is segmentation banding. Another common one is low current microstepping driver issues, but I've not heard of this affecting printers with Trinamic drivers, only with DRV8825 or A4988 drivers. And of course there is ringing, but then the amplitude of the banding fades with distance from the vertical edge.<br />
<br />
A number of users have converted their Anycubic Kossel machines to Duet WiFi electronics with RepRapFirmware. Search for Anycubic Kossel at [<a href="https://forum.duet3d.com/" target="_blank"  rel="nofollow">forum.duet3d.com</a>] for more. Unlike other firmwares, RepRapFirmware doesn't use segmentation to execute motion on linear delta printers. It's also the only firmware with least squares delta auto calibration built in.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sat, 31 Aug 2019 02:32:52 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,858739,858739#msg-858739</guid>
            <title>delta patterning on vertical surfaces</title>
            <link>https://reprap.org/forum/read.php?178,858739,858739#msg-858739</link>
            <description><![CDATA[ Hi!<br />
I own anycubic kossel plus. This one is originally based on trigorilla board (merged mega+ramps). The only upgrade I made, I've installed 2208 drivers for silent operation. When I print vertical surfaces I often notice geometric patterns on the walls. This patterns are reproducible by printing same g-code again. My assumption is this is because of 8-bit board math vs complex delta kinematic.<br />
My questions to the community are:<br />
1. is my assumption correct (8-bit board math vs complex delta kinematic)<br />
2. has anyone tried to fix it with ARM-based boards (e.g. reARM+ramps)<br />
Thanks in advance!<br />
<br />
[attachment 112628 69255333_10219472511434191_3127040545755496448_n.jpg]<br />
<a href="https://www.facebook.com/photo.php?fbid=10219472511354189&amp;set=p.10219472511354189&amp;type=3&amp;theater" target="_blank"  rel="nofollow">on facebook</a>]]></description>
            <dc:creator>redscorp</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Fri, 30 Aug 2019 18:39:43 -0400</pubDate>
        </item>
    </channel>
</rss>
