Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Export2Slicer] Update #171

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dlozinski
Copy link
Contributor

  • Take ActiveObject to export when no selection
  • Update default Slicer command with ''--single-instance" Change macro title to 3D Print / Slice
  • Set default export format to AMF

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

  • Please check this box if you're not submitting a new macro.
  • Are you submitting a new macro ?
  • Have you followed the 'How to submit a macro' section of the README.md ?
  • Your macro has a Description in its header.
  • Your macro has a CamelCase name.
  • Your macro is named appropriately.
  • Your macro contains a Metadata section that immediately follows the header description.
  • Your macro is Python3/Qt5 compliant and tested on the latest FreeCAD stable and development releases.
  • You're including documentation on how your macro works (bonus: screenshots and/or video on the Wiki)
  • Commit message is well-written
  • Commit message is titled in the following way [MacroName] Short description.
  • Optional, write or update the changelog in the macro, from latest to oldest.

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.


Take ActiveObject to export when no selection
Update default Slicer command with  ''--single-instance"
Change macro title to 3D Print / Slice
Set default export format to AMF
@dlozinski
Copy link
Contributor Author

Aside code cleaning this PR changes the behavior of a macro that picks whole top level object if nothing is selected.
Second update is to keep preserve the selection during the export

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant