klipper-FastGyroidInfill icon indicating copy to clipboard operation
klipper-FastGyroidInfill copied to clipboard

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

Open ColdBeer72 opened this issue 2 years ago • 0 comments

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.

ColdBeer72 avatar Dec 16 '22 21:12 ColdBeer72