Skip to content

Commit b946a49

Browse files
committed
0.03
1 parent 8793d44 commit b946a49

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

gcodeplot.inx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,22 @@
2323
<param name="pen-down-speed" type="float" min="-1000000" max="1000000" precision="1" _gui-text="Draw speed (mm/s):" _gui-description="Speed moving with pen down (Default: 35)">35</param>
2424
<param name="z-speed" type="float" min="-1000000" max="1000000" precision="1" _gui-text="Z-speed (mm/s):" _gui-description="Speed moving pen up/down (Default: 5)">5</param>
2525
<param name="send" type="string" _gui-text="Serial port to send gcode to (blank not to send)" _gui-description="If you enter the name of your serial port here (e.g., COM4), then you can directly send the file to your device."></param>
26+
<param name="send-speed" type="enum" _gui-text="Serial baud rate:" _gui-description="Baud rate of your serial device (Default: 115200)">
27+
<item value="115200">115200</item>
28+
<item value="300">300</item>
29+
<item value="600">600</item>
30+
<item value="1200">1200</item>
31+
<item value="2400">2400</item>
32+
<item value="4800">4800</item>
33+
<item value="9600">9600</item>
34+
<item value="14400">14400</item>
35+
<item value="19200">19200</item>
36+
<item value="28800">28800</item>
37+
<item value="38400">38400</item>
38+
<item value="56000">56000</item>
39+
<item value="57600">57600</item>
40+
<item value="115200">115200</item>
41+
</param>
2642
</page>
2743
<page name="fitting" _gui-text="Fitting and Extracting">
2844
<param name="scale" type="enum" _gui-text="Scaling mode:" _gui-description="Method for scaling to print area (Default: none; should be 'none' if tool-offset option is set in cutter tab)">

0 commit comments

Comments
 (0)