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

    Layer count

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    10
    37
    5.9k
    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.
    • dc42undefined
      dc42 administrators
      last edited by

      The only issue I can see with that gcode file is the common one, that you have a G1 Z command in your end gcode that is confusing the object height detection. It's this line:

      G1 Z110 F1200 ;Move Z Down

      The workaround is to start the comment on that line with ;E or ; E for example:

      G1 Z110 F1200 ;E Move Z Down

      Duet WiFi hardware designer and firmware engineer
      Please do not ask me for Duet support via PM or email, use the forum
      http://www.escher3d.com, https://miscsolutions.wordpress.com

      1 Reply Last reply Reply Quote 0
      • pcsentinelundefined
        pcsentinel
        last edited by

        Also noticed that if you do a spiral vase print then you get weird layer reporting

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

          @pcsentinel:

          Also noticed that if you do a spiral vase print then you get weird layer reporting

          You will do. If you think about it, there is either only one layer or an almost infinite number of layers, depending on how you look at it.

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

          1 Reply Last reply Reply Quote 0
          • Shotfireundefined
            Shotfire
            last edited by

            @dc42 – Layer counts are working properly after making your code change, Thanks.

            @burtoogle --

            1. -- I'm using G90 to set the extruder to absolute, is that OK?
            2. -- Thanks for the tip on combing, I was experiencing that problem
            3. -- And also the tip on Expanding the skin

            I'm re-printing now and will see how it turns out,

            Thanks

            1 Reply Last reply Reply Quote 0
            • burtoogleundefined
              burtoogle
              last edited by

              @Shotfire:

              1. – I'm using G90 to set the extruder to absolute, is that OK?

              I believe that G90 only affects the x/y/z axis, it doesn't affect the extruder. Your Duet must be in absolute extrusion mode already otherwise you wouldn't be able to print at all. It's still worth adding the M82 into your Cura start code to ensure that it will work even if the Duet isn't already in absolute mode. Cheers, Mark.

              1 Reply Last reply Reply Quote 0
              • Shotfireundefined
                Shotfire
                last edited by

                Mark,

                I just checked and I have it in Config.g
                ; General preferences
                T0 ; Select first tool
                M111 S0 ; Debugging off
                G21 ; Work in millimeters
                G90 ; Send absolute coordinates…
                M82 ; Absolute Extruder moves (Cura)
                M555 P1 ; Set firmware compatibility to look like RepRapFirmare
                Thanks
                Doug

                1 Reply Last reply Reply Quote 0
                • Shotfireundefined
                  Shotfire
                  last edited by

                  I spoke to soon,

                  Layer Statistics are not working and Layer Count is not updating, its stuck on 2.
                  Object Height, Total Layer Count and Total Filament Usage are now correct.

                  Link to file that it is printing https://www.dropbox.com/s/wv4ybg55gresa4l/DR2_Doug_duet_wifi_LID_5_May-2017_V1%20v3_With_SuggestedSettings_PetG.gcode?dl=0

                  1 Reply Last reply Reply Quote 0
                  • dc42undefined
                    dc42 administrators
                    last edited by

                    Which browser are you using, and which versions of RRF and DWC?

                    Duet WiFi hardware designer and firmware engineer
                    Please do not ask me for Duet support via PM or email, use the forum
                    http://www.escher3d.com, https://miscsolutions.wordpress.com

                    1 Reply Last reply Reply Quote 0
                    • Shotfireundefined
                      Shotfire
                      last edited by

                      Windows 10
                      Firefox Version - 53.0 32 bit

                      Firmware Name: RepRapFirmware for Duet WiFi
                      Firmware Electronics: Duet WiFi 1.0
                      Firmware Version: 1.18.1 (2017-04-09)
                      WiFi Server Version: 1.03 (ch fork)
                      Web Interface Version: 1.15b

                      I just tried Internet Explorer and it shows the same thing

                      1 Reply Last reply Reply Quote 0
                      • Shotfireundefined
                        Shotfire
                        last edited by

                        It started working at about layer 10 and is now updating for the moment, I have no idea why. I didn't do any thing, was just watching it and it started working

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