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

    3.3b1 SBC Ideamaker print time and filament usage estimates

    Scheduled Pinned Locked Moved Solved
    Beta Firmware
    3
    4
    170
    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 @chrishamm,
      attached is a file sliced with Ideamaker 4.0.1 (latest stable release).

      In the DWC job list, layer height and print time estimate by the slicer are not shown.

      sample-cube-ideamaker.gcode

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

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

        It looks like Ideamaker does not write the explicit layer height anywhere in the start or end G-code. I know there is ;HEIGHT:0.250 close to the start but that is the first layer height but not the regular layer height (0.15). Perhaps you can change the start G-code in Ideamaker to generate a comment like

        ; layer_height 0.15
        

        where 0.15 is replaced with the configured layer height? Then the detection will work.

        To get the estimated print time, you can add this escaped regex to the config file:

        Print Time:\\s+((?<s>(\\d+\\.?\\d*)))$
        

        Of course I'll add that one to the next version too.

        Duet software engineer

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

          I was told via side-channel that there is a way to add layer height info in ideamaker. I will check that out.

          Next up: MatterControl (-:

          <>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 0
          • dc42undefined
            dc42 administrators @oliof
            last edited by

            @oliof said in 3.3b1 SBC Ideamaker print time and filament usage estimates:

            Hi @chrishamm,
            attached is a file sliced with Ideamaker 4.0.1 (latest stable release).

            In the DWC job list, layer height and print time estimate by the slicer are not shown.

            sample-cube-ideamaker.gcode

            I have confirmed that this file is correctly parsed in standalone mode. Layer height is not provided, but RRF does not use it.

            17c0c487-00e0-4c54-9571-8ad1daf98ed5-image.png

            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 1
            • First post
              Last post
            Unless otherwise noted, all forum content is licensed under CC-BY-SA