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

Filename Conflicts When Creating Multiple Gcode Files From Single Document #1

Open
cblt2l opened this issue Apr 27, 2014 · 0 comments

Comments

@cblt2l
Copy link
Owner

cblt2l commented Apr 27, 2014

Macro uses the freecad document name as the file name for the generated stl, gcode, and log files. Problem arises when you have two different parts in one document and they are to be processed as separate gcode files. When you run the macro for the second part, the generated files for the first part are overwritten. Possible solutions include:

  1. Using the part (feature) name for the generated files. Problems arise when multiple parts are to be processed at the same time

  2. Adding a place to override the filename in the form. It can be set to the document name by default but the user can change it.

  3. Add a warning message when there are conflicting file names and give the user a chance to abort. Could be used in conjunction with option 2.

@cblt2l cblt2l closed this as completed Apr 27, 2014
@cblt2l cblt2l reopened this Apr 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant