hudbrog / gCodeViewer

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

Implement volumetric E #73

Closed Artefact2 closed 5 years ago

Artefact2 commented 6 years ago

Some firmwares allow for using volumetric E, so that the unit for E in G0/G1 moves is given in mm³ instead of mm. The rationale is to allow changing the filament diameter without having to reslice the model. My commit adds a checkbox under printer settings to correctly compensate for that.