Willmac16 / OctoPrint-GcodeLeveling

An OctoPrint plugin for leveling of Z values in Gcode using measured positions
https://plugins.octoprint.org/plugins/gcodeleveling/
GNU Affero General Public License v3.0
5 stars 0 forks source link

Formatted Gcode missing E pos #4

Closed themalse closed 3 years ago

themalse commented 3 years ago

I uploaded a file to test but the resulting Gcode no longer has E values. It will draw but not extrude any filament.

Willmac16 commented 3 years ago

I added in E pos handling to the devel branch, but I was wondering what your use case for the plugin is. I made this plugin because I am building a grbl cnc machine and I don't have a way to level in the firmware. I wasn't sure if there was any use for this plugin beyond certain cnc setups, so I didn't attempt to implement E support at first.

If you do want to install the devel branch you can with this url in the plugin manager https://github.com/willmac16/OctoPrint-GcodeLeveling/archive/devel.zip

Best, Will