Why do some placeholders work with {} and [], but some only work with one of the brackets?
Example: {printer_preset} and [printer_preset] both work.
[filament_preset] works fine and {filament_preset} fails.
In my example both placeholders have the same data type of (string) shown in the help info about the placeholder.
I'm also just kinda generally confused by this because when you double click to insert a placeholder I would assume it should add the needed type of brackets at the same time.