Feature request: Allow special characters in plate name

When naming build plates in Bambu Studio, some characters are not permitted:

Invalid name, the following characters are not allowed: <>:/\|?*"(Including its escape characters)

I would love to be able to use these characters in build plate names, especially “:” as I want to add a scale reference to the name. For example “Head 1:10”.

I am guessing that the current limitation is necessary because the plate name is used to create a file name somewhere. To mitigate this I recommend escaping these characters when generating the file name. If “%” is allowed, perhaps a simple UrlEncode might suffice.

1 Like