Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    E 3d BIGBOX Duel head

    Scheduled Pinned Locked Moved
    Using Duet Controllers
    6
    89
    3.9k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Testproundefined
      Testpro @o_lampe
      last edited by

      @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.

      droftartsundefined dc42undefined 2 Replies Last reply Reply Quote 0
      • droftartsundefined
        droftarts administrators @Testpro
        last edited by

        @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

        Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

        1 Reply Last reply Reply Quote 0
        • dc42undefined
          dc42 administrators @Testpro
          last edited by

          @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.

          Duet WiFi hardware designer and firmware engineer
          Please do not ask me for Duet support via PM or email, use the forum
          http://www.escher3d.com, https://miscsolutions.wordpress.com

          1 Reply Last reply Reply Quote 0
          • Testproundefined
            Testpro @dc42
            last edited by

            @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.

            Testproundefined 1 Reply Last reply Reply Quote 0
            • Testproundefined
              Testpro @Testpro
              last edited by

              @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.

              1 Reply Last reply Reply Quote 0
              • Phaedruxundefined
                Phaedrux Moderator
                last edited by

                Can you post your config.g and homing files?

                Z-Bot CoreXY Build | Thingiverse Profile

                Testproundefined 1 Reply Last reply Reply Quote 0
                • Testproundefined
                  Testpro @Phaedrux
                  last edited by

                  @phaedrux i will have to figure out how to do that. they can be exported to excel right?

                  Testproundefined 1 Reply Last reply Reply Quote 0
                  • Testproundefined
                    Testpro @Testpro
                    last edited by

                    @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.

                    Testproundefined Phaedruxundefined 2 Replies Last reply Reply Quote 0
                    • Testproundefined
                      Testpro @Testpro
                      last edited by

                      @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

                      Testproundefined 1 Reply Last reply Reply Quote 0
                      • Testproundefined
                        Testpro @Testpro
                        last edited by

                        @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

                        1 Reply Last reply Reply Quote 0
                        • Phaedruxundefined
                          Phaedrux Moderator @Testpro
                          last edited by

                          @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

                          Z-Bot CoreXY Build | Thingiverse Profile

                          Testproundefined 1 Reply Last reply Reply Quote 0
                          • Testproundefined
                            Testpro @Phaedrux
                            last edited by

                            @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?

                            Phaedruxundefined 1 Reply Last reply Reply Quote 0
                            • Phaedruxundefined
                              Phaedrux Moderator @Testpro
                              last edited by

                              @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

                              Z-Bot CoreXY Build | Thingiverse Profile

                              Testproundefined 1 Reply Last reply Reply Quote 0
                              • Testproundefined
                                Testpro @Phaedrux
                                last edited by

                                @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
                                .

                                Testproundefined 1 Reply Last reply Reply Quote 0
                                • Testproundefined
                                  Testpro @Testpro
                                  last edited by

                                  @testpro [0_1622156296017_MAH00089.avi](Uploading 100%)

                                  vidoe shows the shacking or skipping going on while homing to Y.

                                  Testproundefined 1 Reply Last reply Reply Quote 0
                                  • Testproundefined
                                    Testpro @Testpro
                                    last edited by

                                    @testpro MAH00089.mp4 ok this should work to show the issue while performing Y homing

                                    1 Reply Last reply Reply Quote 0
                                    • Phaedruxundefined
                                      Phaedrux Moderator
                                      last edited by

                                      It would seem that a belt is slipping perhaps.

                                      Z-Bot CoreXY Build | Thingiverse Profile

                                      Testproundefined 1 Reply Last reply Reply Quote 0
                                      • Testproundefined
                                        Testpro @Phaedrux
                                        last edited by

                                        @phaedrux
                                        ok the belt is slipping but because it is forced to.

                                        When I home X, the extruder moves to the left but Y moves to back of machine and once X hits endstop it stops but when i then hit Y to home, Y move to front of machine and X is trying to go left but it can not because it is at the end stop and then the popping noise.

                                        So X move right of the machine Y moves to front of machine, This also causes a popping nose but this time Y is at its end stop and can not go any further to front of machin.

                                        So X moves left of the machine Y moves to back of the machine.

                                        so thing is wrong with the way Y is moving in response to X when it moves. which is causing all the popping noise. ???

                                        what do you think

                                        1 Reply Last reply Reply Quote 0
                                        • Phaedruxundefined
                                          Phaedrux Moderator
                                          last edited by

                                          Is this machine actually a corexy?

                                          Z-Bot CoreXY Build | Thingiverse Profile

                                          Testproundefined 1 Reply Last reply Reply Quote 0
                                          • Testproundefined
                                            Testpro @Phaedrux
                                            last edited by

                                            @phaedrux i have no idea what CoreXY means.

                                            Testproundefined 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Unless otherwise noted, all forum content is licensed under CC-BY-SA