26

Re: E3D firmware update for Printrboard

You'll need to spend some time looking over things as that firmware is not set up for dual extrusion.  Should just be a simple matter of Un commenting the appropriate lines to enable the second extruder.  Maybe have to double check some pin assignments and verify that they are correct for the Z axis issue.  I'll spend some time digging for a preconfigured version for your machine.  Being able to flash successfully is the hard part, good job.

Printit Industries Model 8.10 fully enclosed CoreXY, Chamber heat
3-SD3's & a Workbench all fully enclosed, RH-Slic3r Win7pro, E3D V6, Volcano & Cyclops Hot End
SSR/500W AC Heated Glass Bed, Linear bearings on SS rods. Direct Drive Y-axis, BulldogXL
Thanks to all for your contributions

27

Re: E3D firmware update for Printrboard

I'll look around at the firmware I had to see if it is a simple un-commenting a line. I really appreciate all the help! I'm pretty new to all this stuff haha

28

Re: E3D firmware update for Printrboard

You'll get it eventually, in the meantime just think about how much you're learning wink

Printit Industries Model 8.10 fully enclosed CoreXY, Chamber heat
3-SD3's & a Workbench all fully enclosed, RH-Slic3r Win7pro, E3D V6, Volcano & Cyclops Hot End
SSR/500W AC Heated Glass Bed, Linear bearings on SS rods. Direct Drive Y-axis, BulldogXL
Thanks to all for your contributions

29

Re: E3D firmware update for Printrboard

Thank you so much for this!  I was having all kinds of trouble and confusion trying to do it through the soliwiki link I found, and this worked first try.  On to bigger and better prints thanks to you guys!

30

Re: E3D firmware update for Printrboard

I've read around and looked though the firmware files and my best guess is that it is a pin assignment issue in the pins.h file, since I have looked though all the configuration file and saw no where to enable/disable a heated bed, and the z-motor is on the second board. Does anyone know of a firmware file more tuned to this solidoodle platform, or where I could find some pin numbering schematics to aid me? I dont know much about reading the pins on a board but I can look that up.

31

Re: E3D firmware update for Printrboard

http://reprap.org/wiki/Printrboard
Until I get a chance to compile a working version you might be able to assist with the  pin assignments.

Printit Industries Model 8.10 fully enclosed CoreXY, Chamber heat
3-SD3's & a Workbench all fully enclosed, RH-Slic3r Win7pro, E3D V6, Volcano & Cyclops Hot End
SSR/500W AC Heated Glass Bed, Linear bearings on SS rods. Direct Drive Y-axis, BulldogXL
Thanks to all for your contributions

32

Re: E3D firmware update for Printrboard

Thank you! One of my coworkers had the idea to find the firmware from Solidoodle and I used this to set up my configuration.h and pins.h pages in the firmware, with proper modifications made for the E3D. I now have control over my z-motor just heated bed control. I'll keep digging around!

33

Re: E3D firmware update for Printrboard

If you end up with a properly working file set could you get it to me so I can post it up on the WIKI???

Printit Industries Model 8.10 fully enclosed CoreXY, Chamber heat
3-SD3's & a Workbench all fully enclosed, RH-Slic3r Win7pro, E3D V6, Volcano & Cyclops Hot End
SSR/500W AC Heated Glass Bed, Linear bearings on SS rods. Direct Drive Y-axis, BulldogXL
Thanks to all for your contributions

34

Re: E3D firmware update for Printrboard

Can do! This was a total shot in the dark but seemed to have worked. I thought that maybe the issue was because the board was designed to utilize three heaters and, since I'm using only a single extruder, the second heater being controlled is the bed. I read about issue where a faulty thermistor on the second heater could cause an error to be thrown that would kill the bed heater. So I took the thermistor for the bed and connected it onto the board in place of where my second extruder would have been. This immediately popped up with the bed control and the thermistor and heater behaved properly. I may be wrong about the issue, but I think this fix is working

35

Re: E3D firmware update for Printrboard

Yeah if a thermistor is expected but not present it'll cause issues.

Printit Industries Model 8.10 fully enclosed CoreXY, Chamber heat
3-SD3's & a Workbench all fully enclosed, RH-Slic3r Win7pro, E3D V6, Volcano & Cyclops Hot End
SSR/500W AC Heated Glass Bed, Linear bearings on SS rods. Direct Drive Y-axis, BulldogXL
Thanks to all for your contributions

36

Re: E3D firmware update for Printrboard

Going to do a test print and make sure all is well, but its looking good so far. I can send you a file with the firmware that I updated if you'd like, through a PM or email whichever is easiest on here.

37

Re: E3D firmware update for Printrboard

PM should work just fine.  Depends on the file size.

Printit Industries Model 8.10 fully enclosed CoreXY, Chamber heat
3-SD3's & a Workbench all fully enclosed, RH-Slic3r Win7pro, E3D V6, Volcano & Cyclops Hot End
SSR/500W AC Heated Glass Bed, Linear bearings on SS rods. Direct Drive Y-axis, BulldogXL
Thanks to all for your contributions

38

Re: E3D firmware update for Printrboard

Back again, with the last question this time (hopefully lol). I need to set my new z-offset but the old g-code command I used doesn't seem to work. I was using M851 previously, but this may not be the case for the new firmware. Any idea where to poke around to find this info?

39

Re: E3D firmware update for Printrboard

Firmware will not change the given action of a G-code command.

Printit Industries Model 8.10 fully enclosed CoreXY, Chamber heat
3-SD3's & a Workbench all fully enclosed, RH-Slic3r Win7pro, E3D V6, Volcano & Cyclops Hot End
SSR/500W AC Heated Glass Bed, Linear bearings on SS rods. Direct Drive Y-axis, BulldogXL
Thanks to all for your contributions

40

Re: E3D firmware update for Printrboard

You'll want to set z offset in your slice profile but I just run mine at zero and set the bed height accordingly.  If you are wanting to use auto level then you need to enable that in the configuration.h and set it up there.

Printit Industries Model 8.10 fully enclosed CoreXY, Chamber heat
3-SD3's & a Workbench all fully enclosed, RH-Slic3r Win7pro, E3D V6, Volcano & Cyclops Hot End
SSR/500W AC Heated Glass Bed, Linear bearings on SS rods. Direct Drive Y-axis, BulldogXL
Thanks to all for your contributions

41 (edited by JoyMonkey 2016-08-08 19:39:54)

Re: E3D firmware update for Printrboard

Thanks for this great guide!

It looks like the latest Teensyduino doesn't support Arduino IDE version 1.05 anymore though. Does anyone know which version of Teensyduino supports it, and where older Teensyduino downloads can be found?

Edit: Never mind. I had a moment of clarity and just compiled the modified SolidoodleMarlin code using the most recent Arduino IDE (1.6.9) and most recent Teensyduino. It seems to have compiles successfully; fingers crossed this hex file does it for me.

Post's attachments

SolidoodleMarlin_SD3_E3DV6_(unverified).hex 153.82 kb, 5 downloads since 2016-08-08 

You don't have the permssions to download the attachments of this post.

42 (edited by JoyMonkey 2016-08-13 18:19:10)

Re: E3D firmware update for Printrboard

After flashing the firmware that I posted above, connecting to Repetier-Host, the log tells me...

14:11:24.143 : FIRMWARE_NAME:RepetierVirtualPrinter FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Mendel EXTRUDER_COUNT:1 REPETIER_PROTOCOL:1

The instructions on page 1 of this thread mention that it should read "MACHINE_TYPE:Solidoodle", but mine reads "MACHINE_TYPE:Mendel".
I swear I changed line Configuration.h properly (my edited version is attached).
Is it correct to read "Mendel" instead of "Solidoodle" with this most recent firmware?

Post's attachments

Configuration.h 18.79 kb, 3 downloads since 2016-08-13 

You don't have the permssions to download the attachments of this post.

43

Re: E3D firmware update for Printrboard

Looks like RH is setup to connect as virtual machine make sure you are telling it to connect to the correct machine using the correct com port.

Printit Industries Model 8.10 fully enclosed CoreXY, Chamber heat
3-SD3's & a Workbench all fully enclosed, RH-Slic3r Win7pro, E3D V6, Volcano & Cyclops Hot End
SSR/500W AC Heated Glass Bed, Linear bearings on SS rods. Direct Drive Y-axis, BulldogXL
Thanks to all for your contributions

44

Re: E3D firmware update for Printrboard

So. I have a dual extruder Workbench printer. I installed both ed3 with a newly printed 3d mount (from thingverse). I also followed the instructions word for word on updating the firmware. Now in repiter host (with the updated firmware) it says my solidoodle only has 1 extruder. My question, what line in the arduino code do I have to change for dual extruders?

45

Re: E3D firmware update for Printrboard

Give me a few minutes and I'll get you screenshots

Printit Industries Model 8.10 fully enclosed CoreXY, Chamber heat
3-SD3's & a Workbench all fully enclosed, RH-Slic3r Win7pro, E3D V6, Volcano & Cyclops Hot End
SSR/500W AC Heated Glass Bed, Linear bearings on SS rods. Direct Drive Y-axis, BulldogXL
Thanks to all for your contributions

46

Re: E3D firmware update for Printrboard

You'll need to define the number of extruders on this line as 2

http://i.imgur.com/uVbaAg7.png

Then you'll need to change the temp sensors to 5

http://i.imgur.com/Q5fhK3H.png

You'll also need to change MAX TEMP for both to 290

http://i.imgur.com/uYZyFeN.png

Lastly if you haven't devised a way to extend your auto level probe, you'll need to comment out the auto level by placing "//"
in front of this line.

http://i.imgur.com/uNTFoGR.png

Hope that helps

Printit Industries Model 8.10 fully enclosed CoreXY, Chamber heat
3-SD3's & a Workbench all fully enclosed, RH-Slic3r Win7pro, E3D V6, Volcano & Cyclops Hot End
SSR/500W AC Heated Glass Bed, Linear bearings on SS rods. Direct Drive Y-axis, BulldogXL
Thanks to all for your contributions

47

Re: E3D firmware update for Printrboard

Thank you for your prompt response. I updated my code based on your settings and now I get a new error message.. I am unsure what this means, I did not have this as a problem before I changed the extruder count to two.
http://soliforum.com/i/?PQ8RNJR.png

48

Re: E3D firmware update for Printrboard

What version of Marlin are you using?

Printit Industries Model 8.10 fully enclosed CoreXY, Chamber heat
3-SD3's & a Workbench all fully enclosed, RH-Slic3r Win7pro, E3D V6, Volcano & Cyclops Hot End
SSR/500W AC Heated Glass Bed, Linear bearings on SS rods. Direct Drive Y-axis, BulldogXL
Thanks to all for your contributions

49

Re: E3D firmware update for Printrboard

I am using the files downloaded from the Soliwiki.  I am unsure where to see the version

50

Re: E3D firmware update for Printrboard

Let me get you a link to the version SD provided.  It's laying around here somewhere.

Printit Industries Model 8.10 fully enclosed CoreXY, Chamber heat
3-SD3's & a Workbench all fully enclosed, RH-Slic3r Win7pro, E3D V6, Volcano & Cyclops Hot End
SSR/500W AC Heated Glass Bed, Linear bearings on SS rods. Direct Drive Y-axis, BulldogXL
Thanks to all for your contributions