I am tring to cut a disk with a rabbet around the outside. Here is my svg:
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11.910in' height='11.910in' viewBox='-5.955 -5.955 11.910 11.910'>
<metadata>
<cutobject type='profile' unit='imperial' name='profile%201' safetyheight='0.25' stocksurface='0' targetdepth='-0.75' stepover='NaN' stepdown='0.0625' feedrate='10' plungerate='30' tooldiameter='0.125' roughingclearance='NaN' outside='false' direction='1'>
<path>path2</path>
<path>path3</path>
<path>path4</path>
<path>path5</path>
</cutobject>
<cutobject type='pocket' unit='imperial' name='pocket%202' safetyheight='0.25' stocksurface='0' targetdepth='-0.50' stepover='0.4' stepdown='0.0625' feedrate='10' plungerate='30' tooldiameter='0.125' roughingclearance='0' outside='false' direction='1'>
<path>path6</path>
</cutobject>
<cutobject type='profile' unit='imperial' name='profile%203' safetyheight='0.25' stocksurface='0' targetdepth='-0.75' stepover='NaN' stepdown='0.0625' feedrate='10' plungerate='30' tooldiameter='0.125' roughingclearance='NaN' outside='false' direction='1'>
<path>path1</path>
</cutobject>
<cutobject type='profile' unit='imperial' name='profile%204' safetyheight='0.25' stocksurface='0' targetdepth='-0.75' stepover='NaN' stepdown='0.0625' feedrate='10' plungerate='30' tooldiameter='0.125' roughingclearance='NaN' outside='true' direction='2'>
<path>path0</path>
</cutobject>
</metadata>
<path id='path0' stroke='black' fill='none' stroke-width='0.02' d='M 5.955,0 A 5.955,5.955 0 0 1 0,5.955 5.955,5.955 0 0 1 -5.955,0 5.955,5.955 0 0 1 0,-5.955 5.955,5.955 0 0 1 5.955,0 Z' />
<path id='path1' stroke='black' fill='none' stroke-width='0.02' d='M 2.756,0 A 2.756,2.756 0 0 1 0,2.756 2.756,2.756 0 0 1 -2.756,0 2.756,2.756 0 0 1 0,-2.756 2.756,2.756 0 0 1 2.756,0 Z' />
<g transform='rotate(0)'>
<g transform='translate(3.189 0)'>
<path id='path2' stroke='black' fill='none' stroke-width='0.02' d='M 0.0845,0 A 0.0845,0.0845 0 0 1 0,0.0845 0.0845,0.0845 0 0 1 -0.0845,0 0.0845,0.0845 0 0 1 0,-0.0845 0.0845,0.0845 0 0 1 0.0845,0 Z' />
</g>
</g>
<g transform='rotate(124.5)'>
<g transform='translate(3.189 0)'>
<path id='path3' stroke='black' fill='none' stroke-width='0.02' d='M 0.0845,0 A 0.0845,0.0845 0 0 1 0,0.0845 0.0845,0.0845 0 0 1 -0.0845,0 0.0845,0.0845 0 0 1 0,-0.0845 0.0845,0.0845 0 0 1 0.0845,0 Z' />
</g>
</g>
<g transform='rotate(180.0)'>
<g transform='translate(3.189 0)'>
<path id='path4' stroke='black' fill='none' stroke-width='0.02' d='M 0.0845,0 A 0.0845,0.0845 0 0 1 0,0.0845 0.0845,0.0845 0 0 1 -0.0845,0 0.0845,0.0845 0 0 1 0,-0.0845 0.0845,0.0845 0 0 1 0.0845,0 Z' />
</g>
</g>
<g transform='rotate(235.5)'>
<g transform='translate(3.189 0)'>
<path id='path5' stroke='black' fill='none' stroke-width='0.02' d='M 0.0845,0 A 0.0845,0.0845 0 0 1 0,0.0845 0.0845,0.0845 0 0 1 -0.0845,0 0.0845,0.0845 0 0 1 0,-0.0845 0.0845,0.0845 0 0 1 0.0845,0 Z' />
</g>
</g>
<path id='path6' stroke='black' fill='none' stroke-width='0.02' d='M 5.705,0 A 5.705,5.705 0 0 1 0,5.705 5.705,5.705 0 0 1 -5.705,0 5.705,5.705 0 0 1 0,-5.705 5.705,5.705 0 0 1 5.705,0 Z m 0.250,0 A 5.955,5.955 0 0 0 0,-5.955 5.955,5.955 0 0 0 -5.955,0 5.955,5.955 0 0 0 0,5.955 5.955,5.955 0 0 0 5.955,0 Z' />
</svg>
The path with id “path6” is the problem child. In Inkscape, the path shows a ring-shaped area. However, when I open the same file in MakerCAM, the pocket operation shows the area inside the ring, and not the ring itself.
Does anyone have a suggestion as to what I am doing wrong?
Peter.