<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — Tutorial for using Cura as a slicer for Davinci]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/8029/" />
	<updated>2014-10-21T04:20:17Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/8029/tutorial-for-using-cura-as-a-slicer-for-davinci/</id>
		<entry>
			<title type="html"><![CDATA[Re: Tutorial for using Cura as a slicer for Davinci]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/69276/#p69276" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Weekend Avenger wrote:</cite><blockquote><p>There is no real tutorial. If you use w34&#039;s modded XYZware to load already sliced gcode from Cura onto your printer, it will automatically change the G0 commands to G1.</p><p>Beyond that I changed my Cura settings to the bed at 200X200X200, build shape is square and flavor to reprap marlin / sprinter in it&#039;s &quot;machine&quot; settings with heated bed checked (DaVinci 1.0) If I ever want to use the multi object print one at a time feature I&#039;ll have to come up with settings for the other side of that page, but I haven&#039;t tried that yet.</p><p>In my case the filament I use is a bit small, so I&#039;ve set that to be 1.60 with flow at 100% since that is what mine measures at. I&#039;ve set the speeds to be very slow at 45, 20, 40, 30, 30 (from Travel speed going down) and on the basic tab my first layer speed is 30.</p><p>I change the bed temp and head temp depending on what I&#039;m doing, but expect the DaVinci to pause before it prints if you select something other than what the cartridge would put the temp at. It pauses while the temp changes to your numbers.</p><p>The last IMPORTANT thing is to get the Z offset correct. As long as your bed is level you can set this yourself in the gcode since Cura doesn&#039;t give an easy option to do so. If you have no means to measure it, use notepad ++ to change the G1 Z15.0 at the top of the output to say G1 Z18.0 to give yourself an extra 3mm to start off with. Then start a print and notice how far off the glass you are when it starts extruding into the air. Cancel out of the print and lower the number until your &quot;properly&quot; flattening the first layer onto the glass (in my case that number would currently be G1 Z14.10 since my offset off by almost a milimeter).</p><p>You can then decide how you want to fix this. You could add two lines to the start gcode in Cura that looks like this below this line &quot;G1 Z15.0 F2700 ;move the platform down 15mm&quot;.</p><p>G1 Z14.10 F2700&nbsp; &lt;-- add these two to move the Z offset -.9mm for example<br />G92 Z15.00</p><p>You could also edit the gcode manually in notepad ++ like I do, which also allows you to change temperature, speeds, or whatever on specific layers. Cura&#039;s marking of each layer of code is invaluable if your going to edit manually.</p><p>I realize this was a lot of info that isn&#039;t that easy to follow. Sadly I&#039;m not very good with &quot;guides&quot; or things like that, but I hope the suggestions help.</p></blockquote></div><p>This should be enough to get me started! I&#039;ll see how it goes.&nbsp; Thanks!</p>]]></content>
			<author>
				<name><![CDATA[plasmaninjaa]]></name>
				<uri>https://www.soliforum.com/user/7614/</uri>
			</author>
			<updated>2014-10-21T04:20:17Z</updated>
			<id>https://www.soliforum.com/post/69276/#p69276</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Tutorial for using Cura as a slicer for Davinci]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/69205/#p69205" />
			<content type="html"><![CDATA[<p>There is no real tutorial. If you use w34&#039;s modded XYZware to load already sliced gcode from Cura onto your printer, it will automatically change the G0 commands to G1.</p><p>Beyond that I changed my Cura settings to the bed at 200X200X200, build shape is square and flavor to reprap marlin / sprinter in it&#039;s &quot;machine&quot; settings with heated bed checked (DaVinci 1.0) If I ever want to use the multi object print one at a time feature I&#039;ll have to come up with settings for the other side of that page, but I haven&#039;t tried that yet.</p><p>In my case the filament I use is a bit small, so I&#039;ve set that to be 1.60 with flow at 100% since that is what mine measures at. I&#039;ve set the speeds to be very slow at 45, 20, 40, 30, 30 (from Travel speed going down) and on the basic tab my first layer speed is 30.</p><p>I change the bed temp and head temp depending on what I&#039;m doing, but expect the DaVinci to pause before it prints if you select something other than what the cartridge would put the temp at. It pauses while the temp changes to your numbers.</p><p>The last IMPORTANT thing is to get the Z offset correct. As long as your bed is level you can set this yourself in the gcode since Cura doesn&#039;t give an easy option to do so. If you have no means to measure it, use notepad ++ to change the G1 Z15.0 at the top of the output to say G1 Z18.0 to give yourself an extra 3mm to start off with. Then start a print and notice how far off the glass you are when it starts extruding into the air. Cancel out of the print and lower the number until your &quot;properly&quot; flattening the first layer onto the glass (in my case that number would currently be G1 Z14.10 since my offset off by almost a milimeter).</p><p>You can then decide how you want to fix this. You could add two lines to the start gcode in Cura that looks like this below this line &quot;G1 Z15.0 F2700 ;move the platform down 15mm&quot;.</p><p>G1 Z14.10 F2700&nbsp; &lt;-- add these two to move the Z offset -.9mm for example<br />G92 Z15.00</p><p>You could also edit the gcode manually in notepad ++ like I do, which also allows you to change temperature, speeds, or whatever on specific layers. Cura&#039;s marking of each layer of code is invaluable if your going to edit manually.</p><p>I realize this was a lot of info that isn&#039;t that easy to follow. Sadly I&#039;m not very good with &quot;guides&quot; or things like that, but I hope the suggestions help.</p>]]></content>
			<author>
				<name><![CDATA[Weekend Avenger]]></name>
				<uri>https://www.soliforum.com/user/6245/</uri>
			</author>
			<updated>2014-10-20T17:19:29Z</updated>
			<id>https://www.soliforum.com/post/69205/#p69205</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Tutorial for using Cura as a slicer for Davinci]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/69016/#p69016" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Nakaleen wrote:</cite><blockquote><p>I have been useing Cure for a little while with my Da Vinci. I am using the repetier firmware with it and OctoPi ro control it.</p><p>I have set my machine settings to..<br />Max width 270<br />Max Death 220<br />Max Height 200</p><p>That will put any object centred in Cura will be centred on your Da Vinci</p></blockquote></div><br /><p>Hey thanks for the reply. Is there any way you could go into more detail? I&#039;m pretty new at this stuff.</p>]]></content>
			<author>
				<name><![CDATA[plasmaninjaa]]></name>
				<uri>https://www.soliforum.com/user/7614/</uri>
			</author>
			<updated>2014-10-18T23:11:20Z</updated>
			<id>https://www.soliforum.com/post/69016/#p69016</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Tutorial for using Cura as a slicer for Davinci]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/68960/#p68960" />
			<content type="html"><![CDATA[<p>I have been useing Cure for a little while with my Da Vinci. I am using the repetier firmware with it and OctoPi ro control it.</p><p>I have set my machine settings to..<br />Max width 270<br />Max Death 220<br />Max Height 200</p><p>That will put any object centred in Cura will be centred on your Da Vinci</p>]]></content>
			<author>
				<name><![CDATA[Nakaleen]]></name>
				<uri>https://www.soliforum.com/user/284/</uri>
			</author>
			<updated>2014-10-18T10:55:53Z</updated>
			<id>https://www.soliforum.com/post/68960/#p68960</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Tutorial for using Cura as a slicer for Davinci]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/68945/#p68945" />
			<content type="html"><![CDATA[<p>Hi, <br />I really want to use Cura to print with my Davinci.<br />I&#039;ve seen a few people mention that they are using cura, but I have looked everywhere and I can&#039;t find instructions on how to hack the Davinci to use cura... I have only found threads about the problems with the Z axis when using cura.</p><p>Is there an easy to follow guide anyone has written on how they got their Davinci working with cura?</p>]]></content>
			<author>
				<name><![CDATA[plasmaninjaa]]></name>
				<uri>https://www.soliforum.com/user/7614/</uri>
			</author>
			<updated>2014-10-18T06:30:55Z</updated>
			<id>https://www.soliforum.com/post/68945/#p68945</id>
		</entry>
</feed>
