<?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 — Slic3r 1.0-dev windows environment - With the improved Support]]></title>
		<link>https://www.soliforum.com/topic/4554/slic3r-10dev-windows-environment-with-the-improved-support/</link>
		<atom:link href="https://www.soliforum.com/feed/rss/topic/4554/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Slic3r 1.0-dev windows environment - With the improved Support.]]></description>
		<lastBuildDate>Sun, 17 Nov 2013 02:25:23 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Slic3r 1.0-dev windows environment - With the improved Support]]></title>
			<link>https://www.soliforum.com/post/41787/#p41787</link>
			<description><![CDATA[<p>Just to keep everyone posted as I know if you aren&#039;t familiar github issues can be hard to track; but as slic3r approaches 1.0RC1, there&#039;s 3 current major &quot;blocking&quot; issues with building.</p><p>#1 and #2 are dealt with if you use the IDE I built above, and #3 is a non-issue with Strawberry-Perl (which again, we use if you use the above IDE.)</p><p>For others who are doing this on linux etc, or just more adventurous, note the following issues and resolutiongs:</p><div class="quotebox"><blockquote><p>Let&#039;s track here all the failures in prerequisites:</p><p>Test::Harness has a failing test.<br />Workaround: install with cpanm --force Test::Harness<br />Upstream bug: <a href="https://rt.cpan.org/Public/Bug/Display.html?id=75375">https://rt.cpan.org/Public/Bug/Display.html?id=75375</a></p><p>Wx 0.9922 fails to compile.<br />Workaround: install the previous version with cpanm Wx~0.9921 (no need when using CitrusPerl because it already ships with a precompiled working Wx)<br />Upstream bug: <a href="https://rt.cpan.org/Public/Bug/Display.html?id=88101">https://rt.cpan.org/Public/Bug/Display.html?id=88101</a></p><p>OpenGL fails to compile on Windows 64-bit when using CitrusPerl because CitrusPerl&#039;s MinGW doesn&#039;t ship a precompiled FreeGLUT (while Strawberry Perl does) and the precompiled one that ships with the OpenGL module itself is compiled for 32-bit.<br />Workaround: use Strawberry Perl or install the OpenGL module manually after replacing FreeGLUT.dll with a precompiled 64-bit one.<br />Upstream bug: <a href="http://sourceforge.net/p/pogl/bugs/4/">http://sourceforge.net/p/pogl/bugs/4/</a></p><p>While these issues are not under our direct control we should address all of them with automatic workarounds in Build.PL</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (adrian)]]></author>
			<pubDate>Sun, 17 Nov 2013 02:25:23 +0000</pubDate>
			<guid>https://www.soliforum.com/post/41787/#p41787</guid>
		</item>
		<item>
			<title><![CDATA[Re: Slic3r 1.0-dev windows environment - With the improved Support]]></title>
			<link>https://www.soliforum.com/post/41726/#p41726</link>
			<description><![CDATA[<p>great stuff. </p><p>Yeah - I should probably just state for ease of avoiding the &#039;space in a pathname needs to be encapsulated with quotes on windows thing&#039; - its probably better to just make this live in c:\ or d:\ or whatever.</p><p>So tip for everyone else: <strong>Don&#039;t move this into a pathname with a space in the name, such as &quot;Program Files&quot;. </strong> I should have prepared for that better by making sure I escaped paths etc - but I didn&#039;t so sorry <img src="https://www.soliforum.com/img/smilies/wink.png" width="15" height="15" alt="wink" />. I&#039;m a unix guy so normally dont even entertain spaces in pathnames by habit lol <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /> </p><p>And yes - first time you run it, it can take a moment longer than usual as it updates stuff. Forgot to mention that. </p><p>Also - you *can* swap back and forth slic3r versions - even though the profile files get updated with the new config options, the older-current version (if that makes sense <img src="https://www.soliforum.com/img/smilies/tongue.png" width="15" height="15" alt="tongue" /> ) will ignore unknown option statements and thus continue to function. So just further tidbit for anyone who wants to test the waters so to speak...</p><p>And again for everyone: Get the latest Slic3r-master from Github I linked to a few posts up and replace the included Slic3r-master folder - a major bug is fixed.</p>]]></description>
			<author><![CDATA[null@example.com (adrian)]]></author>
			<pubDate>Sat, 16 Nov 2013 03:53:27 +0000</pubDate>
			<guid>https://www.soliforum.com/post/41726/#p41726</guid>
		</item>
		<item>
			<title><![CDATA[Re: Slic3r 1.0-dev windows environment - With the improved Support]]></title>
			<link>https://www.soliforum.com/post/41725/#p41725</link>
			<description><![CDATA[<p>Ok! I struggled a bit first time around. I am running Win7 64 bit and after I pointed repetier 0.9D (which found my profiles directory by itself) to the slic3r.bat, it wasn&#039;t working. If I clicked configure slic3r wouldn&#039;t show up, and running a slice would crash. </p><p>So I tried a rebuild, via your directions, andddd, after a bunch of &quot;up to date&quot; reports, the perl script-thing said that it failed to compile. It suggested using --force. Instead, I tried to rerun the .bat &quot;as administrator&quot; even though this login is an admin. Before that I tried the distclean.</p><p>Distclean gave an issue that sounded like what Repetier reported when a slice would crash (due to my attempted update.)&nbsp; &quot;C:\ Program is not a recognized as an internal or external command, operable program, or batch file.&quot;&nbsp; Worth noting that my strawberry is in the &quot;Program (X86)&quot; folder of my comp.</p><p>Since you mentioned you just left strawberry in root, I went back and moved it to there. That failed again, but I was willing to hope maybe it failed because there was nothing to clean. So then I tried the compile command again .</p><p>This time it went further.. THIS TIME IT WORKED. So, hey, I don&#039;t really know what I&#039;m doing, but your instructions got me through it <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" />. </p><p>Thank you, sir adrian. </p><p>EDIT: Ok, it sorta works for me. Repetier 0.90C i can get to interface, not 0.90D. I must be doing something wrong for 0.90D<br />Edit2: WOOOoooh 0.90D just started responding too! Tales of a software noob...</p>]]></description>
			<author><![CDATA[null@example.com (Tomek)]]></author>
			<pubDate>Sat, 16 Nov 2013 03:47:33 +0000</pubDate>
			<guid>https://www.soliforum.com/post/41725/#p41725</guid>
		</item>
		<item>
			<title><![CDATA[Re: Slic3r 1.0-dev windows environment - With the improved Support]]></title>
			<link>https://www.soliforum.com/post/41722/#p41722</link>
			<description><![CDATA[<p>Good luck and let us know how it goes! </p><p>Be sure to grab the very latest download from GitHub.</p>]]></description>
			<author><![CDATA[null@example.com (adrian)]]></author>
			<pubDate>Sat, 16 Nov 2013 03:17:53 +0000</pubDate>
			<guid>https://www.soliforum.com/post/41722/#p41722</guid>
		</item>
		<item>
			<title><![CDATA[Re: Slic3r 1.0-dev windows environment - With the improved Support]]></title>
			<link>https://www.soliforum.com/post/41721/#p41721</link>
			<description><![CDATA[<p>I appreciate the teaching us how to do it! I&#039;ve never really learned how to use git and compiling builds. I really needed some better supports for one file so I checked the forums to see if you made this thread...and you had! </p><p>I&#039;ll go ahead and give it a shot.</p>]]></description>
			<author><![CDATA[null@example.com (Tomek)]]></author>
			<pubDate>Sat, 16 Nov 2013 03:11:35 +0000</pubDate>
			<guid>https://www.soliforum.com/post/41721/#p41721</guid>
		</item>
		<item>
			<title><![CDATA[Re: Slic3r 1.0-dev windows environment - With the improved Support]]></title>
			<link>https://www.soliforum.com/post/41709/#p41709</link>
			<description><![CDATA[<p>Blah, my previous post didn&#039;t stick. Long story short, this is awesome! If you are debating on whether it is worth using a dev build, it is. There are so many wonderful improvements that you would be crazy not to try this. Slicing times rival if not surpass that of Simplify3D Creator (which is really fast). Also, as pointed out before, the support is ridiculous. I haven&#039;t seen too many auto supports that work this well.</p><p>Thanks Adrian!</p>]]></description>
			<author><![CDATA[null@example.com (2n2r5)]]></author>
			<pubDate>Fri, 15 Nov 2013 23:50:08 +0000</pubDate>
			<guid>https://www.soliforum.com/post/41709/#p41709</guid>
		</item>
		<item>
			<title><![CDATA[Re: Slic3r 1.0-dev windows environment - With the improved Support]]></title>
			<link>https://www.soliforum.com/post/41691/#p41691</link>
			<description><![CDATA[<p>Thanks for all this!</p>]]></description>
			<author><![CDATA[null@example.com (muddtt)]]></author>
			<pubDate>Fri, 15 Nov 2013 15:20:35 +0000</pubDate>
			<guid>https://www.soliforum.com/post/41691/#p41691</guid>
		</item>
		<item>
			<title><![CDATA[Re: Slic3r 1.0-dev windows environment - With the improved Support]]></title>
			<link>https://www.soliforum.com/post/41687/#p41687</link>
			<description><![CDATA[<p>LOL <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>This is why I did what I did <img src="https://www.soliforum.com/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>Alessandro has been fiddling with threading (again) - this caused an issue with the slic3r for the past week where it would slice first time fine, but subsequent runs with multiple threads on different random cpu cores caused Voronoi.pm to barf.</p><p>Long story short - Alessandro has *just* (25mins ago) pushed a patch to GitHub. I&#039;ve tested at it would appear to have resolved the issue - hitting &#039;slice&#039; 5 times in Repetier-Host got it to slice 5 times <img src="https://www.soliforum.com/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>Soooo... Go to <a href="https://github.com/alexrj/Slic3r/archive/master.zip">https://github.com/alexrj/Slic3r/archive/master.zip</a> , delete the current Slic3r-master folder in the strawberry-perl folder, unpack the new one, open portableshell.bat and run:<br /></p><div class="codebox"><pre><code>cd %drivep%\Slic3r-master
perl Build.PL
perl Build.PL --gui</code></pre></div><p>Done! You&#039;ll now have the patched and working fresh-from-30-minutes-ago Slic3r <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (adrian)]]></author>
			<pubDate>Fri, 15 Nov 2013 12:26:51 +0000</pubDate>
			<guid>https://www.soliforum.com/post/41687/#p41687</guid>
		</item>
		<item>
			<title><![CDATA[Re: Slic3r 1.0-dev windows environment - With the improved Support]]></title>
			<link>https://www.soliforum.com/post/41682/#p41682</link>
			<description><![CDATA[<p>I forgot to mention - the current makefiles have a typo in the slic3r master branch that effects windows. This means that its not &#039;pre-cleaning&#039; when you tell it to rebuild. </p><p>If you try and rebuild and get lots of errors - Open &#039;portableshell.bat&#039; and type:<br /></p><div class="codebox"><pre><code>%drivep%\Slic3r-master\xs\Build.bat distclean</code></pre></div><p>This will clean out the working files from the previous build, which can cause issues *occasionally* .. </p><p>The above is ONLY an issue if you are rebuilding an existing Slic3r-master directory - if you replace it as is needed now (see below post that tells you to do this due to the new patch), don&#039;t worry as you have a brand new empty working directory at that point. </p><p>Then to rebuild again, just:<br /></p><div class="codebox"><pre><code>cd %drivep%\Slic3r-master
perl Build.PL
perl Build.PL --gui</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (adrian)]]></author>
			<pubDate>Fri, 15 Nov 2013 10:03:51 +0000</pubDate>
			<guid>https://www.soliforum.com/post/41682/#p41682</guid>
		</item>
		<item>
			<title><![CDATA[Slic3r 1.0-dev windows environment - With the improved Support]]></title>
			<link>https://www.soliforum.com/post/41654/#p41654</link>
			<description><![CDATA[<p>So.. rather than just spitting out my &#039;nightlies&#039;, I figured that following the proverb &#039;give a man a fish, you will feed him for a day. Teach a man to fish, you will feed him for life...&#039; I would instead build a portable-perl dev environment so you can not only have the very latest slic3r, but as it is currently changing on a daily basis, rebuild your own! <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /> </p><p>Firstly, I recommend using the Repetier-0.90D &#039;dev&#039; version of Retpier-Host, available here:<br /><a href="https://drive.google.com/file/d/0B7IeeziM0bp9QmtRUWROemVTTm8">https://drive.google.com/file/d/0B7Ieez … WROemVTTm8</a></p><p>The Slic3r Development Environment is available here:<br /><a href="https://drive.google.com/file/d/0B7IeeziM0bp9c0pfeWYxek5UWUk">https://drive.google.com/file/d/0B7Ieez … WYxek5UWUk</a></p><p>Download the Slic3r file and install it anywhere - I personally use d:\strawberry-slic3r since its less charcters to type - It doesn&#039;t matter as its designed to be moveable.</p><p>The distribution is of the preferred Strawberry Perl 32-Bit v5.14.&nbsp; Note - the slic3r recommendations are to use 32-Bit - EVEN ON 64BIT Systems! - I have also pre-cpan&#039;ed all the required versions of modules for the slic3r builds (including alex&#039;s Math-Libm, and I&#039;ve &#039;fixed&#039; Alien-WxWidgets).</p><p>This IDE is the current one I used on my Win8.1 64-Bit system, and should work fine on 8.1 32-Bit as its a 32-bit perl binary and libraries. For Win7 - you *may* need to rebuild (see below). </p><p>Inside the top directory is a &#039;slic3r.bat&#039; file - Consider this the replacement for your slic3r.exe BUT Do NOT move things around or it wont work <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>To &#039;use&#039; the new Slic3r, configure Reptier-Host (any version) using the &#039;Setup&#039; button on the Slic3r Tab. Set the &#039;Profiles&#039; directory to be correct (usually your home directory\AppData\Roaming\Slic3r - I dont have RH loaded where I am typing this sorry)<br />Set the &#039;Slic3r App&#039; (second field) to point to the slic3r.bat file. </p><p>Now save and click &#039;configure&#039;, and after a pause, you should see slic3r appear and the ton of new options. You may also get a dialog box from Alex regarding the new Support changes (as in Support in gcode - not technical <img src="https://www.soliforum.com/img/smilies/wink.png" width="15" height="15" alt="wink" /> )</p><p>To Rebuild this, or any other later version:<br /></p><ul><li><p>Go to Github and download the latest slic3r from <a href="https://github.com/alexrj/Slic3r">https://github.com/alexrj/Slic3r</a> and click on &#039;Download Zip&#039; . Move your existing &#039;Slic3r-master&#039; directory to a new name (when slic3r isn&#039;t running!) to say Slic3r-old, and unpack the NEW Slic3r-master you just downloaded.</p></li><li><p>Open the Strawberry Perl folder, and run the &#039;portableshell&#039; bat file.</p></li><li><p>type the following:</p></li></ul><div class="codebox"><pre><code>cd Slic3r-master
perl Build.PL
perl Build.PL --gui</code></pre></div><ul><li><p>If everything completes, you&#039;ll have a brand new version of slic3r.pl sitting in Slic3r-master and thats it! you&#039;re done! <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p></li></ul><br /><p>You can run Slic3r directly as well by just double clicking on &#039;slic3r.bat&#039; in the Strawberry Perl directory. This will also display then Slic3r&#039;s &quot;Platter&quot; tab.</p><p>I have tested this on a couple of Win boxes I have handy, and it worked - so do let me know how it goes for yourselves!</p><p>(Tip re Repetier-Host 0.90D - the &#039;Deep Analysis&#039; button works well, but seems to only repair single failure vectors each pass - so if a model has multiple faults (intersections, faces, flipped triangles etc) clicking &quot;Deep Analysis&quot; multiple times will repair it more completly.)</p><p>*Please* let me know how it works out for you all either way.</p>]]></description>
			<author><![CDATA[null@example.com (adrian)]]></author>
			<pubDate>Fri, 15 Nov 2013 01:29:27 +0000</pubDate>
			<guid>https://www.soliforum.com/post/41654/#p41654</guid>
		</item>
	</channel>
</rss>
