Chrent / heekscad

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

engraving tool path "l" on windows and ubuntu #224

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

1. on windows xp open the attached file l.dxf
2. Import dxf files created with Inkscape (plugin better) correctly 
3. Split a sketch
4. order from bad to reorder
5. I select three sketch and combines them together
6. select sketch resulting
7. New pocket
8. Property tools l_windows.png see attached
9. completely erroneous results
__________________________________________

1. on Ubuntu open the attached file l.dxf
2. Import dxf files created with Inkscape (plugin better) correctly 
3. Split a sketch
4. order from bad to reorder
5. I select three sketch and combines them together
6. select sketch resulting
7. New pocket
8. Property tools l_ubuntu.png see attached
9. much better the result, but not yet perfect. Some areas are not covered

Original issue reported on code.google.com by barbati....@gmail.com on 29 Nov 2009 at 6:40

Attachments:

GoogleCodeExporter commented 8 years ago
I think this is a problem with decimal points.
Your version uses ',' instead of '.'
Is the profile operation OK?
I will try to repeat the problem.

The Ubuntu version is working OK.
You are using a chamfering tool. This has interesting rules for cutting radius, 
see
here 
http://code.google.com/p/heekscnc/source/browse/trunk/src/CuttingTool.cpp#1419
Use a slot drill, for now, with diameter = 0. ( Maybe we should define an 
engraving
tool ).
Also set parameter "material allowance" to 0.

Original comment by danhe...@gmail.com on 29 Nov 2009 at 11:12

GoogleCodeExporter commented 8 years ago
Yes, both versions use the ",".
Source file in DXF format better was opened on both system
I set a bit "slot" with a diameter = 0 (as suggested by Dan).
In the properties: horizontal step = 0.1, allowance = 0.
I also set the parameters on both operating systems.
While Windows did not give any result, Ubuntu 8.04 was excellent
I enclose the final views and files.heeks

Original comment by barbati....@gmail.com on 30 Nov 2009 at 11:48

Attachments:

GoogleCodeExporter commented 8 years ago
Forgot to mention that attached files should be opened with their operating 
systems.
See Issue 223

Original comment by barbati....@gmail.com on 30 Nov 2009 at 11:58