extend language dictionary to cover SLA terms
This commit is contained in:
parent
d1060ca457
commit
d6b8272206
2 changed files with 89 additions and 35 deletions
|
|
@ -388,5 +388,59 @@ kiri.lang['en-us'] = {
|
|||
ag_nozl_s: "nozzle",
|
||||
ag_nozl_l: "select output nozzle or head",
|
||||
ag_paws_s: "pause layers",
|
||||
ag_paws_l: "comma-separated list of layers\nto inject pause commands before"
|
||||
ag_paws_l: "comma-separated list of layers\nto inject pause commands before",
|
||||
|
||||
// SLA MENU
|
||||
sa_menu: "slice",
|
||||
sa_lahe_s: "layer height",
|
||||
sa_lahe_l: "layer height\nin millimeters",
|
||||
sa_shel_s: "hollow shell",
|
||||
sa_shel_l: "shell thickness in mm\nuse multiple of layer height\nuse 0 for solid (disabled)",
|
||||
sa_otop_s: "open top",
|
||||
sa_otop_l: "if shell is enabled\nresults in an open top",
|
||||
sa_obas_s: "open base",
|
||||
sa_obas_l: "if shell is enabled\nresults in an open base",
|
||||
|
||||
sa_layr_m: "layers",
|
||||
sa_lton_s: "light on time",
|
||||
sa_lton_l: "layer light on\ntime in seconds",
|
||||
sa_ltof_s: "light off time",
|
||||
sa_ltof_l: "layer light off\ntime in seconds",
|
||||
sa_pldi_s: "peel distance",
|
||||
sa_pldi_l: "peel distance\nin millimeters",
|
||||
sa_pllr_s: "peel lift rate",
|
||||
sa_pllr_l: "peel lift speed\nin mm/sec",
|
||||
sa_pldr_s: "peel drop rate",
|
||||
sa_pldr_l: "peel drop speed\nin mm/sec",
|
||||
|
||||
sa_base_m: "base layers",
|
||||
sa_balc_s: "layer count",
|
||||
sa_balc_l: "number of\nbase layers",
|
||||
sa_bltn_l: "base layer light on\ntime in seconds",
|
||||
sa_bltf_l: "base layer light off\ntime in seconds",
|
||||
|
||||
sa_infl_m: "infill",
|
||||
sa_ifdn_s: "density",
|
||||
sa_ifdn_l: "percent infill\nrequires shell\n0 = disabled\nvalid 0.0 - 1.0",
|
||||
sa_iflw_s: "line width",
|
||||
sa_iflw_l: "hatch line width\nin millimeters",
|
||||
|
||||
sa_supp_m: "support",
|
||||
sa_slyr_s: "layers",
|
||||
sa_slyr_l: "base support layers\nvalue range 0-10",
|
||||
sa_sldn_s: "density",
|
||||
sa_sldn_l: "used to compute the\nnumber of support pillars\n0.0-1.0 (0 = disable)",
|
||||
sa_slsz_s: "size",
|
||||
sa_slsz_l: "max size of a\nsupport pillar\nin millimeters",
|
||||
sa_slpt_s: "points",
|
||||
sa_slpt_l: "number of points in\neach support pillar\nin millimeters",
|
||||
sa_slgp_s: "gap layers",
|
||||
sa_slgp_l: "number of layers between\nraft and bottom of object",
|
||||
sl_slen_l: "enable supports",
|
||||
|
||||
sa_outp_m: "output",
|
||||
sa_opzo_s: "z offset",
|
||||
sa_opzo_l: "z layer offset\nalmost always 0.0\n0.0-1.0 in millimeters",
|
||||
sa_opaa_s: "anti alias",
|
||||
sa_opaa_l: "enable anti-aliasing\nproduces larger files\ncan blur details"
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue