fritzing / fritzing-app

Fritzing desktop application
http://fritzing.org
Other
4.04k stars 835 forks source link

grid size in preferences: truncate to 2 or 3 digits after the decimal point #1879

Open davidperrenoud opened 10 years ago

davidperrenoud commented 10 years ago

From irasc...@gmail.com on March 04, 2012 08:49:56

What steps will reproduce the problem? 1. 2. 3. Attach your sketch file and/or custom part files to the bug report. If the sketch uses custom parts, save the sketch as shareable (under the file menu). What is the expected output? What do you see instead? What version of Fritzing are you using? On what operating system? Please use labels and text to provide additional information.

Original issue: http://code.google.com/p/fritzing/issues/detail?id=1879

davidperrenoud commented 10 years ago

From irasc...@gmail.com on January 25, 2014 22:22:06

wants 4 decimal points: http://fritzing.org/forum/thread/1888/?page=last

failiz commented 2 years ago

From the old forum: "Well consider the following (a bit exaggerated example): If you start a grid with 1.125mm resolution and you want to double the precision you want to be able to set the grid size to 0.5625mm, but you just can't. Might be a bit esoteric, but I would like to be able to use the full precision range (since the code seems to use double precision anyways)." Currently, we have 4 decimals for the grid. I do not think we should truncate the grid... Close?