[3.3b1 SBC] Simulation Time, and print info from kiri:moto
-
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
-
It mostly works for me in RRF 3.3beta standalone mode:
I'll fix the Generated By and Layer Height in the next beta.
-
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 }
- Add this to
-
hi @chrishamm,
I can confirm these changes work in SBC mode.