Anyone here who fiddled with Cura’s custom profiles might know how to disable these options? What’s the override name for these options?
Looking at https://github.com/Ultimaker/Cura/blob/master/resources/definitions/fdmprinter.def.json
For the fan cooling for example, already tried adding the following:
“cool_fan_enabled”: { “default_value”: false, “settable_per_mesh": false, “settable_per_extruder”: false },
But all that does is uncheck “Enable Print Cooling” under the Custom Print Setup tab. It doesn’t actually uncheck the box under “Setting Visibility” as seen in the screenshot. Any idea how to make the setting invisible?
Our hotend’s fan is hardwired, so this setting would be mis-leading to users since it doesn’t do anything.


Figured you might know maybe as well so I can rush the update before next version is released.