machinekoder / NGCWriter

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

Fix unassigned variable #2

Closed Ghostkeeper closed 6 years ago

Ghostkeeper commented 6 years ago

I found a variable that my IDE indicated as being possibly unassigned: angle2. I wasn't able to find a case with Cura-generated g-code that would actually cause it to crash but hopefully this will make the plug-in a bit more stable in the future.

This code could use a bit more documentation. It's hard to figure out what it needs to do!

machinekoder commented 6 years ago

Thanks.