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

    3.2 RC1 - DWC not saving file - Mobile view

    Scheduled Pinned Locked Moved
    Duet Web Control
    3
    6
    245
    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.
    • jay_s_ukundefined
      jay_s_uk
      last edited by

      Running 3.2 RC1 on a duet 3 in standalone mode.
      DWC is also 3.2 RC1.

      I can successfully edit a macro when accessing the file through a desktop.
      When accessing the same file through a mobile device and making a change, when save is pressed it says that the file is successfully saved but when the macro is reopened, the edit has not been saved.

      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 0
      • chrishammundefined
        chrishamm administrators
        last edited by

        Can you please share some more details? What phone and browser are you using? Is that macro file in /sys or /macros?

        Duet software engineer

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

          @chrishamm
          I am running android 11 using chrome as the browser (just the standard release version).
          The macro file is in /macros.
          This is the macro, nothing special. I was adjusting the S value for the stall detection.

          ; Engage the toolchanger lock
          
          M400                    		; Make sure everything has stopped before we make changes
          
          ; ################## Prepare Axis #########################
          
          M584 P4							; Unhides U axis
          
          ; ################## Endstop Mapping ######################
          
          M574 U2 S3        				; set U axis (tool changer) maxima to use motor stall
          
          ;################### Stall Detection ######################
          
          M915 U S3 F0 H200 R4700			; Coupler
          
          ;################### Locking Procedure ####################
          
          G91                     		; Use relative positioning
          G1 H1 U180 F5000 				; Move all carriages up 700mm, stopping at the endstops
          G90                     		; Back to absolute positioning
          
          ; ################## Reset System #########################
          
          M584 P3							; Hides U axis
          

          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 0
          • jay_s_ukundefined
            jay_s_uk
            last edited by

            rebooted and the issue has gone. Just seemed very odd that one client could edit it but the other couldn't. Will keep an eye on it

            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 0
            • PCRundefined
              PCR
              last edited by

              Had the Same Problem. You need to wait some Seconds or make a "enter" keystroke.

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

                Thanks, I could confirm this. It looks like the editor used for syntax highlighting doesn't support touch so I'll leave it disabled for touchscreens in v3.2. I'll check if I can upgrade it as part of v3.3.

                Duet software engineer

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