Commit cd11496c authored by sumpfralle's avatar sumpfralle

moved "axis step width" to a GTK expander


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@981 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent aa84b719
...@@ -5067,7 +5067,7 @@ ODE can't be used in combination with parallel processing or server mode.</prope ...@@ -5067,7 +5067,7 @@ ODE can't be used in combination with parallel processing or server mode.</prope
<child> <child>
<object class="GtkTable" id="table14"> <object class="GtkTable" id="table14">
<property name="visible">True</property> <property name="visible">True</property>
<property name="n_rows">5</property> <property name="n_rows">2</property>
<property name="n_columns">2</property> <property name="n_columns">2</property>
<property name="column_spacing">6</property> <property name="column_spacing">6</property>
<property name="row_spacing">2</property> <property name="row_spacing">2</property>
...@@ -5131,15 +5131,52 @@ Choose a small value to minimize rapid moves up and down.</property> ...@@ -5131,15 +5131,52 @@ Choose a small value to minimize rapid moves up and down.</property>
<property name="y_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property>
</packing> </packing>
</child> </child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="GCodeStartStopSpindle">
<property name="label" translatable="yes">Start / Stop Spindle (M3/M5)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkExpander" id="expander1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<child>
<object class="GtkAlignment" id="alignment29">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="left_padding">22</property>
<child>
<object class="GtkTable" id="table15">
<property name="visible">True</property>
<property name="n_rows">3</property>
<property name="n_columns">2</property>
<property name="column_spacing">3</property>
<property name="row_spacing">3</property>
<child> <child>
<object class="GtkLabel" id="GCodeMinimumStepLabel"> <object class="GtkLabel" id="GCodeMinimumStepLabel">
<property name="visible">True</property> <property name="visible">True</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="label" translatable="yes">Minimum step size x-axis:</property> <property name="label" translatable="yes">x-axis:</property>
</object> </object>
<packing> <packing>
<property name="top_attach">2</property> <property name="x_options">GTK_FILL</property>
<property name="bottom_attach">3</property>
<property name="y_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property>
</packing> </packing>
</child> </child>
...@@ -5147,13 +5184,6 @@ Choose a small value to minimize rapid moves up and down.</property> ...@@ -5147,13 +5184,6 @@ Choose a small value to minimize rapid moves up and down.</property>
<object class="GtkSpinButton" id="GCodeMinimumStep_x"> <object class="GtkSpinButton" id="GCodeMinimumStep_x">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="tooltip_text" translatable="yes">Specify the minimum step width of your machine.
PyCAM will not write GCode for moves that are smaller
(in all directions) than this step width. This can reduce
machine time slightly since no-move commands do not
need to be processed at all.
Use the default (0.0) if you want to export all GCode
moves regardless of their length.</property>
<property name="invisible_char">&#x25CF;</property> <property name="invisible_char">&#x25CF;</property>
<property name="width_chars">7</property> <property name="width_chars">7</property>
<property name="adjustment">GCodeMinimumStepValue_x</property> <property name="adjustment">GCodeMinimumStepValue_x</property>
...@@ -5162,10 +5192,8 @@ moves regardless of their length.</property> ...@@ -5162,10 +5192,8 @@ moves regardless of their length.</property>
<packing> <packing>
<property name="left_attach">1</property> <property name="left_attach">1</property>
<property name="right_attach">2</property> <property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property> <property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_EXPAND</property> <property name="y_options"></property>
</packing> </packing>
</child> </child>
<child> <child>
...@@ -5180,10 +5208,10 @@ moves regardless of their length.</property> ...@@ -5180,10 +5208,10 @@ moves regardless of their length.</property>
<packing> <packing>
<property name="left_attach">1</property> <property name="left_attach">1</property>
<property name="right_attach">2</property> <property name="right_attach">2</property>
<property name="top_attach">3</property> <property name="top_attach">1</property>
<property name="bottom_attach">4</property> <property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property> <property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_EXPAND</property> <property name="y_options"></property>
</packing> </packing>
</child> </child>
<child> <child>
...@@ -5198,55 +5226,53 @@ moves regardless of their length.</property> ...@@ -5198,55 +5226,53 @@ moves regardless of their length.</property>
<packing> <packing>
<property name="left_attach">1</property> <property name="left_attach">1</property>
<property name="right_attach">2</property> <property name="right_attach">2</property>
<property name="top_attach">4</property> <property name="top_attach">2</property>
<property name="bottom_attach">5</property> <property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property> <property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_EXPAND</property> <property name="y_options"></property>
</packing> </packing>
</child> </child>
<child> <child>
<object class="GtkLabel" id="GCodeMinimumStepLabel1"> <object class="GtkLabel" id="GCodeMinimumStepLabel2">
<property name="visible">True</property> <property name="visible">True</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="label" translatable="yes">Minimum step size y-axis:</property> <property name="label" translatable="yes">z-axis:</property>
</object> </object>
<packing> <packing>
<property name="top_attach">3</property> <property name="top_attach">2</property>
<property name="bottom_attach">4</property> <property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property>
</packing> </packing>
</child> </child>
<child> <child>
<object class="GtkLabel" id="GCodeMinimumStepLabel2"> <object class="GtkLabel" id="GCodeMinimumStepLabel1">
<property name="visible">True</property> <property name="visible">True</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="label" translatable="yes">Minimum step size z-axis:</property> <property name="label" translatable="yes">y-axis:</property>
</object> </object>
<packing> <packing>
<property name="top_attach">4</property> <property name="top_attach">1</property>
<property name="bottom_attach">5</property> <property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property>
</packing> </packing>
</child> </child>
</object> </object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child> </child>
<child> </object>
<object class="GtkCheckButton" id="GCodeStartStopSpindle"> </child>
<property name="label" translatable="yes">Start / Stop Spindle (M3/M5)</property> <child type="label">
<object class="GtkLabel" id="GCodeMinimumStepSizeExpanderLabel">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="label" translatable="yes">Minimum step width</property>
<property name="receives_default">False</property> </object>
<property name="draw_indicator">True</property> </child>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
<property name="fill">False</property> <property name="fill">False</property>
<property name="position">1</property> <property name="position">2</property>
</packing> </packing>
</child> </child>
<child> <child>
...@@ -5395,7 +5421,7 @@ moves regardless of their length.</property> ...@@ -5395,7 +5421,7 @@ moves regardless of their length.</property>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
<property name="fill">False</property> <property name="fill">False</property>
<property name="position">2</property> <property name="position">3</property>
</packing> </packing>
</child> </child>
</object> </object>
...@@ -7340,9 +7366,8 @@ Any selected group of dimensions will be scaled accordingly.</property> ...@@ -7340,9 +7366,8 @@ Any selected group of dimensions will be scaled accordingly.</property>
<child> <child>
<object class="GtkLabel" id="ProcessPoolDetails"> <object class="GtkLabel" id="ProcessPoolDetails">
<property name="visible">True</property> <property name="visible">True</property>
<property name="label" translatable="yes"></property>
<property name="use_markup">True</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="use_markup">True</property>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment