CauldronDevelopmentLLC / CAMotics

Open-Source Simulation & Computer Aided Machining - A 3-axis CNC GCode simulator
Other
602 stars 138 forks source link

Feature request: E parameter #325

Closed koendv closed 2 years ago

koendv commented 4 years ago

Right now paths where material is extruded are drawn the same way as paths where no material is extruded. This results in a cluttered view when looking at gcode for 3d printers. Feature request: For G0 and G1 gcode commands, add parsing of the E ("Extrusion") parameter. Add a menu option to only draw those path segments where E is bigger than zero. This ought to improve visualization of g-code for 3d printers. Thank you.