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

    DWC 3.4b3 - heighmap no longer displays deviations when hovering

    Scheduled Pinned Locked Moved Solved
    Beta Firmware
    4
    23
    829
    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.
    • oozeBotundefined
      oozeBot
      last edited by

      @chrishamm - Prior to 3.4b3, when hovering over points on the heightmap, the deviation would be displayed in a small pop-up. In 3.4b3, that is no longer happening. Please add this back in as it was very useful when leveling the bed. Thanks

      jay_s_ukundefined Sindariusundefined 2 Replies Last reply Reply Quote 0
      • jay_s_ukundefined
        jay_s_uk @oozeBot
        last edited by

        @oozebot this should be directed at @Sindarius

        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

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

          @oozebot What browser are you using? I have personally tested the new heightmap viewer in Chrome, Firefox, Safari, and Safari on iOS.

          f9cee9cf-192c-423c-8dc6-b42235aacabf-image.png

          oozeBotundefined 1 Reply Last reply Reply Quote 0
          • oozeBotundefined
            oozeBot @Sindarius
            last edited by

            @sindarius

            Google Chrome - Version 93.0.4577.82 (Official Build) (64-bit)

            I'll do some additional testing, but I just tested on Edge as well and it's not working either.

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

              @oozebot if you open the console in Chrome (F12) do you see any errors?

              oozeBotundefined 1 Reply Last reply Reply Quote 0
              • oozeBotundefined
                oozeBot @Sindarius
                last edited by

                @sindarius - no errors. I've cleared cache and I've never even opened Edge before testing this.

                Please let me know if there is anything I can test. I'll keep poking around. I'm glad to hear this wasn't intentional..! Thanks

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

                  @oozebot I've tried on a couple computers and it always show up on hover. Open up the elements in the debug console and see if you can find a v-tooltip__content div. When you move the mouse around to the different points it should update text and change the display style.

                  d0253d97-1b32-418f-bee5-3e3ef871b610-image.png

                  oozeBotundefined 1 Reply Last reply Reply Quote 0
                  • oozeBotundefined
                    oozeBot @Sindarius
                    last edited by

                    @sindarius - here is the entire body of the page. I can't find that div anywhere..

                    html.txt

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

                      @oozebot i see the tooltip tag in there. When you mouse over the dots do they change color?

                      oozeBotundefined 1 Reply Last reply Reply Quote 0
                      • oozeBotundefined
                        oozeBot @Sindarius
                        last edited by oozeBot

                        @sindarius Please look again at the html - I cannot find the div "v-tooltip__content" - I can only find two spans with classes "v-tooltip--top" and "v-tooltip--bottom". I have tried this on multiple PCs against several machines running 3.4b3 and the tooltips are not being displayed.

                        I can try redeploying DWC 3.4b3 here in a bit, but have no reason to believe it not installed correctly.

                        Thanks

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

                          @oozebot Do the dots highlight when you mouse over them on the height map? Do you see a tooltip if you put your mouse over mcu temperature in the top dashboard?

                          oozeBotundefined 1 Reply Last reply Reply Quote 0
                          • oozeBotundefined
                            oozeBot @Sindarius
                            last edited by

                            @sindarius Yes, the tooltips are appearing when hovering over the MCU, etc. I found the DIV:

                            <div data-v-4add6d54="" class="v-tooltip__content" style="left: 531.5px; opacity: 0; top: 349px; z-index: 8; display: none;"> Minimum: 22.7 °C, Maximum 50.6 °C </div>
                            

                            Only after hovering over the MCU does "div data-v-4add6d54" become populated with class="v-tooltip__content" and the actual content. This is why I could not find it in my earlier example.

                            Once created, hovering over points on the heightmap is not updating this DIV.

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

                              @oozebot are the points in the height map changing color when you mouse over them?

                              oozeBotundefined 1 Reply Last reply Reply Quote 0
                              • oozeBotundefined
                                oozeBot @Sindarius
                                last edited by

                                @sindarius no, they are not changing color.

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

                                  @oozebot So the hit test failing to properly execute in the new BabylonJS code in your browsers. There is no tooltip because it's not registering the mouse over on a node. I added the coloring to match the behavior of the previous ThreeJS implementation to highlight the selected node. I'll have to think about why your browsers are not registering the mouse events for the hit. Do you have any custom browser plugins? If you try in incognito do they work?

                                  a9e90cc5-51b8-4f9d-8f2b-41a335582beb-image.png

                                  0463df80-1c84-4199-9380-e464b04adcfe-image.png

                                  oozeBotundefined 1 Reply Last reply Reply Quote 0
                                  • oozeBotundefined
                                    oozeBot @Sindarius
                                    last edited by

                                    @sindarius It isn't working in Incognito mode. It also isn't working on Edge. There isn't any browser plugins installed except an adblock.. Thanks

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

                                      @oozebot Try to disable your adblocker. I recall some issues with certain filter lists that blocked tooltips and popovers in previous DWC versions.

                                      Duet software engineer

                                      oozeBotundefined 1 Reply Last reply Reply Quote 0
                                      • oozeBotundefined
                                        oozeBot @chrishamm
                                        last edited by

                                        @chrishamm @sindarius

                                        I have now tested on 5 different 3.4b3 machines, on multiple PCs, in both Edge and Chrome. I have disabled all browser extensions. It is still not working.

                                        Can anyone else running 3.4b3 who sees this give it a try and report if they are seeing the same issue?

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

                                          @oozebot works for me
                                          6ab98c2c-3da3-4251-aa06-505a19c34ddc-image.png

                                          Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                                          oozeBotundefined 1 Reply Last reply Reply Quote 0
                                          • oozeBotundefined
                                            oozeBot @jay_s_uk
                                            last edited by

                                            @jay_s_uk Thanks. I also just tested from Chromium on the latest DuetPi image with the same results. I haven't really explored the architecture of the plugins and how they are updated, but something I just considered is that we did not test any of the previous betas - we went straight from 3.3 to 3.4b3 when the stepper brake functionality was added. Was something possibly upgraded prior to 3.4b3 that could have caused this?

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