You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/gui/gmoccapy.adoc
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -299,14 +299,14 @@ All you have to take care of, is that you include for every tab or side panel th
299
299
300
300
* EMBED_TAB_NAME = Represents the name of the tab or side panel, it is up to you what name you use, but it must be present!
301
301
* EMBED_TAB_LOCATION = The place where your program will be placed in the GUI, see figure <<fig:gmoccapy_emb_tab_locations,Embedded tab locations>>. Valid values are:
302
-
** *ntb_user_tabs* (as main tab, covering the complete screen)
302
+
** *ntb_user_tabs* (as main tab, covering the complete screen *(7)*)
303
303
** *ntb_preview* (as tab on the preview side *(1)*)
304
304
** *hbox_jog* (will hide the jog buttons and introduce your glade file here *(2)*)
305
-
** *box_left* (on the left, complete high of the screen)
306
-
** *box_right* (on the right, in between the normal screen and the button list)
305
+
** *box_left* (on the left, complete high of the screen *(10)*)
306
+
** *box_right* (on the right, in between the normal screen and the button list *(11)*)
307
307
** *box_tool_and_code_info* (will hide the Tool information and G-code frames and introduce your glade file here *(3)*)
308
-
** *box_tool_info* (will hide the Tool information frame and introduce your glade file here)
309
-
** *box_code_info* (will hide the G-code information frame and introduce your glade file here)
308
+
** *box_tool_info* (will hide the Tool information frame and introduce your glade file here *(3a)*)
309
+
** *box_code_info* (will hide the G-code information frame and introduce your glade file here *(3b)*)
310
310
** *box_vel_info* (will hide the velocity frames and introduce your glade file *(4)*)
311
311
** *box_coolant_and_spindle* (will hide the coolant and spindle frames and introduce your glade file here *(5)+(6)*)
312
312
** *box_cooling* (will hide the cooling frame and introduce your glade file *(5)*)
@@ -315,7 +315,8 @@ All you have to take care of, is that you include for every tab or side panel th
315
315
** *box_custom_2* (will introduce your glade file left of cooling_frame)
316
316
** *box_custom_3* (will introduce your glade file left of spindle_frame)
317
317
** *box_custom_4* (will introduce your glade file right of spindle_frame)
318
-
** *box_dro_side* (will introduce your glade file right of the DRO)
318
+
** *box_dro_side* (will introduce your glade file right of the DRO *(8)*)
319
+
** *ntb_setup* (as tab on the setup page *(9)*)
319
320
320
321
[NOTE]
321
322
See also the included sample INI files to see the differences.
0 commit comments