discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

strange display of numbers in the Customizer

K
ken@volksswitch.org
Fri, Feb 14, 2025 7:12 PM

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

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
LM
Leonard Martin Struttmann
Fri, Feb 14, 2025 10:11 PM

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

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 >