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

    when will the new Z-height actually be saved?

    Scheduled Pinned Locked Moved
    General Discussion
    6
    45
    2.3k
    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.
    • holco62undefined
      holco62
      last edited by

      I do exactly these steps, but when I do the last step (11) the old height is back again 😧

      https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe#Section_Calibrate_the_Z_probe_trigger_height

      Calibrate the Z probe trigger height
      Make sure the dynamic test is successful (Z probe stops when it senses the bed) before doing this.
      Cancel any currently active mesh compensation with M561
      Use the X and Y jog buttons to position the nozzle over the centre of the bed
      Jog the nozzle down until it is just touching the bed or just gripping a sheet of paper. If the firmware doesn't let you jog it down far enough, send M564 S0 to disable axis limits.
      Once you have the nozzle touching the bed, send command G92 Z0 to tell the firmware that the head is at Z=0
      Jog the head up by 5 to 10mm
      Send command G30 S-1. The nozzle will descend or the bed rise until the probe triggers and the Z height at which the probe stopped will be reported. If you are using a nozzle-contact Z probe, the trigger height will be slightly negative. For any other type of Z probe where the probe triggers before the nozzle contacts the bed, it will be positive.
      Repeat from step 5 two or three times to make sure that the trigger height is consistent.
      In Duet Web Control, go to Settings -> System Editor and edit the config.g file. Set the Z parameter in the G31 command to the trigger height that was reported. Save the file.
      Open config-override.g and check that there are no G31 commands in it. If you find any, delete those lines and save the file.
      To apply the new trigger height, restart the Duet by sending M999 or pressing Emergency Stop.

      Anycubic Predator - Duet-2 wifi PanelDue - Smart effector

      1 Reply Last reply Reply Quote 0
      • holco62undefined
        holco62
        last edited by

        My config.g and config-override.g

        config.g config-override.g

        Anycubic Predator - Duet-2 wifi PanelDue - Smart effector

        1 Reply Last reply Reply Quote 0
        • achrnundefined
          achrn
          last edited by

          What do you mean 'the old Z-height is still there'?

          You have a trigger height of -0.1mm. Is that not what you want?

          holco62undefined 1 Reply Last reply Reply Quote 0
          • holco62undefined
            holco62 @achrn
            last edited by

            @achrn
            When I do everything according to the dozuki description the height is always 4mm too high, ie the previous height is still there.

            Anycubic Predator - Duet-2 wifi PanelDue - Smart effector

            1 Reply Last reply Reply Quote 0
            • achrnundefined
              achrn
              last edited by

              That instruction is to set the probe trigger height. You seem to be talking about something else.

              That set of commands only sets up the trigger height of the probe so that the machine knows where the nozzle is relative to the bed when the probe triggers.

              If what you mean is that you have changed where the nozzle is relative to the endstop switches (by changing the geometry of some or all of the endstops / carriages / rods / effector / nozzle / hotend) you need to re-run delta calibration (G32) not recalibrate the z probe trigger height.

              1 Reply Last reply Reply Quote 0
              • jay_s_ukundefined
                jay_s_uk
                last edited by

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • Phaedruxundefined
                  Phaedrux Moderator
                  last edited by

                  Please post your homeall, homez, bed.g, start.g and your slicer start gcode section so we can see what is happening.

                  The smart effector has a negative G31 Z offset because it contacts the bed and presses into it. So -0.1 sounds fine, but perhaps you have another command altering it after startup.

                  Z-Bot CoreXY Build | Thingiverse Profile

                  holco62undefined 1 Reply Last reply Reply Quote 0
                  • holco62undefined
                    holco62
                    last edited by

                    The G32 (achrn) dit the trick 👍 But what a hassle to sort everything out for a beginner🙃

                    What is the way to setup Auto calibrating before each print?

                    Anycubic Predator - Duet-2 wifi PanelDue - Smart effector

                    1 Reply Last reply Reply Quote 0
                    • jay_s_ukundefined
                      jay_s_uk
                      last edited by

                      add G32 to your start gcode

                      holco62undefined 1 Reply Last reply Reply Quote 0
                      • holco62undefined
                        holco62 @jay_s_uk
                        last edited by

                        @jay_s_uk

                        It looks that I don't have a start gcode in my System Directory, or I can't find it

                        Anycubic Predator - Duet-2 wifi PanelDue - Smart effector

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

                          @holco62 said in when will the new Z-height actually be saved?:

                          @jay_s_uk

                          It looks that I don't have a start gcode in my System Directory, or I can't find it

                          Hi,

                          They are talking (I think) about the place in S3D where you can enter gcode to be executed before the start of the print.

                          You can also, if you wish, create "start.g" in your system directory and put gcode there - the firmware executes "start.g" at the start of the print.

                          Frederick

                          Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                          holco62undefined 1 Reply Last reply Reply Quote 0
                          • holco62undefined
                            holco62 @Phaedrux
                            last edited by

                            @Phaedrux

                            I don't know where to find the rest

                            bed.g

                            Anycubic Predator - Duet-2 wifi PanelDue - Smart effector

                            Phaedruxundefined 1 Reply Last reply Reply Quote 0
                            • holco62undefined
                              holco62
                              last edited by

                              Tomorrow is a new day, I have to go to bed now.

                              But thanks for all the help 🙂

                              Anycubic Predator - Duet-2 wifi PanelDue - Smart effector

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

                                @holco62 said in when will the new Z-height actually be saved?:

                                I don't know where to find the rest

                                in the /sys folder along with config.g

                                Z-Bot CoreXY Build | Thingiverse Profile

                                1 Reply Last reply Reply Quote 0
                                • holco62undefined
                                  holco62
                                  last edited by

                                  This all I have in the System Directory

                                  System Directory.png

                                  Anycubic Predator - Duet-2 wifi PanelDue - Smart effector

                                  1 Reply Last reply Reply Quote 0
                                  • holco62undefined
                                    holco62 @fcwilt
                                    last edited by

                                    @fcwilt said in when will the new Z-height actually be saved?:

                                    @holco62 said in when will the new Z-height actually be saved?:

                                    @jay_s_uk

                                    It looks that I don't have a start gcode in my System Directory, or I can't find it

                                    Hi,

                                    They are talking (I think) about the place in S3D where you can enter gcode to be executed before the start of the print.

                                    You can also, if you wish, create "start.g" in your system directory and put gcode there - the firmware executes "start.g" at the start of the print.

                                    Frederick

                                    Made a start.g directory with a G32 file in it, but for the rest I am lost🤔 Start.G.png

                                    Anycubic Predator - Duet-2 wifi PanelDue - Smart effector

                                    engikeneerundefined 1 Reply Last reply Reply Quote 0
                                    • engikeneerundefined
                                      engikeneer @holco62
                                      last edited by

                                      @holco62 he meant create a file called start.g in your duet system directory (/sys folder). In that file, put the line:

                                      G32 
                                      

                                      To answer your other question on the files, please attach your bed.g and homedelta.g files from the system directory (i can see the file names in the screenshot)

                                      E3D TC with D3Mini and Toolboards.
                                      Home-built CoreXY, Duet Wifi, Chimera direct drive, 2x BMG, 300x300x300 build volume
                                      i3 clone with a bunch of mods

                                      holco62undefined 1 Reply Last reply Reply Quote 0
                                      • holco62undefined
                                        holco62 @engikeneer
                                        last edited by

                                        @engikeneer said in when will the new Z-height actually be saved?:

                                        @holco62 he meant create a file called start.g in your duet system directory (/sys folder). In that file, put the line:

                                        G32 
                                        

                                        To answer your other question on the files, please attach your bed.g and homedelta.g files from the system directory (i can see the file names in the screenshot)

                                        Thanks 🙂

                                        start.g is working, one thing though, it das the calibration with a gold bed/hotend, is there a way to bring up the temps first?

                                        The bed.g and the homedelta.g files

                                        bed.g.png homedelta.g.png

                                        Anycubic Predator - Duet-2 wifi PanelDue - Smart effector

                                        Phaedruxundefined fcwiltundefined 2 Replies Last reply Reply Quote 0
                                        • Phaedruxundefined
                                          Phaedrux Moderator @holco62
                                          last edited by

                                          @holco62 said in when will the new Z-height actually be saved?:

                                          is there a way to bring up the temps first?

                                          You could add a bed heat up command to the start of your bed.g. something like.

                                          M140 S60 ; set bed to 60 and continue
                                          G28 ; home towers
                                          M116 ; for for tempts to be reached
                                          G30.... etc ; probe for calibration

                                          Z-Bot CoreXY Build | Thingiverse Profile

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

                                            @holco62 said in when will the new Z-height actually be saved?:

                                            ...is there a way to bring up the temps first?

                                            Short answer - yes - @Phaedrux has shown a simple approach.

                                            Long answer - there are several different ways to do all that is needed to start a print.

                                            For example, instead of putting everything in bed.g you leave just the essential commands there (the commands you already have) and put everything else (setting temps, waiting for temps, etc) in start.g including the G32 to invoke bed.g.

                                            As you become more comfortable with the firmware there are lots of things possible.

                                            I'm including my equivalent of "start.g" just to give you an idea of the possibilities BUT I am NOT suggesting that you try to adopt anything I have done at this time.

                                            There are lots of extra ; characters there that I added because {1} appeared at the start of empty lines when I pasted the code

                                            ; select tool and configure based on filament selected
                                            
                                            T0							; select tool 0 so extruder commands below will work
                                            M703							; configure selected filament (sets bed/extruder temps, extrusion multiplier)
                                            
                                            ; check for selected filament
                                            
                                            if move.extruders[0].filament = ""
                                              M291 R"No Filament Selected" P"Cannot Continue" S2 T0
                                              abort
                                            
                                            ; check bed heater active temp setting
                                            
                                            if heat.heaters[0].active = 0 
                                              M291 R"Bed Heater Active Temp = 0" P"Cannot Continue" S2 T0
                                              abort
                                            
                                            ; check extruder heater active temp setting
                                            
                                            if heat.heaters[1].active = 0 
                                              M291 R"Extruder Heater Active Temp = 0" P"Cannot Continue S2 T0
                                              abort
                                            ;
                                            ; check if homed - allows homing (OK button) or canceling (CLOSE button)
                                            ;
                                            if !move.axes[0].homed || !move.axes[1].homed || !move.axes[2].homed
                                              M291 R"Printer has not been homed" P"Home and Continue?" S3 T0
                                              G28
                                            ;
                                            ; setup to print
                                            ;
                                            M291 R"Preparing to print" P"Please wait..." T0
                                            ;
                                            M106 P2 S255					; lights on
                                            M106 P3 S255					; lights on
                                            M106 P4 S255					; lights on
                                            ;
                                            G90						; absolute moves
                                            G1 Z100     F1200				; position for cleaning
                                            G1 X0 Y-145 F6000				; position for cleaning
                                            ;
                                            M291 R"Heating Extruder/Bed" P"Please wait..." T0
                                            ;
                                            M116							; wait for temps to reach set points
                                            ;
                                            M291 R"Priming Extruder" P"Please wait..." T0
                                            ;
                                            G92 E0							; reset the extruder logical position
                                            M83							; extruder relative mode
                                            G1  E10 F120					        ; prime the extruder
                                            M400							; wait for extruding to finish
                                            G92 E0							; reset the extruder logical position
                                            ;
                                            M98 P"beep_alert_1.g"                                   ; beep paneldue
                                            ;
                                            M291 R"Clean Nozzle and Bed" P"Click OK to begin printing" S3 T0
                                            ;
                                            M98 P"mesh_comp_map_load.g"		                ; load height map as needed
                                            ;
                                            M118 L0 P4 S"FT5|Print begun"
                                            

                                            Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

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