<?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 — DaVinci Pro 3in1: Offline printing directly from flyout SD card]]></title>
		<link>https://www.soliforum.com/topic/17599/davinci-pro-3in1-offline-printing-directly-from-flyout-sd-card/</link>
		<atom:link href="https://www.soliforum.com/feed/rss/topic/17599/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in DaVinci Pro 3in1: Offline printing directly from flyout SD card.]]></description>
		<lastBuildDate>Wed, 09 Jan 2019 22:10:50 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: DaVinci Pro 3in1: Offline printing directly from flyout SD card]]></title>
			<link>https://www.soliforum.com/post/148403/#p148403</link>
			<description><![CDATA[<p>Have you made sure the heading in the 3w file is correct, I remember when I saved a file from a different slicer&nbsp; I had to adjust the header</p>]]></description>
			<author><![CDATA[null@example.com (culbear)]]></author>
			<pubDate>Wed, 09 Jan 2019 22:10:50 +0000</pubDate>
			<guid>https://www.soliforum.com/post/148403/#p148403</guid>
		</item>
		<item>
			<title><![CDATA[Re: DaVinci Pro 3in1: Offline printing directly from flyout SD card]]></title>
			<link>https://www.soliforum.com/post/146639/#p146639</link>
			<description><![CDATA[<p>Progress .... I found cartridge is little bit different in terms of chip information.<br />I read from eeprom, that filament is written on more places than cartridge chip reseter is writing. On my cartridge is current length 3x 4bytes written on address 0x34, 0x38 and 0x3c. And also same for every 128 byte block again (chip is 1024bytes as I know, so there is &quot;backup copy&quot; on rest of chip address space).<br />Block 0x40-0x8f seems to be untouched till today.</p><p>I will try to modify arduino sketch addresses to correct places and also serial number counter is not correctly defined (cartridge SN is longer and placed randomly in 64 bytes block and not as continuous 12 byte block). I can&#039;t find updated source code, so I try to change it by myself (have c#, vb, pascal knowledge, so it will be easy to read source code a repair it).</p><br /><br /><p>Update:<br />filament cartridge changed successfully, written 100m on address 0x34, 0x38 and 0x3c and updated 4bytes with serial number +1 on 0x18. Everything else untouched .... (no need to change material/temp)</p><p>I thing, that only last 7 bytes of serialnumber is safe to change by increment (other bytes are related to material / country and not simple counter):<br />#define DATE 0x05&nbsp; &nbsp; //4 Bytes&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;wrong only 3 bytes&nbsp; &nbsp; part of SN , another part is in 0x14-0x17 and 0x18-0x1b<br />#define SN 0x18&nbsp; &nbsp; //12 Bytes&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;wrong 4bytes&nbsp; &nbsp; &nbsp;last four digits of SN</p><p>#define TOTALLEN 0x08 //4 Bytes&nbsp; &nbsp; &nbsp; on 0x40-0x7f seems to be copy of original values, 0x74-0x77 is TOTALLEN again<br />#define NEWLEN 0x0C //4 Bytes&nbsp; &nbsp; &nbsp;wrong it seems to be always same value as TOTALLEN<br />#define LEN 0x34&nbsp; &nbsp; //4 Bytes<br />#define LENcopy1 0x38&nbsp; //4 Bytes&nbsp; &nbsp;my printer is writing same value (filament rest) here again<br />#define LENcopy2 0x3C&nbsp; //4 Bytes&nbsp; &nbsp; my printer is writing same value (filament rest) here again</p><p>So I found serial, material, color, hotend temp, bed temp, 3 copies of both filament remaining and filament original.</p><br /><p>If I was correct only rows 0x30 and 0x70 are modified during print<br />I also found that last 4 bytes on address 0x7c-0x7f are very similar for more posted cartridges, but my is not changed during last 8 hours my is ending ....0B00 other cartridges I saw have .7..0A00 or .7..0B00.</p>]]></description>
			<author><![CDATA[null@example.com (pentaxxx)]]></author>
			<pubDate>Tue, 02 Oct 2018 21:51:07 +0000</pubDate>
			<guid>https://www.soliforum.com/post/146639/#p146639</guid>
		</item>
		<item>
			<title><![CDATA[Re: DaVinci Pro 3in1: Offline printing directly from flyout SD card]]></title>
			<link>https://www.soliforum.com/post/146624/#p146624</link>
			<description><![CDATA[<p>Thank you, but I have no cartridge inside printer normally (my original is almost empty now). I&#039;m using other material from external spool, cause it is problem to buy filament here i n Czech Republic.&nbsp; I found only 2 shops here with XYZ cartridges (ABS only, no PLA, T-PLA or PETG) and both have delivery time unknown. (they have only Junior version with NFC tag and also with delivery time cca 14-30 days).</p><p>Combination of almost empty ABS red cartridge with EEPROM chip and setting ABS red + custom temperature (no problem to set PLA values for ABS cartridge) in XYZWARE (or slicer gcode commands + modified version of Threedubber) help me. Only problem is that I must everytime confirm Filament low warning at start of print.<br />It will need to reset cartridge (I have Arduino UNO, mini pro and nano and I&#039;m currently able to read info from chip). </p><p>I&#039;m trying now to send incorrect filament usage info through Threedubber to decrease filament used to 0,01m on each print.<br />Hope it will work for external slic3r and cura, but just as temporary solution.<br />It seems, that setting other material in XYZWare Pro (I verified header of .3W) also need any type of cartridge present in printer to use Demo print hack from menu. I don&#039;t need cartridge for printing with custom material in XYZware crappy soft.<br />Also if I had cartridge (accindentally) in printer and printed PETG from external spool, filament used on ABS cartridge chip was decreased, no matter, that I had set other material in XYZWare. (So it is not so opensource filament as they advertising..... :-D )</p>]]></description>
			<author><![CDATA[null@example.com (pentaxxx)]]></author>
			<pubDate>Tue, 02 Oct 2018 10:04:58 +0000</pubDate>
			<guid>https://www.soliforum.com/post/146624/#p146624</guid>
		</item>
		<item>
			<title><![CDATA[Re: DaVinci Pro 3in1: Offline printing directly from flyout SD card]]></title>
			<link>https://www.soliforum.com/post/146611/#p146611</link>
			<description><![CDATA[<p>When you slice with XYZWare Pro, you need to set the material to whatever material the current cartridge is in. The machine reads the filament material and color from the chip in cartridge that sit in the machines, and if it does not match with the&nbsp; filament material and color in your .3w file, you get &quot;Material not support error&quot;.</p><p>So in short, if you have black ABS cartridge, set ABS black in XYZware Pro, slice and save the file as SAMPLE001.3W, copy to SD card, insert to your SD extension slot, reboot machine, and try to print.</p><p>If it works, and you want to change to whatever material and color you want, change the corresponding information in the chip with chip resetter if you have DaVinci machine. Since you have DaVinci Pro, you should be able to use 3rd party filament without the chip. I have no experience with DaVinci Pro, but I think you should remove the filament cartridge if you are using 3rd party filament, otherwise machine still reads material information from the cartridge and it will conflict with the one in .3w file.</p><p>So, first thing to try, remove the filament cartridge, and see if it will print with your current file, if it isn&#039;t, put the cartridge back and set material to whatever your filament cartridge specifies, and try again, if it still does not work, let us know the error message and we can further troubleshoot.</p>]]></description>
			<author><![CDATA[null@example.com (yizhou.he)]]></author>
			<pubDate>Mon, 01 Oct 2018 14:31:32 +0000</pubDate>
			<guid>https://www.soliforum.com/post/146611/#p146611</guid>
		</item>
		<item>
			<title><![CDATA[Re: DaVinci Pro 3in1: Offline printing directly from flyout SD card]]></title>
			<link>https://www.soliforum.com/post/146606/#p146606</link>
			<description><![CDATA[<p>Still not working:&nbsp; Material no support error.</p><p>I will recompile ThreeDubber with new settigns for my DaVinci model, currently is printerID hardcoded in source code and also some other things are fixed.</p><p>We will see, if it helps....</p>]]></description>
			<author><![CDATA[null@example.com (pentaxxx)]]></author>
			<pubDate>Mon, 01 Oct 2018 09:31:22 +0000</pubDate>
			<guid>https://www.soliforum.com/post/146606/#p146606</guid>
		</item>
		<item>
			<title><![CDATA[Re: DaVinci Pro 3in1: Offline printing directly from flyout SD card]]></title>
			<link>https://www.soliforum.com/post/146353/#p146353</link>
			<description><![CDATA[<p>I see .... so it could be number of allowed prints. But why/how it changes after power failure (my UPS shutdown via ON/OFF button)?</p><p>I created these models by myself in Onshape, saved by STL and sliced in XYZWARE Pro. There was number 38 in princount.txt last time,&nbsp; so it does not correspond with unlimited use/print.</p><p>If this is true, then it is not possible to modify remembered line number of GCODE (=3W file), cause it is placed somewhere in eeprom. To be able to print from offline_print.3w, I need to be able to set resume print to first line of 3W file.<br />I will try to use SAMPLE001.3W approach instead ..... I hope, I can force to use custom material instead of ABS cartridge. I can&#039;t get other filaments than ABS (two colors only available) in our country. No PLA, no PETG, no ThoughPLA here for testing ....</p>]]></description>
			<author><![CDATA[null@example.com (pentaxxx)]]></author>
			<pubDate>Tue, 18 Sep 2018 14:09:18 +0000</pubDate>
			<guid>https://www.soliforum.com/post/146353/#p146353</guid>
		</item>
		<item>
			<title><![CDATA[Re: DaVinci Pro 3in1: Offline printing directly from flyout SD card]]></title>
			<link>https://www.soliforum.com/post/146346/#p146346</link>
			<description><![CDATA[<p>one thought on printcount, when I import saved sliced models on my davinci, it says unlimited uses, this is because I create my own designs, I would guess that some designs are coded to only allow a certain number of reproductions, which is where this may come in.</p>]]></description>
			<author><![CDATA[null@example.com (Grendel)]]></author>
			<pubDate>Tue, 18 Sep 2018 07:11:17 +0000</pubDate>
			<guid>https://www.soliforum.com/post/146346/#p146346</guid>
		</item>
		<item>
			<title><![CDATA[Re: DaVinci Pro 3in1: Offline printing directly from flyout SD card]]></title>
			<link>https://www.soliforum.com/post/146320/#p146320</link>
			<description><![CDATA[<p>I will try to build cartridge chip programmer and we will see .... it could be the best solution for alternative filament.</p>]]></description>
			<author><![CDATA[null@example.com (pentaxxx)]]></author>
			<pubDate>Mon, 17 Sep 2018 10:48:47 +0000</pubDate>
			<guid>https://www.soliforum.com/post/146320/#p146320</guid>
		</item>
		<item>
			<title><![CDATA[Re: DaVinci Pro 3in1: Offline printing directly from flyout SD card]]></title>
			<link>https://www.soliforum.com/post/146319/#p146319</link>
			<description><![CDATA[<p>Your solution seems to be problem for me. It seems that it cannot be used, while using other material without cartridge.<br />It always tell me on display something like : Material not support</p><p>I will try to modify manually GCODE in decrypted form, but I don&#039;t know, if it will help.<br />Maybe combination of settings material to abs, filament used to 0 and placing original empty cartridge with chip in printer could help to print demo files with custom temp/material.</p><p>Also I found, that printer is not able to accept .gcode files, only .3w files are supported :-(&nbsp; </p><p>Firmware in my printer is 1.1.9</p>]]></description>
			<author><![CDATA[null@example.com (pentaxxx)]]></author>
			<pubDate>Mon, 17 Sep 2018 10:47:11 +0000</pubDate>
			<guid>https://www.soliforum.com/post/146319/#p146319</guid>
		</item>
		<item>
			<title><![CDATA[Re: DaVinci Pro 3in1: Offline printing directly from flyout SD card]]></title>
			<link>https://www.soliforum.com/post/146315/#p146315</link>
			<description><![CDATA[<p>If it has a sample file that you can print then all you need to do is move your file to the card and rename your file to the sample file name and then print it as a demo from the LCD.</p>]]></description>
			<author><![CDATA[null@example.com (carl_m1968)]]></author>
			<pubDate>Mon, 17 Sep 2018 00:33:31 +0000</pubDate>
			<guid>https://www.soliforum.com/post/146315/#p146315</guid>
		</item>
		<item>
			<title><![CDATA[DaVinci Pro 3in1: Offline printing directly from flyout SD card]]></title>
			<link>https://www.soliforum.com/post/146314/#p146314</link>
			<description><![CDATA[<p>I&#039;m trying to overcome problems with slow upload through USB / WiFi from unstable XYZWare Pro.</p><p>I found someinteresting information on sdcard:<br />filename.txt = filename of current printfile<br />offline_print.3w = standard name for printfile<br />Printcount.txt = it contains number, probably line of gcode where printing stopped last time (deleted if print is finished correctly)</p><p>I&#039;m able to insert flyout extension microSD card holder.<br />I&#039;m able to decrypt and crypt 3w files (gcode files are not accepted by Pro 3in1 model).<br />I&#039;m able to display option to Resume last printing through saving offline_print.3w file + saving any number to printcount.txt file.</p><p>I can&#039;t say for sure, if it starts on right place or not (is it zerobased row number?) and if there is simplier way to print from other slicer (Cura, full version of Slic3r, Kisslicer ...). It is no problem to create headers to accept gcode converted to 3w with all informations inside = material, time, filament used ....</p><p>Is there anyone, who allready succesfully passed all these steps ?</p><p>(there could be no difference between Pro and Pro 3in1 models)</p>]]></description>
			<author><![CDATA[null@example.com (pentaxxx)]]></author>
			<pubDate>Sun, 16 Sep 2018 23:54:26 +0000</pubDate>
			<guid>https://www.soliforum.com/post/146314/#p146314</guid>
		</item>
	</channel>
</rss>
