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

Deleting post procesing scripts crashes slic3r #4065

Open
Tinchus2009 opened this issue Jul 19, 2017 · 8 comments
Open

Deleting post procesing scripts crashes slic3r #4065

Tinchus2009 opened this issue Jul 19, 2017 · 8 comments

Comments

@Tinchus2009
Copy link

Version

1.2.9-1120-g13f121e

Operating system type + version

win 10 64b

Behavior

In the post processing scripsts section, once you added a scrip, you cant delet it anymore without crashing slic3r, so in fact, you never cant delet it from that printing profile.

@superjamie
Copy link

Confirming this still happens in Slic3r-1.3.0-dev-8ca6171-x86_64.AppImage

@superjamie
Copy link

You can work around it by manually editing the ini file and changing

post_process = " " 

to

post_process =

@bonm014
Copy link

bonm014 commented Dec 28, 2017

Where can I find that ini file?

Edit:
found it!

C:\Users<user>\AppData\Roaming\Slic3r\print

@lordofhyphens
Copy link
Member

lordofhyphens commented Dec 28, 2017 via email

@lordofhyphens
Copy link
Member

Another workaround is to hit Ctrl-e for a config export, edit that and then load it and save over the old Print profile.

@bubnikv
Copy link
Contributor

bubnikv commented Dec 28, 2017 via email

@lordofhyphens
Copy link
Member

@bubnikv @alexrj can you think of a reason offhand of why we wouldn't want to trim excess whitespace from ConfigOptionString objects?

I can't think offhand of a use case where you would want to keep excess whitespace before and after.

@lordofhyphens
Copy link
Member

The other solution is to check for the problem cases in _update.

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

5 participants