|
360 | 360 | </property> |
361 | 361 | </widget> |
362 | 362 | </item> |
| 363 | + <item row="12" column="1"> |
| 364 | + <layout class="QHBoxLayout" name="tileHorizontalLayout"> |
| 365 | + <item> |
| 366 | + <widget class="QLabel" name="tilexLabel"> |
| 367 | + <property name="toolTip"> |
| 368 | + <string><html><head/><body><p>number of tiling columns</p></body></html></string> |
| 369 | + </property> |
| 370 | + <property name="text"> |
| 371 | + <string>x</string> |
| 372 | + </property> |
| 373 | + <property name="alignment"> |
| 374 | + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| 375 | + </property> |
| 376 | + </widget> |
| 377 | + </item> |
| 378 | + <item> |
| 379 | + <widget class="QSpinBox" name="tilexSpinBox"> |
| 380 | + <property name="toolTip"> |
| 381 | + <string><html><head/><body><p>number of tiling columns</p></body></html></string> |
| 382 | + </property> |
| 383 | + <property name="minimum"> |
| 384 | + <number>1</number> |
| 385 | + </property> |
| 386 | + </widget> |
| 387 | + </item> |
| 388 | + <item> |
| 389 | + <widget class="QLabel" name="tileyLabel"> |
| 390 | + <property name="toolTip"> |
| 391 | + <string><html><head/><body><p>number of tiling rows</p></body></html></string> |
| 392 | + </property> |
| 393 | + <property name="text"> |
| 394 | + <string>y</string> |
| 395 | + </property> |
| 396 | + <property name="alignment"> |
| 397 | + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| 398 | + </property> |
| 399 | + </widget> |
| 400 | + </item> |
| 401 | + <item> |
| 402 | + <widget class="QSpinBox" name="tileySpinBox"> |
| 403 | + <property name="toolTip"> |
| 404 | + <string><html><head/><body><p>number of tiling rows</p></body></html></string> |
| 405 | + </property> |
| 406 | + <property name="minimum"> |
| 407 | + <number>1</number> |
| 408 | + </property> |
| 409 | + </widget> |
| 410 | + </item> |
| 411 | + </layout> |
| 412 | + </item> |
| 413 | + <item row="12" column="0"> |
| 414 | + <widget class="QLabel" name="tileLabel"> |
| 415 | + <property name="toolTip"> |
| 416 | + <string><html><head/><body><p>number of tiling rows/columns</p></body></html></string> |
| 417 | + </property> |
| 418 | + <property name="text"> |
| 419 | + <string>tile</string> |
| 420 | + </property> |
| 421 | + </widget> |
| 422 | + </item> |
363 | 423 | </layout> |
364 | 424 | </widget> |
365 | 425 | </widget> |
|
551 | 611 | <property name="verticalSpacing"> |
552 | 612 | <number>6</number> |
553 | 613 | </property> |
554 | | - <item row="0" column="0"> |
555 | | - <widget class="QLabel" name="zdrillLabel"> |
| 614 | + <item row="6" column="0"> |
| 615 | + <widget class="QCheckBox" name="nog81CheckBox"> |
556 | 616 | <property name="toolTip"> |
557 | | - <string><html><head/><body><p>Z value down to which will be drilled</p></body></html></string> |
| 617 | + <string><html><head/><body><p>replace G81 with G0+G1. This option makes the gcode compatible with low-end cnc controllers (like grbl), but also makes it bigger and less clean</p></body></html></string> |
558 | 618 | </property> |
559 | 619 | <property name="text"> |
560 | | - <string>zdrill</string> |
| 620 | + <string>nog81</string> |
561 | 621 | </property> |
562 | 622 | </widget> |
563 | 623 | </item> |
564 | | - <item row="4" column="0"> |
565 | | - <widget class="QCheckBox" name="drillfrontCheckBox"> |
| 624 | + <item row="0" column="0"> |
| 625 | + <widget class="QLabel" name="zdrillLabel"> |
566 | 626 | <property name="toolTip"> |
567 | | - <string><html><head/><body><p>Use the coordinates of the front side for drilling instead of the coordinates of the back side</p></body></html></string> |
| 627 | + <string><html><head/><body><p>Z value down to which will be drilled</p></body></html></string> |
568 | 628 | </property> |
569 | 629 | <property name="text"> |
570 | | - <string>drill-front</string> |
571 | | - </property> |
572 | | - <property name="checked"> |
573 | | - <bool>true</bool> |
| 630 | + <string>zdrill</string> |
574 | 631 | </property> |
575 | 632 | </widget> |
576 | 633 | </item> |
577 | | - <item row="3" column="0"> |
| 634 | + <item row="4" column="0"> |
578 | 635 | <widget class="QCheckBox" name="milldrillCheckBox"> |
579 | 636 | <property name="toolTip"> |
580 | 637 | <string><html><head/><body><p>If milldrill is given, the milling head will be used to drill the holes in the PCB. Holes up to the size of the milling head will be drilled regularly (possibly creating a bigger hole than intended), the other holes are created by moving the head in circles using the feed and infeed parameters used in cutting</p><p>Remember that you have to set also &quot;outline&quot; parameters if you set this option</p></body></html></string> |
|
686 | 743 | </property> |
687 | 744 | </widget> |
688 | 745 | </item> |
689 | | - <item row="6" column="0"> |
690 | | - <widget class="QCheckBox" name="nog81CheckBox"> |
| 746 | + <item row="3" column="1"> |
| 747 | + <widget class="QComboBox" name="drillsideComboBox"> |
691 | 748 | <property name="toolTip"> |
692 | | - <string><html><head/><body><p>replace G81 with G0+G1. This option makes the gcode compatible with low-end cnc controllers (like grbl), but also makes it bigger and less clean</p></body></html></string> |
| 749 | + <string><html><head/><body><p>choose the drill side. Valid choices are front, back or auto (default). In auto mode the drill side is automatically chosen (always front unless only the back side is specified)</p></body></html></string> |
| 750 | + </property> |
| 751 | + <item> |
| 752 | + <property name="text"> |
| 753 | + <string>auto</string> |
| 754 | + </property> |
| 755 | + </item> |
| 756 | + <item> |
| 757 | + <property name="text"> |
| 758 | + <string>front</string> |
| 759 | + </property> |
| 760 | + </item> |
| 761 | + <item> |
| 762 | + <property name="text"> |
| 763 | + <string>back</string> |
| 764 | + </property> |
| 765 | + </item> |
| 766 | + </widget> |
| 767 | + </item> |
| 768 | + <item row="3" column="0"> |
| 769 | + <widget class="QLabel" name="drillsideLabel"> |
| 770 | + <property name="toolTip"> |
| 771 | + <string><html><head/><body><p>choose the drill side. Valid choices are front, back or auto (default). In auto mode the drill side is automatically chosen (always front unless only the back side is specified)</p></body></html></string> |
693 | 772 | </property> |
694 | 773 | <property name="text"> |
695 | | - <string>nog81</string> |
| 774 | + <string>drill-side</string> |
696 | 775 | </property> |
697 | 776 | </widget> |
698 | 777 | </item> |
|
719 | 798 | <property name="verticalSpacing"> |
720 | 799 | <number>6</number> |
721 | 800 | </property> |
722 | | - <item row="9" column="0"> |
723 | | - <widget class="QCheckBox" name="cutfrontCheckBox"> |
724 | | - <property name="toolTip"> |
725 | | - <string><html><head/><body><p>Cut from the front side. Default is from the back side</p></body></html></string> |
726 | | - </property> |
727 | | - <property name="text"> |
728 | | - <string>cut-front</string> |
729 | | - </property> |
730 | | - <property name="checked"> |
731 | | - <bool>true</bool> |
732 | | - </property> |
733 | | - </widget> |
734 | | - </item> |
735 | 801 | <item row="6" column="1"> |
736 | 802 | <widget class="QDoubleSpinBox" name="bridgesDoubleSpinBox"> |
737 | 803 | <property name="toolTip"> |
|
1027 | 1093 | </property> |
1028 | 1094 | </widget> |
1029 | 1095 | </item> |
| 1096 | + <item row="9" column="1"> |
| 1097 | + <widget class="QComboBox" name="cutsideComboBox"> |
| 1098 | + <property name="toolTip"> |
| 1099 | + <string><html><head/><body><p>choose the cut side. Valid choices are front, back or auto (default). In auto mode the cut side is automatically chosen (always front unless only the back side is specified)</p></body></html></string> |
| 1100 | + </property> |
| 1101 | + <item> |
| 1102 | + <property name="text"> |
| 1103 | + <string>auto</string> |
| 1104 | + </property> |
| 1105 | + </item> |
| 1106 | + <item> |
| 1107 | + <property name="text"> |
| 1108 | + <string>front</string> |
| 1109 | + </property> |
| 1110 | + </item> |
| 1111 | + <item> |
| 1112 | + <property name="text"> |
| 1113 | + <string>back</string> |
| 1114 | + </property> |
| 1115 | + </item> |
| 1116 | + </widget> |
| 1117 | + </item> |
| 1118 | + <item row="9" column="0"> |
| 1119 | + <widget class="QLabel" name="cutsideLabel"> |
| 1120 | + <property name="toolTip"> |
| 1121 | + <string><html><head/><body><p>choose the cut side. Valid choices are front, back or auto (default). In auto mode the cut side is automatically chosen (always front unless only the back side is specified)</p></body></html></string> |
| 1122 | + </property> |
| 1123 | + <property name="text"> |
| 1124 | + <string>cut-side</string> |
| 1125 | + </property> |
| 1126 | + </widget> |
| 1127 | + </item> |
1030 | 1128 | </layout> |
1031 | 1129 | </widget> |
1032 | 1130 | </widget> |
|
1653 | 1751 | <x>0</x> |
1654 | 1752 | <y>0</y> |
1655 | 1753 | <width>795</width> |
1656 | | - <height>24</height> |
| 1754 | + <height>19</height> |
1657 | 1755 | </rect> |
1658 | 1756 | </property> |
1659 | 1757 | <widget class="QMenu" name="menuFile"> |
|
0 commit comments