SoftFever / OrcaSlicer

G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)
https://discord.gg/P4VE9UY9gJ
GNU Affero General Public License v3.0
5.86k stars 669 forks source link

Add ability to remove default color from filament settings (Windows) #5740

Open markaudacity opened 1 week ago

markaudacity commented 1 week ago

Is there an existing issue for this feature request?

Is your feature request related to a problem?

There doesn't seem to be a way to remove a default color once one is selected in v1.9.1 on Windows. I tried right-clicking on the color button and clicking it, closing the color picker, and hitting Delete while the color button is highlighted, but neither seems to work. The Windows color picker does not let you select no color.

Which printers will be beneficial to this feature?

All

Describe the solution you'd like

Some method of removing the default color once assigned. I realize this is somewhat limited by the archaic Windows color picker dialog; perhaps highlight the color button and hit Delete?

Describe alternatives you've considered

No response

Additional context

image

SoftFever commented 1 week ago

For now, you will have to go to %appdata%/OrcaSlicer/user folder and find your filament profile(it's json file) Then delete the default_filament_colour entry

"default_filament_colour": [
    "#800040"
],