prdatur / heekscnc

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

*.heeks file won't open with drill and kurve/profile parameters in it #116

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.create a sketch with a profile and some points in it 
2.make some profile and drilling machining ops 
3.save the file 

What is the expected output? What do you see instead?
try and open it and it won't. This error pops up:
'Error reading Attributes.' shows up in a dialog box

What version of the product are you using? On what operating system?
svn from this morning. linux

additional info:
The drilling parameters are the problem. When I removed them from the
*.heeks xml the
file will open fine. I removed this stuff:

        <Operations id="1">
            <Drilling title="Drilling" execution_order="0"
cutting_tool_number="1"
id="1">
                <params standoff="6.35" dwell="1" depth="12.7"
peck_depth="2.54" />
                <symbols>
                    <symbol type="2" id="1" />
                    <symbol type="2" id="2" />
                </symbols>
            </Drilling>
            <Profile title="Profile" execution_order="0"
cutting_tool_number="0" id="1">
                <params side="1" auto_roll_on="1" auto_roll_off="1"
start_given="0"
end_given="0" />
                <sketch id="2" />
                <depthop fixture offset="1" tooln="1" toold="3" clear="5"
down="1"
startdepth="0" depth="-1" r="2" hfeed="100" vfeed="100" spin="7000" />
            </Profile>
        </Operations>

from my *.heeks file.
Thanks,
Dan

Original issue reported on code.google.com by ddfalck2...@yahoo.com on 19 Jun 2009 at 7:42

GoogleCodeExporter commented 8 years ago

Original comment by ddfalck2...@yahoo.com on 19 Jun 2009 at 7:46

Attachments:

GoogleCodeExporter commented 8 years ago
found the problem:  in the xml file fixture offset is the problem.  It's 
probably
something I created- sorry I think I can figure it out :)

Original comment by ddfalck2...@yahoo.com on 19 Jun 2009 at 9:16

GoogleCodeExporter commented 8 years ago
I think I fixed it. Older *.heeks files can be restored by changing 'fixture 
offset'
to 'fixture_offset'
my fault....

Thanks,
Dan

Original comment by ddfalck2...@yahoo.com on 19 Jun 2009 at 9:29

GoogleCodeExporter commented 8 years ago

Original comment by ddfalck2...@yahoo.com on 19 Jun 2009 at 10:26