Skip to content

Commit fd66276

Browse files
committed
Update README and Help with scale option info
1 parent 2319547 commit fd66276

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

Help.qml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ UM.Dialog
7171
<li>material_length - printed material length (m)</li>
7272
<li>material_cost - printed material cost</li>
7373
<li>color_name - material color</li>
74+
<li>scale - uniform scale of the object (%)</li>
75+
<li>scale_x - scale of the object on the x axis (%)</li>
76+
<li>scale_y - scale of the object on the y axis (%)</li>
77+
<li>scale_z - scale of the object on the z axis (%)</li>
7478
<li>speed_print - print speed (mm/s)</li>
7579
<li>retraction_combing - combing mode</li>
7680
<li>magic_spiralize - spiralize outer contour, vase mode</li>
@@ -112,8 +116,9 @@ UM.Dialog
112116
<ul>
113117
<li><a href=\"https://github.com/sponsors/rgomezjnr\">GitHub Sponsors</a></li>
114118
<li><a href=\"https://paypal.me/rgomezjnr\">PayPal</a></li>
115-
<li><a href=\"bitcoin:bc1qh46qmztl77d9dl8f6ezswvqdqxcaurrqegca2p\">Bitcoin</a> bc1qh46qmztl77d9dl8f6ezswvqdqxcaurrqegca2p</li>
116-
<li><a href=\"ethereum:0xAB443e578c9eA629088e26A9009e44Ed40f68678\">Ethereum</a> 0xAB443e578c9eA629088e26A9009e44Ed40f68678</li>
119+
<li><a href=\"https://paynym.is/+orangesmoke693\">PayNym:</a> +orangesmoke693</li>
120+
<li><a href=\"bitcoin:bc1qh46qmztl77d9dl8f6ezswvqdqxcaurrqegca2p\">Bitcoin:</a> bc1qh46qmztl77d9dl8f6ezswvqdqxcaurrqegca2p</li>
121+
<li><a href=\"ethereum:0xAB443e578c9eA629088e26A9009e44Ed40f68678\">Ethereum:</a> 0xAB443e578c9eA629088e26A9009e44Ed40f68678</li>
117122
</ul>
118123
<br>
119124
<h1>Authors</h1>

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ Besides .gcode, the plugin also works with other file types such as .3mf and .st
6262
- material_length - printed material length (m)
6363
- material_cost - printed material cost
6464
- color_name - material color
65+
- scale - uniform scale of the object (%)
66+
- scale_x - scale of the object on the x axis (%)
67+
- scale_y - scale of the object on the y axis (%)
68+
- scale_z - scale of the object on the z axis (%)
6569
- speed_print - print speed (mm/s)
6670
- retraction_combing - combing mode
6771
- magic_spiralize - spiralize outer contour, vase mode
@@ -99,8 +103,9 @@ If you find an issue or have any feedback please submit an issue on [GitHub](htt
99103
If you would like to show your support donations are greatly appeciated via:
100104
- [GitHub Sponsors](https://github.com/sponsors/rgomezjnr)
101105
- [PayPal](https://paypal.me/rgomezjnr)
102-
- [Bitcoin](bitcoin:bc1qh46qmztl77d9dl8f6ezswvqdqxcaurrqegca2p) bc1qh46qmztl77d9dl8f6ezswvqdqxcaurrqegca2p
103-
- [Ethereum](ethereum:0xAB443e578c9eA629088e26A9009e44Ed40f68678) 0xAB443e578c9eA629088e26A9009e44Ed40f68678
106+
- [PayNym:](https://paynym.is/+orangesmoke693) +orangesmoke693
107+
- [Bitcoin:](bitcoin:bc1qh46qmztl77d9dl8f6ezswvqdqxcaurrqegca2p) bc1qh46qmztl77d9dl8f6ezswvqdqxcaurrqegca2p
108+
- [Ethereum:](ethereum:0xAB443e578c9eA629088e26A9009e44Ed40f68678) 0xAB443e578c9eA629088e26A9009e44Ed40f68678
104109

105110
## Authors
106111
[Robert Gomez, Jr.](https://github.com/rgomezjnr)

0 commit comments

Comments
 (0)