Results 1 to 10 of 11
-
12-15-2014, 05:55 PM #1
- Join Date
- Oct 2014
- Posts
- 8
Question about i3v dual extruder e-steps.
Hello!
Over the weekend I added another extruder to my Markerfarm 10’’ i3v. I’m using a Bulldog lite and a Greg's extruder. I know how to change the e-steps, but I cannot find any information on how to set two different values for each extruder. The bulldog extrudes way too much.
Any help would be greatly appreciated.
-
12-16-2014, 08:27 AM #2
For full disclosure, I don't have any experience with dual extruders or the bulldog lite but I'll try to help!
I believe there is a section in the marlin firmware that you have to modify to allow you to use dual extruders. It's likely that from the LCD unless you changed something, you would not be able to change the second extruder's esteps. I think you should take a look through the marlin firmware for a second esteps setting.
-
12-16-2014, 08:54 AM #3
- Join Date
- Dec 2014
- Posts
- 33
Bulldog LITE:
#define DEFAULT_AXIS_STEPS_PER_UNIT {XX,YY,ZZ,107}
#define DEFAULT_AXIS_STEPS_PER_UNIT {XX,YY,ZZ,90}
I have seen most people start at 100 and go from there.
If you are doing it in the firmware. Then tune it from there.
Or you can do it live with teh commands bellow
M92 E100 ; calibrate E
M500 ; Save to EEPROM
Then test and change as needed. Example is basicly remove the hotend. mark 100mm on the filament. Extrude 100mm in steps at 100 setting and adjust the setting based on how close you get to the actual amount that goes through the extruder.
-
12-16-2014, 09:07 AM #4
Confirming my suspicion, there's apparently not a way in Marlin to do this - https://github.com/ErikZalm/Marlin/issues/540.
-
12-16-2014, 09:17 AM #5
- Join Date
- Dec 2014
- Posts
- 33
The only way I have seen it done is using the multiplier for the amount to be extruded. Though I have only seen 2 dual extruder setups so far and both we tuned to be as exactly a like as possible. Same volt amps to motors same extruder and heater and temp sensor and so on.
-
12-16-2014, 09:37 AM #6
For further detail, these extrusion multiplier settings can be found in slic3r (and maybe other slicing programs). Here's a useful calibration object for adjusting the extrusion multiplier in slic3r.
http://3dprintboard.com/showthread.p...ll=1#post20845
-
12-16-2014, 09:53 AM #7
But can you specify a different extrusion multiplier for each filament? (away from the slicer computer so I can't check) I don't recall that.
-
12-16-2014, 09:56 AM #8
-
12-16-2014, 10:05 AM #9
- Join Date
- Nov 2014
- Posts
- 522
I believe thats why all the dual extruder setups you see are duplicates of each other... Ive never seen dual extruders with different extruders.
There aould have a to a fundemental change in the gcode to make different extruders work for dual extrusion.
-
12-16-2014, 10:40 AM #10
- Join Date
- Dec 2014
- Posts
- 33
In slicer sure you have a config file for each extruder. In the firmware I doubt it. I never really think about stand alone mode since most of my 3d printers are connected to a beagle bone black and octoprint or directly connected to a normal machine.
Ender 3v2 poor printing quality
10-28-2024, 09:08 AM in Tips, Tricks and Tech Help