khoarus / heekscnc

Automatically exported from code.google.com/p/heekscnc
0 stars 0 forks source link

German decimal point #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In Ubuntu, on a German computer.
Make a rectangle.
Press "Pocket"
Press "Py"

The script contains lines like
 final_depth = float(-0,2)

but it should be
 final_depth = float(-0.2)

It should be a '.' instead of a ','

Original issue reported on code.google.com by danhe...@gmail.com on 20 Feb 2009 at 7:03

GoogleCodeExporter commented 9 years ago
This is now fixed?

Original comment by celeron55@gmail.com on 27 Feb 2009 at 11:09

GoogleCodeExporter commented 9 years ago
...Actually, i think the same thing must be checked everywhere where files are 
written or read

Original comment by celeron55@gmail.com on 27 Feb 2009 at 11:18

GoogleCodeExporter commented 9 years ago
Yes,for me and my System (German Computer) it works now !!
THX very much...especially for the good and fast Support !

Original comment by aachen.h...@googlemail.com on 28 Feb 2009 at 12:51

GoogleCodeExporter commented 9 years ago
Yes, it's good for the python script generation now, but the same needs to be 
still 
done for all the save and load file formats (.heeks, iges, ...)

Original comment by celeron55@gmail.com on 28 Feb 2009 at 9:20

GoogleCodeExporter commented 9 years ago
Now saving and loading is locale-independent for .heeks, .iges, .stp, .stl and 
.dxf.

Original comment by celeron55@gmail.com on 28 Feb 2009 at 1:44

GoogleCodeExporter commented 9 years ago
...I mean, at least in Linux. Someone has to test these on windows!

Original comment by celeron55@gmail.com on 28 Feb 2009 at 1:46

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Actually, the save and load bug was in HeeksCAD, not CNC... :P

Original comment by celeron55@gmail.com on 28 Feb 2009 at 1:49

GoogleCodeExporter commented 9 years ago

Original comment by celeron55@gmail.com on 28 Feb 2009 at 2:45