add missing lang key for remote printing

This commit is contained in:
Stewart Allen 2026-01-09 15:45:41 -05:00
commit 02f405b3d3
3 changed files with 3 additions and 2 deletions

View file

@ -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
*/

View file

@ -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

View file

@ -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",