<?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 — Is there a simple guide for using Slic3r with the Da Vinci?]]></title>
		<link>https://www.soliforum.com/topic/7174/is-there-a-simple-guide-for-using-slic3r-with-the-da-vinci/</link>
		<atom:link href="https://www.soliforum.com/feed/rss/topic/7174/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Is there a simple guide for using Slic3r with the Da Vinci?.]]></description>
		<lastBuildDate>Sun, 03 Aug 2014 18:41:15 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Is there a simple guide for using Slic3r with the Da Vinci?]]></title>
			<link>https://www.soliforum.com/post/61942/#p61942</link>
			<description><![CDATA[<p>There is some disagreement on how the machine acts depending on the gcode set temperature. I couldn&#039;t tell you if that is firmware revision specific or not.</p><p>One of the theory&#039;s goes that you can set temp below the &quot;max&quot; which is controlled by the firmware which it gets from the cartridge setting but can&#039;t go above the &quot;max&quot;, the other is that while the initial temp might be set by the firmware gcode will over ride that regardless.</p><p>I&#039;ve never tested it myself, my cartridge resetter set the nozzle temp at 240 and I&#039;ve never needed to go above that. Obviously the temp set on a stock cartridge is fine for the material XYZ puts in it so I never changed that either.</p><p>Those who have advanced the &quot;can&#039;t go above max&quot; theory have used it to explain why a file with too high a setting won&#039;t print. The printer is waiting for the temp to get high enough and since it&#039;s above the max it will never get there and printing won&#039;t start.</p><p>Sadly I can&#039;t tell you which is the truth on this subject. I do know you can go lower temps in the gcode than the cartridge is set for on rev G firmware and that it will respect that.</p>]]></description>
			<author><![CDATA[null@example.com (Weekend Avenger)]]></author>
			<pubDate>Sun, 03 Aug 2014 18:41:15 +0000</pubDate>
			<guid>https://www.soliforum.com/post/61942/#p61942</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is there a simple guide for using Slic3r with the Da Vinci?]]></title>
			<link>https://www.soliforum.com/post/61940/#p61940</link>
			<description><![CDATA[<p>Oh yeah, and I&#039;m on a Mac too! <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (ekunzendorf)]]></author>
			<pubDate>Sun, 03 Aug 2014 18:27:44 +0000</pubDate>
			<guid>https://www.soliforum.com/post/61940/#p61940</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is there a simple guide for using Slic3r with the Da Vinci?]]></title>
			<link>https://www.soliforum.com/post/61939/#p61939</link>
			<description><![CDATA[<p>Sorry, I forgot to mention that.</p><p>XYZWare version: 1.0.8<br />Firmware: 1.1.J</p><p>Weekend Avenger: Yes, I agree about the XYZWare being limited and a bit slower than Slic3r. Also, am I right in thinking that perhaps the DaVinci does not support all the geocode commands that Slic3r puts in the final .gcode file?</p><p>I wonder if setting the temperature to high, for example, would cause the file to not print?</p><p>crocky: thanks for providing me your header info. I notice that your temp is lower than mine, and you have a T0 command thrown in. I&#039;ll try yours when I get back to the printer a week from now.</p><p>Now, if I can just figure out the printing problems from the other thread. <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Excelsior!</p>]]></description>
			<author><![CDATA[null@example.com (ekunzendorf)]]></author>
			<pubDate>Sun, 03 Aug 2014 18:27:01 +0000</pubDate>
			<guid>https://www.soliforum.com/post/61939/#p61939</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is there a simple guide for using Slic3r with the Da Vinci?]]></title>
			<link>https://www.soliforum.com/post/61879/#p61879</link>
			<description><![CDATA[<p>Your going to need to tell us which version of the firmware and XYZware your using. For instance I&#039;m using Cura to slice with and the printer is on the &quot;G&quot; firmware, just doing a bit of manual cut and paste with a search and replace of all G0 with G1. Should be even easier with Slic3r since you won&#039;t need to replace the G0&#039;s.</p><p>If I actually want a semi valid &quot;time to completion&quot; guess, I&#039;ll slice in the modded version of XYZware so I can have a pastable header that has all the right numbers, though it won&#039;t affect the print at all.</p><p>XYZware is just missing so many important features that it prevents the printer from operating at the level that it should.</p>]]></description>
			<author><![CDATA[null@example.com (Weekend Avenger)]]></author>
			<pubDate>Sun, 03 Aug 2014 06:27:44 +0000</pubDate>
			<guid>https://www.soliforum.com/post/61879/#p61879</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is there a simple guide for using Slic3r with the Da Vinci?]]></title>
			<link>https://www.soliforum.com/post/61858/#p61858</link>
			<description><![CDATA[<p>; filename = composition.3w<br />; machine = daVinciF10<br />; material = abs<br />; layer_height = 0.4<br />; total_layers = 30 <br />; total_filament = 501.40<br />; extruder = 1<br />T0<br />G21 ; set units to millimeters<br />M107<br />M190 S90 ; wait for bed temperature to be reached<br />M104 S220 ; set temperature<br />M109 S220 ; wait for temperature to be reached<br />G90 ; use absolute coordinates<br />G92 E0<br />M82 ; use absolute distances for extrusion<br />G1 F1800.000 E-1.00000<br />G92 E0</p><p>That is the only g-code that I put at top of the print, I copy it over to replace the first 20 or so lines in the g-code file. Works a treat and because I am on a mac I don&#039;t need any other conversions.. Works a treat with XYZ <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (crocky)]]></author>
			<pubDate>Sun, 03 Aug 2014 02:05:35 +0000</pubDate>
			<guid>https://www.soliforum.com/post/61858/#p61858</guid>
		</item>
		<item>
			<title><![CDATA[Is there a simple guide for using Slic3r with the Da Vinci?]]></title>
			<link>https://www.soliforum.com/post/61838/#p61838</link>
			<description><![CDATA[<p>Greetings!</p><p>New user here, although I&#039;ve been reading these forums for awhile. As the topic says, I&#039;m looking for a guide to use Slic3r with the DaVinci. I&#039;ve been through the excellent tutorial on Scribd, and I have been able to use Slic3r to slice models with very nice supports where XYZWare wouldn&#039;t create ANY supports even when I check the box. Also, I&#039;ve loaded the DaVinci config file into Slic3r successfully and generated the .gcode with no problems.</p><p>I export the geode file from Slic3r. Exports great and faster than XYZWare. I edit the .gcode file as described elsewhere with the proper codes in TextEdit. I save it. Then I drag and drop it into XYZWare. It displays fine in the software. I send it to the Da Vinci, it uploads (though slowly) and then...nothing. I might get a flash from the printer, but it doesn&#039;t print.</p><p>Here is the header code=======<br />; filename = composition.3w<br />; machine = daVinciF10<br />; material = abs<br />; layer_height = 0.2<br />; total_layers = 173<br />; total_filament = 0.00<br />; extruder = 1<br />; perimeters extrusion width = 0.40mm<br />; infill extrusion width = 0.67mm<br />; solid infill extrusion width = 0.67mm<br />; top infill extrusion width = 0.67mm<br />; support material extrusion width = 0.40mm</p><p>G21 ; set units to millimeters<br />M107<br />M190 S100 ; wait for bed temperature to be reached<br />M104 S230 ; set temperature</p><p>M109 S230 ; wait for temperature to be reached<br />G90 ; use absolute coordinates<br />G92 E0<br />M82 ; use absolute distances for extrusion<br />G1 F1800.000 E-1.00000<br />G92 E0<br />G1 Z0.300 F7800.000</p><p>===========<br />Am I missing something?</p>]]></description>
			<author><![CDATA[null@example.com (ekunzendorf)]]></author>
			<pubDate>Sat, 02 Aug 2014 22:58:57 +0000</pubDate>
			<guid>https://www.soliforum.com/post/61838/#p61838</guid>
		</item>
	</channel>
</rss>
