hudbrog / gCodeViewer

a visual web based gcode analyzer
Other
419 stars 148 forks source link

Flow rate color codes #10

Closed kefir- closed 11 years ago

kefir- commented 11 years ago

Hi,

I like this gcode viewer! I've mirrored the git repo and run it on localhost, Very useful to be able to step through each layer, and step through each move/extrusion per layer as well.

I have a request as well. In some cases it's useful to debug flow rates. If there could be some way to switch how the extrusions are color coded, I'd like to use the color codes to see the flow rates instead of the speeds. It's probably not the most common case, but it'd be useful to toggle between the two.

kefir- commented 11 years ago

Duh, I just found mm extrusion per mm move, which is pretty much it! Sorry :)

But it'd still be useful to have a summary like the one given for speed, so that we can see what the different flow rates are, and not just see that they are different.

alranel commented 11 years ago

@kefir-, I suggested the implementation of that feature. :) If you click on "Layer Info" there's the legend of colors and flow rates.

kefir- commented 11 years ago

Wow, I missed that too! sorry. :p