Thank you ahoeben! That is exactly what I was looking for.
What is that long list of "plugins" I found in Contents/Resources/plugins/plugins? None of those seem to appear in Extensions > Post Processing under post processing scripts.
You are still confusing "plugins" and "scripts". What used to be a "plugin" in the old Cura is now called a "script". You might infer from that that what is now called a "plugin" is something different.
A large part of the functionality of Cura is implemented as a "plugin". Instead of the program being a single block of code with all functionality built-in, it consists of a smaller "core" which is extended with plugins (which can - in theory - be disabled/removed). These plugins add different types of functionality. For example loading different 3d formats is implemented as plugins, but also connecting to printers (over USB, or over the network). Even the different "views" such as the normal view, layer view and x-ray view are plugins. Even the functionality to run "scripts" on the created gcode is by itself a plugin ("PostProcessing").
Most of the plugins that you found are enabled by default, so you never need to worry about them. The plugins that are available in the Marketplace are plugins of the same type (NOT postprocessing scripts).
Recommended Posts
ahoeben 1,987
The “plugins” you are looking for are called “postprocessing scripts” in newer versions of Cura. See the Extensions menu, Post Processing.
Link to post
Share on other sites