FreeCAD / FreeCAD-macros

A repository for FreeCAD macros
https://freecad.org/wiki/Macros_recipes
156 stars 139 forks source link

[MultiCopy] v2.0.0 with corrections #100

Closed melwyncarlo closed 3 years ago

melwyncarlo commented 3 years ago

Thank you for creating a pull request to contribute to FreeCAD-macros! To integrate your macro please make sure the following steps are complete:

And please remember to update the Wiki with the features added or changed once this PR is merged.
Note: If you don't have wiki access, then please mention your contribution on the 0.19 Changelog Forum Thread.


This is MultiCopy v2.0.0. I have made all the changes requested. Furthermore, I've separated the file contents into modules, thereby leading to the creation of a MultiCopy package. So, now, you can use MultiCopy via GUI and CUI.

I've updated the Wiki accordingly, and have provided examples too.

MultiCopy - Github Repository MultiCopy - FreeCAD Wiki Page MultiCopy - Forum Discussion

You had suggested creation of modules for the 'AeroFoil' macro. If this is accepted, I'll modify the AeroFoil macro accordingly.

melwyncarlo commented 3 years ago

I did the most silly thing in my previous commit: while formatting the code style using the black formatter, I forgot to set the 'keep single quotes' flag. Just saw the double-quotes, and submitted a new commit. No code changes; just the single-quotes change.

galou commented 3 years ago

I merged the PR but next time, please use a single PR. You can just push commits to the branch you used to create the PR and your changes will be automatically added to the PR. This allows to better follow the conversation.

melwyncarlo commented 3 years ago

Thank you, Mr. Galou! I understand. I agree it makes things easier that way; just didn't know it was possible do that until recently.