151

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

The build area isn't cut down that much - using 2 E3d clones on a custom mount that is the same width of the original clip, which can be found @ https://www.thingiverse.com/thing:1747277

That being said, I'm still fighting with dual extrusion.

152

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

Both extruder heaters are controlled independently and like wise their thermistors are red independently. You need to make sure firmware is setup correctly and that the Host are setup as well.

Printing since 2009 and still love it!
Anycubic 4MAX best $225 ever invested.
Voxelabs Proxima SLA. 6 inch 2k Mono LCD.
Anycubic Predator, massive Delta machine. 450 x 370 print envelope.

153

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

As I suspected then. There is a problem with firmware I downloaded from here not working properly with the printer. Used a similar configuration with a fresh pull from the official MarlinFW site and things are working fine now. Just need to fine tune and center everything now.

154 (edited by k6pc 2017-07-01 19:15:24)

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

Could someone point me in the right direction on something?  Everything seems to be working great so far except extrusion. Every time I try and print the extruder jams the filament in the throat of the nozzle.  I think it is trying to feed too much.

The tutorial mentions, "So other than possibly fine-tuning your extrusion steps you should be set to go."

Can someone point me to where these values are in the firmware?

Thanks!

*EDIT* - I think I found it.
#define DEFAULT_AXIS_STEPS_PER_UNIT   {80,80,2560,155}

Has anyone else had to adjust this? What are your values?

155

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

k6pc wrote:

Could someone point me in the right direction on something?  Everything seems to be working great so far except extrusion. Every time I try and print the extruder jams the filament in the throat of the nozzle.  I think it is trying to feed too much.

The tutorial mentions, "So other than possibly fine-tuning your extrusion steps you should be set to go."

Can someone point me to where these values are in the firmware?

Thanks!

*EDIT* - I think I found it.
#define DEFAULT_AXIS_STEPS_PER_UNIT   {80,80,2560,155}

Has anyone else had to adjust this? What are your values?

So my problem ended up being some bad data saved in EEPROM.  I figured flashing the firmware would clear but apparently not. It's printing now but not very well.  I'm still interested in firmware values others are using.

156

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

Could it be something in your slicer - what temperature and feed rate are you using?

I know in Slic3r, there are settings for both, and that there is a delicate balance of temperature and feed rate to get smooth and consistent prints.

157 (edited by Eddiie 2017-07-14 00:33:32)

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

Hi,

I have a virgin DV Jr. controller board.   It also has wifi  and a bed leveler (which I kept).  If someone wants it, I live in the USA.
Send me a PM and an offer. smile   I'd LOVE a replacement 101Hero controller board...

158

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

Has anyone taken the time to write a Load Filament / Unload Filament macro for Marlin?
I have everything working on Marlin 1.1.1.
It would be nice to tweak the back-right corner just a bit.
I am using the full graphics display, what is everyone using to mount the smaller display?
I re-created the original display holder in Tinkercad (or close to it, not bad for eye-balling it), am hoping to hack the graphic display into it.

Also looking for STL files for Bed leveler housing, button holder, and bed leveler reset arm.
Anyone??


Lastly, how do I tweak the Z settings?  The end stop is a bit lower than the print bed.  (I am working on a second DV Jr.)

Thanks!

159

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

Hei,
I can't t set up my Marlin on the Arduino.
First I don't really know how to set up all for my Davinci Mini.
I downloaded Marlin and tryed to upload it, but it didn't work. It said that I had to include the U8glib Library. So I downloaded a Library called U8glib.
It still did work.
Is there any tutorial on how to install Marlin on Ramps with the settings for a Mini/junior?
And if not, how did you do it.
Thanks!

160

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

I finally finished converting, but my x axis will get stuck when the hot end is on it. When i take it off, it moves just fine. Do I need to adjust anything in my settings? Or is it a hardware problem?

161

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

Hi, NickXavier,

I think your x axis mini value is too low. change #define X_MIN_POS in your configuration.h set it to something bigger. start with
#define X_MIN_POS 0

I think it can go down to
#define X_MIN_POS -31
according to james configuration.

(Da Vinci 1.0, Jr. 1.0 RAMPS, miniMaker) X4, (Creality CR-10S, CR-10 mini, Ender-3) X4, Anycubic MEGA X4, Anycubic Chrion X1, ADMILAB Gantry X2 (MonoPrice Maker Select V2, Plus, Ultimate)X4--Select mini X1, Anycubic photon X4, Wanhao duplicate D7 X1.
iNSTONE Inventor Pro X2, CTC Dual X2, ANET-A8, Hictop 3DP-11, Solidoodle Press, FLSUN I3 2017X1

162

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

GlotzPack wrote:

Hei,
I can't t set up my Marlin on the Arduino.
First I don't really know how to set up all for my Davinci Mini.
I downloaded Marlin and tryed to upload it, but it didn't work. It said that I had to include the U8glib Library. So I downloaded a Library called U8glib.
It still did work.
Is there any tutorial on how to install Marlin on Ramps with the settings for a Mini/junior?
And if not, how did you do it.
Thanks!

The Marlin installation and use is the same for RAMPS1.4, it doesn't matter you use it for Da vinc 1.0 or mini/junior.
First you need to find the website for the manufacture of your RAMPS1.4 kits and download the most recent software/documentation. It usually contain the Arduino and Marlin that will work together.
U8glib need to be extract to Library folder under the Arduino folder become Arduino/Library/U8glib/. Make sure you don't extract it to Arduino/Library/U8glib/U8glib. Sometimes unzipping process automatically create more folder than you wanted.

follow the manufacture's instruction, you should be able to get Marlin uploaded, you can figure out how to adjust the setting later.

For Da vinci mini specific instructions, see:
http://www.soliforum.com/topic/16288/ho … -ramps-14/

(Da Vinci 1.0, Jr. 1.0 RAMPS, miniMaker) X4, (Creality CR-10S, CR-10 mini, Ender-3) X4, Anycubic MEGA X4, Anycubic Chrion X1, ADMILAB Gantry X2 (MonoPrice Maker Select V2, Plus, Ultimate)X4--Select mini X1, Anycubic photon X4, Wanhao duplicate D7 X1.
iNSTONE Inventor Pro X2, CTC Dual X2, ANET-A8, Hictop 3DP-11, Solidoodle Press, FLSUN I3 2017X1

163

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

Eddiie wrote:

Has anyone taken the time to write a Load Filament / Unload Filament macro for Marlin?
I have everything working on Marlin 1.1.1.
It would be nice to tweak the back-right corner just a bit.
I am using the full graphics display, what is everyone using to mount the smaller display?
I re-created the original display holder in Tinkercad (or close to it, not bad for eye-balling it), am hoping to hack the graphic display into it.

Also looking for STL files for Bed leveler housing, button holder, and bed leveler reset arm.
Anyone??


Lastly, how do I tweak the Z settings?  The end stop is a bit lower than the print bed.  (I am working on a second DV Jr.)

Thanks!

You can change Z setting in Marlin configuration.h
#define Z_MIN_POS -1.8

you can also use Set Orgin in Marlin manu under Prepare in LCD panel

(Da Vinci 1.0, Jr. 1.0 RAMPS, miniMaker) X4, (Creality CR-10S, CR-10 mini, Ender-3) X4, Anycubic MEGA X4, Anycubic Chrion X1, ADMILAB Gantry X2 (MonoPrice Maker Select V2, Plus, Ultimate)X4--Select mini X1, Anycubic photon X4, Wanhao duplicate D7 X1.
iNSTONE Inventor Pro X2, CTC Dual X2, ANET-A8, Hictop 3DP-11, Solidoodle Press, FLSUN I3 2017X1

164

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

k6pc wrote:
k6pc wrote:

Could someone point me in the right direction on something?  Everything seems to be working great so far except extrusion. Every time I try and print the extruder jams the filament in the throat of the nozzle.  I think it is trying to feed too much.

The tutorial mentions, "So other than possibly fine-tuning your extrusion steps you should be set to go."

Can someone point me to where these values are in the firmware?

Thanks!

*EDIT* - I think I found it.
#define DEFAULT_AXIS_STEPS_PER_UNIT   {80,80,2560,155}

Has anyone else had to adjust this? What are your values?

So my problem ended up being some bad data saved in EEPROM.  I figured flashing the firmware would clear but apparently not. It's printing now but not very well.  I'm still interested in firmware values others are using.


E Steps Fine Tuning

Now, with everything very close to ideal values, we can finally dial E steps in that final little bit!
Find an object with flat tops on a number of levels, such as this cube stack test (scale this object by 250% after loading in Slic3r)
Slice at 95% rectilinear infill. Use the lowest layer height you're comfortable with - the lower the layer height used for this test, the finer your resulting E steps calibration will be. I use 0.2mm for first run, and if I'm feeling ambitious I'll repeat this process at 0.1mm.
Print.
Ignore the first 5-6 layers because they're too sensitive to the exact height of the first layer. If it's obviously over-filling or under-filling, alter E steps or Z=0 point and restart the print.
Observe infill. If you can't see tiny little gaps between the lines, reduce E steps by 0.5% every 2 layers until you can see tiny gaps.
Observe solid top layers. If you can see tiny gaps, increase E steps by 0.5% every 2 layers until there's no gaps in the top.
Send the new E steps to your printer with M92 Ennn without even pausing the print - you will see the result in a couple of layers when the change is this small.
Goto 5 until the infill has tiny gaps AND the solid top layers do not.
Now, your E steps value is extremely fine-tuned! Save this value in your firmware's configuration and flash to make permanent.

(Da Vinci 1.0, Jr. 1.0 RAMPS, miniMaker) X4, (Creality CR-10S, CR-10 mini, Ender-3) X4, Anycubic MEGA X4, Anycubic Chrion X1, ADMILAB Gantry X2 (MonoPrice Maker Select V2, Plus, Ultimate)X4--Select mini X1, Anycubic photon X4, Wanhao duplicate D7 X1.
iNSTONE Inventor Pro X2, CTC Dual X2, ANET-A8, Hictop 3DP-11, Solidoodle Press, FLSUN I3 2017X1

165

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

Or you could do it the proper way.  https://youtu.be/JZGdMc2ebPo

  Not that the above is wrong, just not exactly precise.  Not to mention a bit of a long process.

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

166

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

E= steps for the extruder is very easy. Just send a command to extrude 100mm of filament. The measure 100mm from the input of the extruder and mark it at 100mm on the filament. Then send the 100mm feed command again. If it is short, add steps. If it is long remove steps. There is a formula to calculate the setting based on desired steps and acquired amount used. But I am not sure where it is right now.

Printing since 2009 and still love it!
Anycubic 4MAX best $225 ever invested.
Voxelabs Proxima SLA. 6 inch 2k Mono LCD.
Anycubic Predator, massive Delta machine. 450 x 370 print envelope.

167

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

yizhou.he wrote:

Hi, NickXavier,

I think your x axis mini value is too low. change #define X_MIN_POS in your configuration.h set it to something bigger. start with
#define X_MIN_POS 0

I think it can go down to
#define X_MIN_POS -31
according to james configuration.



mine was at -32. I fixed that. But it doesn't move side to side correctly, and it has a hard time going to the left.

168

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

From Matter hackers

New Steps/mm = (Old/Current steps/mm) x [100 / (measured distance filament traveled)]
I measured 101.3mm on this Rostock max. My current steps/mm is 93.So, 93 x (100 / 101.3) = 91.80

Soliddoodle 4 stock w glass bed------Folger Tech Prusa 2020 upgraded to and titan /aero extruder mirror bed
FT5 with titan/ E3D Aero------MP mini select w glass bed
MP Utimate maker pro-W bondtech extruder
Marlin/Repetier Host/ Slic3r and Cura

169

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

I've got my X axis to work now. Heating keeps failing now. I disconnected everything from the pcb, is that the problem?

170

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

NickXavier wrote:

I've got my X axis to work now. Heating keeps failing now. I disconnected everything from the pcb, is that the problem?

You need temperature sensor and hotend connected for heating to work, make sure fan is also connected for safty of your hotend.

(Da Vinci 1.0, Jr. 1.0 RAMPS, miniMaker) X4, (Creality CR-10S, CR-10 mini, Ender-3) X4, Anycubic MEGA X4, Anycubic Chrion X1, ADMILAB Gantry X2 (MonoPrice Maker Select V2, Plus, Ultimate)X4--Select mini X1, Anycubic photon X4, Wanhao duplicate D7 X1.
iNSTONE Inventor Pro X2, CTC Dual X2, ANET-A8, Hictop 3DP-11, Solidoodle Press, FLSUN I3 2017X1

171

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

yizhou.he wrote:
NickXavier wrote:

I've got my X axis to work now. Heating keeps failing now. I disconnected everything from the pcb, is that the problem?

You need temperature sensor and hotend connected for heating to work, make sure fan is also connected for safty of your hotend.

Its all connected, still the same issue.

172

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

Recommend better RAMPS board choice

http://www.ebay.com/itm/US-Arduino-Ramp … SwAPVZG2at

This one come with end stop, for $30, most of my problem comes form making cable for the end stop, this make things a lot easier. Also the design of LCD allows you to mount the display in the front to replace the orginal da vinci display after print out modified version of the orginal LCD mounting frame. my LCD is too tall to fit.

Better option is
http://www.ebay.com/itm/MKS-Gen-L-3D-Pr … Swax5YyaAs

http://www.ebay.com/itm/RAMPS-1-4-3D-PR … SwDuJWzTT0

With this set you don't need to make cable, and you can put the board inside the machine, my kit is too thick to fit in.

(Da Vinci 1.0, Jr. 1.0 RAMPS, miniMaker) X4, (Creality CR-10S, CR-10 mini, Ender-3) X4, Anycubic MEGA X4, Anycubic Chrion X1, ADMILAB Gantry X2 (MonoPrice Maker Select V2, Plus, Ultimate)X4--Select mini X1, Anycubic photon X4, Wanhao duplicate D7 X1.
iNSTONE Inventor Pro X2, CTC Dual X2, ANET-A8, Hictop 3DP-11, Solidoodle Press, FLSUN I3 2017X1

173

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

NickXavier wrote:
yizhou.he wrote:
NickXavier wrote:

I've got my X axis to work now. Heating keeps failing now. I disconnected everything from the pcb, is that the problem?

You need temperature sensor and hotend connected for heating to work, make sure fan is also connected for safty of your hotend.

Its all connected, still the same issue.

Can you be more specific on the problem? also upload image of your board when problem happens

(Da Vinci 1.0, Jr. 1.0 RAMPS, miniMaker) X4, (Creality CR-10S, CR-10 mini, Ender-3) X4, Anycubic MEGA X4, Anycubic Chrion X1, ADMILAB Gantry X2 (MonoPrice Maker Select V2, Plus, Ultimate)X4--Select mini X1, Anycubic photon X4, Wanhao duplicate D7 X1.
iNSTONE Inventor Pro X2, CTC Dual X2, ANET-A8, Hictop 3DP-11, Solidoodle Press, FLSUN I3 2017X1

174

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

NickXavier wrote:

I've got my X axis to work now. Heating keeps failing now. I disconnected everything from the pcb, is that the problem?

How is it failing? Giving you an error? Not heating? You need to give us more info than just failing.

Printing since 2009 and still love it!
Anycubic 4MAX best $225 ever invested.
Voxelabs Proxima SLA. 6 inch 2k Mono LCD.
Anycubic Predator, massive Delta machine. 450 x 370 print envelope.

175 (edited by Tin Falcon 2017-08-15 01:10:51)

Re: [HOWTO] Convert Da Vinci Jr to RAMPS 1.4

Testing a board with nothing hooked up is a bad idea. The drivers need motors to drive. and the board needs to see the themisistors to work.
For instance a a bad hot end sensor will cause the hot end not to heat and the extruder not to function. There are built in fail safes that need to be understood.
The first thing to check is the themisistors  reading ambient temp and within a degree of each other.

Soliddoodle 4 stock w glass bed------Folger Tech Prusa 2020 upgraded to and titan /aero extruder mirror bed
FT5 with titan/ E3D Aero------MP mini select w glass bed
MP Utimate maker pro-W bondtech extruder
Marlin/Repetier Host/ Slic3r and Cura