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

    Using DWC to make my own web interface

    Scheduled Pinned Locked Moved
    Duet Web Control
    2
    8
    297
    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.
    • ThyrviKleinundefined
      ThyrviKlein
      last edited by ThyrviKlein

      I have been trying to find out how i can use DWC to create my own web interface for my 3D printer. I have personally looked trough the documentation but i can't seem to find any information on this. Does anyone have any information on this?

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

        @thyrviklein its built on Vue so you'd have to be able to understand that

        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

        ThyrviKleinundefined 1 Reply Last reply Reply Quote 0
        • ThyrviKleinundefined
          ThyrviKlein @jay_s_uk
          last edited by

          @jay_s_uk First I tried to modify the DWC but I could't figure out how to use Vue.js so that's why i am building my own interface. I was wondering if anyone had any documentation about how I can make my own interface that communicates with the 3D printer like DWC does.

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

            @thyrviklein i believe DWC uses HTTP requests to get the data from RRF https://github.com/Duet3D/RepRapFirmware/wiki/HTTP-requests
            DWC runs locally in your browser once you load it which is how it can send HTTP requests

            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

            ThyrviKleinundefined 1 Reply Last reply Reply Quote 0
            • ThyrviKleinundefined
              ThyrviKlein @jay_s_uk
              last edited by

              @jay_s_uk Thanks! Do you know where in the file structure of DWC this is being used so I can look at a better refrence?

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

                @thyrviklein its the connector https://github.com/Duet3D/DuetWebControl/tree/master/src/store/machine/connector that gets the data and keeps the store up to date

                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

                ThyrviKleinundefined 2 Replies Last reply Reply Quote 0
                • ThyrviKleinundefined
                  ThyrviKlein @jay_s_uk
                  last edited by

                  @jay_s_uk Okay I will look into this. Thank!

                  1 Reply Last reply Reply Quote 0
                  • ThyrviKleinundefined
                    ThyrviKlein @jay_s_uk
                    last edited by

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