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

    Input field for nozzel height of the extruder

    Scheduled Pinned Locked Moved
    Duet Web Control wishlist
    3
    13
    433
    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.
    • JNBundefined
      JNB
      last edited by

      Hey,
      I'm often printing with changing nozzle diameters and therefore different nozzle with different heights (measured from the end of the screw to the tip, aka the height of the external part of the nozzle).

      So it would be very helpful to have a input field in the settings to set the actual nozzle height for the extruders without touching the config each time.

      Would be cool if someone could implement this.

      Greetings
      JNB

      fcwiltundefined 1 Reply Last reply Reply Quote 0
      • fcwiltundefined
        fcwilt @JNB
        last edited by

        @jnb said in Input field for nozzel height of the extruder:

        So it would be very helpful to have a input field in the settings to set the actual nozzle height for the extruders without touching the config each time.

        What setting in config.g are you changing when you change the nozzle?

        Frederick

        Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

        1 Reply Last reply Reply Quote 0
        • JNBundefined
          JNB
          last edited by JNB

          Oh, sorry that was imprecise by me...

          I'm using a BLTouch, so I have to readjust the offset of the sensor so the nozzel touches the bed when at Z0

          An for the second extruder the Tool-offset

          fcwiltundefined 1 Reply Last reply Reply Quote 0
          • fcwiltundefined
            fcwilt @JNB
            last edited by

            @jnb said in Input field for nozzel height of the extruder:

            Oh, sorry that was imprecise by me...

            I'm using a BLTouch, so I have to readjust the offset of the sensor so the nozzel touches the bed when at Z0

            So you mean the Z probe Z Trigger Height - the Z parameter of G31?

            Frederick

            Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

            JNBundefined 1 Reply Last reply Reply Quote 0
            • JNBundefined
              JNB @fcwilt
              last edited by

              @fcwilt correct, and (as I just edited 😬 ) the tool-offset of the second extruder

              fcwiltundefined 1 Reply Last reply Reply Quote 0
              • fcwiltundefined
                fcwilt @JNB
                last edited by

                @jnb said in Input field for nozzel height of the extruder:

                @fcwilt correct, and (as I just edited 😬 ) the tool-offset of the second extruder

                Which tool offsets are you setting?

                Do you have a multi-tool printer?

                Frederick

                Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                JNBundefined 1 Reply Last reply Reply Quote 0
                • JNBundefined
                  JNB @fcwilt
                  last edited by JNB

                  @fcwilt

                  I'm using a Tenlog Hands 2 which I modified with a Duet3 MB 6HC and a EB 3HC.

                  So it's a IDEX with two tools on one X-rail.

                  fcwiltundefined 1 Reply Last reply Reply Quote 1
                  • fcwiltundefined
                    fcwilt @JNB
                    last edited by

                    @jnb said in Input field for nozzel height of the extruder:

                    @fcwilt

                    I'm using a Tenlog Hands 2 which I modified with a Duet3 MB 6HC and a EB 3HC.

                    So it's a IDEX with two tools on one X-rail.

                    So you need to modify the Z offset setting of the tool using G10?

                    Frederick

                    Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                    JNBundefined 1 Reply Last reply Reply Quote 0
                    • JNBundefined
                      JNB @fcwilt
                      last edited by

                      @fcwilt exactly

                      The two marked lines

                      ; Z-Probe
                      M950 S0 C"1.io4.out"                            	; create servo pin 0 for BLTouch
                      M558 P9 C"1.io4.in" H5 F500 T6000              	; set Z probe type to bltouch and the dive height + speeds
                      ----> G31 P500 X0 Y-65.5 Z2.594                             ; set Z probe trigger value, offset and trigger height (Default with 0.1mm h8mm  nozzle = Z2.594)
                      M556 S50 X0 Y0 Z0                               ; set orthogonal axis compensation parameters
                      M557 X10:201.2 Y10:159.5 S20                        ; define mesh grid
                      
                      [...]
                      
                      ; Tools
                      M563 P0 D0 H1 F2 S"Extruder 1"                               ; 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 
                      M563 P1 D1 H2 X3 F4 S"Extruder 2"                               ; define tool 1
                      ;G10 P1 U262.2 Y0 Z0                                 ; set tool 1 axis offsets
                      --->  G10 P1 U3 Y-2.8 Z0
                      G10 P1 R0 S0      
                      
                      fcwiltundefined 1 Reply Last reply Reply Quote 0
                      • fcwiltundefined
                        fcwilt @JNB
                        last edited by

                        @jnb

                        Are the values you need to use always the same for a given type of new nozzle?

                        Frederick

                        Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                        JNBundefined 1 Reply Last reply Reply Quote 0
                        • JNBundefined
                          JNB @fcwilt
                          last edited by

                          @fcwilt Well, I would say for normal quality nozzles the tolerances are trivial, so it could be seen as the same for the particular manufacturer and nozzle type

                          fcwiltundefined 1 Reply Last reply Reply Quote 0
                          • fcwiltundefined
                            fcwilt @JNB
                            last edited by

                            @jnb said in Input field for nozzel height of the extruder:

                            @fcwilt Well, I would say for normal quality nozzles the tolerances are trivial, so it could be seen as the same for the particular manufacturer and nozzle type

                            Well a fairly simple way would be to create a set of Macros with each macro containing the commands needed for a specific type/size of nozzle.

                            Frederick

                            Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                            PCRundefined 1 Reply Last reply Reply Quote 0
                            • PCRundefined
                              PCR @fcwilt
                              last edited by

                              @fcwilt @JNB you could use BTN CMD for it i think

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