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

Can't use the Cura script on Cura for Linux (Appimage version) #8

Open
ColdBeer72 opened this issue Dec 16, 2022 · 0 comments
Open

Comments

@ColdBeer72
Copy link

Hi! I tried copying the fastGyroidInfill.py file to the folders:
$HOME/.config/cura/5.2/scripts/fastGyroidInfill.py
$HOME.local/share/cura/5.2/scripts/fastGyroidInfill.py
No way to find it on PostProccessing menu with both places.
Just a few lines in cura.log:

2022-12-16 22:04:59,915 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: UsePreviousProbeMeasurements
2022-12-16 22:04:59,917 - ERROR - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [221]: Exception: Exception occurred while loading post processing plugin: module 'PostProcessingPlugin.PostProcessingPlugin.fastGyroidInfill' has no attribute 'fastGyroidInfill'
2022-12-16 22:04:59,918 - ERROR - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [221]: Traceback (most recent call last):
2022-12-16 22:04:59,918 - ERROR - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [221]:   File "/tmp/.mount_UltimaIF7CeR/share/cura/plugins/PostProcessingPlugin/PostProcessingPlugin.py", line 204, in loadScripts
2022-12-16 22:04:59,918 - ERROR - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [221]:     loaded_class = getattr(loaded_script, script_name)
2022-12-16 22:04:59,919 - ERROR - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [221]: AttributeError: module 'PostProcessingPlugin.PostProcessingPlugin.fastGyroidInfill' has no attribute 'fastGyroidInfill'

NOTE (FYI): both folders works for the plugin and let the same lines in log file.

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

No branches or pull requests

1 participant