Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. FS-TOOLS
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 9
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by FS-TOOLS

    • FS-TOOLSundefined

      Duet3 6XD input error problems with Clearpath SDSK

      General Discussion
      • • • FS-TOOLS
      7
      0
      Votes
      7
      Posts
      185
      Views

      FS-TOOLSundefined

      @jay_s_uk Thank`s for your support!!!!!!!!!!!!!!!

    • FS-TOOLSundefined

      Saftey Door Switches for BIG printers

      General Discussion
      • • • FS-TOOLS
      3
      0
      Votes
      3
      Posts
      157
      Views

      FS-TOOLSundefined

      @droftarts Hello Ian,

      thank`s a lot for your great support. The boards had different RRF.
      Both 3HC had RFF. 3.4.4 and the mainboard RRF.3.5.5. But the main problem was that the conditional code was not indented after the statement.

      Best regards

      Fabian

    • FS-TOOLSundefined

      protect config.g with password.

      Firmware wishlist
      • • • FS-TOOLS
      5
      0
      Votes
      5
      Posts
      222
      Views

      oliofundefined

      What you could try is to use SBC mode and set the immutable flag on config.g on the linux side. Then you would need to be superuser to unset the flag before changes to config.g would be saved. I would not recommend this though, because its hard to debug when things go awry.

      And even if config.g.would be locked down, users can change roughly every aspect of machine configuration dynamically via gcodes. So the next step would be to only allow "reasonable operator" and "admin" commands depending on who uses the machine -- and there is no facility for this. Its a can of worms.