After switching to slic3r-PE I DWC stopped showing filament usage.
I was pretty bummed about that as i find the estimate based on filament usage fairly accurate.
After I reformatted the SD-card, I started playing with the gcode itself and was able to fix it manually.
this is the relevant gcode generated by slic3r:
; filament used [mm] = 4235.9
; filament used [cm3] = 10.2
; filament used [g] = 13.1
; filament cost = 0.4
; total filament used [g] = 13.1
; total filament cost = 0.4
; estimated printing time (normal mode) = 46m 49s
DWC seems to look for:
; filament used = 4235.9
So, after modifying the file accordingly DWC recognizes the filament usage correctly.
I'd be much appreciated, if this could be fixed in an upcoming release.
In the meantime, is it possible for me to edit the parser, so it'll do that automatically for me?
So changing the parser code to look for
; filament used [mm] = xxxx.x
instead of
; filament used = xxxx.x
I have no idea where these instructions are stored, so any help would be appreciated.
Also, I'd like request maybe allowing us to change which columns are displayed in the gcode browser.
I don't really need the info to which slicer was used generate the code visible, I'd much prefer something like cost.
Thanks for your help