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

    [3.3b1 SBC] Simulation Time, and print info from kiri:moto

    Scheduled Pinned Locked Moved Solved
    Beta Firmware
    3
    4
    301
    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.
    • oliofundefined
      oliof
      last edited by

      Hi,
      currently printing a print sliced with kiri:moto, and DWC3.2.2 does not show any of the time estimate helpers:

      • no: layer height
      • no: filament usage estimate
      • no: print time estimate
      • no: simulation time
      • yes: Slicer name and version

      (simulation from before I ran the print)

      In RRF 2.0.5 with DWC 2.0.4, I get

      • no: layer height
      • yes: filament usage estimate
      • yes: print time estimate (after I added some extra output to the end gcode),
      • yes: simulation time for simulated prints
      • no: for the slicer used

      Sample gcode attached

      sample-cube-027.gcode

      <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

      1 Reply Last reply Reply Quote 1
      • dc42undefined
        dc42 administrators
        last edited by

        It mostly works for me in RRF 3.3beta standalone mode:

        c88c1b1e-e502-405d-974a-360d5ae0c989-image.png

        I'll fix the Generated By and Layer Height in the next beta.

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

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

          Thanks for the sample file, I've got an update ready for the upcoming v3.3-b2. If you are comfortable editing files on Linux, you can already update the following values in /opt/dsf/conf/config.json to fix the detection in SBC mode:

          • Add this to LayerHeightFilters:
              ... ,
              {
                "Pattern": "sliceHeight\\D+(?<mm>(\\d+\\.?\\d*))",
                "Options": 17
              }
          
          • Update the first pattern of FilamentFilters to
          filament used\\D+(((?<mm>\\d+\\.?\\d*)\\s*mm)(\\D+)?)+
          
          • Add this to PrintTimeFilters:
             ... ,
             {
                "Pattern": "print time:\\s+((?<s>(\\d+\\.?\\d*))s)?",
                "Options": 17
              }
          

          Duet software engineer

          1 Reply Last reply Reply Quote 1
          • oliofundefined
            oliof
            last edited by

            hi @chrishamm,
            I can confirm these changes work in SBC mode.

            <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

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