cosmetic belt options
This commit is contained in:
parent
2d9bc91973
commit
22bd1b11ef
2 changed files with 2 additions and 1 deletions
|
|
@ -1676,6 +1676,7 @@
|
|||
firstLayerFanSpeed: UC.newInput(LANG.ou_fans_s, {title:LANG.ou_fans_l, convert:UC.toInt, bound:UC.bound(0,255), modes:FDM}),
|
||||
fdmSep: UC.newBlank({class:"pop-sep", modes:FDM, show:isNotBelt}),
|
||||
firstLayerYOffset: UC.newInput(LANG.fl_zoff_s, {title:LANG.fl_zoff_l, convert:UC.toFloat, modes:FDM, show:isBelt}),
|
||||
fdmSep: UC.newBlank({class:"pop-sep", modes:FDM, show:isBelt}),
|
||||
firstLayerRate: UC.newInput(LANG.fl_rate_s, {title:LANG.fl_rate_l, convert:UC.toFloat, modes:FDM}),
|
||||
firstLayerFillRate: UC.newInput(LANG.fl_frat_s, {title:LANG.fl_frat_l, convert:UC.toFloat, modes:FDM, show:isNotBelt}),
|
||||
fdmSep: UC.newBlank({class:"pop-sep", modes:FDM, show:isNotBelt}),
|
||||
|
|
|
|||
|
|
@ -235,7 +235,7 @@ kiri.lang['en-us'] = {
|
|||
fr_nabl_l: "create a raft under the\nmodel for better adhesion\nuses skirt offset and\ndisables skirt output",
|
||||
|
||||
// FDM BELT ONLY
|
||||
fl_zoff_s: "layer offset",
|
||||
fl_zoff_s: "belt offset",
|
||||
fl_zoff_l: "height offset from belt\nof lowest extrusion\nin millimeters",
|
||||
fl_brim_s: "brim size",
|
||||
fl_brim_l: "add brim to part bottom\nsize is width in millimeters\n0 to disable",
|
||||
|
|
|
|||
Loading…
Reference in a new issue