|
563 | 563 | <item row="5" column="0" colspan="2"> |
564 | 564 | <widget class="QCheckBox" name="vectorialCheckBox"> |
565 | 565 | <property name="toolTip"> |
566 | | - <string><html><head/><body><p><span style=" font-style:italic;">--vectorial</span></p><p>enable the new vectorial core. This new core offers much better performances, higher precision, smaller output files and support for internal cutoffs (like thermal pads). When --vectorial is enabled, --dpi is ignored.</p></body></html></string> |
| 566 | + <string><html><head/><body><p><span style=" font-style:italic;">--vectorial</span></p><p>enable the new vectorial core. This new core offers much better performances, higher precision, smaller output files and support for internal cutoffs (like thermal pads).</p></body></html></string> |
567 | 567 | </property> |
568 | 568 | <property name="text"> |
569 | 569 | <string>Vectorial core</string> |
|
685 | 685 | </widget> |
686 | 686 | </item> |
687 | 687 | <item row="10" column="0"> |
688 | | - <widget class="QLabel" name="dpiLabel"> |
| 688 | + <widget class="QLabel" name="mirroraxisLabel"> |
689 | 689 | <property name="toolTip"> |
690 | | - <string><html><head/><body><p><span style=" font-style:italic;">--dpi</span></p><p>Resolution used internally</p></body></html></string> |
| 690 | + <string><html><head/><body><p><span style=" font-style:italic;">--mirror-axis</span></p><p>Distance from zero axis to flip the bcb around</p></body></html></string> |
691 | 691 | </property> |
692 | 692 | <property name="text"> |
693 | | - <string>Internal precision</string> |
| 693 | + <string>Axis mirror offset</string> |
694 | 694 | </property> |
695 | 695 | <property name="buddy"> |
696 | | - <cstring>dpiSpinBox</cstring> |
| 696 | + <cstring>mirroraxisDoubleSpinBox</cstring> |
697 | 697 | </property> |
698 | 698 | </widget> |
699 | 699 | </item> |
700 | 700 | <item row="10" column="1"> |
701 | | - <widget class="QSpinBox" name="dpiSpinBox"> |
| 701 | + <widget class="QDoubleSpinBox" name="mirroraxisDoubleSpinBox"> |
702 | 702 | <property name="enabled"> |
703 | | - <bool>false</bool> |
| 703 | + <bool>true</bool> |
704 | 704 | </property> |
705 | 705 | <property name="toolTip"> |
706 | | - <string><html><head/><body><p><span style=" font-style:italic;">--dpi</span></p><p>Resolution used internally</p></body></html></string> |
| 706 | + <string><html><head/><body><p><span style=" font-style:italic;">--mirror-axis</span></p><p>Distance from zero axis to flip the bcb around</p></body></html></string> |
707 | 707 | </property> |
708 | 708 | <property name="suffix"> |
709 | | - <string> dpi</string> |
| 709 | + <string> mm </string> |
| 710 | + </property> |
| 711 | + <property name="decimals"> |
| 712 | + <number>3</number> |
710 | 713 | </property> |
711 | 714 | <property name="minimum"> |
712 | | - <number>1</number> |
| 715 | + <double>0.000000000000000</double> |
713 | 716 | </property> |
714 | 717 | <property name="maximum"> |
715 | | - <number>10000</number> |
| 718 | + <double>10000.000000000000000</double> |
716 | 719 | </property> |
717 | 720 | <property name="singleStep"> |
718 | | - <number>100</number> |
| 721 | + <double>1.000000000000000</double> |
719 | 722 | </property> |
720 | 723 | <property name="value"> |
721 | | - <number>1000</number> |
| 724 | + <double>0.000000000000000</double> |
722 | 725 | </property> |
723 | 726 | </widget> |
724 | 727 | </item> |
|
2276 | 2279 | <tabstop>toleranceDoubleSpinBox</tabstop> |
2277 | 2280 | <tabstop>optimiseDoubleSpinBox</tabstop> |
2278 | 2281 | <tabstop>zerostartCheckBox</tabstop> |
2279 | | - <tabstop>dpiSpinBox</tabstop> |
| 2282 | + <tabstop>mirroraxisDoubleSpinBox</tabstop> |
2280 | 2283 | <tabstop>tilexSpinBox</tabstop> |
2281 | 2284 | <tabstop>tileySpinBox</tabstop> |
2282 | 2285 | <tabstop>zworkDoubleSpinBox</tabstop> |
|
0 commit comments