User Tools

Site Tools


mycnc:mycnc_add_shape_to_library

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
mycnc:mycnc_add_shape_to_library [2017/09/12 14:39] skirillovmycnc:mycnc_add_shape_to_library [2017/09/12 15:00] skirillov
Line 5: Line 5:
   - **XML** file with definition of Variables used in the Shape toolpath programming (lbf). Variables definition includes Variable address, name, minimum and maximum range, initial value, step for variable change (if SpinBox GUI widget used). MyCNC software use this XML file to build Setup dialog to program Shape parameters, then myCNC software initializes Variables listed in XML file accordingly current Variable Values.    - **XML** file with definition of Variables used in the Shape toolpath programming (lbf). Variables definition includes Variable address, name, minimum and maximum range, initial value, step for variable change (if SpinBox GUI widget used). MyCNC software use this XML file to build Setup dialog to program Shape parameters, then myCNC software initializes Variables listed in XML file accordingly current Variable Values. 
   - **SVG** - Shape preview graphic image file in SVG format (Scalable Vector Graphic)   - **SVG** - Shape preview graphic image file in SVG format (Scalable Vector Graphic)
 +
 +All 3 files should be placed in Library folder. 
 +  * For Linux - **~/myCNC/lib**
 +  * For Windows - **C:/MyCNC64/lib**
  
 ==== Shape Example 1 ==== ==== Shape Example 1 ====
Line 50: Line 54:
   * #50, #60 - Tool diameter and Safe Height   * #50, #60 - Tool diameter and Safe Height
  
-To generate correct g-code this parameters should be listed XML configuration file. Sections Item represent each Parameter. Item attribute **number** represent Parameter address. For example first Item in XML file has number **10**, Item value is "26", then value "26" will be loaded into Parameter #10 before loading LBF file.+To generate correct g-code this parameters should be listed XML configuration file. Sections Item represent each Parameter. Item attribute **number** represent Parameter address. For example first Item in XML file has number **10**, Item value is "26", then value "26" will be loaded into Parameter #10 before loading LBF file. 
  
 <code xml 210.xml><?xml version="1.0" encoding="UTF-8"?> <code xml 210.xml><?xml version="1.0" encoding="UTF-8"?>
mycnc/mycnc_add_shape_to_library.txt · Last modified: 2017/09/12 15:00 by skirillov

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki