klipper-FastGyroidInfill
klipper-FastGyroidInfill copied to clipboard
Can't use the Cura script on Cura for Linux (Appimage version)
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.