File size: 91,553 Bytes
057da7d a8da962 057da7d a8da962 057da7d a8da962 057da7d a8da962 057da7d a8da962 057da7d a8da962 057da7d a8da962 057da7d a8da962 057da7d a8da962 057da7d a8da962 057da7d a8da962 057da7d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 | msgid ""
msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
# Keep short
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterLocalizationSettings.cs
msgid "Preferred units"
msgstr "Preferred units"
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterLocalizationSettings.cs
msgid ""
"Selects displayed units, for cases where values with units are displayed and "
"are not editable."
msgstr ""
"Selects displayed units, for cases where values with units are displayed and "
"are not editable."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterLocalizationSettings.cs
msgid "Preferred temperature"
msgstr "Preferred temperature"
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterLocalizationSettings.cs
msgid ""
"Selects displayed **temperature units**, for cases where values with units "
"are displayed and are not editable."
msgstr ""
"Selects displayed **temperature units**, for cases where values with units "
"are displayed and are not editable."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterOpticalSettings.cs
msgid "Hotspot X scale"
msgstr "Hotspot X scale"
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterOpticalSettings.cs
msgid "Scales the default laser hotspot size in X axis."
msgstr "Scales the default laser hotspot size in X axis."
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterOpticalSettings.cs
msgid ""
"This value affects how dense the fill lines are and how much are outlines "
"offsetted from printed model edge."
msgstr ""
"This value affects how dense the fill lines are and how much are outlines "
"offsetted from printed model edge."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterOpticalSettings.cs
msgid "Hotspot Y scale"
msgstr "Hotspot Y scale"
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterOpticalSettings.cs
msgid "Scales the default laser hotspot size in Y axis."
msgstr "Scales the default laser hotspot size in Y axis."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterPowerSettings.cs
msgid "Consumption limit"
msgstr "Consumption limit"
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterPowerSettings.cs
msgid ""
"How many watts of power should the printer components consume at its peak."
msgstr ""
"How many watts of power should the printer components consume at its peak."
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterPowerSettings.cs
msgid ""
"Lowering this value will cause printing and heating to take longer, but the "
"printer will draw less power from the socket at any given moment. \n"
"Setting this value too low will make the actual printing or heating "
"impossible."
msgstr ""
"Lowering this value will cause printing and heating to take longer, but the "
"printer will draw less power from the socket at any given moment. \n"
"Setting this value too low will make the actual printing or heating "
"impossible."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterPowerSettings.cs
msgid "Laser wattage"
msgstr "Laser wattage"
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterPowerSettings.cs
msgid "How many milli-watts the laser in the printer rated at."
msgstr "How many milli-watts the laser in the printer rated at."
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterPowerSettings.cs
msgid ""
"Set the value exactly as stated on the laser module, so the energy and speed "
"calculations work as intended."
msgstr ""
"Set the value exactly as stated on the laser module, so the energy and speed "
"calculations work as intended."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterPowerSettings.cs
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Halogen max"
msgstr "Halogen max"
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterPowerSettings.cs
msgid "Limits maximum percentual power that can be set to halogens."
msgstr "Limits maximum percentual power that can be set to halogens."
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterPowerSettings.cs
msgid ""
"This can be used to limit average power draw of the printer, but it can cause "
"that higher surface temperatures may be unreachable."
msgstr ""
"This can be used to limit average power draw of the printer, but it can cause "
"that higher surface temperatures may be unreachable."
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterTemperatureSettings.cs
msgid ""
"Purpose of this value is to correct any temperature camera measuring errors "
"or differences.\n"
"\n"
"This value should be automatically filled in when you complete the printer "
"setup wizards.\n"
"The default value might not work correctly since the printer components are "
"slightly different from printer to printer."
msgstr ""
"Purpose of this value is to correct any temperature camera measuring errors "
"or differences.\n"
"\n"
"This value should be automatically filled in when you complete the printer "
"setup wizards.\n"
"The default value might not work correctly since the printer components are "
"slightly different from printer to printer."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterTemperatureSettings.cs
msgid "Surface offset 1"
msgstr "Surface offset 1"
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterTemperatureSettings.cs
msgid ""
"Temperature in degrees (positive or negative) that is added to value from "
"temperature camera at real-world temperature `Surface temperature 1`."
msgstr ""
"Temperature in degrees (positive or negative) that is added to value from "
"temperature camera at real-world temperature `Surface temperature 1`."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterTemperatureSettings.cs
msgid "Surface temperature 1"
msgstr "Surface temperature 1"
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterTemperatureSettings.cs
msgid ""
"Real-world temperature that was present while measuring `Surface offset 1`."
msgstr ""
"Real-world temperature that was present while measuring `Surface offset 1`."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterTemperatureSettings.cs
msgid "Surface offset 2"
msgstr "Surface offset 2"
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterTemperatureSettings.cs
msgid ""
"Temperature in degrees (positive or negative) that is added to value from "
"temperature camera at real-world temperature `Surface temperature 2`."
msgstr ""
"Temperature in degrees (positive or negative) that is added to value from "
"temperature camera at real-world temperature `Surface temperature 2`."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterTemperatureSettings.cs
msgid "Surface temperature 2"
msgstr "Surface temperature 2"
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterTemperatureSettings.cs
msgid ""
"Real-world temperature that was present while measuring `Surface offset 2`."
msgstr ""
"Real-world temperature that was present while measuring `Surface offset 2`."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterTemperatureSettings.cs
msgid "Thermo camera offset X"
msgstr "Thermo camera offset X"
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterTemperatureSettings.cs
msgid ""
"Moves the thermo camera center in X axis by this amount in percent of width."
msgstr ""
"Moves the thermo camera center in X axis by this amount in percent of width."
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterTemperatureSettings.cs
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterVideoSettings.cs
msgid "Negative value moves the center to the right, positive to the left.\n"
msgstr "Negative value moves the center to the right, positive to the left.\n"
# Keep short
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterTemperatureSettings.cs
msgid "Thermo camera offset Y"
msgstr "Thermo camera offset Y"
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterTemperatureSettings.cs
msgid ""
"Moves the thermo camera center in Y axis by this amount in percent of height."
msgstr ""
"Moves the thermo camera center in Y axis by this amount in percent of height."
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterTemperatureSettings.cs
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterVideoSettings.cs
msgid "Negative value moves the center to the bottom, positive to the top.\n"
msgstr "Negative value moves the center to the bottom, positive to the top.\n"
# Keep short
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterUISettings.cs
msgid "Touch sounds"
msgstr "Touch sounds"
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterUISettings.cs
msgid "Enables sound feedback on printer local display touch events."
msgstr "Enables sound feedback on printer local display touch events."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterUISettings.cs
msgid "Remote web auto start"
msgstr "Remote web auto start"
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterUISettings.cs
msgid "Auto start `Remote web access` with the printer."
msgstr "Auto start `Remote web access` with the printer."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterUISettings.cs
msgid "Remote web over SLS4All"
msgstr "Remote web over SLS4All"
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterUISettings.cs
msgid "Allow you to access the printer through SLS4All server."
msgstr "Allow you to access the printer through SLS4All server."
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterVideoSettings.cs
msgid ""
"Purpose of this value is to correct any video camera placement or optical "
"differences.\n"
"\n"
"This value should be automatically filled in when you complete the printer "
"setup wizards.\n"
"The default value might not work correctly since the printer components are "
"slightly different from printer to printer."
msgstr ""
"Purpose of this value is to correct any video camera placement or optical "
"differences.\n"
"\n"
"This value should be automatically filled in when you complete the printer "
"setup wizards.\n"
"The default value might not work correctly since the printer components are "
"slightly different from printer to printer."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterVideoSettings.cs
msgid "Video camera offset X"
msgstr "Video camera offset X"
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterVideoSettings.cs
msgid ""
"Moves the video (live) camera center in X axis by this amount of camera "
"pixels."
msgstr ""
"Moves the video (live) camera center in X axis by this amount of camera "
"pixels."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterVideoSettings.cs
msgid "Video camera offset Y"
msgstr "Video camera offset Y"
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterVideoSettings.cs
msgid ""
"Moves the video (live) camera center in Y axis by this amount of camera "
"pixels."
msgstr ""
"Moves the video (live) camera center in Y axis by this amount of camera "
"pixels."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterWatchDogSettings.cs
msgid "Watch Dog"
msgstr "Watch Dog"
#: SLS4All.Compact.Storage/Storage/PrinterSettings/PrinterWatchDogSettings.cs
msgid ""
"Enables printer Watch Dog that will turn the printer off in case of lost "
"communication with sub components or other critical failures, that might "
"cause safety issues."
msgstr ""
"Enables printer Watch Dog that will turn the printer off in case of lost "
"communication with sub components or other critical failures, that might "
"cause safety issues."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
msgid "Nesting density"
msgstr "Nesting density"
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
msgid ""
"Represents how many percent of used chamber volume, measured from the bottom, "
"will actually be sintered."
msgstr ""
"Represents how many percent of used chamber volume, measured from the bottom, "
"will actually be sintered."
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
msgid ""
"Larger this value is then less of recyclable/waste powder will be produced. "
"\n"
"Ideal value is somewhere around 30% on our default effective print bed size "
"for each profile (see `Printable x/y-size` and other related values in the "
"`Print Profile`)."
msgstr ""
"Larger this value is then less of recyclable/waste powder will be produced. "
"\n"
"Ideal value is somewhere around 30% on our default effective print bed size "
"for each profile (see `Printable x/y-size` and other related values in the "
"`Print Profile`)."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
msgid "Job depth"
msgstr "Job depth"
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
msgid ""
"Depth of used chamber volume, measured from the bottom, that was filled with "
"objects (without bed preparation, print cap or any other extra powder)."
msgstr ""
"Depth of used chamber volume, measured from the bottom, that was filled with "
"objects (without bed preparation, print cap or any other extra powder)."
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
msgid ""
"Smaller this value is then less powder will have to be present in the powder "
"chamber before printing."
msgstr ""
"Smaller this value is then less powder will have to be present in the powder "
"chamber before printing."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
msgid "Job volume"
msgstr "Job volume"
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
msgid ""
"Used chamber volume, measured from the bottom, that was filled with objects "
"(without bed preparation, print cap or any other extra powder)."
msgstr ""
"Used chamber volume, measured from the bottom, that was filled with objects "
"(without bed preparation, print cap or any other extra powder)."
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
msgid ""
"Larger this value is more powder will have to be present in the powder "
"chamber before printing and more will be used when layering."
msgstr ""
"Larger this value is more powder will have to be present in the powder "
"chamber before printing and more will be used when layering."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Sintered volume"
msgstr "Sintered volume"
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
msgid "Volume of sintered layers in the chamber."
msgstr "Volume of sintered layers in the chamber."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
msgid "Job name"
msgstr "Job name"
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
msgid "Name of the job as it appears in lists and selections."
msgstr "Name of the job as it appears in lists and selections."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
msgid "Print profile"
msgstr "Print profile"
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
msgid ""
"Determines a set of printing and powder related parameters used when printing "
"the job."
msgstr ""
"Determines a set of printing and powder related parameters used when printing "
"the job."
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
msgid ""
"Only the profiles that have all values valid are typically shown here. \n"
"If you do not see some particular Profile, please go the the `Print Profiles` "
"and fix any issues."
msgstr ""
"Only the profiles that have all values valid are typically shown here. \n"
"If you do not see some particular Profile, please go the the `Print Profiles` "
"and fix any issues."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
msgid "Available depth"
msgstr "Available depth"
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
msgid "Depth of the print chamber available for objects to be printed."
msgstr "Depth of the print chamber available for objects to be printed."
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
msgid ""
"It is calculated by subtracting depth of bed preparation, print cap, and is "
"also affected by the maximum capacity of the powder chamber, nesting density, "
"sintering factor and depth of bed preparation layers."
msgstr ""
"It is calculated by subtracting depth of bed preparation, print cap, and is "
"also affected by the maximum capacity of the powder chamber, nesting density, "
"sintering factor and depth of bed preparation layers."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
msgid "Aggressive nesting"
msgstr "Aggressive nesting"
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
msgid ""
"This mode **might** yeild better results but at a cost of much longer time "
"for nesting. Actual results should be compared."
msgstr ""
"This mode **might** yeild better results but at a cost of much longer time "
"for nesting. Actual results should be compared."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
msgid "Dry print"
msgstr "Dry print"
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
msgid ""
"When enabled, the job will be printed in 'test mode' (so called 'dry "
"printing')."
msgstr ""
"When enabled, the job will be printed in 'test mode' (so called 'dry "
"printing')."
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
msgid ""
"This means that only minimum amount powder will be required, only for correct "
"thermal response for testing of the surface heater. Chamber heaters will also "
"be enabled, same as in real printing. The Z1, Z2 axes and recoater will move, "
"but will not add new layers. The laser will remain disabled, no powder will "
"be sintered."
msgstr ""
"This means that only minimum amount powder will be required, only for correct "
"thermal response for testing of the surface heater. Chamber heaters will also "
"be enabled, same as in real printing. The Z1, Z2 axes and recoater will move, "
"but will not add new layers. The laser will remain disabled, no powder will "
"be sintered."
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJob.cs
msgid ""
"Selected Profile has some invalid/missing values. Please fix any issues in "
"the Print Profiles."
msgstr ""
"Selected Profile has some invalid/missing values. Please fix any issues in "
"the Print Profiles."
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
msgid "Nesting should be re-run due to changes"
msgstr "Nesting should be re-run due to changes"
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJob.cs
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJob.cs
msgid ""
"Job does not fit to Available Depth, remove some objects and re-run nesting"
msgstr ""
"Job does not fit to Available Depth, remove some objects and re-run nesting"
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObject.cs
msgid "Object name"
msgstr "Object name"
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObject.cs
msgid "Name of the file containing the object geometry."
msgstr "Name of the file containing the object geometry."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObject.cs
msgid "Nesting priority"
msgstr "Nesting priority"
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObject.cs
msgid "Determines the order in which the objects are nested."
msgstr "Determines the order in which the objects are nested."
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObject.cs
msgid ""
"Lower the value, the sooner they will be attempted to be placed in the print "
"chamber during nesting. \n"
"You can use this feature to put some new objects 'on top' of existing objects "
"- simply use larger value that other objects. \n"
"You can also use negative values. The value `auto` (clear), is same as value "
"zero. \n"
"Order of objects with the same priority is chosen automatically."
msgstr ""
"Lower the value, the sooner they will be attempted to be placed in the print "
"chamber during nesting. \n"
"You can use this feature to put some new objects 'on top' of existing objects "
"- simply use larger value that other objects. \n"
"You can also use negative values. The value `auto` (clear), is same as value "
"zero. \n"
"Order of objects with the same priority is chosen automatically."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObject.cs
msgid "Instance count"
msgstr "Instance count"
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObject.cs
msgid "Number of instances of the object to be printed."
msgstr "Number of instances of the object to be printed."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObject.cs
msgid "Scale"
msgstr "Scale"
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObject.cs
msgid "Percentual scale of the printed object."
msgstr "Percentual scale of the printed object."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObject.cs
msgid "Units"
msgstr "Units"
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObject.cs
msgid "Units the object geometry is measured in."
msgstr "Units the object geometry is measured in."
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObject.cs
msgid ""
"Setting this value to the acually used units will scale the object correctly."
msgstr ""
"Setting this value to the acually used units will scale the object correctly."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObject.cs
msgid "Inset"
msgstr "Inset"
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObject.cs
msgid "Minimum distance between printable area edge and the nested object."
msgstr "Minimum distance between printable area edge and the nested object."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObject.cs
msgid "Margin"
msgstr "Margin"
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObject.cs
msgid "Distance between this object and the margins of other objects."
msgstr "Distance between this object and the margins of other objects."
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObject.cs
msgid ""
"This distance will be rounded to a internal granularity and even if it set to "
"zero it will actually use the internal minimum value (non zero).\n"
"\n"
"Setting a large value might slow down the automatic nesting process when "
"creating or updating Jobs."
msgstr ""
"This distance will be rounded to a internal granularity and even if it set to "
"zero it will actually use the internal minimum value (non zero).\n"
"\n"
"Setting a large value might slow down the automatic nesting process when "
"creating or updating Jobs."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObject.cs
msgid "Thin object"
msgstr "Thin object"
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObject.cs
msgid ""
"If enabled, object will be treated in a way that allows very thin shapes to "
"be printed (at a cost of accuracy)."
msgstr ""
"If enabled, object will be treated in a way that allows very thin shapes to "
"be printed (at a cost of accuracy)."
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObject.cs
msgid ""
"The dimensional and shape accuracy of the object may be affected but it "
"allows printing of objects that would be normally too thin to print. \n"
"This generally applies to shapes that are thinner than hotspot size in any "
"given direction (note that hotspot may not be symmetrical)."
msgstr ""
"The dimensional and shape accuracy of the object may be affected but it "
"allows printing of objects that would be normally too thin to print. \n"
"This generally applies to shapes that are thinner than hotspot size in any "
"given direction (note that hotspot may not be symmetrical)."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObject.cs
msgid "Relative energy"
msgstr "Relative energy"
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObject.cs
msgid ""
"Scales all used energy densities for sintering (outlines, fill, increase) for "
"this particular object."
msgstr ""
"Scales all used energy densities for sintering (outlines, fill, increase) for "
"this particular object."
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObject.cs
msgid ""
"This value is relative to the Percentual and Energy values set in the `Print "
"Profile`."
msgstr ""
"This value is relative to the Percentual and Energy values set in the `Print "
"Profile`."
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObject.cs
msgid "Some instances were not successfully nested"
msgstr "Some instances were not successfully nested"
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObjectConstraint.cs
msgid "Base Yaw (Z)"
msgstr "Base Yaw (Z)"
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObjectConstraint.cs
msgid ""
"Rotation of original object around Z axis to select base angle for the "
"constraint."
msgstr ""
"Rotation of original object around Z axis to select base angle for the "
"constraint."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObjectConstraint.cs
msgid "Base Pitch (X)"
msgstr "Base Pitch (X)"
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObjectConstraint.cs
msgid ""
"Rotation of original object around X axis to select base angle for the "
"constraint."
msgstr ""
"Rotation of original object around X axis to select base angle for the "
"constraint."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObjectConstraint.cs
msgid "Base Roll (Y)"
msgstr "Base Roll (Y)"
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObjectConstraint.cs
msgid ""
"Rotation of original object around Y axis to select base angle for the "
"constraint."
msgstr ""
"Rotation of original object around Y axis to select base angle for the "
"constraint."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObjectConstraint.cs
msgid "Freedom"
msgstr "Freedom"
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObjectConstraint.cs
msgid ""
"Maximum amount of degrees around base angles to allow the object to rotate "
"when nested in the chamber. Selection zero will allow only the exact base "
"angles, with no other rotations possible (except for different constraints). "
"Selecting maximum of 90° will allow the object to rotate up to 'any side' "
"from the base rotation."
msgstr ""
"Maximum amount of degrees around base angles to allow the object to rotate "
"when nested in the chamber. Selection zero will allow only the exact base "
"angles, with no other rotations possible (except for different constraints). "
"Selecting maximum of 90° will allow the object to rotate up to 'any side' "
"from the base rotation."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObjectConstraint.cs
msgid "Any Yaw (Z)"
msgstr "Any Yaw (Z)"
#: SLS4All.Compact.Storage/Storage/PrintJobs/AutomaticJobObjectConstraint.cs
msgid "Allows any yaw rotation (around Z axis)"
msgstr "Allows any yaw rotation (around Z axis)"
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJob.cs
msgid "Grid x-count"
msgstr "Grid x-count"
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJob.cs
msgid "Maximum horizontal number objects that can be placed."
msgstr "Maximum horizontal number objects that can be placed."
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJob.cs
msgid ""
"Profiling job consists of semi-uniform grid of specified count (width x "
"height)."
msgstr ""
"Profiling job consists of semi-uniform grid of specified count (width x "
"height)."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJob.cs
msgid "Grid y-count"
msgstr "Grid y-count"
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJob.cs
msgid "Maximum vertical number objects that can be placed."
msgstr "Maximum vertical number objects that can be placed."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJob.cs
msgid "Limit depth"
msgstr "Limit depth"
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJob.cs
msgid ""
"Limits printed depth from the bottom of the print bed. Set to zero to use the "
"actual height of the job."
msgstr ""
"Limits printed depth from the bottom of the print bed. Set to zero to use the "
"actual height of the job."
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJob.cs
msgid ""
"This value can be used to limit the amount of powder required and used, if "
"only some of the starting layers matter for the job purpose."
msgstr ""
"This value can be used to limit the amount of powder required and used, if "
"only some of the starting layers matter for the job purpose."
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJob.cs
msgid "Geometry check should be re-run due to changes"
msgstr "Geometry check should be re-run due to changes"
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJobObject.cs
msgid "Yaw (Z)"
msgstr "Yaw (Z)"
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJobObject.cs
msgid "Angle of the object around Z axis."
msgstr "Angle of the object around Z axis."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJobObject.cs
msgid "Pitch (X)"
msgstr "Pitch (X)"
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJobObject.cs
msgid "Angle of the object around X axis."
msgstr "Angle of the object around X axis."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJobObject.cs
msgid "Roll (Y)"
msgstr "Roll (Y)"
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJobObject.cs
msgid "Angle of the object around Y axis."
msgstr "Angle of the object around Y axis."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJobObject.cs
msgid "X Offset"
msgstr "X Offset"
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJobObject.cs
msgid "Relative offset in the X axis from the default object position."
msgstr "Relative offset in the X axis from the default object position."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJobObject.cs
msgid "Y Offset"
msgstr "Y Offset"
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJobObject.cs
msgid "Relative offset in the Y axis from the default object position."
msgstr "Relative offset in the Y axis from the default object position."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJobObject.cs
msgid "Z Offset"
msgstr "Z Offset"
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJobObject.cs
msgid "Relative offset in the Z axis from the default object position."
msgstr "Relative offset in the Z axis from the default object position."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJobObject.cs
msgid "Fill phase"
msgstr "Fill phase"
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJobObject.cs
msgid ""
"Setting non-zero value will cause the layer to be filled in direction as it "
"would be in the following layers."
msgstr ""
"Setting non-zero value will cause the layer to be filled in direction as it "
"would be in the following layers."
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJobObject.cs
msgid ""
"For example, value of 1 will cause the fill on the first layer to be as it "
"would be on second layer (one print phase is added)."
msgstr ""
"For example, value of 1 will cause the fill on the first layer to be as it "
"would be on second layer (one print phase is added)."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJobObject.cs
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Outline precision"
msgstr "Outline precision"
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJobObject.cs
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Decreases outline laser wattage by given factor to decrease sitering speed to "
"improve positional precision of movements."
msgstr ""
"Decreases outline laser wattage by given factor to decrease sitering speed to "
"improve positional precision of movements."
#: SLS4All.Compact.Storage/Storage/PrintJobs/ProfilingJobObject.cs
msgid ""
"Set to 1 for same precision as fill and increase the value to increase "
"precision and decreased speed."
msgstr ""
"Set to 1 for same precision as fill and increase the value to increase "
"precision and decreased speed."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Auto Tuning with current settings needs at least {0} {1} ({2} layers) of Bed "
"Preparation"
msgstr ""
"Auto Tuning with current settings needs at least {0} {1} ({2} layers) of Bed "
"Preparation"
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Profile name"
msgstr "Profile name"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Name of the profile to appear in lists and selections."
msgstr "Name of the profile to appear in lists and selections."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "X projection scale"
msgstr "X projection scale"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Percentual scaling correction of X axis projection."
msgstr "Percentual scaling correction of X axis projection."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"This value should be somewhere around 100% and should compensate innacuracies "
"of galvo calibration and default print bed Z position."
msgstr ""
"This value should be somewhere around 100% and should compensate innacuracies "
"of galvo calibration and default print bed Z position."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Y projection scale"
msgstr "Y projection scale"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Percentual scaling correction of Y axis projection."
msgstr "Percentual scaling correction of Y axis projection."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Automatic heating"
msgstr "Automatic heating"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Enables automatic chamber heating before the sintering starts."
msgstr "Enables automatic chamber heating before the sintering starts."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Automatic cooling"
msgstr "Automatic cooling"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Enables automatic cooling after the sintering completes."
msgstr "Enables automatic cooling after the sintering completes."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Setting the effective area smaller than physical area allows you to create a "
"temperature barrier between edges of the print chamber and the printed parts. "
"\n"
"The surface heating might also be less precise near edges of the print "
"bed.\n"
"This allows you to optimize precise temperature control where it matters."
msgstr ""
"Setting the effective area smaller than physical area allows you to create a "
"temperature barrier between edges of the print chamber and the printed parts. "
"\n"
"The surface heating might also be less precise near edges of the print "
"bed.\n"
"This allows you to optimize precise temperature control where it matters."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Printable x-size"
msgstr "Printable x-size"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Maximum calibrated and effective width of print bed."
msgstr "Maximum calibrated and effective width of print bed."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "This value must be smaller than **physical width** of the print bed.\n"
msgstr "This value must be smaller than **physical width** of the print bed.\n"
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Printable y-size"
msgstr "Printable y-size"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Maximum calibrated and usable height of print bed."
msgstr "Maximum calibrated and usable height of print bed."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "This value must be smaller than **physical height** of the print bed.\n"
msgstr "This value must be smaller than **physical height** of the print bed.\n"
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Printable depth"
msgstr "Printable depth"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Maximum calibrated and usable depth of print chamber."
msgstr "Maximum calibrated and usable depth of print chamber."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Printable x-diameter"
msgstr "Printable x-diameter"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Maximum calibrated and usable ellipsoid x-diameter of print bed. Set to zero "
"to to use just the rectangular area."
msgstr ""
"Maximum calibrated and usable ellipsoid x-diameter of print bed. Set to zero "
"to to use just the rectangular area."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "This value can be used to add rounded corners to the print bed. "
msgstr "This value can be used to add rounded corners to the print bed. "
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Printable y-diameter"
msgstr "Printable y-diameter"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Maximum calibrated and usable ellipsoid y-diameter of print bed. Set to zero "
"to to use just the rectangular area."
msgstr ""
"Maximum calibrated and usable ellipsoid y-diameter of print bed. Set to zero "
"to to use just the rectangular area."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Cut space will not be occupied by nested parts. \n"
"This helps to avoid placing parts near potential colder corners and helps to "
"avoid print failures. "
msgstr ""
"Cut space will not be occupied by nested parts. \n"
"This helps to avoid placing parts near potential colder corners and helps to "
"avoid print failures. "
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Top-left corner"
msgstr "Top-left corner"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Diagonal distance from the top-left corner of the print chamber to cut. Set "
"to zero for no cut corner."
msgstr ""
"Diagonal distance from the top-left corner of the print chamber to cut. Set "
"to zero for no cut corner."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Top-right corner"
msgstr "Top-right corner"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Diagonal distance from the top-right corner of the print chamber to cut. Set "
"to zero for no cut corner."
msgstr ""
"Diagonal distance from the top-right corner of the print chamber to cut. Set "
"to zero for no cut corner."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Bottom-left corner"
msgstr "Bottom-left corner"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Diagonal distance from the bottom-left corner of the print chamber to cut. "
"Set to zero for no cut corner."
msgstr ""
"Diagonal distance from the bottom-left corner of the print chamber to cut. "
"Set to zero for no cut corner."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Bottom-right corner"
msgstr "Bottom-right corner"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Diagonal distance from the bottom-right corner of the print chamber to cut. "
"Set to zero for no cut corner."
msgstr ""
"Diagonal distance from the bottom-right corner of the print chamber to cut. "
"Set to zero for no cut corner."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Layer thickness"
msgstr "Layer thickness"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Thickness of one printed layer."
msgstr "Thickness of one printed layer."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Surface thres."
msgstr "Surface thres."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Temperature threshold from which the heating of the chambers will include the "
"surface."
msgstr ""
"Temperature threshold from which the heating of the chambers will include the "
"surface."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Surface target"
msgstr "Surface target"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Temperature the surface of print bed is heated to. Set to zero to disable "
"surface heater."
msgstr ""
"Temperature the surface of print bed is heated to. Set to zero to disable "
"surface heater."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Can be overriden in corresponding print phases by `Layer target`, "
"`Preparation target`, `Cap target`. "
msgstr ""
"Can be overriden in corresponding print phases by `Layer target`, "
"`Preparation target`, `Cap target`. "
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Surface target 2"
msgstr "Surface target 2"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Temperature the surface of print bed is heated to after `Surface target time` "
"elapses. Set to zero to disable the second target."
msgstr ""
"Temperature the surface of print bed is heated to after `Surface target time` "
"elapses. Set to zero to disable the second target."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Surface target time"
msgstr "Surface target time"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Time from starting of the heating to set `Surface target 2`. Set to zero to "
"disable the second target."
msgstr ""
"Time from starting of the heating to set `Surface target 2`. Set to zero to "
"disable the second target."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Cool thres. 1"
msgstr "Cool thres. 1"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Temperature threshold to which the cooling will be performed on surface only."
msgstr ""
"Temperature threshold to which the cooling will be performed on surface only."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"After reaching the threshold, the print chamber and surface will be cooled "
"together."
msgstr ""
"After reaching the threshold, the print chamber and surface will be cooled "
"together."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Cool thres. 2"
msgstr "Cool thres. 2"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Temperature threshold to which the cooling will be performed on print chamber "
"and surface together."
msgstr ""
"Temperature threshold to which the cooling will be performed on print chamber "
"and surface together."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "After reaching the threshold, only the print chamber will be cooled."
msgstr "After reaching the threshold, only the print chamber will be cooled."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Cool rate 1"
msgstr "Cool rate 1"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Cooling rate before reaching `Cooling threshold 1`, for surface only."
msgstr "Cooling rate before reaching `Cooling threshold 1`, for surface only."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Cool rate 2"
msgstr "Cool rate 2"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Cooling rate before reaching `Cooling threshold 2`, for surface and print "
"chamber together."
msgstr ""
"Cooling rate before reaching `Cooling threshold 2`, for surface and print "
"chamber together."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Min cool time"
msgstr "Min cool time"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Minimum colling time after printing."
msgstr "Minimum colling time after printing."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"If you notice that the printed objects are deformed, this may be because the "
"cooling time was too low."
msgstr ""
"If you notice that the printed objects are deformed, this may be because the "
"cooling time was too low."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Cool time percent"
msgstr "Cool time percent"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Cooling time as a percentage of time spent in layer printing (i.e. not "
"including heating, `Bed Prepation` & `Print Cap`)."
msgstr ""
"Cooling time as a percentage of time spent in layer printing (i.e. not "
"including heating, `Bed Prepation` & `Print Cap`)."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Cool target"
msgstr "Cool target"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Target temperature for the cooling."
msgstr "Target temperature for the cooling."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "When reached, all the temperature elements will be turned off."
msgstr "When reached, all the temperature elements will be turned off."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Heat Hold"
msgstr "Heat Hold"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Holds the target temperature after cooling."
msgstr "Holds the target temperature after cooling."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Useful for materials like TPU that are post-processed best while "
"warm.\n"
"\n"
"Please note that the printer will need to keep running after the print Job, "
"until you manually stop it to eject the cake."
msgstr ""
"Useful for materials like TPU that are post-processed best while "
"warm.\n"
"\n"
"Please note that the printer will need to keep running after the print Job, "
"until you manually stop it to eject the cake."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Heat rate"
msgstr "Heat rate"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Heat rate the powder in both chambers is being heated at before printing."
msgstr ""
"Heat rate the powder in both chambers is being heated at before printing."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Surface rate"
msgstr "Surface rate"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Heat rate for the increasing the surface temperature while heating before "
"print."
msgstr ""
"Heat rate for the increasing the surface temperature while heating before "
"print."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Powder target"
msgstr "Powder target"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Target temperature the Powder Chamber and Powder Bed are being heated to "
"before printing. Set to zero to disable."
msgstr ""
"Target temperature the Powder Chamber and Powder Bed are being heated to "
"before printing. Set to zero to disable."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Print ch. target"
msgstr "Print ch. target"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Target temperature the Print Chamber is being heated to before printing. Set "
"to zero to disable."
msgstr ""
"Target temperature the Print Chamber is being heated to before printing. Set "
"to zero to disable."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Print bed target"
msgstr "Print bed target"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Target temperature the Print Bed is being heated to before printing. Please "
"note that the Print Surface has its own temperature target elsewhere (using "
"halogens). Set to zero to disable."
msgstr ""
"Target temperature the Print Bed is being heated to before printing. Please "
"note that the Print Surface has its own temperature target elsewhere (using "
"halogens). Set to zero to disable."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Analyse target"
msgstr "Analyse target"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Target temperature the surface when performing heating analysis."
msgstr "Target temperature the surface when performing heating analysis."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"This value should be near the target surface temperature actualy when "
"printing, but still safe to not to melt the powder."
msgstr ""
"This value should be near the target surface temperature actualy when "
"printing, but still safe to not to melt the powder."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Heat time"
msgstr "Heat time"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Minimum heating time before printing"
msgstr "Minimum heating time before printing"
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Print bed target 2"
msgstr "Print bed target 2"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Target temperature the print bed is linearly lowered to as it goes from L1 to "
"L2 printed thickness. Set to zero to disable lowering the bed temperature."
msgstr ""
"Target temperature the print bed is linearly lowered to as it goes from L1 to "
"L2 printed thickness. Set to zero to disable lowering the bed temperature."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Print bed depth L1"
msgstr "Print bed depth L1"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Thickness of printed layers (i.e. not including `Bed Preparation`) to start "
"decreasing print bed temperature to `Print bed target 2`. Set to zero to "
"disable lowering the bed temperature."
msgstr ""
"Thickness of printed layers (i.e. not including `Bed Preparation`) to start "
"decreasing print bed temperature to `Print bed target 2`. Set to zero to "
"disable lowering the bed temperature."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Print bed depth L2"
msgstr "Print bed depth L2"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Thickness of printed layers (i.e. not including `Bed Preparation`) to "
"decrease print bed temperature to `Print bed target 2`. Set to zero to "
"disable linear lowering and just to decrease in single step."
msgstr ""
"Thickness of printed layers (i.e. not including `Bed Preparation`) to "
"decrease print bed temperature to `Print bed target 2`. Set to zero to "
"disable linear lowering and just to decrease in single step."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Recoater PW bed speed"
msgstr "Recoater PW bed speed"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Relative value to increase (>100%) or decrease (<100%) the speed of the "
"recoater over the `Powder Bed`."
msgstr ""
"Relative value to increase (>100%) or decrease (<100%) the speed of the "
"recoater over the `Powder Bed`."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"This generally helps to get smoother surface if layers are thicker or powder "
"is stickier."
msgstr ""
"This generally helps to get smoother surface if layers are thicker or powder "
"is stickier."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Recoater PR bed speed"
msgstr "Recoater PR bed speed"
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Recoater passes"
msgstr "Recoater passes"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Specifies how many times the recoater should pass for one added layer."
msgstr "Specifies how many times the recoater should pass for one added layer."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Increasing this number from one can improve the layer smoothness for print "
"powders that are more sticky or have more variable particle size."
msgstr ""
"Increasing this number from one can improve the layer smoothness for print "
"powders that are more sticky or have more variable particle size."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Recoater distance"
msgstr "Recoater distance"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Maximum distance the recoater can travel from left to right to add new layer."
msgstr ""
"Maximum distance the recoater can travel from left to right to add new layer."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Some powders and setups may require attachments on the recoater which limit "
"the distance it can travel. Set to zero for printer defaults."
msgstr ""
"Some powders and setups may require attachments on the recoater which limit "
"the distance it can travel. Set to zero for printer defaults."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"How much powder will be recoated based on sintered area of previous layer."
msgstr ""
"How much powder will be recoated based on sintered area of previous layer."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"If set to zero, the value will be calculated automatically from `Sintered "
"factor`. Value of 100% corresponds to `Sintered factor` of 1.0."
msgstr ""
"If set to zero, the value will be calculated automatically from `Sintered "
"factor`. Value of 100% corresponds to `Sintered factor` of 1.0."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Powder volume"
msgstr "Powder volume"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Relative value to increase (>100%) or decrease (<100%) the volume of powder "
"added to be recoated for each layer."
msgstr ""
"Relative value to increase (>100%) or decrease (<100%) the volume of powder "
"added to be recoated for each layer."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Required volume is automatically calclated based on `Layer Thickness`, areas "
"of powder/print chambers and sintered area. This value is usually used to add "
"*some extra more* powder to ensure there is enough to recoat in all cases."
msgstr ""
"Required volume is automatically calclated based on `Layer Thickness`, areas "
"of powder/print chambers and sintered area. This value is usually used to add "
"*some extra more* powder to ensure there is enough to recoat in all cases."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Recoater shake"
msgstr "Recoater shake"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Relative percentual strength to perform extra shaking move with a recoater to "
"prevent powder buildup (on the recoater)."
msgstr ""
"Relative percentual strength to perform extra shaking move with a recoater to "
"prevent powder buildup (on the recoater)."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Some stickier powders might need this to ensure the printing surface is "
"smooth enough. Best is just to use 100% to enable or 0% to disable."
msgstr ""
"Some stickier powders might need this to ensure the printing surface is "
"smooth enough. Best is just to use 100% to enable or 0% to disable."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Layer target"
msgstr "Layer target"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Target temperature the print surface will be heated to just before printing a "
"layer. Set to zero to disable."
msgstr ""
"Target temperature the print surface will be heated to just before printing a "
"layer. Set to zero to disable."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "If not set, `Surface target` is used instead. "
msgstr "If not set, `Surface target` is used instead. "
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Layer extend"
msgstr "Layer extend"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Time delay between completed sinter layer and next recoat layer. Increasing "
"this value will give the powder some time to more evenly absorb the energu "
"from sintering."
msgstr ""
"Time delay between completed sinter layer and next recoat layer. Increasing "
"this value will give the powder some time to more evenly absorb the energu "
"from sintering."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Layer delay"
msgstr "Layer delay"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Time delay after recoat layer and the just before a next sinter layer."
msgstr "Time delay after recoat layer and the just before a next sinter layer."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Prep. target"
msgstr "Prep. target"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Target temperature the print surface will be heated to whem starting `Bed "
"Preparation` phase."
msgstr ""
"Target temperature the print surface will be heated to whem starting `Bed "
"Preparation` phase."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "If not set, `Surface target` is used instead. Set to zero to disable."
msgstr "If not set, `Surface target` is used instead. Set to zero to disable."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Prep. increase"
msgstr "Prep. increase"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Whether to gradually change the surface temperature during `Bed Preparation` "
"to `Layer target` (i.e. the surface temperature used for sintering)."
msgstr ""
"Whether to gradually change the surface temperature during `Bed Preparation` "
"to `Layer target` (i.e. the surface temperature used for sintering)."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"The gradual change starts at `Increase From Percent` and ends at `Increase To "
"Percent` of bed preparation phase. \n"
"Please note that this will be used only if auto-tuning is disabled (auto-"
"tuning changes the temperature based on more complex conditions)."
msgstr ""
"The gradual change starts at `Increase From Percent` and ends at `Increase To "
"Percent` of bed preparation phase. \n"
"Please note that this will be used only if auto-tuning is disabled (auto-"
"tuning changes the temperature based on more complex conditions)."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Prep. increase from"
msgstr "Prep. increase from"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Percentual progress of `Bed Preparation` to start changing temperature to "
"`Layer target` (i.e. the surface temperature used for sintering)."
msgstr ""
"Percentual progress of `Bed Preparation` to start changing temperature to "
"`Layer target` (i.e. the surface temperature used for sintering)."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Prep. increase to"
msgstr "Prep. increase to"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Percentual progress of `Bed Preparation` to end changing temperature to "
"`Layer target` (i.e. the surface temperature used for sintering)."
msgstr ""
"Percentual progress of `Bed Preparation` to end changing temperature to "
"`Layer target` (i.e. the surface temperature used for sintering)."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Prep. delay"
msgstr "Prep. delay"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Delay the `Bed Preparation` print surface temperature will be left to settle "
"just before adding next layer."
msgstr ""
"Delay the `Bed Preparation` print surface temperature will be left to settle "
"just before adding next layer."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Prep. thickness"
msgstr "Prep. thickness"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Total thickness of `Bed Preparation` layers"
msgstr "Total thickness of `Bed Preparation` layers"
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Prep. extra count"
msgstr "Prep. extra count"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Number of first extra thick layers of `Bed Preparation`."
msgstr "Number of first extra thick layers of `Bed Preparation`."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"If the set temperatures a powder type has chance that the recoater can "
"scratch the first layers of `Bed Preparation`, set this above zero."
msgstr ""
"If the set temperatures a powder type has chance that the recoater can "
"scratch the first layers of `Bed Preparation`, set this above zero."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Prep. extra thick"
msgstr "Prep. extra thick"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Multiplier for `Layer Thickness` to increase it during first layers of `Bed "
"Preparation`."
msgstr ""
"Multiplier for `Layer Thickness` to increase it during first layers of `Bed "
"Preparation`."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Cap target"
msgstr "Cap target"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Target temperature the print surface will be heated to in `Print Cap` phase. "
"Set to zero to disable."
msgstr ""
"Target temperature the print surface will be heated to in `Print Cap` phase. "
"Set to zero to disable."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Cap delay"
msgstr "Cap delay"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Delay the `Print Cap` surface temperature will be left to settle just before "
"adding next layer."
msgstr ""
"Delay the `Print Cap` surface temperature will be left to settle just before "
"adding next layer."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Cap thickness"
msgstr "Cap thickness"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Total thickness of `Print Cap` layers."
msgstr "Total thickness of `Print Cap` layers."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Total energy"
msgstr "Total energy"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Scales all used energy densities for sintering (outlines, fill, increase)."
msgstr ""
"Scales all used energy densities for sintering (outlines, fill, increase)."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Has a same effect as editing all the energy density values, but provided for "
"convinience as a single value so you dont need to scale them individually."
msgstr ""
"Has a same effect as editing all the energy density values, but provided for "
"convinience as a single value so you dont need to scale them individually."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Laser ON power"
msgstr "Laser ON power"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Percentage of the rated laser output when the beam is actively sintering."
msgstr ""
"Percentage of the rated laser output when the beam is actively sintering."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Setting this value below 100% causes the laser to output at lower wattage, "
"but still ensures that the Energy Densities set in the profile are respected, "
"by slowing down scanning (sintering) speed correspondingly."
msgstr ""
"Setting this value below 100% causes the laser to output at lower wattage, "
"but still ensures that the Energy Densities set in the profile are respected, "
"by slowing down scanning (sintering) speed correspondingly."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Please note that before this value is used it is scaled by the property "
"`Total energy` and a value from the Job object."
msgstr ""
"Please note that before this value is used it is scaled by the property "
"`Total energy` and a value from the Job object."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Enter energy for each of the outlines separated by spaces. If the number of "
"values is less than total number of outlines, the last entered value will be "
"repeated.\n"
"If a partiular value is zero, that outline will be skipped.\n"
msgstr ""
"Enter energy for each of the outlines separated by spaces. If the number of "
"values is less than total number of outlines, the last entered value will be "
"repeated.\n"
"If a partiular value is zero, that outline will be skipped.\n"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Represents a value that would be increased in total if physical area of the "
"chamber (not the effective area) was filled to all **physical depth** with "
"30% sintering density.\n"
msgstr ""
"Represents a value that would be increased in total if physical area of the "
"chamber (not the effective area) was filled to all **physical depth** with "
"30% sintering density.\n"
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Outline count"
msgstr "Outline count"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Number of printed outlines."
msgstr "Number of printed outlines."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Skipped outlines"
msgstr "Skipped outlines"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Number of inner outlines that will overlapped with fill."
msgstr "Number of inner outlines that will overlapped with fill."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Fill enabled"
msgstr "Fill enabled"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Whether to fill the insides of the objects in the outlined area."
msgstr "Whether to fill the insides of the objects in the outlined area."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Hotspot overlap"
msgstr "Hotspot overlap"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Percentual overlap of the sintering beam when filling and printing outlines."
msgstr ""
"Percentual overlap of the sintering beam when filling and printing outlines."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Sintered factor"
msgstr "Sintered factor"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Specifies how times is a sintered part denser over raw powder."
msgstr "Specifies how times is a sintered part denser over raw powder."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"This is normally indirecly used to calculate how much powder is required for "
"the job.\n"
"The actual amount of powder required and used for sintered parts can also be "
"overriden by `Sintered volume`."
msgstr ""
"This is normally indirecly used to calculate how much powder is required for "
"the job.\n"
"The actual amount of powder required and used for sintered parts can also be "
"overriden by `Sintered volume`."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Heating recoater start"
msgstr "Heating recoater start"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Starting temperature where extra recoater moves will be run during heating. "
"Set to zero to disable."
msgstr ""
"Starting temperature where extra recoater moves will be run during heating. "
"Set to zero to disable."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Heating recoater end"
msgstr "Heating recoater end"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Ending temperature where extra recoater moves will be run during heating. Set "
"to zero to end at the same time as heating completes."
msgstr ""
"Ending temperature where extra recoater moves will be run during heating. Set "
"to zero to end at the same time as heating completes."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Heating recoater period"
msgstr "Heating recoater period"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Period of recoater moves during heating. Set to zero to disable."
msgstr "Period of recoater moves during heating. Set to zero to disable."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Shrinkage correction"
msgstr "Shrinkage correction"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Determines used type of shrinkage correction used for printing."
msgstr "Determines used type of shrinkage correction used for printing."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"The corresponding values should compensate for printed object shrinkage due "
"to cooling. \n"
"* `None` does no correction\n"
"* `Standard` uses single set of values over the whole chamber."
msgstr ""
"The corresponding values should compensate for printed object shrinkage due "
"to cooling. \n"
"* `None` does no correction\n"
"* `Standard` uses single set of values over the whole chamber."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Set to 1 for same precision as fill and increase to increase precision and "
"decrease speed."
msgstr ""
"Set to 1 for same precision as fill and increase to increase precision and "
"decrease speed."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Outline power inc."
msgstr "Outline power inc."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Increases `Laser ON power` for outlines."
msgstr "Increases `Laser ON power` for outlines."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"This power increase is **not taken** into account when working with energy "
"density, so it does not affect scanning speed. \n"
"Main purpose for this field is cooperation with `Outline precision` which "
"decreases laser power and scanning speed by a given factor and this value can "
"increase some percentual laser power back, but in this case without affecting "
"scanning speed.\n"
"\n"
"Note that the resulting power cannot exceed 100%."
msgstr ""
"This power increase is **not taken** into account when working with energy "
"density, so it does not affect scanning speed. \n"
"Main purpose for this field is cooperation with `Outline precision` which "
"decreases laser power and scanning speed by a given factor and this value can "
"increase some percentual laser power back, but in this case without affecting "
"scanning speed.\n"
"\n"
"Note that the resulting power cannot exceed 100%."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Load powder step"
msgstr "Load powder step"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Depth of loaded powder in each step in the `Print Wizard`. Set to zero to let "
"the user to add all the powder at once."
msgstr ""
"Depth of loaded powder in each step in the `Print Wizard`. Set to zero to let "
"the user to add all the powder at once."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "This is to prevent dusting when pouring large amount of powder at once."
msgstr "This is to prevent dusting when pouring large amount of powder at once."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Shrinkage"
msgstr "Shrinkage"
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Use Soft Heater"
msgstr "Use Soft Heater"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Whether to enable `Soft Surface Heater` for heating the surface."
msgstr "Whether to enable `Soft Surface Heater` for heating the surface."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Enabling this will require you to also set `Soft Heater profile` file. \n"
"\n"
"It is highly recommended to use this feature. \n"
"Heating will not be precise enough for majority of powders with this feature "
"disabled."
msgstr ""
"Enabling this will require you to also set `Soft Heater profile` file. \n"
"\n"
"It is highly recommended to use this feature. \n"
"Heating will not be precise enough for majority of powders with this feature "
"disabled."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Soft Heater profile"
msgstr "Soft Heater profile"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Analysis filename for `Soft Surface Heater` to use for heating the surface."
msgstr ""
"Analysis filename for `Soft Surface Heater` to use for heating the surface."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Auto Tuning"
msgstr "Auto Tuning"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Enables auto tuning of surface temperatures during `Bed Preparation` phase."
msgstr ""
"Enables auto tuning of surface temperatures during `Bed Preparation` phase."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"This process gradually increases surface temperature and tries to auto detect "
"when the powder changes properties. \n"
"It then sets the surface temperature for the rest of the job based on this "
"value. See `Auto Tuning Offset` on how the final temperatures are "
"calculated.\n"
"\n"
"Note that even if this option is enabled, you can still disable it in Print "
"Wizard. "
msgstr ""
"This process gradually increases surface temperature and tries to auto detect "
"when the powder changes properties. \n"
"It then sets the surface temperature for the rest of the job based on this "
"value. See `Auto Tuning Offset` on how the final temperatures are "
"calculated.\n"
"\n"
"Note that even if this option is enabled, you can still disable it in Print "
"Wizard. "
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Auto Tuning Expected"
msgstr "Auto Tuning Expected"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Expected surface temperature where Auto Tuning procedure will detect changes."
msgstr ""
"Expected surface temperature where Auto Tuning procedure will detect changes."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"This is used only when the Auto-Tuning is started for purposes of Thermo "
"Camera calibration."
msgstr ""
"This is used only when the Auto-Tuning is started for purposes of Thermo "
"Camera calibration."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Auto Tuning Max"
msgstr "Auto Tuning Max"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Maximum surface temperature the Auto Tuning procedure will attempt to set."
msgstr ""
"Maximum surface temperature the Auto Tuning procedure will attempt to set."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Auto Tuning Threshold"
msgstr "Auto Tuning Threshold"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Percentual threshold to auto detect changes in powder."
msgstr "Percentual threshold to auto detect changes in powder."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"This value should be determined empirically for powder type and color. Larger "
"the value, the less sensitive will the auto detection be."
msgstr ""
"This value should be determined empirically for powder type and color. Larger "
"the value, the less sensitive will the auto detection be."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Auto Tuning Offset"
msgstr "Auto Tuning Offset"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Temperature offset to calculate the surface temperature for printing."
msgstr "Temperature offset to calculate the surface temperature for printing."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"When Auto Tuning detects changes in powder at a specific surface temperature, "
"it subtracts this value to produce final surface values for the rest of the "
"job."
msgstr ""
"When Auto Tuning detects changes in powder at a specific surface temperature, "
"it subtracts this value to produce final surface values for the rest of the "
"job."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Auto Tuning Thickness"
msgstr "Auto Tuning Thickness"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Multiplier for `Layer Thickness` to increase it during Auto Tuning."
msgstr "Multiplier for `Layer Thickness` to increase it during Auto Tuning."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Auto Tuning Step"
msgstr "Auto Tuning Step"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"How much to increase the surface temperature in each step of the Auto Tuning "
"process."
msgstr ""
"How much to increase the surface temperature in each step of the Auto Tuning "
"process."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Z compensation"
msgstr "Z compensation"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Extra distance the Z1 and Z2 axes move back and forth."
msgstr "Extra distance the Z1 and Z2 axes move back and forth."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"When new layers are added or Z1 or Z2 axes moves away for recoater move, an "
"additonal Z move of this distance is added. This mostly compensates for any "
"mechanical tolerances in Z1 and Z2 axis. Larger this value is more *print "
"chamber rim* appears on the print bed, the less this value is, less "
"tolerances are compensated. Generally good value is somewhere between 500-"
"2000."
msgstr ""
"When new layers are added or Z1 or Z2 axes moves away for recoater move, an "
"additonal Z move of this distance is added. This mostly compensates for any "
"mechanical tolerances in Z1 and Z2 axis. Larger this value is more *print "
"chamber rim* appears on the print bed, the less this value is, less "
"tolerances are compensated. Generally good value is somewhere between 500-"
"2000."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Maximum percentual power that can be set to halogens."
msgstr "Maximum percentual power that can be set to halogens."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Setting this value below 100% may produce more even surface heating when the "
"target temperature is relatively low, but setting this value too low might "
"cause that the target temperatures will not be reachable."
msgstr ""
"Setting this value below 100% may produce more even surface heating when the "
"target temperature is relatively low, but setting this value too low might "
"cause that the target temperatures will not be reachable."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Material"
msgstr "Material"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Selects the primary material the powder for this print profile is made of."
msgstr ""
"Selects the primary material the powder for this print profile is made of."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"This value has effect on some user interface steps since for example TPU "
"needs some physical adjustments to the printer before use."
msgstr ""
"This value has effect on some user interface steps since for example TPU "
"needs some physical adjustments to the printer before use."
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Must not be more than `Heat time`"
msgstr "Must not be more than `Heat time`"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Must be larger than `From Percent`"
msgstr "Must be larger than `From Percent`"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Soft heater analysis file does not exist"
msgstr "Soft heater analysis file does not exist"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid "Cannot enable Auto Tuning without Prep. Target"
msgstr "Cannot enable Auto Tuning without Prep. Target"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Cannot enable Auto Tuning with Max Temperature less or equal to Prep. Target"
msgstr ""
"Cannot enable Auto Tuning with Max Temperature less or equal to Prep. Target"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfile.cs
msgid ""
"Cannot enable Auto Tuning with Max Temperature less or equal to Expected "
"Detection Temperature"
msgstr ""
"Cannot enable Auto Tuning with Max Temperature less or equal to Expected "
"Detection Temperature"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfileShrinkageCorrectionStandard.cs
msgid ""
"Set to 100% to keep the original size, greater than 100% to increase the "
"printed size, or lesser than 100% for size reduction. Correct value should "
"probably be slightly above 100% to increase the size of printed object, which "
"will than shrink to the intended size during cooling."
msgstr ""
"Set to 100% to keep the original size, greater than 100% to increase the "
"printed size, or lesser than 100% for size reduction. Correct value should "
"probably be slightly above 100% to increase the size of printed object, which "
"will than shrink to the intended size during cooling."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfileShrinkageCorrectionStandard.cs
msgid "Shrinkage ¹⁰⁰⁄ X"
msgstr "Shrinkage ¹⁰⁰⁄ X"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfileShrinkageCorrectionStandard.cs
msgid "Affects size of printed objects along print chamber X axis."
msgstr "Affects size of printed objects along print chamber X axis."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfileShrinkageCorrectionStandard.cs
msgid "Shrinkage ¹⁰⁰⁄ Y"
msgstr "Shrinkage ¹⁰⁰⁄ Y"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfileShrinkageCorrectionStandard.cs
msgid "Affects size of printed objects along print chamber Y axis."
msgstr "Affects size of printed objects along print chamber Y axis."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfileShrinkageCorrectionStandard.cs
msgid "Shrinkage ¹⁰⁰⁄ Z"
msgstr "Shrinkage ¹⁰⁰⁄ Z"
#: SLS4All.Compact.Storage/Storage/PrintProfiles/PrintProfileShrinkageCorrectionStandard.cs
msgid "Affects size of printed objects along print chamber Z axis."
msgstr "Affects size of printed objects along print chamber Z axis."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Result"
msgstr "Result"
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Resulting status of the print session."
msgstr "Resulting status of the print session."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Started at"
msgstr "Started at"
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Time at which the session was started."
msgstr "Time at which the session was started."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Completed at"
msgstr "Completed at"
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Time at which the session was completed."
msgstr "Time at which the session was completed."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Duration"
msgstr "Duration"
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Time the session has took to complete."
msgstr "Time the session has took to complete."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Cooling time"
msgstr "Cooling time"
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Time spent in cooling."
msgstr "Time spent in cooling."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Heating time"
msgstr "Heating time"
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Time spent in pre-heating"
msgstr "Time spent in pre-heating"
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Objects time"
msgstr "Objects time"
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Time spent in object layer printing."
msgstr "Time spent in object layer printing."
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Approximate total volume of sintered powder."
msgstr "Approximate total volume of sintered powder."
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Aproximate total volume of used powder."
msgstr "Aproximate total volume of used powder."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Powder depth"
msgstr "Powder depth"
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Depth of powder inserted to powder chamber."
msgstr "Depth of powder inserted to powder chamber."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Print depth"
msgstr "Print depth"
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Final depth of print chamber cake."
msgstr "Final depth of print chamber cake."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Print volume"
msgstr "Print volume"
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Approximate final volume of print chamber cake."
msgstr "Approximate final volume of print chamber cake."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Application version"
msgstr "Application version"
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Version of the **SLS4All Compact** software the session was printed on."
msgstr "Version of the **SLS4All Compact** software the session was printed on."
# Keep short
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid "Error"
msgstr "Error"
#: SLS4All.Compact.Storage/Storage/PrintSessions/PrintSessionDetail.cs
msgid ""
"Detailed description of any error that may have occurred during the session."
msgstr ""
"Detailed description of any error that may have occurred during the session."
# Keep short
#: SLS4All.Compact.Storage/Storage/RemotePrinters/RemotePrinter.cs
msgid "Id"
msgstr "Id"
# Keep short
#: SLS4All.Compact.Storage/Storage/RemotePrinters/RemotePrinter.cs
msgid "Name"
msgstr "Name"
#: SLS4All.Compact.Storage/Storage/RemotePrinters/RemotePrinter.cs
msgid "Name of the printer to appear in lists and selections."
msgstr "Name of the printer to appear in lists and selections."
# Keep short
#: SLS4All.Compact.Storage/Storage/RemotePrinters/RemotePrinter.cs
msgid "Hide"
msgstr "Hide"
#: SLS4All.Compact.Storage/Storage/RemotePrinters/RemotePrinter.cs
msgid ""
"Hide this printer from lists that allow you to send and receive from this "
"printer."
msgstr ""
"Hide this printer from lists that allow you to send and receive from this "
"printer."
# Keep short
#: SLS4All.Compact.Storage/Storage/RemotePrinters/RemotePrinter.cs
msgid "Password"
msgstr "Password"
#: SLS4All.Compact.Storage/Storage/RemotePrinters/RemotePrinter.cs
msgid "Web password of the printer, if the printer has one set."
msgstr "Web password of the printer, if the printer has one set."
# Keep short
#: SLS4All.Compact.Storage/Storage/RemotePrinters/RemotePrinter.cs
msgid "Address"
msgstr "Address"
#: SLS4All.Compact.Storage/Storage/RemotePrinters/RemotePrinter.cs
msgid ""
"Address of the printer. This should be the same address you use to access the "
"printer over a network."
msgstr ""
"Address of the printer. This should be the same address you use to access the "
"printer over a network."
# Keep short
#: SLS4All.Compact.Storage/Storage/RemotePrinters/RemotePrinter.cs
msgid "Secondary"
msgstr "Secondary"
#: SLS4All.Compact.Storage/Storage/RemotePrinters/RemotePrinter.cs
msgid ""
"This can be useful if the printer is also accessible over another address, "
"for example via remote proxy over the internet. \n"
"In that case the software will internally try the primary address first, and "
"if that fails it will fall back to the secondary address."
msgstr ""
"This can be useful if the printer is also accessible over another address, "
"for example via remote proxy over the internet. \n"
"In that case the software will internally try the primary address first, and "
"if that fails it will fall back to the secondary address."
|