machinekoder / NGCWriter

NGC (RS-274 GCode) output plugin for Cura
GNU Affero General Public License v3.0
6 stars 5 forks source link

Get Filament diameter from extruder settings #5

Open the-snowwhite opened 4 years ago

the-snowwhite commented 4 years ago

Signed-off-by: Michael Brown producer@holotronic.dk

This seems to be the official place to commit this fix for the Cura NGCWriter plugin

The filament diameter was hardcoded to 1.75mm in the plugin, making it not possible to print with 3mm filament without file editing. This PR fetches the filament diameter more correctly from the printer extruder settings dialog.

the-snowwhite commented 3 years ago

@machinekoder is this of interest ?