-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Show estimated length of filament used in G-code Viewer #5980
Comments
I'm just a regular user here but I thought I'd chime in to say I second this - it's a really useful idea. P.S. As a workaround for now you can go to gcodeanalyser.com to get this data (and much more) |
I just use a simple spreadsheet for that... Enter volume from slicer => length in m, and revolutions on spool (easy to count and accurate enough). |
I should also add I have found it is possible to include the "used_filament" variable in the Output Filename Format of print settings. Though it's shown as the full precision (6 characters, i.e.: 51.6889). It's not something I'd want to include globally on all gcode files and I sometimes just manually add that to the filename as I'm exporting, but thought this would be a useful feature if it's easy enough to implement in a future release. |
Yeah, I often slice models when I'm away from home and get a queue of them ready to print for when I get back. The problem I often run into is not knowing if I have enough of a given filament left to actually do the prints. So rather than having to basically re-slice the project again to verify how much is needed, it would be great to also see the total mass (grams) or the length (meters) of filament a print requires in the G-Code Viewer the same as is shown in the slicer after the gcode has been generated: |
The information is included in the gcode as a comment. I don't know why total length and weight is not shown in the viewer. 🤷♂️ I have to either look into the gcode or calculate it myself from all feature types. |
The total filament length is available in 2.4.0 GCode Viewer. You just have to switch View to "Tool". |
Didn't notice, thank you. Still I think it would be better to see the total in Feature view since there are all parts of the total. |
The idea of totals in the legend is elaborated more in #8208. |
Version
Version 2.3.0+win64
Operating system type + version
Windows 10 and OSX Big Sur
3D printer brand / version + firmware version (if known)
Prusa MK3s 3.9.3
CR-10 Clone Marlin
Behavior
Is this a new feature request?
yes
Description of feature request:
Since its release, I've been using the Prusa G-code viewer almost exclusively (love the speed and lightweight footprint, btw!) except for when I need to check if I have enough of a particular filament for a specific print, i.e. when I want to use up the rest of a spool. In which case I have to either load it back into the full program and reslice (longer process), use Pronterface (longer load time), or go to a website (gcode.ws) to see how many meters are to be used.
Since it shows up in Pronterface and also a website can determine the expected length, I'm presuming that it's calculated from the gcode itself. Would it be possible to simply also display it in the "Feature Type" view somewhere? Similar to how the estimate print time is shown?
I realize it's a QoL thing, but know I would find it very useful and hope some others would as well. Scanned through existing issues/FR and didn't see this specific thing, so tossing it out there for consideration.
Thanks for all your awesome work!
The text was updated successfully, but these errors were encountered: