<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Scad Make files? how to use them</title>
        <description> I have tried everything i can think of to use make files with open scad

can some one put me out of my misery please and tell me</description>
        <link>https://reprap.org/forum/read.php?1,174866,174866#msg-174866</link>
        <lastBuildDate>Mon, 13 Jul 2026 17:36:37 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,174866,174983#msg-174983</guid>
            <title>Re: Scad Make files? how to use them</title>
            <link>https://reprap.org/forum/read.php?1,174866,174983#msg-174983</link>
            <description><![CDATA[ It would help a lot if you told what system you are using, where you got the makefile from, and what the output is. There nothing particular to know about openscad and makefiles. If you can run make, and run openscad, you can call openscad from makefiles.<br />
<br />
ETA, just realised the problem might be simpler. "makefiles" are basically script files for the "make" program. To "run" them, go to a command window, cd to the directory with the makefile and just type "make". This should work out of the box on Unix. On windows, you'll need at least a suitable version of make, I suggest this one [<a href="http://gnuwin32.sourceforge.net/packages/make.htm" target="_blank"  rel="nofollow">gnuwin32.sourceforge.net</a>]. You may also need to add openscad to your path variable, e.g. PATH %PATH%;"C:\Programs\openscad-2011.06" changing the location to where you have installed openscad.]]></description>
            <dc:creator>bobc</dc:creator>
            <category>General</category>
            <pubDate>Sat, 05 Jan 2013 08:15:33 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,174866,174979#msg-174979</guid>
            <title>Re: Scad Make files? how to use them</title>
            <link>https://reprap.org/forum/read.php?1,174866,174979#msg-174979</link>
            <description><![CDATA[ i hate it when it's been done that, mostly because if one dependand file is missing or gets changed, it turns into a night mare, <br />
<br />
why are you trying to generate the files as opposed to just downloading them]]></description>
            <dc:creator>thejollygrimreaper</dc:creator>
            <category>General</category>
            <pubDate>Sat, 05 Jan 2013 07:25:53 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,174866,174972#msg-174972</guid>
            <title>Re: Scad Make files? how to use them</title>
            <link>https://reprap.org/forum/read.php?1,174866,174972#msg-174972</link>
            <description><![CDATA[ i cannot see anything for using Make files in there?<br />
<br />
for an example the prusa 3 make file reads<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>openscad -o output/bushing.stl bushing.scad  INCLUDES = $(wildcard inc/*.scad)  MODELS = $(filter-out configuration.scad, $(wildcard *.scad))  STL_FILES_1 = $(foreach src, $(MODELS),output/$(src)) STL_FILES = $(STL_FILES_1:%.scad=%.stl)  all: $(STL_FILES)  output/%.stl: %.scad $(INCLUDES) configuration.scad 	mkdir -p output 	openscad -o $@ $&lt;</strong><br />
</div></blockquote>
<br />
that to me looks similar to something like a command promt or batch file .<br />
<br />
but iv tried that in the same directory as openscad and the files but get errors.]]></description>
            <dc:creator>Enlightx</dc:creator>
            <category>General</category>
            <pubDate>Sat, 05 Jan 2013 06:48:42 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,174866,174888#msg-174888</guid>
            <title>Re: Scad Make files? how to use them</title>
            <link>https://reprap.org/forum/read.php?1,174866,174888#msg-174888</link>
            <description><![CDATA[ [<a href="http://en.wikibooks.org/wiki/OpenSCAD_User_Manual/The_OpenSCAD_Language" target="_blank"  rel="nofollow">en.wikibooks.org</a>]]]></description>
            <dc:creator>thejollygrimreaper</dc:creator>
            <category>General</category>
            <pubDate>Fri, 04 Jan 2013 15:45:01 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,174866,174866#msg-174866</guid>
            <title>Scad Make files? how to use them</title>
            <link>https://reprap.org/forum/read.php?1,174866,174866#msg-174866</link>
            <description><![CDATA[ I have tried everything i can think of to use make files with open scad<br />
<br />
can some one put me out of my misery please and tell me]]></description>
            <dc:creator>Enlightx</dc:creator>
            <category>General</category>
            <pubDate>Fri, 04 Jan 2013 13:44:02 -0500</pubDate>
        </item>
    </channel>
</rss>
