|
70 | 70 | <string>custom g64</string> |
71 | 71 | </property> |
72 | 72 | <property name="checked"> |
73 | | - <bool>true</bool> |
| 73 | + <bool>false</bool> |
74 | 74 | </property> |
75 | 75 | <property name="tristate"> |
76 | 76 | <bool>false</bool> |
|
166 | 166 | <property name="text"> |
167 | 167 | <string>optimise</string> |
168 | 168 | </property> |
| 169 | + <property name="checked"> |
| 170 | + <bool>true</bool> |
| 171 | + </property> |
169 | 172 | </widget> |
170 | 173 | </item> |
171 | 174 | <item row="7" column="0"> |
|
184 | 187 | <item row="5" column="1"> |
185 | 188 | <widget class="QDoubleSpinBox" name="g64DoubleSpinBox"> |
186 | 189 | <property name="enabled"> |
187 | | - <bool>true</bool> |
| 190 | + <bool>false</bool> |
188 | 191 | </property> |
189 | 192 | <property name="toolTip"> |
190 | 193 | <string><html><head/><body><p>Set a custom g64 value (maximum deviation from toolpath), overrides internal calculation</p></body></html></string> |
|
706 | 709 | <x>10</x> |
707 | 710 | <y>10</y> |
708 | 711 | <width>311</width> |
709 | | - <height>331</height> |
| 712 | + <height>321</height> |
710 | 713 | </rect> |
711 | 714 | </property> |
712 | 715 | <layout class="QGridLayout" name="outlineGridLayout"> |
|
716 | 719 | <property name="verticalSpacing"> |
717 | 720 | <number>6</number> |
718 | 721 | </property> |
719 | | - <item row="8" column="0"> |
| 722 | + <item row="9" column="0"> |
720 | 723 | <widget class="QCheckBox" name="cutfrontCheckBox"> |
721 | 724 | <property name="toolTip"> |
722 | 725 | <string><html><head/><body><p>Cut from the front side. Default is from the back side</p></body></html></string> |
|
732 | 735 | <item row="6" column="1"> |
733 | 736 | <widget class="QDoubleSpinBox" name="bridgesDoubleSpinBox"> |
734 | 737 | <property name="toolTip"> |
735 | | - <string><html><head/><body><p>Add four bridges with the given width to the outline cut</p></body></html></string> |
| 738 | + <string><html><head/><body><p>Add bridges with the given width to the outline cut. --bridgesnum bridges will be created for each outline closed line. This option requires --optimise</p></body></html></string> |
736 | 739 | </property> |
737 | 740 | <property name="suffix"> |
738 | 741 | <string> mm</string> |
|
747 | 750 | <double>0.050000000000000</double> |
748 | 751 | </property> |
749 | 752 | <property name="value"> |
750 | | - <double>1.000000000000000</double> |
| 753 | + <double>0.500000000000000</double> |
751 | 754 | </property> |
752 | 755 | </widget> |
753 | 756 | </item> |
|
853 | 856 | <item row="6" column="0"> |
854 | 857 | <widget class="QLabel" name="bridgesLabel"> |
855 | 858 | <property name="toolTip"> |
856 | | - <string><html><head/><body><p>Add four bridges with the given width to the outline cut</p></body></html></string> |
| 859 | + <string><html><head/><body><p>Add bridges with the given width to the outline cut. --bridgesnum bridges will be created for each outline closed line. This option requires --optimise</p></body></html></string> |
857 | 860 | </property> |
858 | 861 | <property name="text"> |
859 | 862 | <string>bridges</string> |
|
947 | 950 | </property> |
948 | 951 | </widget> |
949 | 952 | </item> |
950 | | - <item row="9" column="0"> |
| 953 | + <item row="10" column="0"> |
951 | 954 | <widget class="QCheckBox" name="filloutlineCheckBox"> |
952 | 955 | <property name="toolTip"> |
953 | 956 | <string><html><head/><body><p>If fill-outline is given, it is assumed that the outline file contains not a polygon but a closed chain of lines. The board will be cut along the centres of these lines</p></body></html></string> |
|
998 | 1001 | </property> |
999 | 1002 | </widget> |
1000 | 1003 | </item> |
| 1004 | + <item row="8" column="0"> |
| 1005 | + <widget class="QLabel" name="bridgesnumLabel"> |
| 1006 | + <property name="toolTip"> |
| 1007 | + <string><html><head/><body><p>Sets the numer of bridges to be created (--bridgesnum bridges for each closed line)</p></body></html></string> |
| 1008 | + </property> |
| 1009 | + <property name="text"> |
| 1010 | + <string>bridgesnum</string> |
| 1011 | + </property> |
| 1012 | + </widget> |
| 1013 | + </item> |
| 1014 | + <item row="8" column="1"> |
| 1015 | + <widget class="QSpinBox" name="bridgesnumSpinBox"> |
| 1016 | + <property name="toolTip"> |
| 1017 | + <string><html><head/><body><p>Sets the numer of bridges to be created (--bridgesnum bridges for each closed line)</p></body></html></string> |
| 1018 | + </property> |
| 1019 | + <property name="minimum"> |
| 1020 | + <number>1</number> |
| 1021 | + </property> |
| 1022 | + <property name="maximum"> |
| 1023 | + <number>100</number> |
| 1024 | + </property> |
| 1025 | + <property name="value"> |
| 1026 | + <number>2</number> |
| 1027 | + </property> |
| 1028 | + </widget> |
| 1029 | + </item> |
1001 | 1030 | </layout> |
1002 | 1031 | </widget> |
1003 | 1032 | </widget> |
|
0 commit comments