I have lines of code that say:
/[App Layout in mm]/
status_bar_height = 0.0; // .1
upper_message_bar_height = 0.0; // .1
upper_command_bar_height = 0.0; // .1
lower_message_bar_height = 0.0; // .1
lower_command_bar_height = 0.0; // .1
I see this as:
which is what I would expect.
But I have a customer who sees this as:
Does anyone know where these extra decimal places are coming from?
Thanks,
Ken
There appears to be an open issue for this in the github repository.
Customizer precision syntax causes default value to be changed #5147
On Fri, Feb 14, 2025 at 1:13 PM khackbarth via Discuss <
discuss@lists.openscad.org> wrote:
I have lines of code that say:
/[App Layout in mm]/
status_bar_height = 0.0; // .1
upper_message_bar_height = 0.0; // .1
upper_command_bar_height = 0.0; // .1
lower_message_bar_height = 0.0; // .1
lower_command_bar_height = 0.0; // .1
I see this as:
which is what I would expect.
But I have a customer who sees this as:
Does anyone know where these extra decimal places are coming from?
Thanks,
Ken
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org