1 (edited by peitzgreene 2014-06-26 00:25:42)

Topic: Filament Problems

Any one else have this problem. So I ran out of black ABS, right as I was on the last part, Dang!
So I ordered some more black ABS, but not the cartridge type, a 1kg spoil of Black abs. So got it popped it in the printer and I had a problem with it coming out to slow, so it made all of the prints flimsy and can break in your hand. So I though it maybe the reset EEPROM that I had in it because it was for white. So I took it out and put in the old black cartridge and did a small test print and it worked fine. But there was only 8m left on that chip so I reset it with bed temp 90C and extruder 210C. And now I have the problem again. I also reset it to 230C, still the same problem. Any idea?

Does and one know the EEPROM setting for the Arduino code for different extruder temps?
I know 210C is char et[] = {0xd2,0x00}; // 210 C
And 230C is char et[] = {0xe6,0x00}; // 230 C

I don't know EEPROM coding all that well.

Thanks Every one

2

Re: Filament Problems

What version of the firmware are you on? From Firmware revision 'I' on XYZ started messing with the cart data and causing prints made after the reset to fail.

(See here: http://voltivo.com/forum/davinci-filame … -reset#86)

Reverting to firmware version 'G' fixes the issue. (Can be found here: http://voltivo.com/forum/davinci-softwa … itory#167)

3

Re: Filament Problems

Yeah read in another post, testing now will report.

4

Re: Filament Problems

skestes wrote:

What version of the firmware are you on? From Firmware revision 'I' on XYZ started messing with the cart data and causing prints made after the reset to fail.

(See here: http://voltivo.com/forum/davinci-filame … -reset#86)

Reverting to firmware version 'G' fixes the issue. (Can be found here: http://voltivo.com/forum/davinci-softwa … itory#167)


This was the Fix, thanks!