|
|
@@ -16,6 +16,16 @@
|
|
|
<property name="can_focus">False</property>
|
|
|
<property name="stock">gtk-open</property>
|
|
|
</object>
|
|
|
+ <object class="GtkImage" id="image4">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="stock">gtk-save</property>
|
|
|
+ </object>
|
|
|
+ <object class="GtkImage" id="image5">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="stock">gtk-jump-to</property>
|
|
|
+ </object>
|
|
|
<object class="GtkOffscreenWindow" id="offscrwindow_cncjob">
|
|
|
<property name="can_focus">False</property>
|
|
|
<child>
|
|
|
@@ -2036,6 +2046,23 @@
|
|
|
<property name="can_focus">False</property>
|
|
|
</object>
|
|
|
</child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkImageMenuItem" id="menuitem5">
|
|
|
+ <property name="label" translatable="yes">Save defaults</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="tooltip_text" translatable="yes">Saves the application's default options to file.</property>
|
|
|
+ <property name="image">image4</property>
|
|
|
+ <property name="use_stock">False</property>
|
|
|
+ <signal name="activate" handler="on_file_savedefaults" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkSeparatorMenuItem" id="separatormenuitem2">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ </object>
|
|
|
+ </child>
|
|
|
<child>
|
|
|
<object class="GtkImageMenuItem" id="imagemenuitem5">
|
|
|
<property name="label">gtk-quit</property>
|
|
|
@@ -2077,8 +2104,95 @@
|
|
|
<object class="GtkMenuItem" id="menuitem3">
|
|
|
<property name="visible">True</property>
|
|
|
<property name="can_focus">False</property>
|
|
|
- <property name="label" translatable="yes">_Tools</property>
|
|
|
+ <property name="label" translatable="yes">_Options</property>
|
|
|
<property name="use_underline">True</property>
|
|
|
+ <child type="submenu">
|
|
|
+ <object class="GtkMenu" id="menu4">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <child>
|
|
|
+ <object class="GtkImageMenuItem" id="menuitem6">
|
|
|
+ <property name="label" translatable="yes">Transfer options</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="image">image5</property>
|
|
|
+ <property name="use_stock">False</property>
|
|
|
+ <child type="submenu">
|
|
|
+ <object class="GtkMenu" id="menu5">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <child>
|
|
|
+ <object class="GtkMenuItem" id="menuitem7">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="tooltip_text" translatable="yes">Make the application's default options
|
|
|
+equal to the current project's default options.</property>
|
|
|
+ <property name="label" translatable="yes">Project => App</property>
|
|
|
+ <property name="use_underline">True</property>
|
|
|
+ <signal name="activate" handler="on_options_project2app" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkMenuItem" id="menuitem8">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="tooltip_text" translatable="yes">Make the project's options equal to the
|
|
|
+application's default options.</property>
|
|
|
+ <property name="label" translatable="yes">App => Project</property>
|
|
|
+ <property name="use_underline">True</property>
|
|
|
+ <signal name="activate" handler="on_options_app2project" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkMenuItem" id="menuitem9">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="tooltip_text" translatable="yes">Make the current object's
|
|
|
+options be project defaults.</property>
|
|
|
+ <property name="label" translatable="yes">Object => Project</property>
|
|
|
+ <property name="use_underline">True</property>
|
|
|
+ <signal name="activate" handler="on_options_object2project" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkMenuItem" id="menuitem10">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="tooltip_text" translatable="yes">Make the current object's
|
|
|
+options be application defaults.</property>
|
|
|
+ <property name="label" translatable="yes">Object => App</property>
|
|
|
+ <property name="use_underline">True</property>
|
|
|
+ <signal name="activate" handler="on_options_object2app" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkMenuItem" id="menuitem12">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="tooltip_text" translatable="yes">Set the current object's options
|
|
|
+to project defaults.</property>
|
|
|
+ <property name="label" translatable="yes">Project => Object</property>
|
|
|
+ <property name="use_underline">True</property>
|
|
|
+ <signal name="activate" handler="on_options_project2object" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkMenuItem" id="menuitem13">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="tooltip_text" translatable="yes">Set the current object's options
|
|
|
+to application defaults.</property>
|
|
|
+ <property name="label" translatable="yes">App => Object</property>
|
|
|
+ <property name="use_underline">True</property>
|
|
|
+ <signal name="activate" handler="on_options_app2object" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ </child>
|
|
|
+ </object>
|
|
|
+ </child>
|
|
|
+ </object>
|
|
|
+ </child>
|
|
|
+ </object>
|
|
|
+ </child>
|
|
|
</object>
|
|
|
</child>
|
|
|
<child>
|
|
|
@@ -2274,108 +2388,1259 @@
|
|
|
</child>
|
|
|
<child>
|
|
|
<object class="GtkBox" id="box_options">
|
|
|
+ <property name="height_request">400</property>
|
|
|
<property name="visible">True</property>
|
|
|
<property name="can_focus">False</property>
|
|
|
<property name="hexpand">True</property>
|
|
|
<property name="vexpand">True</property>
|
|
|
<property name="orientation">vertical</property>
|
|
|
<child>
|
|
|
- <object class="GtkBox" id="box12">
|
|
|
+ <object class="GtkScrolledWindow" id="scrolledwindow1">
|
|
|
<property name="visible">True</property>
|
|
|
- <property name="can_focus">False</property>
|
|
|
- <property name="orientation">vertical</property>
|
|
|
- <child>
|
|
|
- <object class="GtkLabel" id="label44">
|
|
|
- <property name="visible">True</property>
|
|
|
- <property name="can_focus">False</property>
|
|
|
- <property name="margin_top">5</property>
|
|
|
- <property name="ypad">3</property>
|
|
|
- <property name="label" translatable="yes">PROJECT</property>
|
|
|
- <attributes>
|
|
|
- <attribute name="weight" value="semibold"/>
|
|
|
- </attributes>
|
|
|
- </object>
|
|
|
- <packing>
|
|
|
- <property name="expand">False</property>
|
|
|
- <property name="fill">True</property>
|
|
|
- <property name="position">0</property>
|
|
|
- </packing>
|
|
|
- </child>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="vexpand">True</property>
|
|
|
+ <property name="hscrollbar_policy">never</property>
|
|
|
+ <property name="shadow_type">in</property>
|
|
|
<child>
|
|
|
- <object class="GtkGrid" id="grid7">
|
|
|
+ <object class="GtkViewport" id="vp_options">
|
|
|
<property name="visible">True</property>
|
|
|
<property name="can_focus">False</property>
|
|
|
<child>
|
|
|
- <placeholder/>
|
|
|
- </child>
|
|
|
- <child>
|
|
|
- <placeholder/>
|
|
|
- </child>
|
|
|
- <child>
|
|
|
- <placeholder/>
|
|
|
- </child>
|
|
|
- <child>
|
|
|
- <placeholder/>
|
|
|
- </child>
|
|
|
- <child>
|
|
|
- <placeholder/>
|
|
|
+ <object class="GtkBox" id="box12">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="margin_left">5</property>
|
|
|
+ <property name="margin_right">5</property>
|
|
|
+ <property name="margin_bottom">5</property>
|
|
|
+ <property name="vexpand">True</property>
|
|
|
+ <property name="orientation">vertical</property>
|
|
|
+ <child>
|
|
|
+ <object class="GtkComboBoxText" id="combo_options">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="margin_left">10</property>
|
|
|
+ <property name="margin_right">10</property>
|
|
|
+ <property name="margin_top">5</property>
|
|
|
+ <property name="margin_bottom">10</property>
|
|
|
+ <property name="entry_text_column">0</property>
|
|
|
+ <property name="id_column">1</property>
|
|
|
+ <items>
|
|
|
+ <item translatable="yes">PROJECT OPTIONS</item>
|
|
|
+ <item translatable="yes">APPLICATION DEFAULTS</item>
|
|
|
+ </items>
|
|
|
+ <signal name="changed" handler="on_options_combo_change" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">0</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <placeholder/>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <placeholder/>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkBox" id="box18">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="spacing">5</property>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label54">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="xalign">1</property>
|
|
|
+ <property name="label" translatable="yes">Units:</property>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">0</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkBox" id="box19">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="spacing">8</property>
|
|
|
+ <child>
|
|
|
+ <object class="GtkRadioButton" id="rb_inch">
|
|
|
+ <property name="label" translatable="yes">inch</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="receives_default">False</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="active">True</property>
|
|
|
+ <property name="draw_indicator">True</property>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">0</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkRadioButton" id="rb_mm">
|
|
|
+ <property name="label" translatable="yes">mm</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="receives_default">False</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="draw_indicator">True</property>
|
|
|
+ <property name="group">rb_inch</property>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">3</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label55">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="ypad">3</property>
|
|
|
+ <property name="label" translatable="yes">Gerber Object</property>
|
|
|
+ <attributes>
|
|
|
+ <attribute name="weight" value="semibold"/>
|
|
|
+ </attributes>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">4</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label56">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="margin_top">5</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="ypad">3</property>
|
|
|
+ <property name="label" translatable="yes">Plot Options:</property>
|
|
|
+ <attributes>
|
|
|
+ <attribute name="weight" value="semibold"/>
|
|
|
+ </attributes>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">5</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkCheckButton" id="cb_app_gerber_plot">
|
|
|
+ <property name="label" translatable="yes">Plot</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="receives_default">False</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="active">True</property>
|
|
|
+ <property name="draw_indicator">True</property>
|
|
|
+ <signal name="toggled" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">6</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkCheckButton" id="cb_app_gerber_mergepolys">
|
|
|
+ <property name="label" translatable="yes">Merge Polygons</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="receives_default">False</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="active">True</property>
|
|
|
+ <property name="draw_indicator">True</property>
|
|
|
+ <signal name="toggled" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">7</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkCheckButton" id="cb_app_gerber_solid">
|
|
|
+ <property name="label" translatable="yes">Solid</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="receives_default">False</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="draw_indicator">True</property>
|
|
|
+ <signal name="toggled" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">8</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkCheckButton" id="cb_app_gerber_multicolored">
|
|
|
+ <property name="label" translatable="yes">Multi-colored</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="receives_default">False</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="draw_indicator">True</property>
|
|
|
+ <signal name="toggled" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">9</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label57">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="margin_top">5</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="ypad">3</property>
|
|
|
+ <property name="label" translatable="yes">Isolation Routing:</property>
|
|
|
+ <attributes>
|
|
|
+ <attribute name="weight" value="semibold"/>
|
|
|
+ </attributes>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">10</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkGrid" id="grid8">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="row_spacing">3</property>
|
|
|
+ <property name="column_spacing">2</property>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label58">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="xalign">1</property>
|
|
|
+ <property name="xpad">3</property>
|
|
|
+ <property name="label" translatable="yes">Tool diam:</property>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">0</property>
|
|
|
+ <property name="top_attach">0</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkEntry" id="entry_eval_app_gerber_isotooldia">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="margin_top">2</property>
|
|
|
+ <property name="margin_bottom">2</property>
|
|
|
+ <property name="invisible_char">●</property>
|
|
|
+ <property name="width_chars">16</property>
|
|
|
+ <property name="invisible_char_set">True</property>
|
|
|
+ <signal name="changed" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">1</property>
|
|
|
+ <property name="top_attach">0</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">11</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label59">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="margin_top">5</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="ypad">3</property>
|
|
|
+ <property name="label" translatable="yes">Board cutout:</property>
|
|
|
+ <attributes>
|
|
|
+ <attribute name="weight" value="semibold"/>
|
|
|
+ </attributes>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">12</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkGrid" id="grid9">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="row_spacing">3</property>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label60">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="xalign">1</property>
|
|
|
+ <property name="label" translatable="yes">Margin: </property>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">0</property>
|
|
|
+ <property name="top_attach">0</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkEntry" id="entry_eval_app_gerber_cutoutmargin">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="invisible_char">●</property>
|
|
|
+ <property name="width_chars">12</property>
|
|
|
+ <property name="invisible_char_set">True</property>
|
|
|
+ <signal name="changed" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">1</property>
|
|
|
+ <property name="top_attach">0</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkEntry" id="entry_eval_app_gerber_cutoutgapsize">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="invisible_char">●</property>
|
|
|
+ <property name="width_chars">12</property>
|
|
|
+ <property name="invisible_char_set">True</property>
|
|
|
+ <signal name="changed" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">1</property>
|
|
|
+ <property name="top_attach">1</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label61">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="xalign">1</property>
|
|
|
+ <property name="label" translatable="yes">Gap size: </property>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">0</property>
|
|
|
+ <property name="top_attach">1</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label62">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="xalign">1</property>
|
|
|
+ <property name="label" translatable="yes">Gaps: </property>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">0</property>
|
|
|
+ <property name="top_attach">2</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkBox" id="box20">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <child>
|
|
|
+ <object class="GtkRadioButton" id="rb_app_2tb">
|
|
|
+ <property name="label" translatable="yes">2 (T/B)</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="receives_default">False</property>
|
|
|
+ <property name="margin_right">8</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="draw_indicator">True</property>
|
|
|
+ <signal name="toggled" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">0</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkRadioButton" id="rb_app_2lr">
|
|
|
+ <property name="label" translatable="yes">2 (L/R)</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="receives_default">False</property>
|
|
|
+ <property name="margin_right">8</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="active">True</property>
|
|
|
+ <property name="draw_indicator">True</property>
|
|
|
+ <property name="group">rb_app_2tb</property>
|
|
|
+ <signal name="toggled" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkRadioButton" id="rb_app_4">
|
|
|
+ <property name="label" translatable="yes">4</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="receives_default">False</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="draw_indicator">True</property>
|
|
|
+ <property name="group">rb_app_2tb</property>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">2</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">1</property>
|
|
|
+ <property name="top_attach">2</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">13</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label63">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="margin_top">5</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="ypad">3</property>
|
|
|
+ <property name="label" translatable="yes">Non-copper regions:</property>
|
|
|
+ <attributes>
|
|
|
+ <attribute name="weight" value="semibold"/>
|
|
|
+ </attributes>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">14</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkBox" id="box21">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="margin_top">4</property>
|
|
|
+ <property name="margin_bottom">4</property>
|
|
|
+ <property name="spacing">1</property>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label64">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="xalign">1</property>
|
|
|
+ <property name="label" translatable="yes">Boundary margin: </property>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">0</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkEntry" id="entry_eval_app_gerber_noncoppermargin">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="invisible_char">●</property>
|
|
|
+ <property name="width_chars">14</property>
|
|
|
+ <property name="invisible_char_set">True</property>
|
|
|
+ <signal name="changed" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">15</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label65">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="margin_top">5</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="ypad">3</property>
|
|
|
+ <property name="label" translatable="yes">Bounding box:</property>
|
|
|
+ <attributes>
|
|
|
+ <attribute name="weight" value="semibold"/>
|
|
|
+ </attributes>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">16</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkBox" id="box22">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="margin_top">4</property>
|
|
|
+ <property name="margin_bottom">4</property>
|
|
|
+ <property name="spacing">1</property>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label66">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="xalign">1</property>
|
|
|
+ <property name="label" translatable="yes">Boundary margin: </property>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">0</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkEntry" id="entry_eval_app_gerber_bboxmargin">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="invisible_char">●</property>
|
|
|
+ <property name="width_chars">14</property>
|
|
|
+ <property name="invisible_char_set">True</property>
|
|
|
+ <signal name="changed" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">17</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkCheckButton" id="cb_app_gerber_bboxrounded">
|
|
|
+ <property name="label" translatable="yes">Rounded corners</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="receives_default">False</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="draw_indicator">True</property>
|
|
|
+ <signal name="toggled" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">18</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label67">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="ypad">3</property>
|
|
|
+ <property name="label" translatable="yes">Excellon Object</property>
|
|
|
+ <attributes>
|
|
|
+ <attribute name="weight" value="semibold"/>
|
|
|
+ </attributes>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">19</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label68">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="ypad">3</property>
|
|
|
+ <property name="label" translatable="yes">Plot Options:</property>
|
|
|
+ <attributes>
|
|
|
+ <attribute name="weight" value="semibold"/>
|
|
|
+ </attributes>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">20</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkCheckButton" id="cb_app_excellon_plot">
|
|
|
+ <property name="label" translatable="yes">Plot</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="receives_default">False</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="active">True</property>
|
|
|
+ <property name="draw_indicator">True</property>
|
|
|
+ <signal name="toggled" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">21</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkCheckButton" id="cb_app_excellon_solid">
|
|
|
+ <property name="label" translatable="yes">Solid</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="receives_default">False</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="draw_indicator">True</property>
|
|
|
+ <signal name="toggled" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">22</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkCheckButton" id="cb_app_excellon_multicolored">
|
|
|
+ <property name="label" translatable="yes">Multi-colored</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="receives_default">False</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="draw_indicator">True</property>
|
|
|
+ <signal name="toggled" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">23</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label69">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="margin_top">5</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="ypad">3</property>
|
|
|
+ <property name="label" translatable="yes">Create CNC Job:</property>
|
|
|
+ <attributes>
|
|
|
+ <attribute name="weight" value="semibold"/>
|
|
|
+ </attributes>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">24</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkGrid" id="grid10">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="row_spacing">2</property>
|
|
|
+ <property name="column_spacing">4</property>
|
|
|
+ <child>
|
|
|
+ <object class="GtkEntry" id="entry_eval_app_excellon_drillz">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="invisible_char">●</property>
|
|
|
+ <property name="invisible_char_set">True</property>
|
|
|
+ <signal name="changed" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">1</property>
|
|
|
+ <property name="top_attach">0</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkEntry" id="entry_eval_app_excellon_travelz">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="invisible_char">●</property>
|
|
|
+ <property name="invisible_char_set">True</property>
|
|
|
+ <signal name="changed" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">1</property>
|
|
|
+ <property name="top_attach">1</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkEntry" id="entry_eval_app_excellon_feedrate">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="invisible_char">●</property>
|
|
|
+ <property name="invisible_char_set">True</property>
|
|
|
+ <signal name="changed" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">1</property>
|
|
|
+ <property name="top_attach">2</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label70">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="xalign">1</property>
|
|
|
+ <property name="label" translatable="yes">Drill Z:</property>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">0</property>
|
|
|
+ <property name="top_attach">0</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label71">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="xalign">1</property>
|
|
|
+ <property name="label" translatable="yes">Travel Z:</property>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">0</property>
|
|
|
+ <property name="top_attach">1</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label72">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="xalign">1</property>
|
|
|
+ <property name="label" translatable="yes">Feed rate:</property>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">0</property>
|
|
|
+ <property name="top_attach">2</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">25</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label74">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="ypad">3</property>
|
|
|
+ <property name="label" translatable="yes">Geometry Object</property>
|
|
|
+ <attributes>
|
|
|
+ <attribute name="weight" value="semibold"/>
|
|
|
+ </attributes>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">26</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label73">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="ypad">3</property>
|
|
|
+ <property name="label" translatable="yes">Plot Options:</property>
|
|
|
+ <attributes>
|
|
|
+ <attribute name="weight" value="semibold"/>
|
|
|
+ </attributes>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">27</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkCheckButton" id="cb_app_geometry_plot">
|
|
|
+ <property name="label" translatable="yes">Plot</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="receives_default">False</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="active">True</property>
|
|
|
+ <property name="draw_indicator">True</property>
|
|
|
+ <signal name="toggled" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">28</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkCheckButton" id="cb_app_geometry_solid">
|
|
|
+ <property name="label" translatable="yes">Solid</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="receives_default">False</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="draw_indicator">True</property>
|
|
|
+ <signal name="toggled" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">29</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkCheckButton" id="cb_app_geometry_multicolored">
|
|
|
+ <property name="label" translatable="yes">Multi-colored</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="receives_default">False</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="draw_indicator">True</property>
|
|
|
+ <signal name="toggled" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">30</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label75">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="margin_top">5</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="ypad">3</property>
|
|
|
+ <property name="label" translatable="yes">Create CNC Job:</property>
|
|
|
+ <attributes>
|
|
|
+ <attribute name="weight" value="semibold"/>
|
|
|
+ </attributes>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">31</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkGrid" id="grid11">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="row_spacing">2</property>
|
|
|
+ <property name="column_spacing">4</property>
|
|
|
+ <child>
|
|
|
+ <object class="GtkEntry" id="entry_eval_app_geometry_cutz">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="invisible_char">●</property>
|
|
|
+ <property name="invisible_char_set">True</property>
|
|
|
+ <signal name="changed" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">1</property>
|
|
|
+ <property name="top_attach">0</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkEntry" id="entry_eval_app_geometry_travelz">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="invisible_char">●</property>
|
|
|
+ <property name="invisible_char_set">True</property>
|
|
|
+ <signal name="changed" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">1</property>
|
|
|
+ <property name="top_attach">1</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkEntry" id="entry_eval_app_geometry_feedrate">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="invisible_char">●</property>
|
|
|
+ <property name="invisible_char_set">True</property>
|
|
|
+ <signal name="changed" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">1</property>
|
|
|
+ <property name="top_attach">2</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label76">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="xalign">1</property>
|
|
|
+ <property name="label" translatable="yes">Cut Z:</property>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">0</property>
|
|
|
+ <property name="top_attach">0</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label77">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="xalign">1</property>
|
|
|
+ <property name="label" translatable="yes">Travel Z:</property>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">0</property>
|
|
|
+ <property name="top_attach">1</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label78">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="xalign">1</property>
|
|
|
+ <property name="label" translatable="yes">Feed rate:</property>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">0</property>
|
|
|
+ <property name="top_attach">2</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label79">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="xalign">1</property>
|
|
|
+ <property name="label" translatable="yes">Tool diam:</property>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">0</property>
|
|
|
+ <property name="top_attach">3</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkEntry" id="entry_eval_app_geometry_cnctooldia">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="invisible_char">●</property>
|
|
|
+ <property name="invisible_char_set">True</property>
|
|
|
+ <signal name="changed" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">1</property>
|
|
|
+ <property name="top_attach">3</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">32</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label80">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="margin_top">5</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="ypad">3</property>
|
|
|
+ <property name="label" translatable="yes">Paint Area:</property>
|
|
|
+ <attributes>
|
|
|
+ <attribute name="weight" value="semibold"/>
|
|
|
+ </attributes>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">33</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkGrid" id="grid12">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="row_spacing">2</property>
|
|
|
+ <property name="column_spacing">5</property>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label81">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="xalign">1</property>
|
|
|
+ <property name="label" translatable="yes">Tool diam:</property>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">0</property>
|
|
|
+ <property name="top_attach">0</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkEntry" id="entry_eval_app_geometry_painttooldia">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="invisible_char">●</property>
|
|
|
+ <property name="invisible_char_set">True</property>
|
|
|
+ <signal name="changed" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">1</property>
|
|
|
+ <property name="top_attach">0</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label82">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="xalign">1</property>
|
|
|
+ <property name="label" translatable="yes">Overlap:</property>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">0</property>
|
|
|
+ <property name="top_attach">1</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkEntry" id="entry_eval_app_geometry_paintoverlap">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="invisible_char">●</property>
|
|
|
+ <property name="invisible_char_set">True</property>
|
|
|
+ <signal name="changed" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">1</property>
|
|
|
+ <property name="top_attach">1</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label83">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="xalign">1</property>
|
|
|
+ <property name="label" translatable="yes">Margin:</property>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">0</property>
|
|
|
+ <property name="top_attach">2</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkEntry" id="entry_eval_app_geometry_paintmargin">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="invisible_char">●</property>
|
|
|
+ <property name="invisible_char_set">True</property>
|
|
|
+ <signal name="changed" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="left_attach">1</property>
|
|
|
+ <property name="top_attach">2</property>
|
|
|
+ <property name="width">1</property>
|
|
|
+ <property name="height">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">34</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label43">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="ypad">3</property>
|
|
|
+ <property name="label" translatable="yes">CNC Job Object</property>
|
|
|
+ <attributes>
|
|
|
+ <attribute name="weight" value="semibold"/>
|
|
|
+ </attributes>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">35</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkCheckButton" id="cb_app_cncjob_plot">
|
|
|
+ <property name="label" translatable="yes">Plot</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="receives_default">False</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="active">True</property>
|
|
|
+ <property name="draw_indicator">True</property>
|
|
|
+ <signal name="toggled" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">36</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkCheckButton" id="cb_app_cncjob_solid">
|
|
|
+ <property name="label" translatable="yes">Solid</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="receives_default">False</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="draw_indicator">True</property>
|
|
|
+ <signal name="toggled" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">37</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkCheckButton" id="cb_app_cncjob_multicolored">
|
|
|
+ <property name="label" translatable="yes">Multi-colored</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="receives_default">False</property>
|
|
|
+ <property name="xalign">0</property>
|
|
|
+ <property name="draw_indicator">True</property>
|
|
|
+ <signal name="toggled" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">38</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkBox" id="box17">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="margin_top">3</property>
|
|
|
+ <property name="margin_bottom">3</property>
|
|
|
+ <property name="spacing">3</property>
|
|
|
+ <child>
|
|
|
+ <object class="GtkLabel" id="label44">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <property name="xalign">1</property>
|
|
|
+ <property name="label" translatable="yes">Tool diam:</property>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">0</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkEntry" id="entry_eval_app_cncjob_tooldia">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="invisible_char">●</property>
|
|
|
+ <property name="invisible_char_set">True</property>
|
|
|
+ <signal name="changed" handler="on_options_update" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">39</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <placeholder/>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <placeholder/>
|
|
|
+ </child>
|
|
|
+ </object>
|
|
|
</child>
|
|
|
- <child>
|
|
|
- <placeholder/>
|
|
|
- </child>
|
|
|
- <child>
|
|
|
- <placeholder/>
|
|
|
- </child>
|
|
|
- <child>
|
|
|
- <placeholder/>
|
|
|
- </child>
|
|
|
- <child>
|
|
|
- <placeholder/>
|
|
|
- </child>
|
|
|
- </object>
|
|
|
- <packing>
|
|
|
- <property name="expand">False</property>
|
|
|
- <property name="fill">True</property>
|
|
|
- <property name="position">1</property>
|
|
|
- </packing>
|
|
|
- </child>
|
|
|
- <child>
|
|
|
- <object class="GtkLabel" id="label43">
|
|
|
- <property name="visible">True</property>
|
|
|
- <property name="can_focus">False</property>
|
|
|
- <property name="margin_top">5</property>
|
|
|
- <property name="ypad">3</property>
|
|
|
- <property name="label" translatable="yes">APLICATION</property>
|
|
|
- <attributes>
|
|
|
- <attribute name="weight" value="semibold"/>
|
|
|
- </attributes>
|
|
|
</object>
|
|
|
- <packing>
|
|
|
- <property name="expand">False</property>
|
|
|
- <property name="fill">True</property>
|
|
|
- <property name="position">2</property>
|
|
|
- </packing>
|
|
|
- </child>
|
|
|
- <child>
|
|
|
- <placeholder/>
|
|
|
- </child>
|
|
|
- <child>
|
|
|
- <placeholder/>
|
|
|
- </child>
|
|
|
- <child>
|
|
|
- <placeholder/>
|
|
|
- </child>
|
|
|
- <child>
|
|
|
- <placeholder/>
|
|
|
- </child>
|
|
|
- <child>
|
|
|
- <placeholder/>
|
|
|
- </child>
|
|
|
- <child>
|
|
|
- <placeholder/>
|
|
|
- </child>
|
|
|
- <child>
|
|
|
- <placeholder/>
|
|
|
</child>
|
|
|
</object>
|
|
|
<packing>
|