Feautures

  • control slider
    • description is now above the input field to prevent text wrapping
    • input field is now at full container width
  • axis control buttons
    • are now in full container width, mobile and desktop browser (bars only)
  • gcode viewer
    • division of input fields and buttons now 50% to avoid overlap
  • transparent design
    • every background changes the entire look

choose your favourite background (rename to background.png)

background

Screenshot 2024-03-19 003104

background_1

Screenshot 2024-03-19 003258

background_2

Screenshot 2024-03-19 003152

How to install

  • create a folder called .fluidd-theme in config section
  • copy the downloaded files into this folder
  • reload browser

Logo change

  • name an picture to logo.png

  • put this image to .fluidd-theme

  • insert these lines with !! your url !! of the logo.png file into custom.css

    .logo-wrapper {
      display: none !important;
      }
      .theme--dark .toolbar-logo {
          background-image: url(http://mainsailos.local/server/files/config/.fluidd-theme/sidebar-logo.png) !important;
          background-size: 48px !important;
          background-repeat: no-repeat !important;
          background-position: center !important;
      }