Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    Manipulating web control interface

    My Duet controlled machine
    2
    3
    704
    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.
    • allankisaiswaroop
      allankisaiswaroop last edited by

      hi to all,

      I want to replace heaters pins to pressure pins. can anyone help me getting off this? or any where in web control interface i want to replace the heater name to pressure name and want pressure units there?

      1 Reply Last reply Reply Quote 0
      • Danal
        Danal last edited by

        Start by downloading and unzipping the DWC from github, using the "clone or download" button here: https://github.com/chrishamm/DuetWebControl

        Once it is fully unzipped, load it from your local PC/Mac via "file:///C:/Users/xyz/abc/DuetWebControl/core/reprap.htm" (adjusted for your paths, of course).

        Then open the developers console in your browser (F12 in Chrome) and start looking at "sources". You can change them on the fly in the browser, and/or change your files on disk and "reload". Sometimes to pick up all changes, you might need to do a Ctrl-Shift-R style reload.

        Delta / Kossel printer fanatic

        1 Reply Last reply Reply Quote 0
        • Danal
          Danal last edited by

          Once you've made all the changes you wish, you can either zip it all back up and upload that one file to the Duet via the DWC, or you can replace individual files in the /www directory.

          Hint: If there is both a "whatever.xyz.gz" and a "whatever.xyz" file in /www, the .gz will be used. So either .gzip everything, or put the SD card in a PC/Mac and totally clean out the /www directory before putting your stuff in.

          Delta / Kossel printer fanatic

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