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 @Testpro
      last edited by

      @testpro ok this printer is a big box e3d printer with 2 heads. only one head is hooked up for now.

      this line of code is saying i have the program set for a CoreXY system (M669 K1 ; select CoreXY mode)

      is there another option for the code that will take care of this problem i am having?

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

        Yes the config is set to corexy, but if the machine isn't actually corexy you'll have some issues.

        Corexy is a kinematic arrangement where the motion of 2 motors work together to move the print head. A cartesian printer by contrast only uses a single motor per axis.

        If you can get a photo or video of the belt arrangement on XY for me I can tell pretty quickly.

        Z-Bot CoreXY Build | Thingiverse Profile

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

          @phaedrux Ok so after looking at machine again the Y axis has one belt at each side of the printer (right and left) and the X axis has one belt moving extruder carriage left and right.

          so the X stepper motor moves on the y axis on the right hand side of machine when y moves the belt.
          i have some photos as well.

          IMG_7943-2.jpg IMG_7942-2.jpg IMG_7941-2.jpg IMG_7940-2.jpg

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

            Ok, so not CoreXY at all. Just standard cartesian.

            Delete this line M669 K1 ; select CoreXY mode and try again with homing.

            Z-Bot CoreXY Build | Thingiverse Profile

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

              @phaedrux
              ok i have deleted (M669 K1 ; select CoreXY mode) the whole line and reset the machine and it is still going
              the same thing as it was before no change on homing.

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

                @testpro
                ok i went through the set up config to get the core program we are playing with now and i choose the CoreXY feature, would this have set all other files to the CoreXY as well. So we would need to change it in other places or would it be better to go through the process again but this time just pick regular cartesian. would that be the easy way to fix it?

                droftartsundefined 1 Reply Last reply Reply Quote 0
                • droftartsundefined
                  droftarts administrators @Testpro
                  last edited by

                  @testpro If you chose CoreXY in the configuration tool originally, then yes, it would be better to go back through and generate a new set as Cartesian. Can you post a picture of the contents of the sys folder on the SD card? I'm wondering if you have other files left in the folder that may be conflicting. It may be best to delete all the files in the sys folder before uploading the new set.

                  Also, you can compare your config with the one here, which is a known-working config for an E3d BigBox: https://forum.duet3d.com/post/175431

                  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

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

                    Homing files should still be ok since they are based on the position of the endstops, but you may need to double check that the motors are turning in the correct direction to move the axis left or right front or back as expected.

                    Z-Bot CoreXY Build | Thingiverse Profile

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

                      @droftarts
                      ok done a comparison and changed several things but result has not changed. So deleted all files new make new files and reload and see what happens. any advice on new files?

                      droftartsundefined 1 Reply Last reply Reply Quote 0
                      • droftartsundefined
                        droftarts administrators @Testpro
                        last edited by

                        @testpro You could start by using the config.json file from this post in the configuration tool: https://forum.duet3d.com/post/174892

                        Do this by downloading the json file, then click on 'use existing configuration' in the configuration tool (bottom of first page) and select the json file.

                        That generated the config set for that machine, and should be mostly right for your machine. The caveat applies that I don't know how different your machine is from that one; for example, it was fitted with an IR probe for Z homing and mesh compensation. So check carefully.

                        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

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

                          @droftarts
                          Ok i have cleaned out the files several times and replaced with new set of files and i am getting the same thing.

                          ok for drives moving in the right directions, i will home each axis and then on touchscreen i will go to move and state if negative and direction it moved when pushed.

                          X moves left to right and X -10 move left, while X +10 moves right

                          Y moves front and back and Y -10 moves front of machine while Y +10 move to back of machine.

                          Z move up and down and Z -10 moves up while Z +10 moves down.

                          Now as far as i know this seems to work well it just seems like that X axis is moving while the Y axis is moving as well. it this supposed to happen?

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

                            @testpro said in E 3d BIGBOX Duel head:

                            X axis is moving while the Y axis is moving as well. it this supposed to happen?

                            Are you still set to corexy mode?

                            Z-Bot CoreXY Build | Thingiverse Profile

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

                              @phaedrux i believe with what i had did last plus in the original program commented out the command to corexy mode. so i am going to say we should be out of this coryexy

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

                                Can you post your current config and homing files?

                                Z-Bot CoreXY Build | Thingiverse Profile

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

                                  @phaedrux
                                  ; 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

                                  ; 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

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

                                    @testpro said in E 3d BIGBOX Duel head:

                                    M669 K1 ; select CoreXY mode

                                    You're still in corexy mode. Remove that line. It's not a corexy printer.

                                    Z-Bot CoreXY Build | Thingiverse Profile

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

                                      @phaedrux Well crap! i thought i had this figured out. So i commented out the M669 K1 command.

                                      but i have noticed the date for the program 25MAY2021, i done this program on Thursday night 27th.

                                      So how do i know i have erased the old program and how to put in the new one might be a thing to cover.

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

                                        Where are you looking to get these config files?

                                        All the system config files are in the /sys/ folder on the SD card and can be viewed in the web interface in the system tab. Whatever you see in there is what is being used at startup.

                                        To change the files you'd either edit the config files directly in the web interface, or upload a replacement copy of the file.

                                        Maybe this helps, since most of the interaction with the printer will be through the web interface.

                                        https://duet3d.dozuki.com/Wiki/Duet_Web_Control_v2_and_v3_(DWC)_Manual

                                        Z-Bot CoreXY Build | Thingiverse Profile

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

                                          @phaedrux ok i have gone over the program again and this time i changed the name to the printer.

                                          now when i uploaded the new file and then opened it to make sure it was there and then saved it. then restarted the machine and old name for the printer is there. not the new name so i think i am not over ridding the old file.

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

                                            Can you post a photo of your system tab? Are your files tucked inside another folder?

                                            Z-Bot CoreXY Build | Thingiverse Profile

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