vilemduha / blendercam

Automatically exported from code.google.com/p/blendercam
GNU General Public License v3.0
483 stars 118 forks source link

fix `joinMultiple()` -> `join_multiple()` #225

Closed razcore-rad closed 1 year ago

razcore-rad commented 2 years ago

Recently I had to use Strategy: Pocket with Pocket to curve option and it gave me an error due to a rename from simple.joinMultiple() to simple.join_multiple() so this is a fix for that.

I also removed *.py from .gitignore so I can add the changes to the commit history.