3.3b1 SBC KISS slicer filament usage and print time estimates
-
Hi,
KISS Slicer 2.0 alpha 6 filament usage and print time estimates aren't detected by 3.3b1 in SBC mode.Attached is a sample file so filters can be adjusted.
(I guess this goes to @chrishamm again)
-
Thanks once again, here the new escaped RegExs for the filament usage:
Ext\\s*\\#\\d+\\D+(?<mm>\\d+\\.?\\d*)
And for the print time:
Total estimated \\(pre-cool\\) minutes: ((?<m>\\d+\\.?\\d*))
I'll add them to the next release too. HTH!
-
Hi,
duetcontrolserver fails to start with the Regex for filament usage. I am currently not able to debug it.EDIT:
Also, is there a limit to the filesize where these filters are applied? The print time estimate is shown for the 4MB example file I have attached, but not with a larger file (129MB) sliced with the same settings.(disregard, this was a file missing the .gcode extension). -
Sorry, looks like I forgot to escape the last backslash from the filament usage, now updated. The new escaped regex should work.
-
I just started a 26 hour print on the test machine ... I will fuzz with duetcontrolserver after that's failed or finished (-:
-
@oliof said in 3.3b1 SBC KISS slicer filament usage and print time estimates:
Hi,
KISS Slicer 2.0 alpha 6 filament usage and print time estimates aren't detected by 3.3b1 in SBC mode.Attached is a sample file so filters can be adjusted.
(I guess this goes to @chrishamm again)
I have confirmed that this file is already analysed correctly in standalone mode.