<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Predictability of scale....</title>
        <description> I am fond of Scale. 
But there is a question on the usage:

When I want to make a hollow object, with predefined wall thickness,
I design the object and Difference it with a scaled smaller copy, that is translated in Z, to a defined altitude that reflects the wall thickness on the build plate.

However, the thickness of other walls: left, right, front, rear and top , (or with more complex objects all other outside surfaces) is depending on the scale parameters.

Can I calculate the thickness as a function of both the original size and the desired thickness, to get the scale parameter ?



Thomas</description>
        <link>https://reprap.org/forum/read.php?313,732793,732793#msg-732793</link>
        <lastBuildDate>Mon, 16 Mar 2026 23:47:34 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?313,732793,742450#msg-742450</guid>
            <title>Re: Predictability of scale....</title>
            <link>https://reprap.org/forum/read.php?313,732793,742450#msg-742450</link>
            <description><![CDATA[ Just a note regarding the Minkowski difference:  In <a href="http://forums.reprap.org/read.php?313,739280,742449#msg-742449" target="_blank"  rel="nofollow">this other thread</a> I proposed a simple implementation of the Minkowski difference using the Minkowski sum on the "negative" (i.e. a cavity) of the original object...]]></description>
            <dc:creator>enif</dc:creator>
            <category>OpenSCAD</category>
            <pubDate>Thu, 26 Jan 2017 09:54:11 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?313,732793,732955#msg-732955</guid>
            <title>Re: Predictability of scale....</title>
            <link>https://reprap.org/forum/read.php?313,732793,732955#msg-732955</link>
            <description><![CDATA[ I was not aware of a possible minkowsky difference . Enyhow it is not there :S<br />
<br />
Your solution gives me a hard time programming internal ribs and supports in the hollow shape, as far as I can think-up now.<br />
<br />
But I will keep it in mind designing.  Thanks]]></description>
            <dc:creator>Replace</dc:creator>
            <category>OpenSCAD</category>
            <pubDate>Sun, 25 Dec 2016 07:01:37 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?313,732793,732872#msg-732872</guid>
            <title>Re: Predictability of scale....</title>
            <link>https://reprap.org/forum/read.php?313,732793,732872#msg-732872</link>
            <description><![CDATA[ Your proposed approach using a difference with a scaling version of the full object to get a predefined wall thickness will not work in general.  It will only work for very specific simple shapes (such as cubes and spheres), since it will result in a variable wall thickness that is essentially proportional to the distance from the origin.<br />
<br />
What you would need to do this computing the <i>Minkowski difference</i> of you object and a sphere with a radius equal to the wanted wall thickness and subtract the result from the original object.  But, unfortunately, OpenScad only implements the <i>Minkowski sum</i>, not the difference... :(<br />
<br />
The only "easy solution" I could see, is to let  the slicer do the work by printing the full object with a 0% filling and the number of shells and top/bottom layers that correspond to the desired wall thickness.]]></description>
            <dc:creator>enif</dc:creator>
            <category>OpenSCAD</category>
            <pubDate>Sat, 24 Dec 2016 09:58:48 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?313,732793,732793#msg-732793</guid>
            <title>Predictability of scale....</title>
            <link>https://reprap.org/forum/read.php?313,732793,732793#msg-732793</link>
            <description><![CDATA[ I am fond of Scale. <br />
But there is a question on the usage:<br />
<br />
When I want to make a hollow object, with predefined wall thickness,<br />
I design the object and Difference it with a scaled smaller copy, that is translated in Z, to a defined altitude that reflects the wall thickness on the build plate.<br />
<br />
However, the thickness of other walls: left, right, front, rear and top , (or with more complex objects all other outside surfaces) is depending on the scale parameters.<br />
<br />
Can I calculate the thickness as a function of both the original size and the desired thickness, to get the scale parameter ?<br />
<br />
<br />
<br />
Thomas]]></description>
            <dc:creator>Replace</dc:creator>
            <category>OpenSCAD</category>
            <pubDate>Sat, 24 Dec 2016 01:18:22 -0500</pubDate>
        </item>
    </channel>
</rss>
