mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-14 11:51:49 +08:00
Merge remote-tracking branch 'remotes/supermerill/master'
This commit is contained in:
commit
97ae2826b9
@ -8100,7 +8100,7 @@ msgstr "Trous rond changé en polyholes"
|
||||
|
||||
#: src/libslic3r/PrintConfig.cpp:3135
|
||||
msgid ""
|
||||
"Search for almost-circular holes that span more than one layer and conert the geometry to polyholes. Use the nozzle size and the (biggest) diameter to compute the polyhole.\n"
|
||||
"Search for almost-circular holes that span more than one layer and convert the geometry to polyholes. Use the nozzle size and the (biggest) diameter to compute the polyhole.\n"
|
||||
"See http://hydraraptor.blogspot.com/2011/02/polyholes.html"
|
||||
msgstr ""
|
||||
"Recherchez des trous presque circulaires couvrant plus d'une couche et convertir leur géométrie en polyholes. Utilise la taille de la buse et le diamètre (le plus grand) pour calculer le polyhole.\n"
|
||||
|
@ -3231,7 +3231,7 @@ void PrintConfigDef::init_fff_params()
|
||||
def->label = L("Convert round holes to polyholes");
|
||||
def->full_label = L("Convert round holes to polyholes");
|
||||
def->category = OptionCategory::slicing;
|
||||
def->tooltip = L("Search for almost-circular holes that span more than one layer and conert the geometry to polyholes."
|
||||
def->tooltip = L("Search for almost-circular holes that span more than one layer and convert the geometry to polyholes."
|
||||
" Use the nozzle size and the (biggest) diameter to compute the polyhole."
|
||||
"\nSee http://hydraraptor.blogspot.com/2011/02/polyholes.html");
|
||||
def->mode = comAdvanced;
|
||||
|
Loading…
x
Reference in New Issue
Block a user