rename outline to edge trace
This commit is contained in:
parent
4c84f1dc11
commit
9328e17381
3 changed files with 5 additions and 5 deletions
|
|
@ -308,9 +308,9 @@
|
|||
<i class="fas fa-border-none"></i>
|
||||
<div class="pop">render objects transparent</div>
|
||||
</span>
|
||||
<span id="render-outline" class="a-center">
|
||||
<span id="render-edges" class="a-center">
|
||||
<i class="fa-regular fa-square"></i>
|
||||
<div class="pop">outline objects</div>
|
||||
<div class="pop">trace edges</div>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -284,8 +284,8 @@ self.kiri.lang['en-us'] = {
|
|||
op_free_l: ["permit dragable layout","no effect in laser mode"],
|
||||
op_spcr_s: "spacing",
|
||||
op_spcr_l: ["spacing between objects","during auto layout","in workspace units","in belt mode, use 0","to auto-space by height"],
|
||||
op_spoa_s: "outline",
|
||||
op_spoa_l: ["surface angle triggering an outline to be rendered"],
|
||||
op_spoa_s: "edge angle",
|
||||
op_spoa_l: ["surface angle difference triggering an edge trace"],
|
||||
op_spcx_s: "random X",
|
||||
op_spcx_l: ["in belt mode, randomly","layout the part on X","to even belt wear"],
|
||||
op_orth_s: "orthographic",
|
||||
|
|
|
|||
Loading…
Reference in a new issue