add missing lang key for remote printing
This commit is contained in:
parent
7e92845662
commit
02f405b3d3
3 changed files with 3 additions and 2 deletions
|
|
@ -1224,7 +1224,7 @@ export class Polygon {
|
|||
/**
|
||||
* find the ratio of area to perimeter which can give provide
|
||||
* guidance if this polygon is likely to have a thin cross-section
|
||||
*
|
||||
*
|
||||
* @param {*} deep whether to include inner holes in the calculation
|
||||
* @returns ratio
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1105,7 +1105,7 @@ export function layerProcessTops(slice, count, offset1, offsetN, fillOffset, opt
|
|||
/**
|
||||
* Create an entirely solid layer by filling all top polygons
|
||||
* with an alternating pattern.
|
||||
*
|
||||
*
|
||||
* @param {Object} args - Options object
|
||||
* @param {Slice} args.slice - Slice to fill
|
||||
* @param {number} args.spacing - Fill line spacing in mm
|
||||
|
|
|
|||
|
|
@ -1022,6 +1022,7 @@ self.lang['en-us'] = {
|
|||
ex_octo: "remote host",
|
||||
ex_host: "host",
|
||||
ex_akey: "key",
|
||||
ex_type: "remote print type",
|
||||
ex_rsnm: "resin used ML",
|
||||
ex_layr: "layers",
|
||||
ex_ptim: "print time",
|
||||
|
|
|
|||
Loading…
Reference in a new issue