User Tools

Site Tools


mycnc-screen:1366_series_screen_configuration_examples

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
Next revisionBoth sides next revision
mycnc-screen:1366_series_screen_configuration_examples [2019/09/30 12:00] ivanmycnc-screen:1366_series_screen_configuration_examples [2019/10/10 09:40] ivan
Line 233: Line 233:
   * Inside the map-z-view, which is our actual window of the tab, the two buttons and the RadioDisplay element will be inserted:    * Inside the map-z-view, which is our actual window of the tab, the two buttons and the RadioDisplay element will be inserted: 
  
-<code XML><gitem where="map-z-view" position="5;5"+ 
 +<code XML><!--BUTTON FOR MAP GENERATION--> 
 +<gitem where="map-z-view" position="5;5"
  width="70" height="70"  width="70" height="70"
  image="probing/map-z-probe"   image="probing/map-z-probe" 
- action="generate-z-map+ action="zmap-generate" 
  type="button" />  type="button" />
  
 +<!--BUTTON FOR APPLYING THE GENERATED MAP TO THE ORIGINAL FILE-->
 <gitem where="map-z-view" position="75;5"  <gitem where="map-z-view" position="75;5" 
  width="70" height="70"  width="70" height="70"
  image="probing/map-z-convert" //the probing folder will be taken from the theme folder (ex: xp)   image="probing/map-z-convert" //the probing folder will be taken from the theme folder (ex: xp) 
- action="apply-z-map+ action="zmap-apply" 
  type="button" />  type="button" />
  
 +<!--SELECTION OF AREA/RECTANGLE FOR PROBING-->
 <gitem where="map-z-view" position="150;5"   <gitem where="map-z-view" position="150;5"  
  displayWidth="110" width="110" height="70"  displayAlignment="_center"  displayWidth="110" width="110" height="70"  displayAlignment="_center"
mycnc-screen/1366_series_screen_configuration_examples.txt · Last modified: 2022/03/29 15:53 by ivan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki