3.3b1 SBC print time/filament usage: MatterControl
-
MatterControl has yet another way to mark print time and filament usage estimation. I have included a file to look at for @chrishamm (-:
-
Oh well, it doesn't get boring - thanks Here some more escaped regexs for
- Filament usage
filament used extruder \\d+ \\(mm\\) = (?<mm>\\d+\\.?\\d*)
- Print time:
total print time \\(s\\) = ((?<s>(\\d+\\.?\\d*)))
-
@oliof said in 3.3b1 SBC print time/filament usage: MatterControl:
MatterControl has yet another way to mark print time and filament usage estimation. I have included a file to look at for @chrishamm (-:
Now added to the 3.3beta RRF source code too.