forked from slic3r/Slic3r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
en_US.po
2093 lines (1763 loc) · 78.3 KB
/
en_US.po
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
msgid ""
msgstr ""
"Project-Id-Version: Slic3r\n"
"POT-Creation-Date: 2017-03-29 00:02-0600\n"
"PO-Revision-Date: 2017-03-29 00:08-0600\n"
"Last-Translator: \n"
"Language-Team: Joseph Lenox <lenox.joseph@gmail.com>\n"
"Language: en_US\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.6.10\n"
"X-Poedit-Basepath: ../\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __TRANS;__\n"
"X-Poedit-SearchPath-0: xs/src/libslic3r\n"
"X-Poedit-SearchPath-1: xs/xrc/slic3r/GUI\n"
"X-Poedit-SearchPath-2: xs/xrc/slic3r\n"
#: xs/src/libslic3r/PrintConfig.cpp:18
msgid "Rectilinear"
msgstr "Rectilinear"
#: xs/src/libslic3r/PrintConfig.cpp:19
msgid "Concentric"
msgstr "Concentric"
#: xs/src/libslic3r/PrintConfig.cpp:20
msgid "Hilbert Curve"
msgstr "Hilbert Curve"
#: xs/src/libslic3r/PrintConfig.cpp:21
msgid "Archimedean Chords"
msgstr "Archimedean Chords"
#: xs/src/libslic3r/PrintConfig.cpp:22
msgid "Octagram Spiral"
msgstr "Octagram Spiral"
#: xs/src/libslic3r/PrintConfig.cpp:27
msgid "Avoid crossing perimeters"
msgstr "Avoid crossing perimeters"
#: xs/src/libslic3r/PrintConfig.cpp:28 xs/src/libslic3r/PrintConfig.cpp:77
#: xs/src/libslic3r/PrintConfig.cpp:252 xs/src/libslic3r/PrintConfig.cpp:259
#: xs/src/libslic3r/PrintConfig.cpp:544 xs/src/libslic3r/PrintConfig.cpp:712
#: xs/src/libslic3r/PrintConfig.cpp:726 xs/src/libslic3r/PrintConfig.cpp:820
#: xs/src/libslic3r/PrintConfig.cpp:842 xs/src/libslic3r/PrintConfig.cpp:900
#: xs/src/libslic3r/PrintConfig.cpp:1080 xs/src/libslic3r/PrintConfig.cpp:1230
#: xs/src/libslic3r/PrintConfig.cpp:1442 xs/src/libslic3r/PrintConfig.cpp:1503
msgid "Layers and Perimeters"
msgstr "Layers and Perimeters"
#: xs/src/libslic3r/PrintConfig.cpp:29
msgid ""
"Optimize travel moves in order to minimize the crossing of perimeters. This "
"is mostly useful with Bowden extruders which suffer from oozing. This "
"feature slows down both the print and the G-code generation."
msgstr ""
"Optimize travel moves in order to minimize the crossing of perimeters. This "
"is mostly useful with Bowden extruders which suffer from oozing. This "
"feature slows down both the print and the G-code generation."
#: xs/src/libslic3r/PrintConfig.cpp:34
msgid "Bed shape"
msgstr "Bed shape"
#: xs/src/libslic3r/PrintConfig.cpp:44
msgid "Has heated bed"
msgstr "Has heated bed"
#: xs/src/libslic3r/PrintConfig.cpp:45
msgid ""
"Unselecting this will suppress automatic generation of bed heating gcode."
msgstr ""
"Unselecting this will suppress automatic generation of bed heating gcode."
#: xs/src/libslic3r/PrintConfig.cpp:50 xs/src/libslic3r/PrintConfig.cpp:1428
msgid "Other layers"
msgstr "Other layers"
#: xs/src/libslic3r/PrintConfig.cpp:51
msgid "Bed temperature for layers after the first one."
msgstr "Bed temperature for layers after the first one."
#: xs/src/libslic3r/PrintConfig.cpp:53
msgid "Bed temperature"
msgstr "Bed temperature"
#: xs/src/libslic3r/PrintConfig.cpp:59
msgid "Before layer change G-code"
msgstr "Before layer change G-code"
#: xs/src/libslic3r/PrintConfig.cpp:60
msgid ""
"This custom code is inserted at every layer change, right before the Z move. "
"Note that you can use placeholder variables for all Slic3r settings as well "
"as [layer_num] and [layer_z]."
msgstr ""
"This custom code is inserted at every layer change, right before the Z move. "
"Note that you can use placeholder variables for all Slic3r settings as well "
"as [layer_num] and [layer_z]."
#: xs/src/libslic3r/PrintConfig.cpp:68 xs/src/libslic3r/PrintConfig.cpp:76
msgid "Bottom"
msgstr "Bottom"
#: xs/src/libslic3r/PrintConfig.cpp:69
msgid "Bottom infill pattern"
msgstr "Bottom infill pattern"
#: xs/src/libslic3r/PrintConfig.cpp:70 xs/src/libslic3r/PrintConfig.cpp:216
#: xs/src/libslic3r/PrintConfig.cpp:425 xs/src/libslic3r/PrintConfig.cpp:437
#: xs/src/libslic3r/PrintConfig.cpp:475 xs/src/libslic3r/PrintConfig.cpp:482
#: xs/src/libslic3r/PrintConfig.cpp:624 xs/src/libslic3r/PrintConfig.cpp:634
#: xs/src/libslic3r/PrintConfig.cpp:651 xs/src/libslic3r/PrintConfig.cpp:664
#: xs/src/libslic3r/PrintConfig.cpp:671 xs/src/libslic3r/PrintConfig.cpp:686
#: xs/src/libslic3r/PrintConfig.cpp:1168 xs/src/libslic3r/PrintConfig.cpp:1185
#: xs/src/libslic3r/PrintConfig.cpp:1482
msgid "Infill"
msgstr "Infill"
#: xs/src/libslic3r/PrintConfig.cpp:71
msgid ""
"Infill pattern for bottom layers. This only affects the external visible "
"layer, and not its adjacent solid shells."
msgstr ""
"Infill pattern for bottom layers. This only affects the external visible "
"layer, and not its adjacent solid shells."
#: xs/src/libslic3r/PrintConfig.cpp:78
msgid "Number of solid layers to generate on bottom surfaces."
msgstr "Number of solid layers to generate on bottom surfaces."
#: xs/src/libslic3r/PrintConfig.cpp:80
msgid "Bottom solid layers"
msgstr "Bottom solid layers"
#: xs/src/libslic3r/PrintConfig.cpp:85
msgid "Bridge"
msgstr "Bridge"
#: xs/src/libslic3r/PrintConfig.cpp:86 xs/src/libslic3r/PrintConfig.cpp:160
#: xs/src/libslic3r/PrintConfig.cpp:514 xs/src/libslic3r/PrintConfig.cpp:625
#: xs/src/libslic3r/PrintConfig.cpp:857
msgid "Speed > Acceleration"
msgstr "Speed > Acceleration"
#: xs/src/libslic3r/PrintConfig.cpp:87
msgid ""
"This is the acceleration your printer will use for bridges. Set zero to "
"disable acceleration control for bridges."
msgstr ""
"This is the acceleration your printer will use for bridges. Set zero to "
"disable acceleration control for bridges."
#: xs/src/libslic3r/PrintConfig.cpp:94
msgid "Bridges fan speed"
msgstr "Bridges fan speed"
#: xs/src/libslic3r/PrintConfig.cpp:95
msgid "This fan speed is enforced during all bridges and overhangs."
msgstr "This fan speed is enforced during all bridges and overhangs."
#: xs/src/libslic3r/PrintConfig.cpp:103
msgid "Bridge flow ratio"
msgstr "Bridge flow ratio"
#: xs/src/libslic3r/PrintConfig.cpp:104 xs/src/libslic3r/PrintConfig.cpp:147
#: xs/src/libslic3r/PrintConfig.cpp:678 xs/src/libslic3r/PrintConfig.cpp:1559
msgid "Advanced"
msgstr "Advanced"
#: xs/src/libslic3r/PrintConfig.cpp:105
msgid ""
"This factor affects the amount of plastic for bridging. You can decrease it "
"slightly to pull the extrudates and prevent sagging, although default "
"settings are usually good and you should experiment with cooling (use a fan) "
"before tweaking this."
msgstr ""
"This factor affects the amount of plastic for bridging. You can decrease it "
"slightly to pull the extrudates and prevent sagging, although default "
"settings are usually good and you should experiment with cooling (use a fan) "
"before tweaking this."
#: xs/src/libslic3r/PrintConfig.cpp:111
msgid "Bridges"
msgstr "Bridges"
#: xs/src/libslic3r/PrintConfig.cpp:113 xs/src/libslic3r/PrintConfig.cpp:240
#: xs/src/libslic3r/PrintConfig.cpp:553 xs/src/libslic3r/PrintConfig.cpp:576
#: xs/src/libslic3r/PrintConfig.cpp:688 xs/src/libslic3r/PrintConfig.cpp:744
#: xs/src/libslic3r/PrintConfig.cpp:753 xs/src/libslic3r/PrintConfig.cpp:888
#: xs/src/libslic3r/PrintConfig.cpp:1067 xs/src/libslic3r/PrintConfig.cpp:1105
#: xs/src/libslic3r/PrintConfig.cpp:1156 xs/src/libslic3r/PrintConfig.cpp:1209
#: xs/src/libslic3r/PrintConfig.cpp:1491 xs/src/libslic3r/PrintConfig.cpp:1512
msgid "Speed"
msgstr "Speed"
#: xs/src/libslic3r/PrintConfig.cpp:114
msgid "Speed for printing bridges."
msgstr "Speed for printing bridges."
#: xs/src/libslic3r/PrintConfig.cpp:124
msgid "Brim connections width"
msgstr "Brim connections width"
#: xs/src/libslic3r/PrintConfig.cpp:125 xs/src/libslic3r/PrintConfig.cpp:134
#: xs/src/libslic3r/PrintConfig.cpp:701 xs/src/libslic3r/PrintConfig.cpp:779
#: xs/src/libslic3r/PrintConfig.cpp:1118 xs/src/libslic3r/PrintConfig.cpp:1127
#: xs/src/libslic3r/PrintConfig.cpp:1135
msgid "Skirt and brim"
msgstr "Skirt and brim"
#: xs/src/libslic3r/PrintConfig.cpp:126
msgid ""
"If set to a positive value, straight connections will be built on the first "
"layer between adjacent objects."
msgstr ""
"If set to a positive value, straight connections will be built on the first "
"layer between adjacent objects."
#: xs/src/libslic3r/PrintConfig.cpp:133
msgid "Exterior brim width"
msgstr "Exterior brim width"
#: xs/src/libslic3r/PrintConfig.cpp:135
msgid ""
"Horizontal width of the brim that will be printed around each object on the "
"first layer."
msgstr ""
"Horizontal width of the brim that will be printed around each object on the "
"first layer."
#: xs/src/libslic3r/PrintConfig.cpp:142
msgid "Compatible printers"
msgstr "Compatible printers"
#: xs/src/libslic3r/PrintConfig.cpp:146
msgid "Complete individual objects"
msgstr "Complete individual objects"
#: xs/src/libslic3r/PrintConfig.cpp:148
msgid ""
"When printing multiple objects or copies, this feature will complete each "
"object before moving onto next one (and starting it from its bottom layer). "
"This feature is useful to avoid the risk of ruined prints. Slic3r should "
"warn and prevent you from extruder collisions, but beware."
msgstr ""
"When printing multiple objects or copies, this feature will complete each "
"object before moving onto next one (and starting it from its bottom layer). "
"This feature is useful to avoid the risk of ruined prints. Slic3r should "
"warn and prevent you from extruder collisions, but beware."
#: xs/src/libslic3r/PrintConfig.cpp:153
msgid "Enable auto cooling"
msgstr "Enable auto cooling"
#: xs/src/libslic3r/PrintConfig.cpp:154
msgid ""
"This flag enables the automatic cooling logic that adjusts print speed and "
"fan speed according to layer printing time."
msgstr ""
"This flag enables the automatic cooling logic that adjusts print speed and "
"fan speed according to layer printing time."
#: xs/src/libslic3r/PrintConfig.cpp:159
msgid "Default"
msgstr "Default"
#: xs/src/libslic3r/PrintConfig.cpp:161
msgid ""
"This is the acceleration your printer will be reset to after the role-"
"specific acceleration values are used (perimeter/infill). Set zero to "
"prevent resetting acceleration at all."
msgstr ""
"This is the acceleration your printer will be reset to after the role-"
"specific acceleration values are used (perimeter/infill). Set zero to "
"prevent resetting acceleration at all."
#: xs/src/libslic3r/PrintConfig.cpp:168
msgid "Disable fan for the first"
msgstr "Disable fan for the first"
#: xs/src/libslic3r/PrintConfig.cpp:169
msgid ""
"This disables the fan completely for the first N layers "
"to aid in the adhesion of media to the bed. (default 3)"
msgstr ""
"This disables the fan completely for the first N layers "
"to aid in the adhesion of media to the bed. (default 3)"
#: xs/src/libslic3r/PrintConfig.cpp:170
msgid "layers"
msgstr "layers"
#: xs/src/libslic3r/PrintConfig.cpp:177
msgid "Don't support bridges"
msgstr "Don't support bridges"
#: xs/src/libslic3r/PrintConfig.cpp:178 xs/src/libslic3r/PrintConfig.cpp:933
#: xs/src/libslic3r/PrintConfig.cpp:942 xs/src/libslic3r/PrintConfig.cpp:1270
#: xs/src/libslic3r/PrintConfig.cpp:1277 xs/src/libslic3r/PrintConfig.cpp:1287
#: xs/src/libslic3r/PrintConfig.cpp:1295 xs/src/libslic3r/PrintConfig.cpp:1308
#: xs/src/libslic3r/PrintConfig.cpp:1325 xs/src/libslic3r/PrintConfig.cpp:1346
#: xs/src/libslic3r/PrintConfig.cpp:1355 xs/src/libslic3r/PrintConfig.cpp:1367
#: xs/src/libslic3r/PrintConfig.cpp:1379 xs/src/libslic3r/PrintConfig.cpp:1395
#: xs/src/libslic3r/PrintConfig.cpp:1406 xs/src/libslic3r/PrintConfig.cpp:1408
#: xs/src/libslic3r/PrintConfig.cpp:1419
msgid "Support material"
msgstr "Support material"
#: xs/src/libslic3r/PrintConfig.cpp:179
msgid ""
"Experimental option for preventing support material from being generated "
"under bridged areas."
msgstr ""
"Experimental option for preventing support material from being generated "
"under bridged areas."
#: xs/src/libslic3r/PrintConfig.cpp:184
msgid "Distance between copies"
msgstr "Distance between copies"
#: xs/src/libslic3r/PrintConfig.cpp:185
msgid "Distance used for the auto-arrange feature of the plater."
msgstr "Distance used for the auto-arrange feature of the plater."
#: xs/src/libslic3r/PrintConfig.cpp:193 xs/src/libslic3r/PrintConfig.cpp:202
msgid "End G-code"
msgstr "End G-code"
#: xs/src/libslic3r/PrintConfig.cpp:194
msgid ""
"This end procedure is inserted at the end of the output file. Note that you "
"can use placeholder variables for all Slic3r settings."
msgstr ""
"This end procedure is inserted at the end of the output file. Note that you "
"can use placeholder variables for all Slic3r settings."
#: xs/src/libslic3r/PrintConfig.cpp:203
msgid ""
"This end procedure is inserted at the end of the output file, before the "
"printer end gcode. Note that you can use placeholder variables for all "
"Slic3r settings. If you have multiple extruders, the gcode is processed in "
"extruder order."
msgstr ""
"This end procedure is inserted at the end of the output file, before the "
"printer end gcode. Note that you can use placeholder variables for all "
"Slic3r settings. If you have multiple extruders, the gcode is processed in "
"extruder order."
#: xs/src/libslic3r/PrintConfig.cpp:215
msgid "Top/bottom fill pattern"
msgstr "Top/bottom fill pattern"
#: xs/src/libslic3r/PrintConfig.cpp:217
msgid ""
"Fill pattern for top/bottom infill. This only affects the external visible "
"layer, and not its adjacent solid shells."
msgstr ""
"Fill pattern for top/bottom infill. This only affects the external visible "
"layer, and not its adjacent solid shells."
#: xs/src/libslic3r/PrintConfig.cpp:224 xs/src/libslic3r/PrintConfig.cpp:237
msgid "↳ external"
msgstr "↳ external"
#: xs/src/libslic3r/PrintConfig.cpp:225
msgid "External perimeters extrusion width"
msgstr "External perimeters extrusion width"
#: xs/src/libslic3r/PrintConfig.cpp:227 xs/src/libslic3r/PrintConfig.cpp:323
#: xs/src/libslic3r/PrintConfig.cpp:532 xs/src/libslic3r/PrintConfig.cpp:653
#: xs/src/libslic3r/PrintConfig.cpp:875 xs/src/libslic3r/PrintConfig.cpp:1196
#: xs/src/libslic3r/PrintConfig.cpp:1327 xs/src/libslic3r/PrintConfig.cpp:1470
msgid "Extrusion Width"
msgstr "Extrusion Width"
#: xs/src/libslic3r/PrintConfig.cpp:228
msgid ""
"Set this to a non-zero value to set a manual extrusion width for external "
"perimeters. If auto is chosen, a value will be used that maximizes accuracy "
"of the external visible surfaces. If expressed as percentage (for example "
"200%) it will be computed over layer height."
msgstr ""
"Set this to a non-zero value to set a manual extrusion width for external "
"perimeters. If auto is chosen, a value will be used that maximizes accuracy "
"of the external visible surfaces. If expressed as percentage (for example "
"200%) it will be computed over layer height."
#: xs/src/libslic3r/PrintConfig.cpp:238
msgid "External perimeters speed"
msgstr "External perimeters speed"
#: xs/src/libslic3r/PrintConfig.cpp:241
msgid ""
"This separate setting will affect the speed of external perimeters (the "
"visible ones). If expressed as percentage (for example: 80%) it will be "
"calculated on the perimeters speed setting above."
msgstr ""
"This separate setting will affect the speed of external perimeters (the "
"visible ones). If expressed as percentage (for example: 80%) it will be "
"calculated on the perimeters speed setting above."
#: xs/src/libslic3r/PrintConfig.cpp:251
msgid "External perimeters first"
msgstr "External perimeters first"
#: xs/src/libslic3r/PrintConfig.cpp:253
msgid ""
"Print contour perimeters from the outermost one to the innermost one instead "
"of the default inverse order."
msgstr ""
"Print contour perimeters from the outermost one to the innermost one instead "
"of the default inverse order."
#: xs/src/libslic3r/PrintConfig.cpp:258
msgid "Extra perimeters if needed"
msgstr "Extra perimeters if needed"
#: xs/src/libslic3r/PrintConfig.cpp:260
msgid "Add more perimeters when needed for avoiding gaps in sloping walls."
msgstr "Add more perimeters when needed for avoiding gaps in sloping walls."
#: xs/src/libslic3r/PrintConfig.cpp:266 xs/src/libslic3r/PrintConfig.cpp:925
msgid "Extruder"
msgstr "Extruder"
#: xs/src/libslic3r/PrintConfig.cpp:267 xs/src/libslic3r/PrintConfig.cpp:644
#: xs/src/libslic3r/PrintConfig.cpp:828 xs/src/libslic3r/PrintConfig.cpp:865
#: xs/src/libslic3r/PrintConfig.cpp:1177 xs/src/libslic3r/PrintConfig.cpp:1238
#: xs/src/libslic3r/PrintConfig.cpp:1318 xs/src/libslic3r/PrintConfig.cpp:1338
msgid "Extruders"
msgstr "Extruders"
#: xs/src/libslic3r/PrintConfig.cpp:268
msgid ""
"The extruder to use (unless more specific extruder settings are specified)."
msgstr ""
"The extruder to use (unless more specific extruder settings are specified)."
#: xs/src/libslic3r/PrintConfig.cpp:278
msgid "Height"
msgstr "Height"
#: xs/src/libslic3r/PrintConfig.cpp:279
msgid ""
"Set this to the vertical distance between your nozzle tip and (usually) the "
"X carriage rods. In other words, this is the height of the clearance "
"cylinder around your extruder, and it represents the maximum depth the "
"extruder can peek before colliding with other printed objects."
msgstr ""
"Set this to the vertical distance between your nozzle tip and (usually) the "
"X carriage rods. In other words, this is the height of the clearance "
"cylinder around your extruder, and it represents the maximum depth the "
"extruder can peek before colliding with other printed objects."
#: xs/src/libslic3r/PrintConfig.cpp:286
msgid "Radius"
msgstr "Radius"
#: xs/src/libslic3r/PrintConfig.cpp:287
msgid ""
"Set this to the clearance radius around your extruder. If the extruder is "
"not centered, choose the largest value for safety. This setting is used to "
"check for collisions and to display the graphical preview in the plater."
msgstr ""
"Set this to the clearance radius around your extruder. If the extruder is "
"not centered, choose the largest value for safety. This setting is used to "
"check for collisions and to display the graphical preview in the plater."
#: xs/src/libslic3r/PrintConfig.cpp:294
msgid "Extruder offset"
msgstr "Extruder offset"
#: xs/src/libslic3r/PrintConfig.cpp:295
msgid ""
"If your firmware doesn't handle the extruder displacement you need the G-"
"code to take it into account. This option lets you specify the displacement "
"of each extruder with respect to the first one. It expects positive "
"coordinates (they will be subtracted from the XY coordinate)."
msgstr ""
"If your firmware doesn't handle the extruder displacement you need the G-"
"code to take it into account. This option lets you specify the displacement "
"of each extruder with respect to the first one. It expects positive "
"coordinates (they will be subtracted from the XY coordinate)."
#: xs/src/libslic3r/PrintConfig.cpp:305
msgid "Extrusion axis"
msgstr "Extrusion axis"
#: xs/src/libslic3r/PrintConfig.cpp:306
msgid ""
"Use this option to set the axis letter associated to your printer's extruder "
"(usually E but some printers use A)."
msgstr ""
"Use this option to set the axis letter associated to your printer's extruder "
"(usually E but some printers use A)."
#: xs/src/libslic3r/PrintConfig.cpp:311
msgid "Extrusion multiplier"
msgstr "Extrusion multiplier"
#: xs/src/libslic3r/PrintConfig.cpp:312
msgid ""
"This factor changes the amount of flow proportionally. You may need to tweak "
"this setting to get nice surface finish and correct single wall widths. "
"Usual values are between 0.9 and 1.1. If you think you need to change this "
"more, check filament diameter and your firmware E steps."
msgstr ""
"This factor changes the amount of flow proportionally. You may need to tweak "
"this setting to get nice surface finish and correct single wall widths. "
"Usual values are between 0.9 and 1.1. If you think you need to change this "
"more, check filament diameter and your firmware E steps."
#: xs/src/libslic3r/PrintConfig.cpp:321
msgid "Default extrusion width"
msgstr "Default extrusion width"
#: xs/src/libslic3r/PrintConfig.cpp:324
msgid ""
"Set this to a non-zero value to set a manual extrusion width. If expressed "
"as percentage (for example: 230%) it will be computed over layer height."
msgstr ""
"Set this to a non-zero value to set a manual extrusion width. If expressed "
"as percentage (for example: 230%) it will be computed over layer height."
#: xs/src/libslic3r/PrintConfig.cpp:333
msgid "Keep fan always on"
msgstr "Keep fan always on"
#: xs/src/libslic3r/PrintConfig.cpp:334
msgid ""
"If this is enabled, fan will never be disabled and will be kept running at "
"least at its minimum speed. Useful for PLA, harmful for ABS."
msgstr ""
"If this is enabled, fan will never be disabled and will be kept running at "
"least at its minimum speed. Useful for PLA, harmful for ABS."
#: xs/src/libslic3r/PrintConfig.cpp:339
msgid "Enable fan if layer print time is below"
msgstr "Enable fan if layer print time is below"
#: xs/src/libslic3r/PrintConfig.cpp:340
msgid ""
"If layer print time is estimated below this number of seconds, fan will be "
"enabled and its speed will be calculated by interpolating the minimum and "
"maximum speeds."
msgstr ""
"If layer print time is estimated below this number of seconds, fan will be "
"enabled and its speed will be calculated by interpolating the minimum and "
"maximum speeds."
#: xs/src/libslic3r/PrintConfig.cpp:349
msgid "Color"
msgstr "Color"
#: xs/src/libslic3r/PrintConfig.cpp:350
msgid "This is only used in the Slic3r interface as a visual help."
msgstr "This is only used in the Slic3r interface as a visual help."
#: xs/src/libslic3r/PrintConfig.cpp:360
msgid "Filament notes"
msgstr "Filament notes"
#: xs/src/libslic3r/PrintConfig.cpp:361
msgid "You can put your notes regarding the filament here."
msgstr "You can put your notes regarding the filament here."
#: xs/src/libslic3r/PrintConfig.cpp:373 xs/src/libslic3r/PrintConfig.cpp:752
msgid "Max volumetric speed"
msgstr "Max volumetric speed"
#: xs/src/libslic3r/PrintConfig.cpp:374
msgid ""
"Maximum volumetric speed allowed for this filament. Limits the maximum "
"volumetric speed of a print to the minimum of print and filament volumetric "
"speed. Set to zero for no limit."
msgstr ""
"Maximum volumetric speed allowed for this filament. Limits the maximum "
"volumetric speed of a print to the minimum of print and filament volumetric "
"speed. Set to zero for no limit."
#: xs/src/libslic3r/PrintConfig.cpp:385
msgid "Diameter"
msgstr "Diameter"
#: xs/src/libslic3r/PrintConfig.cpp:386
msgid ""
"Enter your filament diameter here. Good precision is required, so use a "
"caliper and do multiple measurements along the filament, then compute the "
"average."
msgstr ""
"Enter your filament diameter here. Good precision is required, so use a "
"caliper and do multiple measurements along the filament, then compute the "
"average."
#: xs/src/libslic3r/PrintConfig.cpp:397
msgid "Density"
msgstr "Density"
#: xs/src/libslic3r/PrintConfig.cpp:398
msgid ""
"Enter your filament density here. This is only for statistical information. "
"A decent way is to weigh a known length of filament and compute the ratio of "
"the length to volume. Better is to calculate the volume directly through "
"displacement."
msgstr ""
"Enter your filament density here. This is only for statistical information. "
"A decent way is to weigh a known length of filament and compute the ratio of "
"the length to volume. Better is to calculate the volume directly through "
"displacement."
#: xs/src/libslic3r/PrintConfig.cpp:409
msgid "Cost"
msgstr "Cost"
#: xs/src/libslic3r/PrintConfig.cpp:410
msgid ""
"Enter your filament cost per kg here. This is only for statistical "
"information."
msgstr ""
"Enter your filament cost per kg here. This is only for statistical "
"information."
# Set this to be the local currency symbol.
#: xs/src/libslic3r/PrintConfig.cpp:411
msgid "money/kg"
msgstr "$/kg"
#: xs/src/libslic3r/PrintConfig.cpp:424
msgid "Fill angle"
msgstr "Fill angle"
#: xs/src/libslic3r/PrintConfig.cpp:426
msgid ""
"Default base angle for infill orientation. Cross-hatching will be applied to "
"this. Bridges will be infilled using the best direction Slic3r can detect, "
"so this setting does not affect them."
msgstr ""
"Default base angle for infill orientation. Cross-hatching will be applied to "
"this. Bridges will be infilled using the best direction Slic3r can detect, "
"so this setting does not affect them."
#: xs/src/libslic3r/PrintConfig.cpp:436
msgid "Fill density"
msgstr "Fill density"
#: xs/src/libslic3r/PrintConfig.cpp:438
msgid "Density of internal infill, expressed in the range 0% - 100%."
msgstr "Density of internal infill, expressed in the range 0% - 100%."
#: xs/src/libslic3r/PrintConfig.cpp:474
msgid "Fill gaps"
msgstr "Fill gaps"
#: xs/src/libslic3r/PrintConfig.cpp:476
msgid ""
"If this is enabled, gaps will be filled with single passes. Enable this for "
"better quality, disable it for shorter printing times."
msgstr ""
"If this is enabled, gaps will be filled with single passes. Enable this for "
"better quality, disable it for shorter printing times."
#: xs/src/libslic3r/PrintConfig.cpp:481
msgid "Fill pattern"
msgstr "Fill pattern"
#: xs/src/libslic3r/PrintConfig.cpp:483
msgid "Fill pattern for general low-density infill."
msgstr "Fill pattern for general low-density infill."
#: xs/src/libslic3r/PrintConfig.cpp:513 xs/src/libslic3r/PrintConfig.cpp:522
#: xs/src/libslic3r/PrintConfig.cpp:530 xs/src/libslic3r/PrintConfig.cpp:561
msgid "First layer"
msgstr "First layer"
#: xs/src/libslic3r/PrintConfig.cpp:515
msgid ""
"This is the acceleration your printer will use for first layer. Set zero to "
"disable acceleration control for first layer."
msgstr ""
"This is the acceleration your printer will use for first layer. Set zero to "
"disable acceleration control for first layer."
#: xs/src/libslic3r/PrintConfig.cpp:523
msgid ""
"Heated build plate temperature for the first layer. Set this to zero to "
"disable bed temperature control commands in the output."
msgstr ""
"Heated build plate temperature for the first layer. Set this to zero to "
"disable bed temperature control commands in the output."
#: xs/src/libslic3r/PrintConfig.cpp:533
msgid ""
"Set this to a non-zero value to set a manual extrusion width for first "
"layer. You can use this to force fatter extrudates for better adhesion. If "
"expressed as percentage (for example 120%) it will be computed over first "
"layer height."
msgstr ""
"Set this to a non-zero value to set a manual extrusion width for first "
"layer. You can use this to force fatter extrudates for better adhesion. If "
"expressed as percentage (for example 120%) it will be computed over first "
"layer height."
#: xs/src/libslic3r/PrintConfig.cpp:543
msgid "First layer height"
msgstr "First layer height"
#: xs/src/libslic3r/PrintConfig.cpp:545
msgid ""
"When printing with very low layer heights, you might still want to print a "
"thicker bottom layer to improve adhesion and tolerance for non perfect build "
"plates. This can be expressed as an absolute value or as a percentage (for "
"example: 150%) over the default layer height."
msgstr ""
"When printing with very low layer heights, you might still want to print a "
"thicker bottom layer to improve adhesion and tolerance for non perfect build "
"plates. This can be expressed as an absolute value or as a percentage (for "
"example: 150%) over the default layer height."
#: xs/src/libslic3r/PrintConfig.cpp:552
msgid "First layer speed"
msgstr "First layer speed"
#: xs/src/libslic3r/PrintConfig.cpp:554
msgid ""
"If expressed as absolute value in mm/s, this speed will be applied to all "
"the print moves of the first layer, regardless of their type. If expressed "
"as a percentage (for example: 40%) it will scale the default speeds."
msgstr ""
"If expressed as absolute value in mm/s, this speed will be applied to all "
"the print moves of the first layer, regardless of their type. If expressed "
"as a percentage (for example: 40%) it will scale the default speeds."
#: xs/src/libslic3r/PrintConfig.cpp:562
msgid ""
"Extruder temperature for first layer. If you want to control temperature "
"manually during print, set this to zero to disable temperature control "
"commands in the output file."
msgstr ""
"Extruder temperature for first layer. If you want to control temperature "
"manually during print, set this to zero to disable temperature control "
"commands in the output file."
#: xs/src/libslic3r/PrintConfig.cpp:573
msgid "↳ gaps"
msgstr "↳ gaps"
#: xs/src/libslic3r/PrintConfig.cpp:577
msgid ""
"Speed for filling gaps. Since these are usually single lines you might want "
"to use a low speed for better sticking. If expressed as percentage (for "
"example: 80%) it will be calculated on the infill speed setting above."
msgstr ""
"Speed for filling gaps. Since these are usually single lines you might want "
"to use a low speed for better sticking. If expressed as percentage (for "
"example: 80%) it will be calculated on the infill speed setting above."
#: xs/src/libslic3r/PrintConfig.cpp:587
msgid "Use native G-code arcs"
msgstr "Use native G-code arcs"
#: xs/src/libslic3r/PrintConfig.cpp:588
msgid ""
"This experimental feature tries to detect arcs from segments and generates "
"G2/G3 arc commands instead of multiple straight G1 commands."
msgstr ""
"This experimental feature tries to detect arcs from segments and generates "
"G2/G3 arc commands instead of multiple straight G1 commands."
#: xs/src/libslic3r/PrintConfig.cpp:593
msgid "Verbose G-code"
msgstr "Verbose G-code"
#: xs/src/libslic3r/PrintConfig.cpp:594
msgid ""
"Enable this to get a commented G-code file, with each line explained by a "
"descriptive text. If you print from SD card, the additional weight of the "
"file could make your firmware slow down."
msgstr ""
"Enable this to get a commented G-code file, with each line explained by a "
"descriptive text. If you print from SD card, the additional weight of the "
"file could make your firmware slow down."
#: xs/src/libslic3r/PrintConfig.cpp:599
msgid "G-code flavor"
msgstr "G-code flavor"
#: xs/src/libslic3r/PrintConfig.cpp:600
msgid ""
"Some G/M-code commands, including temperature control and others, are not "
"universal. Set this option to your printer's firmware to get a compatible "
"output. The \"No extrusion\" flavor prevents Slic3r from exporting any "
"extrusion value at all."
msgstr ""
"Some G/M-code commands, including temperature control and others, are not "
"universal. Set this option to your printer's firmware to get a compatible "
"output. The \"No extrusion\" flavor prevents Slic3r from exporting any "
"extrusion value at all."
#: xs/src/libslic3r/PrintConfig.cpp:626
msgid ""
"This is the acceleration your printer will use for infill. Set zero to "
"disable acceleration control for infill."
msgstr ""
"This is the acceleration your printer will use for infill. Set zero to "
"disable acceleration control for infill."
#: xs/src/libslic3r/PrintConfig.cpp:633
msgid "Combine infill every"
msgstr "Combine infill every"
#: xs/src/libslic3r/PrintConfig.cpp:635
msgid ""
"This feature allows to combine infill and speed up your print by extruding "
"thicker infill layers while preserving thin perimeters, thus accuracy."
msgstr ""
"This feature allows to combine infill and speed up your print by extruding "
"thicker infill layers while preserving thin perimeters, thus accuracy."
#: xs/src/libslic3r/PrintConfig.cpp:643
msgid "Infill extruder"
msgstr "Infill extruder"
#: xs/src/libslic3r/PrintConfig.cpp:645
msgid "The extruder to use when printing infill."
msgstr "The extruder to use when printing infill."
#: xs/src/libslic3r/PrintConfig.cpp:654
msgid ""
"Set this to a non-zero value to set a manual extrusion width for infill. You "
"may want to use fatter extrudates to speed up the infill and make your parts "
"stronger. If expressed as percentage (for example 90%) it will be computed "
"over layer height."
msgstr ""
"Set this to a non-zero value to set a manual extrusion width for infill. You "
"may want to use fatter extrudates to speed up the infill and make your parts "
"stronger. If expressed as percentage (for example 90%) it will be computed "
"over layer height."
#: xs/src/libslic3r/PrintConfig.cpp:663
msgid "Infill before perimeters"
msgstr "Infill before perimeters"
#: xs/src/libslic3r/PrintConfig.cpp:665
msgid ""
"This option will switch the print order of perimeters and infill, making the "
"latter first."
msgstr ""
"This option will switch the print order of perimeters and infill, making the "
"latter first."
#: xs/src/libslic3r/PrintConfig.cpp:670
msgid "Only infill where needed"
msgstr "Only infill where needed"
#: xs/src/libslic3r/PrintConfig.cpp:672
msgid ""
"This option will limit infill to the areas actually needed for supporting "
"ceilings (it will act as internal support material). If enabled, slows down "
"the G-code generation due to the multiple checks involved."
msgstr ""
"This option will limit infill to the areas actually needed for supporting "
"ceilings (it will act as internal support material). If enabled, slows down "
"the G-code generation due to the multiple checks involved."
#: xs/src/libslic3r/PrintConfig.cpp:677
msgid "Infill/perimeters overlap"
msgstr "Infill/perimeters overlap"
#: xs/src/libslic3r/PrintConfig.cpp:679
msgid ""
"This setting applies an additional overlap between infill and perimeters for "
"better bonding. Theoretically this shouldn't be needed, but backlash might "
"cause gaps. If expressed as percentage (example: 15%) it is calculated over "
"perimeter extrusion width."
msgstr ""
"This setting applies an additional overlap between infill and perimeters for "
"better bonding. Theoretically this shouldn't be needed, but backlash might "
"cause gaps. If expressed as percentage (example: 15%) it is calculated over "
"perimeter extrusion width."
#: xs/src/libslic3r/PrintConfig.cpp:689
msgid "Speed for printing the internal fill."
msgstr "Speed for printing the internal fill."
#: xs/src/libslic3r/PrintConfig.cpp:700
msgid "Interior brim width"
msgstr "Interior brim width"
#: xs/src/libslic3r/PrintConfig.cpp:702
msgid ""
"Horizontal width of the brim that will be printed inside object holes on the "
"first layer."
msgstr ""
"Horizontal width of the brim that will be printed inside object holes on the "
"first layer."
#: xs/src/libslic3r/PrintConfig.cpp:709
msgid "Interface shells"
msgstr "Interface shells"
#: xs/src/libslic3r/PrintConfig.cpp:710
msgid ""
"Force the generation of solid shells between adjacent materials/volumes. "
"Useful for multi-extruder prints with translucent materials or manual "
"soluble support material."
msgstr ""
"Force the generation of solid shells between adjacent materials/volumes. "
"Useful for multi-extruder prints with translucent materials or manual "
"soluble support material."
#: xs/src/libslic3r/PrintConfig.cpp:716
msgid "After layer change G-code"
msgstr "After layer change G-code"
#: xs/src/libslic3r/PrintConfig.cpp:717
msgid ""
"This custom code is inserted at every layer change, right after the Z move "
"and before the extruder moves to the first layer point. Note that you can "
"use placeholder variables for all Slic3r settings as well as [layer_num] and "
"[layer_z]."
msgstr ""
"This custom code is inserted at every layer change, right after the Z move "
"and before the extruder moves to the first layer point. Note that you can "
"use placeholder variables for all Slic3r settings as well as [layer_num] and "
"[layer_z]."
#: xs/src/libslic3r/PrintConfig.cpp:725
msgid "Layer height"
msgstr "Layer height"
#: xs/src/libslic3r/PrintConfig.cpp:727
msgid ""
"This setting controls the height (and thus the total number) of the slices/"
"layers. Thinner layers give better accuracy but take more time to print."
msgstr ""
"This setting controls the height (and thus the total number) of the slices/"
"layers. Thinner layers give better accuracy but take more time to print."
#: xs/src/libslic3r/PrintConfig.cpp:734
msgid "Max"
msgstr "Max"
#: xs/src/libslic3r/PrintConfig.cpp:735
msgid "This setting represents the maximum speed of your fan."
msgstr "This setting represents the maximum speed of your fan."
#: xs/src/libslic3r/PrintConfig.cpp:743
msgid "Max print speed"
msgstr "Max print speed"
#: xs/src/libslic3r/PrintConfig.cpp:745
msgid ""
"When setting other speed settings to 0 Slic3r will autocalculate the optimal "
"speed in order to keep constant extruder pressure. This experimental setting "
"is used to set the highest print speed you want to allow."
msgstr ""
"When setting other speed settings to 0 Slic3r will autocalculate the optimal "
"speed in order to keep constant extruder pressure. This experimental setting "
"is used to set the highest print speed you want to allow."
#: xs/src/libslic3r/PrintConfig.cpp:754
msgid ""
"This experimental setting is used to set the maximum volumetric speed your "
"extruder supports."
msgstr ""
"This experimental setting is used to set the maximum volumetric speed your "
"extruder supports."
#: xs/src/libslic3r/PrintConfig.cpp:761
msgid "Min"
msgstr "Min"
#: xs/src/libslic3r/PrintConfig.cpp:762
msgid "This setting represents the minimum PWM your fan needs to work."
msgstr "This setting represents the minimum PWM your fan needs to work."
#: xs/src/libslic3r/PrintConfig.cpp:770
msgid "Min print speed"
msgstr "Min print speed"
#: xs/src/libslic3r/PrintConfig.cpp:771
msgid "Slic3r will not scale speed down below this speed."
msgstr "Slic3r will not scale speed down below this speed."
#: xs/src/libslic3r/PrintConfig.cpp:778
msgid "Minimum extrusion length"
msgstr "Minimum extrusion length"
#: xs/src/libslic3r/PrintConfig.cpp:780
msgid ""
"Generate no less than the number of skirt loops required to consume the "
"specified amount of filament on the bottom layer. For multi-extruder "
"machines, this minimum applies to each extruder."
msgstr ""
"Generate no less than the number of skirt loops required to consume the "