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

    Preview of our updated DWC UI

    Scheduled Pinned Locked Moved
    Duet Web Control
    3
    5
    450
    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 oozeBot

      Our intent with DWC is to only enhance its functionality by adding in some unique functionality necessary for our printers. However, we weren't fully satisfied with filament handling, so we overhauled it. It isn't as clean underneath as it uses globals to handles the various states, but overall, it's working well. Feedback is welcome and the final code will be released on our github.

      ab208b0a-92f9-4b98-9522-cf8d56f643ad-image.png

      1 Reply Last reply Reply Quote 8
      • oozeBotundefined
        oozeBot
        last edited by

        Preheat runs a script based on the selected filament to preheat the machine and chamber to the selected temps.

        Cooldown switches states to “Stay Hot” when clicked. It is used to either keep the printer hot after a print is completed or cooldown.

        Dimmer controls the integrated LED light bars illuminating our machines.

        The Power button up top toggles the 24v power supply putting the machine in a low power mode where DWC is still accessible on the Raspberry Pi when toggled off.

        The filament buttons bring up the familiar selection pop up.

        @chrishamm - the only thing we haven’t figured out is how to completely hide that second filament button when only one tool is present. It disables itself in that condition, but we’d prefer it to be hidden. Any thoughts on how?

        chrishammundefined 1 Reply Last reply Reply Quote 0
        • Nightowlundefined
          Nightowl
          last edited by

          I might ruffle some feathers here, but is it likely you'll be looking into enhancing the CNC UI too, please?

          Few things are more dangerous than taking the advice of someone who thinks he knows what he's doing.
          I'm still on my learning curve, so take everything I say with caution!

          RatRig 1075, Duet3 MB6HC, Sorotec SFM 1000 PV-ER milling motor, Hobbyist

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

            @oozebot Should be relatively straight-forward, something like

            <v-btn v-if="tools.length > 1" ...
            

            for the second tool button?

            Duet software engineer

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

              @chrishamm said in Preview of our updated DWC UI:

              v-if="tools.length > 1"

              Thanks! It was a logic error in my code.. I am using a variable in the v-if instead and it turns out it was never getting set to true. 🙄

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