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

    3D GCode Viewer integrated with DWC

    Scheduled Pinned Locked Moved
    Duet Web Control wishlist
    42
    284
    31.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.
    • A Former User?
      A Former User @jay_s_uk
      last edited by

      @jay_s_uk said in 3D GCode Viewer integrated with DWC:

      @the_dragonlord what version DWC are you running?

      the latest beta

      35fa6196-3c6c-441e-9fcb-900f21b711a2-image.png

      A Former User? 1 Reply Last reply Reply Quote 0
      • A Former User?
        A Former User @A Former User
        last edited by

        @the_dragonlord I've reinstalled it and now it works like a charm, sorry guys!

        Sindariusundefined 1 Reply Last reply Reply Quote 1
        • Sindariusundefined
          Sindarius @A Former User
          last edited by

          @the_dragonlord glad you got it going!

          1 Reply Last reply Reply Quote 0
          • Exerqtorundefined
            Exerqtor
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • neetspeedundefined
              neetspeed
              last edited by

              Hello
              it works on duet 2 wifi
              thank you

              1 Reply Last reply Reply Quote 1
              • A Former User?
                A Former User
                last edited by

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • A Former User?
                  A Former User
                  last edited by

                  Hi...I'm realizing I'm the man of the "strange-things"...in my PCs (I've tried 2) the plugin seems to work in "opposite way"....when a layer starts it shows me the entire layer itself and so the nozzle prints the printed parts disappears from the view:
                  Layer beginning:
                  Cattura.JPG
                  Same layer after few lines:
                  Cattura2.JPG
                  as you can see the printed section "disappeared" from the draw. I've tried almost all the combination for the settings but nothing seems to work...As you can see it shows me only the current layer.
                  Here are my whole seettings:
                  Cattura3.JPG Cattura4.JPG Cattura5.JPG Cattura6.JPG Cattura7.JPG

                  What am I doing wrong?

                  Sindariusundefined 1 Reply Last reply Reply Quote 0
                  • Sindariusundefined
                    Sindarius @A Former User
                    last edited by

                    @the_dragonlord This may actually be a bug due to a recent change I made on how the colors set up the viewer. The alpha channel used to be configurable on those fields but I removed that since it more often than not caused trouble. But it looks like now it is setting the alpha of the printed area to 0. I'll have a fix for this put up in a few minutes.

                    A Former User? 1 Reply Last reply Reply Quote 0
                    • A Former User?
                      A Former User @Sindarius
                      last edited by

                      @Sindarius excellent! thanks

                      Sindariusundefined 1 Reply Last reply Reply Quote 0
                      • Sindariusundefined
                        Sindarius @A Former User
                        last edited by

                        @the_dragonlord https://github.com/Sindarius/DWC_GCodeViewer_Plugin/releases/tag/0.9.3

                        A Former User? 1 Reply Last reply Reply Quote 1
                        • A Former User?
                          A Former User @Sindarius
                          last edited by

                          @Sindarius said in 3D GCode Viewer integrated with DWC:

                          @the_dragonlord https://github.com/Sindarius/DWC_GCodeViewer_Plugin/releases/tag/0.9.3

                          sooooooooooooooooooooooooo much better! It works like a charm now!

                          Sindariusundefined 1 Reply Last reply Reply Quote 1
                          • Sindariusundefined
                            Sindarius @A Former User
                            last edited by

                            @the_dragonlord excellent, I plan to put together documentation at some point for all the settings.

                            1 Reply Last reply Reply Quote 0
                            • Exerqtorundefined
                              Exerqtor
                              last edited by Exerqtor

                              @Sindarius Is it possible to make the plugin "forward" compatible? I just updated toDWC 3.2.0b4 and then it won't let me install the plugin (it want's me to run 3.2.0b3).

                              Sindariusundefined 1 Reply Last reply Reply Quote 0
                              • Sindariusundefined
                                Sindarius @Exerqtor
                                last edited by

                                @Exerqtor I’ll look into it. I thought it would be forward compatible. Worst case pull down the zip and in the plugin.json change the version. The only real requirement was the context menu feature that was added to 3.2 b3

                                chrishammundefined 1 Reply Last reply Reply Quote 0
                                • Exerqtorundefined
                                  Exerqtor
                                  last edited by Exerqtor

                                  Yeah me to, I've done it allready 😃

                                  Maybe it dosn't recognize the "-b4" as a newer release than "-b3" and only the pure nummerical part is what determines it? (on the DWC plugin handeling side i mean).

                                  1 Reply Last reply Reply Quote 1
                                  • DaBitundefined
                                    DaBit
                                    last edited by

                                    Updated to DWC 3.2-b4, downloaded the plugin, changed the version in plugin.json from beta3 to beta4, and it seems to install.

                                    I am not seeing the plugin in the 'plugins' list under Settings->General->Plugins however, only the Duet3D G code visualiser, height map, object model browser and onscreen keyboard.

                                    After installation there is a GCodeViewer directory in the www/ directory on SD card with GCodeViewer.40d6d65b.js and GCodeViewer.2033367e.css file in it.

                                    Sindariusundefined 1 Reply Last reply Reply Quote 0
                                    • chrishammundefined
                                      chrishamm administrators @Sindarius
                                      last edited by

                                      @Sindarius It should be possible to make it forward compatible by changing dwcVersion in the plugin manifest from 3.2.0-beta3 to 3.2.0 but I cannot recommend that yet since the API may be changed again in the next DWC release.

                                      Duet software engineer

                                      Sindariusundefined 1 Reply Last reply Reply Quote 2
                                      • Sindariusundefined
                                        Sindarius @DaBit
                                        last edited by

                                        @DaBit you need to go to machine settings and third-party plugins will appear there.

                                        1 Reply Last reply Reply Quote 0
                                        • DaBitundefined
                                          DaBit
                                          last edited by

                                          @Sindarius : thanks, that works.

                                          A bit weird that there are 2 plugin-enable-locations.

                                          1 Reply Last reply Reply Quote 0
                                          • Sindariusundefined
                                            Sindarius @chrishamm
                                            last edited by Sindarius

                                            @chrishamm Since beta 4 is out I will update my plugins to reflect the latest beta. Only takes a few seconds to change.

                                            I don’t want to call out 3.2.0 at this point because I do depend on the right click context menu feature in jobs that was introduced in beta 3.

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