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

    Smart effector first layer issues

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    4
    94
    4.8k
    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.
    • Carloundefined
      Carlo @Lakeman
      last edited by Carlo

      @Lakeman
      Cool so when you G28 ,G1 Z0.1 at 60c bed temp it goes to Z0.1 ? just touches the paper not grip it

      1 Reply Last reply Reply Quote 0
      • Lakemanundefined
        Lakeman
        last edited by

        @Carlo said in Smart effector first layer issues:

        G1 Z0.1

        Yes

        Carloundefined 1 Reply Last reply Reply Quote 0
        • Carloundefined
          Carlo @Lakeman
          last edited by Carlo

          @Lakeman

          Good stuff was it off ? if so by how much ? just good to know..

          Copy below to new macro, so macros, new macro ...good to keep
          call it probe offset and run it its safe given to me by another user on this forum

          ; Heat bed to 60C & nozzle to 130C
          M104 S130 T0
          M190 S60 T0
          M109 S130 T0
          M106 P2 S0
          G31 P100 X0 Y0 Z0 ; Reset Z trigger height to 0mm
          M290 R0 S0 ; Reset babystepping
          G29 S2 ; Clear bed mesh
          G28 ; Home the effector
          G1 X0 Y0 Z20 F6000 ; Move close to the bed
          G30 ; Probe to find a rough Z 0mm

          G1 X0 Y0 Z1 F3000 ; Move the nozzle to Z 1mm slowly
          G92 Z3.0 ; Set the Z height to 3mm, allowing moves below 0
          M291 P"Lower the nozzle to until it touches a 0.10mm shim. Click to continue." S2 Z1
          G92 Z0 ; Define this point as 0mm
          G1 X0 Y0 Z20 ; Move the probe to Z 20mm
          G30 S-3 ; Probe and set the trigger height
          G1 Z20 ; Raise Z to 20mm

          1 Reply Last reply Reply Quote 0
          • Lakemanundefined
            Lakeman
            last edited by

            About 1.5mm out

            Carloundefined 1 Reply Last reply Reply Quote 0
            • Carloundefined
              Carlo @Lakeman
              last edited by

              @Lakeman

              That's a lot mate

              1 Reply Last reply Reply Quote 0
              • Lakemanundefined
                Lakeman
                last edited by

                Oke, I ran the macro. This time it touched the paper @Z2.1... But before was a cold nozzle

                Carloundefined 1 Reply Last reply Reply Quote 0
                • Carloundefined
                  Carlo @Lakeman
                  last edited by Carlo

                  @Lakeman

                  Nozzle won't make that much difference ...what was the offset ?

                  1 Reply Last reply Reply Quote 0
                  • Lakemanundefined
                    Lakeman
                    last edited by

                    touching the paper at Z2.15

                    1 Reply Last reply Reply Quote 0
                    • Lakemanundefined
                      Lakeman
                      last edited by

                      M292
                      Z probe trigger height set to -0.241 mm

                      Carloundefined 1 Reply Last reply Reply Quote 0
                      • Carloundefined
                        Carlo @Lakeman
                        last edited by Carlo

                        @Lakeman

                        -2mm from M665 H please we can add it back if needed and run it again please

                        when you start your machine the effector does flash 2 times yeah?

                        1 Reply Last reply Reply Quote 0
                        • Lakemanundefined
                          Lakeman
                          last edited by

                          It flashes 3 times at startup
                          I removed 2mm again, but paper bites at the same spot, becouse it probes first I think?
                          result:
                          M292
                          Z probe trigger height set to -0.153 mm

                          1 Reply Last reply Reply Quote 0
                          • Lakemanundefined
                            Lakeman
                            last edited by

                            The probing also go's a bit fast and really taps the bed, should this not go a bit more gentle?

                            Carloundefined 1 Reply Last reply Reply Quote 0
                            • Carloundefined
                              Carlo @Lakeman
                              last edited by Carlo

                              @Lakeman
                              Thats fine no it wants a good tap mmine is set the same ...Did you mention you reset the sens of the effector with
                              M672 S131:131 ?

                              Z probe trigger height set to -0.153 mm is much closer to my set up
                              New macro ...call it repeat probe test

                              G28
                              G30 P0 X0 Y0 Z-9999
                              G30 P1 X0 Y0 Z-9999
                              G30 P2 X0 Y0 Z-9999
                              G30 P3 X0 Y0 Z-9999
                              G30 P4 X0 Y0 Z-9999
                              G30 P5 X0 Y0 Z-9999
                              G30 P6 X0 Y0 Z-9999
                              G30 P7 X0 Y0 Z-9999
                              G30 P8 X0 Y0 Z-9999
                              G30 P9 X0 Y0 Z-9999 S-1

                              1 Reply Last reply Reply Quote 0
                              • Lakemanundefined
                                Lakeman
                                last edited by

                                No, it is set @ S105:30:225

                                Carloundefined 1 Reply Last reply Reply Quote 0
                                • Carloundefined
                                  Carlo @Lakeman
                                  last edited by

                                  @Lakeman

                                  M672 not sure it works ? see what it says

                                  1 Reply Last reply Reply Quote 0
                                  • Lakemanundefined
                                    Lakeman
                                    last edited by

                                    M98 P"0:/macros/repeat probe test"
                                    G32 bed probe heights: -1.875 -1.863 -1.863 -1.863 -1.863 -1.875 -1.863 -1.875 -1.875 -1.875, mean -1.869, deviation from mean 0.006

                                    Carloundefined 1 Reply Last reply Reply Quote 0
                                    • Carloundefined
                                      Carlo @Lakeman
                                      last edited by Carlo

                                      @Lakeman

                                      That is good !

                                      So run probe offset then G29 and try a print after you re run

                                      1 Reply Last reply Reply Quote 0
                                      • Lakemanundefined
                                        Lakeman
                                        last edited by

                                        During the delta calibration and mesh it goes much more gentle still, should that tap at the same speed?

                                        Carloundefined 1 Reply Last reply Reply Quote 0
                                        • Lakemanundefined
                                          Lakeman
                                          last edited by

                                          Print with or without mesh?

                                          1 Reply Last reply Reply Quote 0
                                          • Carloundefined
                                            Carlo @Lakeman
                                            last edited by Carlo

                                            @Lakeman

                                            Thats normal probe tests are F3000 your G31 F1200

                                            So probe offset then G29 new height map sorry

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