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

    Second layer jump

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    4
    35
    1.7k
    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.
    • Phaedruxundefined
      Phaedrux Moderator
      last edited by

      Can you share one of your newly sliced gcode files after your changes?

      Z-Bot CoreXY Build | Thingiverse Profile

      baird1faundefined 1 Reply Last reply Reply Quote 0
      • baird1faundefined
        baird1fa @Phaedrux
        last edited by

        @Phaedrux Of course Drag chain mount.gcode This one still has the Babystep reset at Layer 2 and it appears that I still need to do that.

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

          Sorry, can you show again what's in start1, 2, 3.g? I know you've moved your commands over, but I'd still like to see exactly how everything is getting executed.

          Also, if you disable Z hop, does the problem change?

          Do you have anything in tool change files?

          Z-Bot CoreXY Build | Thingiverse Profile

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

            @baird1fa said in Second layer jump:

            G1 H2 Z-5 F600 ; back off of limit for second pass

            Probably unrelated, but in your homez you should remove the H2 from the back off move.

            Z-Bot CoreXY Build | Thingiverse Profile

            1 Reply Last reply Reply Quote 0
            • baird1faundefined
              baird1fa
              last edited by

              @Phaedrux
              Start1.g

              ;Call this Gcode after the chamber heaters are set
              G28 Z
              G28 X Y 		; Home all
              G1 Z10  F1000		; Bring up Z
              G1 X-55 Y-48 F12000	; Offset for z probe
              M18 E0:1		; Disable extruder stepper motors as they ca
              

              start2.g

              ; Call this after the bed is warmed up
              G30		; Probe bed single point and set offset of Z
              G29		; Bed mesh probe
              G1 Z10 F400		; Lower bed while heating		
              G1 X-30 Y165 F12000	; move head over purge bucket while heating
              G1 Z-1 F200		; Lower head down to purge bucket
              

              Start3.g

              ; Call This after the bed has been probed
              G92 E0		; Set extruder to 0
              G1 E10 F120		; Extrude 10mm of filament into purge
              G92 E0		; Reset Extruder count to 0
              G1 E-0.5 F500		; Retract 0.5mm of filament
              G1 Z0.5 F900		; Raise nozzle to .5mm over bed
              

              I just copy and pasted these out of my original start script in simplify3D.

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

                I think it would be a good idea to specify G91 relative moves for the Z moves in your macros, unless the intention is really to move to that absolute location.

                Also, if you disable Z hop, does the problem change?

                Do you have anything in tool change files?

                Z-Bot CoreXY Build | Thingiverse Profile

                baird1faundefined 1 Reply Last reply Reply Quote 0
                • baird1faundefined
                  baird1fa @Phaedrux
                  last edited by

                  @Phaedrux my intention is to actually move 1mm below the bed surface as there is a purge bucket there which is why I'm in absolute mode.

                  I have not tried to disable the Z-hop but that would be a good next step.

                  I do not have anything in my tool change files.

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

                    @baird1fa said in Second layer jump:

                    G1 H1 Z585 F1000 ; move Z up until the endstop is triggered

                    When you home with the z endstop, where is the nozzle in relation to the bed? I see your M208 minima is -10, so when it goes that move it will set the position as -10.

                    I guess it doesn't really matter since you're doing a G30 in start2 anyway.

                    Another random thing to try, is that if you have empty tool change files present, just delete them entirely.

                    Z-Bot CoreXY Build | Thingiverse Profile

                    baird1faundefined 1 Reply Last reply Reply Quote 0
                    • baird1faundefined
                      baird1fa @Phaedrux
                      last edited by

                      @Phaedrux The Z actually zeros at the maximum so there is a very large space between the print head and the bed. I will look at deleting those files. I'm out of the office now for the holidays so I'll pick this up again in week or two.

                      1 Reply Last reply Reply Quote 1
                      • baird1faundefined
                        baird1fa
                        last edited by

                        @Phaedrux Sorry it has been awhile, I don't think I ever did delete those tool change files, but the second layer jump seems to have been resolved.

                        1 Reply Last reply Reply Quote 0
                        • warbunniesundefined
                          warbunnies
                          last edited by

                          I'm having this same issue with my printer. The second layer is definitely printing well above were it is suppose to.

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

                            @warbunnies Please start a new thread if you'd like to trouble shoot it.

                            Z-Bot CoreXY Build | Thingiverse Profile

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