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

    PLEASE HELP WITH 2 IN 1 OUT CONFG. IT IS NOT PRINT.

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    4
    12
    378
    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.
    • Vetiundefined
      Veti
      last edited by

      also there is a website that helps you with your config
      https://configtool.reprapfirmware.org/Start

      1 Reply Last reply Reply Quote 0
      • deckingmanundefined
        deckingman @silvasergio15
        last edited by deckingman

        @silvasergio15 In addition to putting T0 at the end of your config.g file, as @Veti has said, you also need to set the mixing ratio by putting an M567 command after your M563 tool definition.
        https://duet3d.dozuki.com/Wiki/Gcode#Section_M567_Set_tool_mix_ratios

        Assuming you wanted to use equal amounts of each filament, then you would use M567 P0 E0.5:0.5.

        Ian
        https://somei3deas.wordpress.com/
        https://www.youtube.com/@deckingman

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

          Please fix your capslock key as it appears to be broken.

          Z-Bot CoreXY Build | Thingiverse Profile

          1 Reply Last reply Reply Quote 1
          • silvasergio15undefined
            silvasergio15 @deckingman
            last edited by

            @deckingman @Veti gracias a ambos sin muy amable gracias a su colaboración logre que imprima, me faltan ajustes finos.
            estaba bloqueado mentalmente.
            @deckingman @Veti thank you both without very kind thanks to your collaboration I managed to print, I am missing fine adjustments.
            I was mentally blocked
            thanks

            silvasergio15undefined 1 Reply Last reply Reply Quote 0
            • silvasergio15undefined
              silvasergio15 @silvasergio15
              last edited by

              voy a compartir mi config,g por si a alguno le sirve en el futuro. cuando haga mas pruebas voy a intentar hacer un post con mas detalles gracias.
              I'm going to share my config, g in case it works for some in the future. when I do more tests I will try to make a post with more details thanks.

              1 Reply Last reply Reply Quote 0
              • silvasergio15undefined
                silvasergio15
                last edited by

                ; ############################
                ; 4 - DRIVES
                ; ############################

                M569 P0 S1 ; Physical drive 0 goes forwards
                M569 P1 S1 ; Physical drive 1 goes forwards
                M569 P2 S0 ; Physical drive 2 goes backwards
                M569 P3 S0 ; Physical drive 3 goes forwards
                M569 P4 S1 ; Physical drive 4 goes forwards
                M350 X16 Y16 Z16 E16:16 I1 ; Configure microstepping with interpolation

                ; ############################
                ; 5 - SPEEDS
                ; ############################
                ; FEEDRATE CONVERSIONS
                ; 10MM/S = F600
                ; 20mm/s = F1200
                ; 40MM/S = F2400
                ; 70mm/s = F4200
                ; 120mm/s = F7200

                M92 X100 Y100 Z400 E410:410 ; Set steps per mm

                M201 X1200 Y1200 Z400 E600:6000 ; Set maximum accelerations (mm/s^2)

                M203 X12000 Y12000 Z600 E12000:12000 ; Set maximum speeds (mm/min) Z360

                ;M204 P800 T800 ; Set printing and travel accelerations

                M566 X300 Y300 Z30 E500:500.00 ; Set maximum instantaneous speed changes (mm/min) (Jerk) Z12

                M906 X750.00 Y750.00 Z850.00 E950:950 I30 ; Set motor currents (mA) and motor idle factor in per cent

                M84 S30 ; Set idle timeout


                ;M593 F80

                ; Axis Limits
                M208 X-15 Y-15 Z0 S1 ; Set axis minima
                M208 X300 Y300 Z230 S0 ; Set axis maxima

                ; ############################
                ; 5 - HEATERS
                ; ############################

                M305 P0 T100000 B3950 R4700 ; Set thermistor + ADC parameters for heater 0
                M143 H0 S130 ; Set temperature limit for heater 0 to 130C
                M305 P1 T100000 B3950 R4700 ; Set thermistor + ADC parameters for heater 1
                M143 H1 S290 ; Set temperature limit for heater 1 to 275C

                ; ############################
                ; 8 - FANS
                ; ############################

                M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
                M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on

                ; ############################
                ; 7 - TOOLS
                ; ############################

                M563 P0 S"PICO" D0 H1 ; Define tool 1

                G10 P0 X0 Y0 Z0.00 ; Set tool 0 axis offsets
                G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C

                M563 P1 S"PICO2" D1 H1 ; Define tool 0

                G10 P1 X0 Y0 Z0.00 ; Set tool 0 axis offsets
                G10 P1 R0 S200 ; Set initial tool 0 active and standby temperatures to 0C

                T0

                M567 P0 E0.5:0.5.

                deckingmanundefined 1 Reply Last reply Reply Quote 0
                • deckingmanundefined
                  deckingman @silvasergio15
                  last edited by

                  @silvasergio15 If you are only using one extruder at a time then you don't need to use the M567 to set the mixing ratio. You only do that if you drive both extruders together and it that case, the tool definition would have both drives assigned to it. e.g M563 P2 D0:1 H1, then M567 P2 E0.5:0.5

                  Ian
                  https://somei3deas.wordpress.com/
                  https://www.youtube.com/@deckingman

                  silvasergio15undefined 1 Reply Last reply Reply Quote 0
                  • silvasergio15undefined
                    silvasergio15 @deckingman
                    last edited by

                    M563 P0 S"PICO1" D0:1 H1 F0 ; Define tool 0
                    G10 P0 X0 Y0 Z0.10 ; Set tool 0 axis offsets
                    G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C

                    M563 P1 S"PICO2" D0 H1 F0 ; Define tool 0
                    G10 P1 X0 Y0 Z0.10 ; Set tool 0 axis offsets
                    G10 P1 R0 S220 ; Set initial tool 0 active and standby temperatures to 0C

                    M563 P2 S"PICO" D1 H1 F0 ; Define tool 0
                    G10 P2 X0 Y0 Z0.10 ; Set tool 0 axis offsets
                    G10 P2 R0 S220 ; Set initial tool 0 active and standby temperatures to 0C

                    T0

                    M567 P0 E0.6:0.4

                    1 Reply Last reply Reply Quote 0
                    • silvasergio15undefined
                      silvasergio15
                      last edited by

                      Let's say what I want to do is 1 tool T0, another T1, AND THE T2 50/50%. so I choose T2 to mix
                      that would be the idea.

                      digamos que lo que quiero hacer es 1 herramienta T0, otrA T1, Y LA T2 50/50%. entonces elijo T2 para mezclar
                      esa seria la idea

                      deckingmanundefined 1 Reply Last reply Reply Quote 0
                      • deckingmanundefined
                        deckingman @silvasergio15
                        last edited by

                        @silvasergio15 said in PLEASE HELP WITH 2 IN 1 OUT CONFG. IT IS NOT PRINT.:

                        Let's say what I want to do is 1 tool T0, another T1, AND THE T2 50/50%. so I choose T2 to mix
                        that would be the idea.

                        Then you need
                        M563 P0 D0 H1
                        M563 P1 D1 H1
                        M563 P2 D0:1 H1
                        M567 P2 E0.5:0.5

                        Ian
                        https://somei3deas.wordpress.com/
                        https://www.youtube.com/@deckingman

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