Pheneeny / CuraPlugin-ScalableExtraPrime

A Cura plugin to add a scaling amount of extra filament extrusion after a travel
GNU Affero General Public License v3.0
7 stars 8 forks source link

settings don't show even when plugin is activated. #3

Closed MajorSlug closed 3 years ago

MajorSlug commented 6 years ago

On Cura 3.2.1

Settings fields are well set visible: image

But don't show up.

image

To access them, I need to use the "search..." bar.

image

rooiejoris commented 6 years ago

same here, could this be in relation with the json file...?!

edit: I am not good at all in these things, but looking at another plugin maybe the json should look something like [tried a quick test, but didn't work, but then again, I am not good in programming...]: `{ "name": "Scalable Extra Prime", "author": "Pheneeny", "author_email": "pheneeny@gmail.com", "website": "https://github.com/Pheneeny/CuraPlugin-ScalableExtraPrime", "version": "1.0.1", "description": "Adjusts the extra prime amount after a travel or retraction based on the distance traveled", "api": 4 "settings": { "scalable_prime_settings": { "label": "Scalable prime", "type": "category", "description": "Scalable prime-specific settings", "icon": "category_machine", "children": { "scalable_prime_min_travel": { "label": "Extra Prime Min Travel", "description": "Minimum distance of travel before adding extra prime", "type": "float", "unit": "mm", "default_value": 0, "minimum_value": 0, "enabled": "scalable_prime_enable", "settable_per_mesh": False, "settable_per_extruder": False, "settable_per_meshgroup": False }

        }
    }

}

`

Pheneeny commented 6 years ago

I don't know the root cause of the issue, but I know that if you collapse the "Material" category completely and re-expand it, the settings will show up properly from then on.

I apologize for the late response, I did not have my notifications configured in Github correctly and was never notified of your issue.

rooiejoris commented 6 years ago

hey hey, no problem...! this is a good tip, before I use the 'search', but this is way more convenient.

cheers / joris

MajorSlug commented 6 years ago

Thanks for the tip.