E 3d BIGBOX Duel head
-
Hello. I have recently been given a E 3d BOGBOX duel head extruder printer. I have been told the printer has never worked from day one since it was purchased and assembled. i hve played around with it some and have gone over the set up for the Rumba board again. So i now have the screen showing me an interface with a "Bed overheat" alarm. and since the person I got this from has been through 4 boards trying to get this to work I have decided to purchase an Duet wifi board and and a 7" screen to go with it. My problem now is i am new to 3D printing and was wondering if anyone has any good tips on to accomplish this rebuild. plus setting up the new board and screen as well. thanks
-
Hi @testpro, thanks for choosing Duet!
Here are some resources to get you started:
-
The online configuration generator at https://configtool.reprapfirmware.org/Start. This can generate a basic single-head configuration file and homing files for you. I suggest you use it to generate configuration and homing files using the left head only, and get the machine working using just the left head, with the right head parked at the right endstop switch.
-
When that's working, look at https://duet3d.dozuki.com/Wiki/ConfiguringMultipleIndependentXcarriagesCartesian. This will tell you how to change the configuration files to use the second print head, how to write the homing file for the right hand print head, and how to set up tools for ditto printing and mirror printing.
Hint: ditto and mirror printing are easiest to set up if you choose X=0 Y=0 to be at the centre of the bed.
If you have any problems making sense of those pages, ask here.
-
-
Not to discourage you from posting here or anything, but there's also the E3D big box forums that may prove helpful to you.
-
@testpro
If your printer actually has independent X-axes, the DuetWiFi will not have enough onboard stepper drivers. You might need the DUEX5 extension board, too? -
@dc42 Hay thank you. I just got the parts in and have the duet2 up and running after connecting to pc and doing a firmware update. i also have the 7" touch screen attached and working. Now it is down to wiring up the board and swapping it out.
the setting up one head head first then the second is a good idea. after i get it wired up and in i will be taking you up on the suggestions above. thanks
-
@phaedrux Thanks i did not realize that. there is a ton of info out there and it can get confusing.
-
@o_lampe
hello well if Y axis is front and back and X is left to right and standing in front of printer my X axis has 2 extruders attached together driven on to chrome bars with a cog belt. so i am going to say no not separate independent x axis but to extruder heads sharing same the same axis if that makes since. I believe there are just enough on the duet with 5 to get me there. -
@testpro there’s a long thread here https://forum.duet3d.com/topic/17995/unable-to-home-z-axis/76?_=1620854071811 with some example config files for a single extruder bigbox, which may help. Read the thread, but use the files from the end, they are the latest and correct ones, at least for that machine.
Ian
-
@testpro said in E 3d BIGBOX Duel head:
@o_lampe
hello well if Y axis is front and back and X is left to right and standing in front of printer my X axis has 2 extruders attached together driven on to chrome bars with a cog belt. so i am going to say no not separate independent x axis but to extruder heads sharing same the same axis if that makes since. I believe there are just enough on the duet with 5 to get me there.Correct, if the two extruders are on the same carriage then you have enough stepper drivers on the Duet. Some users converted their BigBox machines to IDEX but that was not an E3D product.
-
@dc42 hello ok i have got the duet 2 board and have it communicating with the PC. So i then wired up the board and everything is working as far as i can tell but when i go to configure as you suggested above and go through the steps to make a file for the printer and it gives me a zip file. i then have the zip file and upload under system then file and system files upload then the control software telling only one file can be read?
i then go to the dash board page and tell x to home and or Y to home the z motors act like they want to move and the x and y steppers are doing nothing? the program is also telling me the Failed to enable end stops.i have got to have something wrong.
-
@testpro ok after playing some and restarting the printer i can get the x and y axis to home somewhat.
the x home will make the extruder head move from right to left and the y axis from front of printer to back of printer. but once x homes and then i tell y to home the extruder moves from back of printer to front of printer and the extruder bounces trying to go left.I know this is not right i have something backwards but i know the wiring is correct i have checked it twice. i also think the end stop for x is not working properly either due to bouncing but no sure.
-
Can you post your config.g and homing files?
-
@phaedrux i will have to figure out how to do that. they can be exported to excel right?
-
@testpro in the mean time can you tell me how to check the sensor used on the z axis is good or not, the z axis will not home but it will run up to extruder and beyond it you allow it., so i do not if it bad or i have a bad setting.
-
@testpro config g file
; Configuration file for Duet WiFi (firmware version 3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.2.3 on Tue May 25 2021 18:51:26 GMT-0400 (Eastern Daylight Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"big 3d box 1" ; set printer name
M669 K1 ; select CoreXY mode; Network
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Drives
M569 P0 S1 ; physical drive 0 goes forwards
M569 P1 S1 ; physical drive 1 goes forwards
M569 P2 S1 ; physical drive 2 goes forwards
M569 P3 S1 ; physical drive 3 goes forwards
M584 X0 Y1 Z2 E3 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X80.00 Y80.00 Z400.00 E420.00 ; set steps per mm
M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
M906 X800 Y800 Z800 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X230 Y210 Z200 S0 ; set axis maxima; Endstops
M574 X1 S1 P"xstop" ; configure active-high endstop for low end on X via pin xstop
M574 Y1 S1 P"ystop" ; configure active-high endstop for low end on Y via pin ystop
M574 Z2 S2 ; configure Z-probe endstop for high end on Z; Z-Probe
M558 P1 C"zprobe.in" H5 F120 T6000 ; set Z probe type to unmodulated and the dive height + speeds
M558 H30 ;*** Remove this line after delta calibration has been done and new delta parameters have been saved
G31 P500 X5 Y5 Z2.5 ; set Z probe trigger value, offset and trigger height
M557 X15:215 Y15:195 S20 ; define mesh grid; Heaters
M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp
M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S280 ; set temperature limit for heater 1 to 280C; Fans
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on; Tools
M563 P0 D0 H1 F0 ; define tool 0
G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C; Custom settings are not defined
; Miscellaneous
M575 P1 S1 B57600 ; enable support for PanelDue
M501 ; load saved parameters from non-volatile memory
M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss -
@testpro
; homeall.g
; called to home all axes
;
; generated by RepRapFirmware Configuration Tool v3.2.3 on Tue May 25 2021 18:51:26 GMT-0400 (Eastern Daylight Time)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 X-235 Y-215 F1800 ; move quickly to X or Y endstop and stop there (first pass)
G1 H1 X-235 ; home X axis
G1 H1 Y-215 ; home Y axis
G1 X5 Y5 F6000 ; go back a few mm
G1 H1 X-235 F360 ; move slowly to X axis endstop once more (second pass)
G1 H1 Y-215 ; then move slowly to Y axis endstop
G90 ; absolute positioning
G1 X10 Y10 F6000 ; go to first bed probe point and home Z
G30 ; home Z by probing the bed; Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
;G1 Z5 F100 ; lift Z relative to current position
;G90 ; absolute positioning; homex.g
; called to home the X axis
;
; generated by RepRapFirmware Configuration Tool v3.2.3 on Tue May 25 2021 18:51:26 GMT-0400 (Eastern Daylight Time)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 X-235 F1800 ; move quickly to X axis endstop and stop there (first pass)
G1 X5 F6000 ; go back a few mm
G1 H1 X-235 F360 ; move slowly to X axis endstop once more (second pass)
G1 H2 Z-5 F6000 ; lower Z again
G90 ; absolute positioning; homey.g
; called to home the Y axis
;
; generated by RepRapFirmware Configuration Tool v3.2.3 on Tue May 25 2021 18:51:26 GMT-0400 (Eastern Daylight Time)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 Y-215 F1800 ; move quickly to Y axis endstop and stop there (first pass)
G1 Y5 F6000 ; go back a few mm
G1 H1 Y-215 F360 ; move slowly to Y axis endstop once more (second pass)
G1 H2 Z-5 F6000 ; lower Z again
G90 ; absolute positioning; homez.g
; called to home the Z axis
;
; generated by RepRapFirmware Configuration Tool v3.2.3 on Tue May 25 2021 18:51:26 GMT-0400 (Eastern Daylight Time)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G90 ; absolute positioning
G1 X10 Y10 F6000 ; go to first probe point
G30 ; home Z by probing the bed; Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
;G1 Z5 F100 ; lift Z relative to current position
;G90 ; absolute positioning -
@testpro said in E 3d BIGBOX Duel head:
@testpro in the mean time can you tell me how to check the sensor used on the z axis is good or not, the z axis will not home but it will run up to extruder and beyond it you allow it., so i do not if it bad or i have a bad setting.
Not exactly sure what you mean. What kind of probe is it? How is it wired?
https://duet3d.dozuki.com/Wiki/Connecting_a_Z_probe
https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe
-
@phaedrux
the Z sensor is what came with the printer but i have found the problem and now it works.i have been working on things and here is where i am at now with the printer.
X axis will home by moving to the left (from front of machine) after double bump on end stop
Y axis will home by moving to front of printer but this makes the X axis bounce in its end stop until Y reaches its end stop. this can not be right? can it?
Z axis will home after i flipped the wires so it runs in the up direction and not down.
the bed reads the correct temperature and it does heat but the program stops it from heating saying it is not heating up fast enough. there is a setting for this i assume?
So need to figure out Y axis home issue and heater faulting out because of not heating fast enough.
thank you for your response above it helped me figure out the sensor issue.
any suggettions on these issues?
-
@testpro said in E 3d BIGBOX Duel head:
Y axis will home by moving to front of printer but this makes the X axis bounce in its end stop until Y reaches its end stop. this can not be right? can it?
Not sure what you mean by this. Can you show a video?
@testpro said in E 3d BIGBOX Duel head:
the bed reads the correct temperature and it does heat but the program stops it from heating saying it is not heating up fast enough. there is a setting for this i assume?
You'll need to PID tune the heater.
https://duet3d.dozuki.com/Wiki/Tuning_the_heater_temperature_control -
@phaedrux Getting a video file small enough to upload is a problem at this point.
basically i home x and the carriage goes to the left in the X direction but the Y direction is going to the back of the machine.
Now X is homed and then tell y to home and y moves to the front of the machine and the carriage is bouncing off the X end stop and makes the whole shake until Y hits its end stop on front of machine.
i will try video again
.