-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Pronterface compatibility broken because presets are saved without extension in slic3r.ini #3813
Comments
Oh, I didn't know that. I thought it only used the public CLI commands. I think it's easy enough to modify Pronterface to append |
@kliment FYI... |
I fixed this in kliment/Printrun#817 |
Sorry, it doesn't work (despite the syntax error in the To solve this issue, it probaly involves some more changes in I can take a look into it this night. Let me try. |
OK, I just made a PR (kliment/Printrun#818) with changes that take into account the Slic3r version from It is tested in GNU/Linux, with both |
Thank you for contributing that @xoan. I merged the PR in Printrun :) |
Nice :) |
This seems to break integration with the Prusa edition of slic3r (1.35.5), with slic3r integration enabled, it appends .ini to the file, leading to being unable to locate the profile.
|
There is a similar issue posted on the Prusa3D fork:
prusa3d/PrusaSlicer#367
…On Sun, Jul 9, 2017 at 10:39 AM, ntoff ***@***.***> wrote:
This seems to break integration with the Prusa edition of slic3r (1.35.5),
with slic3r integration enabled, it appends .ini to the file, leading to
being unable to locate the profile.
Cannot find specified configuration file (C:\Users\redacted\AppData\
Roaming\Slic3r\print\default.ini.ini).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3813 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFj5IxPtoRQiDxroAnSxb_4LBz5qEkpUks5sMJHAgaJpZM4Mqgz5>
.
|
It should be solved by patching Prusa edition of Slic3r to follow the current Slic3r behavior. |
or more easily, I just added a check to pronterface to not add .ini to the profile if it detects the prusa edition of slic3r |
Version
current master
Operating system
Arch Linux 4.9.16-1-lts x86_64
Xfce 4.12
Behavior
The way the default presets are saved now in
slic3r.ini
breaks the compatibility with the Slic3r integration in Pronterface:Because Pronterface expects the preset name contains the full file name including
.ini
.Probably it is an issue to be solved in Pronterface, right?
The text was updated successfully, but these errors were encountered: