mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-13 15:33:00 +00:00
Merge remote-tracking branch 'upstream/main' into feature/pressure-advance-pattern-method
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Doxyfile 1.9.5
|
||||
# Doxyfile 1.9.8
|
||||
|
||||
# This file describes the settings to be used by the documentation system
|
||||
# doxygen (www.doxygen.org) for a project.
|
||||
@@ -48,7 +48,7 @@ PROJECT_NAME = OrcaSlicer
|
||||
# could be handy for archiving the generated documentation or if some version
|
||||
# control system is used.
|
||||
|
||||
PROJECT_NUMBER = 1.5.0
|
||||
PROJECT_NUMBER = 1.6.3
|
||||
|
||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||
# for a project that appears at the top of each page and should give viewer a
|
||||
@@ -61,14 +61,14 @@ PROJECT_BRIEF = OrcaSlicer
|
||||
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
|
||||
# the logo to the output directory.
|
||||
|
||||
PROJECT_LOGO = D:/a/OrcaSlicer/OrcaSlicer/resources/images/BambuStudio.png
|
||||
PROJECT_LOGO = ./resources/images/OrcaSlicer_32px.png
|
||||
|
||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
|
||||
# into which the generated documentation will be written. If a relative path is
|
||||
# entered, it will be relative to the location where doxygen was started. If
|
||||
# left blank the current directory will be used.
|
||||
|
||||
OUTPUT_DIRECTORY = OrcaSlicer-doc
|
||||
OUTPUT_DIRECTORY = ../
|
||||
|
||||
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
|
||||
# sub-directories (in 2 levels) under the output directory of each output format
|
||||
@@ -86,7 +86,7 @@ CREATE_SUBDIRS = YES
|
||||
# level increment doubles the number of directories, resulting in 4096
|
||||
# directories at level 8 which is the default and also the maximum value. The
|
||||
# sub-directories are organized in 2 levels, the first level always has a fixed
|
||||
# numer of 16 directories.
|
||||
# number of 16 directories.
|
||||
# Minimum value: 0, maximum value: 8, default value: 8.
|
||||
# This tag requires that the tag CREATE_SUBDIRS is set to YES.
|
||||
|
||||
@@ -184,7 +184,7 @@ FULL_PATH_NAMES = YES
|
||||
# will be relative from the directory where doxygen is started.
|
||||
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
|
||||
|
||||
STRIP_FROM_PATH = /Users/lijiang/lab/OrcaSlicer/
|
||||
STRIP_FROM_PATH = /Users/runner/work/OrcaSlicer/OrcaSlicer
|
||||
|
||||
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
|
||||
# path mentioned in the documentation of a class, which tells the reader which
|
||||
@@ -193,7 +193,7 @@ STRIP_FROM_PATH = /Users/lijiang/lab/OrcaSlicer/
|
||||
# specify the list of include paths that are normally passed to the compiler
|
||||
# using the -I flag.
|
||||
|
||||
STRIP_FROM_INC_PATH =
|
||||
STRIP_FROM_INC_PATH = /Users/runner/work/OrcaSlicer/OrcaSlicer
|
||||
|
||||
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
|
||||
# less readable) file names. This can be useful is your file systems doesn't
|
||||
@@ -363,6 +363,17 @@ MARKDOWN_SUPPORT = YES
|
||||
|
||||
TOC_INCLUDE_HEADINGS = 5
|
||||
|
||||
# The MARKDOWN_ID_STYLE tag can be used to specify the algorithm used to
|
||||
# generate identifiers for the Markdown headings. Note: Every identifier is
|
||||
# unique.
|
||||
# Possible values are: DOXYGEN use a fixed 'autotoc_md' string followed by a
|
||||
# sequence number starting at 0 and GITHUB use the lower case version of title
|
||||
# with any whitespace replaced by '-' and punctuation characters removed.
|
||||
# The default value is: DOXYGEN.
|
||||
# This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
|
||||
|
||||
MARKDOWN_ID_STYLE = GITHUB
|
||||
|
||||
# When enabled doxygen tries to link words that correspond to documented
|
||||
# classes, or namespaces to their corresponding documentation. Such a link can
|
||||
# be prevented in individual cases by putting a % sign in front of the word or
|
||||
@@ -379,7 +390,7 @@ AUTOLINK_SUPPORT = YES
|
||||
# diagrams that involve STL classes more complete and accurate.
|
||||
# The default value is: NO.
|
||||
|
||||
BUILTIN_STL_SUPPORT = NO
|
||||
BUILTIN_STL_SUPPORT = YES
|
||||
|
||||
# If you use Microsoft's C++/CLI language, you should set this option to YES to
|
||||
# enable parsing support.
|
||||
@@ -418,7 +429,7 @@ DISTRIBUTE_GROUP_DOC = NO
|
||||
# is disabled and one has to add nested compounds explicitly via \ingroup.
|
||||
# The default value is: NO.
|
||||
|
||||
GROUP_NESTED_COMPOUNDS = NO
|
||||
GROUP_NESTED_COMPOUNDS = YES
|
||||
|
||||
# Set the SUBGROUPING tag to YES to allow class member groups of the same type
|
||||
# (for instance a group of public functions) to be put as a subgroup of that
|
||||
@@ -487,6 +498,14 @@ LOOKUP_CACHE_SIZE = 6
|
||||
|
||||
NUM_PROC_THREADS = 0
|
||||
|
||||
# If the TIMESTAMP tag is set different from NO then each generated page will
|
||||
# contain the date or date and time when the page was generated. Setting this to
|
||||
# NO can help when comparing the output of multiple runs.
|
||||
# Possible values are: YES, NO, DATETIME and DATE.
|
||||
# The default value is: NO.
|
||||
|
||||
TIMESTAMP = NO
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Build related configuration options
|
||||
#---------------------------------------------------------------------------
|
||||
@@ -499,7 +518,7 @@ NUM_PROC_THREADS = 0
|
||||
# normally produced when WARNINGS is set to YES.
|
||||
# The default value is: NO.
|
||||
|
||||
EXTRACT_ALL = NO
|
||||
EXTRACT_ALL = YES
|
||||
|
||||
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
|
||||
# be included in the documentation.
|
||||
@@ -568,7 +587,8 @@ HIDE_UNDOC_MEMBERS = NO
|
||||
# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
|
||||
# undocumented classes that are normally visible in the class hierarchy. If set
|
||||
# to NO, these classes will be included in the various overviews. This option
|
||||
# has no effect if EXTRACT_ALL is enabled.
|
||||
# will also hide undocumented C++ concepts if enabled. This option has no effect
|
||||
# if EXTRACT_ALL is enabled.
|
||||
# The default value is: NO.
|
||||
|
||||
HIDE_UNDOC_CLASSES = NO
|
||||
@@ -714,26 +734,26 @@ STRICT_PROTO_MATCHING = NO
|
||||
# list. This list is created by putting \todo commands in the documentation.
|
||||
# The default value is: YES.
|
||||
|
||||
GENERATE_TODOLIST = YES
|
||||
GENERATE_TODOLIST = NO
|
||||
|
||||
# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
|
||||
# list. This list is created by putting \test commands in the documentation.
|
||||
# The default value is: YES.
|
||||
|
||||
GENERATE_TESTLIST = YES
|
||||
GENERATE_TESTLIST = NO
|
||||
|
||||
# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
|
||||
# list. This list is created by putting \bug commands in the documentation.
|
||||
# The default value is: YES.
|
||||
|
||||
GENERATE_BUGLIST = YES
|
||||
GENERATE_BUGLIST = NO
|
||||
|
||||
# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
|
||||
# the deprecated list. This list is created by putting \deprecated commands in
|
||||
# the documentation.
|
||||
# The default value is: YES.
|
||||
|
||||
GENERATE_DEPRECATEDLIST= YES
|
||||
GENERATE_DEPRECATEDLIST= NO
|
||||
|
||||
# The ENABLED_SECTIONS tag can be used to enable conditional documentation
|
||||
# sections, marked by \if <section_label> ... \endif and \cond <section_label>
|
||||
@@ -859,11 +879,26 @@ WARN_IF_INCOMPLETE_DOC = YES
|
||||
|
||||
WARN_NO_PARAMDOC = NO
|
||||
|
||||
# If WARN_IF_UNDOC_ENUM_VAL option is set to YES, doxygen will warn about
|
||||
# undocumented enumeration values. If set to NO, doxygen will accept
|
||||
# undocumented enumeration values. If EXTRACT_ALL is set to YES then this flag
|
||||
# will automatically be disabled.
|
||||
# The default value is: NO.
|
||||
|
||||
WARN_IF_UNDOC_ENUM_VAL = NO
|
||||
|
||||
# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
|
||||
# a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS
|
||||
# then doxygen will continue running as if WARN_AS_ERROR tag is set to NO, but
|
||||
# at the end of the doxygen process doxygen will return with a non-zero status.
|
||||
# Possible values are: NO, YES and FAIL_ON_WARNINGS.
|
||||
# If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS_PRINT then doxygen behaves
|
||||
# like FAIL_ON_WARNINGS but in case no WARN_LOGFILE is defined doxygen will not
|
||||
# write the warning messages in between other messages but write them at the end
|
||||
# of a run, in case a WARN_LOGFILE is defined the warning messages will be
|
||||
# besides being in the defined file also be shown at the end of a run, unless
|
||||
# the WARN_LOGFILE is defined as - i.e. standard output (stdout) in that case
|
||||
# the behavior will remain as with the setting FAIL_ON_WARNINGS.
|
||||
# Possible values are: NO, YES, FAIL_ON_WARNINGS and FAIL_ON_WARNINGS_PRINT.
|
||||
# The default value is: NO.
|
||||
|
||||
WARN_AS_ERROR = NO
|
||||
@@ -908,7 +943,7 @@ WARN_LOGFILE =
|
||||
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
||||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT = .
|
||||
INPUT = ./src
|
||||
|
||||
# This tag can be used to specify the character encoding of the source files
|
||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||
@@ -1031,9 +1066,6 @@ EXCLUDE_PATTERNS =
|
||||
# output. The symbol name can be a fully qualified name, a word, or if the
|
||||
# wildcard * is used, a substring. Examples: ANamespace, AClass,
|
||||
# ANamespace::AClass, ANamespace::*Test
|
||||
#
|
||||
# Note that the wildcards are matched against the file with absolute path, so to
|
||||
# exclude all test directories use the pattern */test/*
|
||||
|
||||
EXCLUDE_SYMBOLS =
|
||||
|
||||
@@ -1219,46 +1251,6 @@ USE_HTAGS = YES
|
||||
|
||||
VERBATIM_HEADERS = YES
|
||||
|
||||
# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
|
||||
# clang parser (see:
|
||||
# http://clang.llvm.org/) for more accurate parsing at the cost of reduced
|
||||
# performance. This can be particularly helpful with template rich C++ code for
|
||||
# which doxygen's built-in parser lacks the necessary type information.
|
||||
# Note: The availability of this option depends on whether or not doxygen was
|
||||
# generated with the -Duse_libclang=ON option for CMake.
|
||||
# The default value is: NO.
|
||||
|
||||
CLANG_ASSISTED_PARSING = NO
|
||||
|
||||
# If the CLANG_ASSISTED_PARSING tag is set to YES and the CLANG_ADD_INC_PATHS
|
||||
# tag is set to YES then doxygen will add the directory of each input to the
|
||||
# include path.
|
||||
# The default value is: YES.
|
||||
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
|
||||
|
||||
CLANG_ADD_INC_PATHS = YES
|
||||
|
||||
# If clang assisted parsing is enabled you can provide the compiler with command
|
||||
# line options that you would normally use when invoking the compiler. Note that
|
||||
# the include paths will already be set by doxygen for the files and directories
|
||||
# specified with INPUT and INCLUDE_PATH.
|
||||
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
|
||||
|
||||
CLANG_OPTIONS =
|
||||
|
||||
# If clang assisted parsing is enabled you can provide the clang parser with the
|
||||
# path to the directory containing a file called compile_commands.json. This
|
||||
# file is the compilation database (see:
|
||||
# http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html) containing the
|
||||
# options used when the source files were built. This is equivalent to
|
||||
# specifying the -p option to a clang tool, such as clang-check. These options
|
||||
# will then be passed to the parser. Any options specified with CLANG_OPTIONS
|
||||
# will be added as well.
|
||||
# Note: The availability of this option depends on whether or not doxygen was
|
||||
# generated with the -Duse_libclang=ON option for CMake.
|
||||
|
||||
CLANG_DATABASE_PATH =
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the alphabetical class index
|
||||
#---------------------------------------------------------------------------
|
||||
@@ -1270,10 +1262,11 @@ CLANG_DATABASE_PATH =
|
||||
|
||||
ALPHABETICAL_INDEX = YES
|
||||
|
||||
# In case all classes in a project start with a common prefix, all classes will
|
||||
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
|
||||
# can be used to specify a prefix (or a list of prefixes) that should be ignored
|
||||
# while generating the index headers.
|
||||
# The IGNORE_PREFIX tag can be used to specify a prefix (or a list of prefixes)
|
||||
# that should be ignored while generating the index headers. The IGNORE_PREFIX
|
||||
# tag works for classes, function and member names. The entity will be placed in
|
||||
# the alphabetical list under the first letter of the entity name that remains
|
||||
# after removing the prefix.
|
||||
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
|
||||
|
||||
IGNORE_PREFIX =
|
||||
@@ -1293,7 +1286,7 @@ GENERATE_HTML = YES
|
||||
# The default directory is: html.
|
||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||
|
||||
HTML_OUTPUT = html
|
||||
HTML_OUTPUT = OrcaSlicer_Dev_Document
|
||||
|
||||
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
|
||||
# generated HTML page (for example: .htm, .php, .asp).
|
||||
@@ -1352,7 +1345,12 @@ HTML_STYLESHEET =
|
||||
# Doxygen will copy the style sheet files to the output directory.
|
||||
# Note: The order of the extra style sheet files is of importance (e.g. the last
|
||||
# style sheet in the list overrules the setting of the previous ones in the
|
||||
# list). For an example see the documentation.
|
||||
# list).
|
||||
# Note: Since the styling of scrollbars can currently not be overruled in
|
||||
# Webkit/Chromium, the styling will be left out of the default doxygen.css if
|
||||
# one or more extra stylesheets have been specified. So if scrollbar
|
||||
# customization is desired it has to be added explicitly. For an example see the
|
||||
# documentation.
|
||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||
|
||||
HTML_EXTRA_STYLESHEET =
|
||||
@@ -1368,17 +1366,13 @@ HTML_EXTRA_STYLESHEET =
|
||||
HTML_EXTRA_FILES =
|
||||
|
||||
# The HTML_COLORSTYLE tag can be used to specify if the generated HTML output
|
||||
# should be rendered with a dark or light theme. Default setting AUTO_LIGHT
|
||||
# enables light output unless the user preference is dark output. Other options
|
||||
# are DARK to always use dark mode, LIGHT to always use light mode, AUTO_DARK to
|
||||
# default to dark mode unless the user prefers light mode, and TOGGLE to let the
|
||||
# user toggle between dark and light mode via a button.
|
||||
# Possible values are: LIGHT Always generate light output., DARK Always generate
|
||||
# dark output., AUTO_LIGHT Automatically set the mode according to the user
|
||||
# preference, use light mode if no preference is set (the default)., AUTO_DARK
|
||||
# Automatically set the mode according to the user preference, use dark mode if
|
||||
# no preference is set. and TOGGLE Allow to user to switch between light and
|
||||
# dark mode via a button..
|
||||
# should be rendered with a dark or light theme.
|
||||
# Possible values are: LIGHT always generate light mode output, DARK always
|
||||
# generate dark mode output, AUTO_LIGHT automatically set the mode according to
|
||||
# the user preference, use light mode if no preference is set (the default),
|
||||
# AUTO_DARK automatically set the mode according to the user preference, use
|
||||
# dark mode if no preference is set and TOGGLE allow to user to switch between
|
||||
# light and dark mode via a button.
|
||||
# The default value is: AUTO_LIGHT.
|
||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||
|
||||
@@ -1414,15 +1408,6 @@ HTML_COLORSTYLE_SAT = 100
|
||||
|
||||
HTML_COLORSTYLE_GAMMA = 80
|
||||
|
||||
# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
|
||||
# page will contain the date and time when the page was generated. Setting this
|
||||
# to YES can help to show when doxygen was last run and thus if the
|
||||
# documentation is up to date.
|
||||
# The default value is: NO.
|
||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||
|
||||
HTML_TIMESTAMP = NO
|
||||
|
||||
# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
|
||||
# documentation will contain a main index with vertical navigation menus that
|
||||
# are dynamically created via JavaScript. If disabled, the navigation index will
|
||||
@@ -1440,7 +1425,7 @@ HTML_DYNAMIC_MENUS = YES
|
||||
# The default value is: NO.
|
||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||
|
||||
HTML_DYNAMIC_SECTIONS = NO
|
||||
HTML_DYNAMIC_SECTIONS = YES
|
||||
|
||||
# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
|
||||
# shown in the various tree structured indices initially; the user can expand
|
||||
@@ -1468,7 +1453,7 @@ HTML_INDEX_NUM_ENTRIES = 100
|
||||
# The default value is: NO.
|
||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||
|
||||
GENERATE_DOCSET = NO
|
||||
GENERATE_DOCSET = YES
|
||||
|
||||
# This tag determines the name of the docset feed. A documentation feed provides
|
||||
# an umbrella under which multiple documentation sets from a single provider
|
||||
@@ -1572,6 +1557,16 @@ BINARY_TOC = NO
|
||||
|
||||
TOC_EXPAND = NO
|
||||
|
||||
# The SITEMAP_URL tag is used to specify the full URL of the place where the
|
||||
# generated documentation will be placed on the server by the user during the
|
||||
# deployment of the documentation. The generated sitemap is called sitemap.xml
|
||||
# and placed on the directory specified by HTML_OUTPUT. In case no SITEMAP_URL
|
||||
# is specified no sitemap is generated. For information about the sitemap
|
||||
# protocol see https://www.sitemaps.org
|
||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||
|
||||
SITEMAP_URL =
|
||||
|
||||
# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
|
||||
# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
|
||||
# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help
|
||||
@@ -1736,7 +1731,7 @@ OBFUSCATE_EMAILS = YES
|
||||
# The default value is: png.
|
||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||
|
||||
HTML_FORMULA_FORMAT = png
|
||||
HTML_FORMULA_FORMAT = svg
|
||||
|
||||
# Use this tag to change the font size of LaTeX formulas included as images in
|
||||
# the HTML documentation. When you change the font size after a successful
|
||||
@@ -2060,9 +2055,16 @@ PDF_HYPERLINKS = YES
|
||||
|
||||
USE_PDFLATEX = YES
|
||||
|
||||
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
|
||||
# command to the generated LaTeX files. This will instruct LaTeX to keep running
|
||||
# if errors occur, instead of asking the user for help.
|
||||
# The LATEX_BATCHMODE tag ignals the behavior of LaTeX in case of an error.
|
||||
# Possible values are: NO same as ERROR_STOP, YES same as BATCH, BATCH In batch
|
||||
# mode nothing is printed on the terminal, errors are scrolled as if <return> is
|
||||
# hit at every error; missing files that TeX tries to input or request from
|
||||
# keyboard input (\read on a not open input stream) cause the job to abort,
|
||||
# NON_STOP In nonstop mode the diagnostic message will appear on the terminal,
|
||||
# but there is no possibility of user interaction just like in batch mode,
|
||||
# SCROLL In scroll mode, TeX will stop only for missing files to input or if
|
||||
# keyboard input is necessary and ERROR_STOP In errorstop mode, TeX will stop at
|
||||
# each error, asking for user intervention.
|
||||
# The default value is: NO.
|
||||
# This tag requires that the tag GENERATE_LATEX is set to YES.
|
||||
|
||||
@@ -2083,14 +2085,6 @@ LATEX_HIDE_INDICES = NO
|
||||
|
||||
LATEX_BIB_STYLE = plain
|
||||
|
||||
# If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
|
||||
# page will contain the date and time when the page was generated. Setting this
|
||||
# to NO can help when comparing the output of multiple runs.
|
||||
# The default value is: NO.
|
||||
# This tag requires that the tag GENERATE_LATEX is set to YES.
|
||||
|
||||
LATEX_TIMESTAMP = NO
|
||||
|
||||
# The LATEX_EMOJI_DIRECTORY tag is used to specify the (relative or absolute)
|
||||
# path from which the emoji images will be read. If a relative path is entered,
|
||||
# it will be relative to the LATEX_OUTPUT directory. If left blank the
|
||||
@@ -2256,7 +2250,7 @@ DOCBOOK_OUTPUT = docbook
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
|
||||
# AutoGen Definitions (see http://autogen.sourceforge.net/) file that captures
|
||||
# AutoGen Definitions (see https://autogen.sourceforge.net/) file that captures
|
||||
# the structure of the code including all documentation. Note that this feature
|
||||
# is still experimental and incomplete at the moment.
|
||||
# The default value is: NO.
|
||||
@@ -2267,6 +2261,28 @@ GENERATE_AUTOGEN_DEF = NO
|
||||
# Configuration options related to Sqlite3 output
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
# If the GENERATE_SQLITE3 tag is set to YES doxygen will generate a Sqlite3
|
||||
# database with symbols found by doxygen stored in tables.
|
||||
# The default value is: NO.
|
||||
|
||||
GENERATE_SQLITE3 = NO
|
||||
|
||||
# The SQLITE3_OUTPUT tag is used to specify where the Sqlite3 database will be
|
||||
# put. If a relative path is entered the value of OUTPUT_DIRECTORY will be put
|
||||
# in front of it.
|
||||
# The default directory is: sqlite3.
|
||||
# This tag requires that the tag GENERATE_SQLITE3 is set to YES.
|
||||
|
||||
SQLITE3_OUTPUT = sqlite3
|
||||
|
||||
# The SQLITE3_OVERWRITE_DB tag is set to YES, the existing doxygen_sqlite3.db
|
||||
# database file will be recreated with each doxygen run. If set to NO, doxygen
|
||||
# will warn if an a database file is already found and not modify it.
|
||||
# The default value is: YES.
|
||||
# This tag requires that the tag GENERATE_SQLITE3 is set to YES.
|
||||
|
||||
SQLITE3_RECREATE_DB = YES
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the Perl module output
|
||||
#---------------------------------------------------------------------------
|
||||
@@ -2322,7 +2338,7 @@ ENABLE_PREPROCESSING = YES
|
||||
# The default value is: NO.
|
||||
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
||||
|
||||
MACRO_EXPANSION = NO
|
||||
MACRO_EXPANSION = YES
|
||||
|
||||
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
|
||||
# the macro expansion is limited to the macros specified with the PREDEFINED and
|
||||
@@ -2330,7 +2346,7 @@ MACRO_EXPANSION = NO
|
||||
# The default value is: NO.
|
||||
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
||||
|
||||
EXPAND_ONLY_PREDEF = NO
|
||||
EXPAND_ONLY_PREDEF = YES
|
||||
|
||||
# If the SEARCH_INCLUDES tag is set to YES, the include files in the
|
||||
# INCLUDE_PATH will be searched if a #include is found.
|
||||
@@ -2431,16 +2447,9 @@ EXTERNAL_GROUPS = YES
|
||||
EXTERNAL_PAGES = YES
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the dot tool
|
||||
# Configuration options related to diagram generator tools
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
# You can include diagrams made with dia in doxygen documentation. Doxygen will
|
||||
# then run dia to produce the diagram and insert it in the documentation. The
|
||||
# DIA_PATH tag allows you to specify the directory where the dia binary resides.
|
||||
# If left empty dia is assumed to be found in the default search path.
|
||||
|
||||
DIA_PATH =
|
||||
|
||||
# If set to YES the inheritance and collaboration graphs will hide inheritance
|
||||
# and usage relations if the target is undocumented or is not a class.
|
||||
# The default value is: YES.
|
||||
@@ -2449,7 +2458,7 @@ HIDE_UNDOC_RELATIONS = YES
|
||||
|
||||
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
|
||||
# available from the path. This tool is part of Graphviz (see:
|
||||
# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
|
||||
# https://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
|
||||
# Bell Labs. The other options in this section have no effect if this option is
|
||||
# set to NO
|
||||
# The default value is: NO.
|
||||
@@ -2502,13 +2511,15 @@ DOT_NODE_ATTR = "shape=box,height=0.2,width=0.4"
|
||||
|
||||
DOT_FONTPATH =
|
||||
|
||||
# If the CLASS_GRAPH tag is set to YES (or GRAPH) then doxygen will generate a
|
||||
# graph for each documented class showing the direct and indirect inheritance
|
||||
# relations. In case HAVE_DOT is set as well dot will be used to draw the graph,
|
||||
# otherwise the built-in generator will be used. If the CLASS_GRAPH tag is set
|
||||
# to TEXT the direct and indirect inheritance relations will be shown as texts /
|
||||
# links.
|
||||
# Possible values are: NO, YES, TEXT and GRAPH.
|
||||
# If the CLASS_GRAPH tag is set to YES or GRAPH or BUILTIN then doxygen will
|
||||
# generate a graph for each documented class showing the direct and indirect
|
||||
# inheritance relations. In case the CLASS_GRAPH tag is set to YES or GRAPH and
|
||||
# HAVE_DOT is enabled as well, then dot will be used to draw the graph. In case
|
||||
# the CLASS_GRAPH tag is set to YES and HAVE_DOT is disabled or if the
|
||||
# CLASS_GRAPH tag is set to BUILTIN, then the built-in generator will be used.
|
||||
# If the CLASS_GRAPH tag is set to TEXT the direct and indirect inheritance
|
||||
# relations will be shown as texts / links.
|
||||
# Possible values are: NO, YES, TEXT, GRAPH and BUILTIN.
|
||||
# The default value is: YES.
|
||||
|
||||
CLASS_GRAPH = YES
|
||||
@@ -2579,7 +2590,7 @@ DOT_WRAP_THRESHOLD = 17
|
||||
# The default value is: NO.
|
||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
||||
|
||||
TEMPLATE_RELATIONS = NO
|
||||
TEMPLATE_RELATIONS = YES
|
||||
|
||||
# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
|
||||
# YES then doxygen will generate a graph for each documented file showing the
|
||||
@@ -2649,7 +2660,7 @@ DIR_GRAPH_MAX_DEPTH = 1
|
||||
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
|
||||
# generated by dot. For an explanation of the image formats see the section
|
||||
# output formats in the documentation of the dot tool (Graphviz (see:
|
||||
# http://www.graphviz.org/)).
|
||||
# https://www.graphviz.org/)).
|
||||
# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
|
||||
# to make the SVG files visible in IE 9+ (other browsers do not have this
|
||||
# requirement).
|
||||
@@ -2686,11 +2697,12 @@ DOT_PATH =
|
||||
|
||||
DOTFILE_DIRS =
|
||||
|
||||
# The MSCFILE_DIRS tag can be used to specify one or more directories that
|
||||
# contain msc files that are included in the documentation (see the \mscfile
|
||||
# command).
|
||||
# You can include diagrams made with dia in doxygen documentation. Doxygen will
|
||||
# then run dia to produce the diagram and insert it in the documentation. The
|
||||
# DIA_PATH tag allows you to specify the directory where the dia binary resides.
|
||||
# If left empty dia is assumed to be found in the default search path.
|
||||
|
||||
MSCFILE_DIRS =
|
||||
DIA_PATH =
|
||||
|
||||
# The DIAFILE_DIRS tag can be used to specify one or more directories that
|
||||
# contain dia files that are included in the documentation (see the \diafile
|
||||
@@ -2738,7 +2750,7 @@ DOT_GRAPH_MAX_NODES = 50
|
||||
# Minimum value: 0, maximum value: 1000, default value: 0.
|
||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
||||
|
||||
MAX_DOT_GRAPH_DEPTH = 4
|
||||
MAX_DOT_GRAPH_DEPTH = 5
|
||||
|
||||
# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
|
||||
# files in one run (i.e. multiple -o and -T options on the command line). This
|
||||
@@ -2767,3 +2779,19 @@ GENERATE_LEGEND = YES
|
||||
# The default value is: YES.
|
||||
|
||||
DOT_CLEANUP = YES
|
||||
|
||||
# You can define message sequence charts within doxygen comments using the \msc
|
||||
# command. If the MSCGEN_TOOL tag is left empty (the default), then doxygen will
|
||||
# use a built-in version of mscgen tool to produce the charts. Alternatively,
|
||||
# the MSCGEN_TOOL tag can also specify the name an external tool. For instance,
|
||||
# specifying prog as the value, doxygen will call the tool as prog -T
|
||||
# <outfile_format> -o <outputfile> <inputfile>. The external tool should support
|
||||
# output file formats "png", "eps", "svg", and "ismap".
|
||||
|
||||
MSCGEN_TOOL =
|
||||
|
||||
# The MSCFILE_DIRS tag can be used to specify one or more directories that
|
||||
# contain msc files that are included in the documentation (see the \mscfile
|
||||
# command).
|
||||
|
||||
MSCFILE_DIRS =
|
||||
79
.github/workflows/build_deps.yml
vendored
Normal file
79
.github/workflows/build_deps.yml
vendored
Normal file
@@ -0,0 +1,79 @@
|
||||
# name: Build Deps
|
||||
name: Build deps
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'deps/**'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'deps/**'
|
||||
|
||||
jobs:
|
||||
build_deps:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
include:
|
||||
- os: ubuntu-22.04
|
||||
- os: windows-2019
|
||||
- os: macos-12
|
||||
arch: x86_64
|
||||
- os: macos-12
|
||||
arch: arm64
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: setup dev on Windows
|
||||
if: matrix.os == 'Windows'
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
|
||||
- name: Build on Windows
|
||||
if: matrix.os == 'windows-2019'
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: |
|
||||
choco install strawberryperl
|
||||
mkdir ${{ github.workspace }}/deps/build
|
||||
mkdir ${{ github.workspace }}/deps/build/OrcaSlicer_dep
|
||||
.\build_release.bat deps
|
||||
|
||||
- name: Build on Mac x86_64
|
||||
if: matrix.os == 'macos-12' && matrix.arch == 'x86_64'
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: |
|
||||
brew install cmake git gettext
|
||||
mkdir -p ${{ github.workspace }}/deps/build_x86_64
|
||||
mkdir -p ${{ github.workspace }}/deps/build_x86_64/OrcaSlicer_dep_x86_64
|
||||
./build_release_macos.sh -d -a x86_64
|
||||
|
||||
- name: Build on Mac arm64
|
||||
if: matrix.os == 'macos-12' && matrix.arch == 'arm64'
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: |
|
||||
brew install cmake git gettext
|
||||
mkdir -p ${{ github.workspace }}/deps/build_arm64
|
||||
mkdir -p ${{ github.workspace }}/deps/build_arm64/OrcaSlicer_dep_arm64
|
||||
./build_release_macos.sh -d -a arm64
|
||||
|
||||
- name: Build on Ubuntu
|
||||
if: matrix.os == 'ubuntu-22.04'
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y cmake git g++ build-essential libgl1-mesa-dev m4 \
|
||||
libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules pkgconf \
|
||||
libglu1-mesa-dev libcairo2-dev libgtk-3-dev libsoup2.4-dev libwebkit2gtk-4.0-dev \
|
||||
libgstreamer1.0-dev libgstreamer-plugins-good1.0-dev libgstreamer-plugins-base1.0-dev \
|
||||
gstreamer1.0-plugins-bad libosmesa6-dev wget sudo autoconf curl libunwind-dev
|
||||
mkdir -p ${{ github.workspace }}/deps/build
|
||||
mkdir -p ${{ github.workspace }}/deps/build/destdir
|
||||
sudo ./BuildLinux.sh -ur
|
||||
sudo chown $USER -R ./
|
||||
./BuildLinux.sh -dr
|
||||
8
.github/workflows/build_linux.yml
vendored
8
.github/workflows/build_linux.yml
vendored
@@ -6,7 +6,6 @@ on:
|
||||
- main
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'deps/**'
|
||||
- '**/CMakeLists.txt'
|
||||
- 'version.inc'
|
||||
- 'bbl/**'
|
||||
@@ -17,7 +16,6 @@ on:
|
||||
- main
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'deps/**'
|
||||
- '**/CMakeLists.txt'
|
||||
- 'version.inc'
|
||||
- 'bbl/**'
|
||||
@@ -64,11 +62,11 @@ jobs:
|
||||
run: |
|
||||
mkdir -p ${{ github.workspace }}/deps/build
|
||||
mkdir -p ${{ github.workspace }}/deps/build/destdir
|
||||
curl -LJO https://github.com/SoftFever/FileSharing/releases/download/OrcaSlicer_deps_Mar/OrcaSlicer_dep_ubuntu_05-04-2023.tar.gz
|
||||
tar -zxf OrcaSlicer_dep_ubuntu_05-04-2023.tar.gz -C ${{ github.workspace }}/deps/build
|
||||
curl -LJO https://github.com/SoftFever/FileSharing/releases/download/OrcaSlicer_deps_Jun_2023/OrcaSlicer_dep_ubuntu_11-06-2023.tar.gz
|
||||
tar -zxf OrcaSlicer_dep_ubuntu_11-06-2023.tar.gz -C ${{ github.workspace }}/deps/build
|
||||
chown -R $(id -u):$(id -g) ${{ github.workspace }}/deps/build/destdir
|
||||
ls -l ${{ github.workspace }}/deps/build/destdir
|
||||
rm OrcaSlicer_dep_ubuntu_05-04-2023.tar.gz
|
||||
rm OrcaSlicer_dep_ubuntu_11-06-2023.tar.gz
|
||||
|
||||
|
||||
- name: Build Studio
|
||||
|
||||
2
.github/workflows/build_mac_arm64.yml
vendored
2
.github/workflows/build_mac_arm64.yml
vendored
@@ -6,7 +6,6 @@ on:
|
||||
- main
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'deps/**'
|
||||
- '**/CMakeLists.txt'
|
||||
- 'version.inc'
|
||||
- 'bbl/**'
|
||||
@@ -17,7 +16,6 @@ on:
|
||||
- main
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'deps/**'
|
||||
- '**/CMakeLists.txt'
|
||||
- 'version.inc'
|
||||
- 'bbl/**'
|
||||
|
||||
2
.github/workflows/build_mac_x64.yml
vendored
2
.github/workflows/build_mac_x64.yml
vendored
@@ -6,7 +6,6 @@ on:
|
||||
- main
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'deps/**'
|
||||
- '**/CMakeLists.txt'
|
||||
- 'version.inc'
|
||||
- 'bbl/**'
|
||||
@@ -17,7 +16,6 @@ on:
|
||||
- main
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'deps/**'
|
||||
- '**/CMakeLists.txt'
|
||||
- 'version.inc'
|
||||
- 'bbl/**'
|
||||
|
||||
2
.github/workflows/build_win.yml
vendored
2
.github/workflows/build_win.yml
vendored
@@ -6,7 +6,6 @@ on:
|
||||
- main
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'deps/**'
|
||||
- '**/CMakeLists.txt'
|
||||
- 'version.inc'
|
||||
- 'bbl/**'
|
||||
@@ -17,7 +16,6 @@ on:
|
||||
- main
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'deps/**'
|
||||
- '**/CMakeLists.txt'
|
||||
- 'version.inc'
|
||||
- 'bbl/**'
|
||||
|
||||
4
.gitignore
vendored
4
.gitignore
vendored
@@ -23,4 +23,6 @@ deps/build-linux/*
|
||||
install_*
|
||||
build_*/
|
||||
SVG
|
||||
src/OrcaSlicer-doc/
|
||||
src/OrcaSlicer-doc/
|
||||
.idea/
|
||||
bbl/i18n/es/OrcaSlicer_es.mo
|
||||
|
||||
@@ -33,12 +33,16 @@ Prebuilt binaries are available through the [github releases page](https://githu
|
||||
2. Double click to unzip the package, move OrcaSlicer.app to Application folder.
|
||||
3. The app is signed but not notarized at the moment due to the proptiery network plugin.
|
||||
We have two options to make it run on our machines
|
||||
- Option 1:
|
||||
- Option 1 (You only need to do this once. After that the app can be oppened normally.):
|
||||
- Step 1: Hold _cmd_ and right click the app, from the context menu choose **Open**.
|
||||
- Step 2: A warning window will pop up, click _Open_
|
||||
|
||||
- Option 2:
|
||||
Execute this command in terminal: `xattr -dr com.apple.quarantine /Applications/OrcaSlicer.app`
|
||||
```console
|
||||
softfever@mac:~$ xattr -dr com.apple.quarantine /Applications/OrcaSlicer.app
|
||||
```
|
||||
- Option 2:
|
||||
- Option 3:
|
||||
- Step 1: open the app, a warning window will pop up
|
||||

|
||||
- Step 2: in `System Settings` -> `Privacy & Security`, click `Open Anyway`:
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-14 11:52+0800\n"
|
||||
"POT-Creation-Date: 2023-07-07 00:37+0800\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -1838,7 +1838,10 @@ msgstr ""
|
||||
msgid "You need to select the material type and color first."
|
||||
msgstr ""
|
||||
|
||||
msgid "Other color"
|
||||
msgid "Other Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Custom Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Dynamic flow calibration"
|
||||
@@ -6067,6 +6070,9 @@ msgstr ""
|
||||
msgid "No extrusions under current settings."
|
||||
msgstr ""
|
||||
|
||||
msgid "Bed temperatures for the used filaments differ significantly."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
|
||||
"enabled."
|
||||
@@ -6599,11 +6605,11 @@ msgid "Internal bridge support thickness"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If enabled, Studio will generate support loops under the contours of "
|
||||
"internal bridges.These support loops could prevent internal bridges from "
|
||||
"extruding over the air and improve the top surface quality, especially when "
|
||||
"the sparse infill density is low.This value determines the thickness of the "
|
||||
"support loops. 0 means disable this feature"
|
||||
"If enabled, support loops will be generated under the contours of internal "
|
||||
"bridges.These support loops could prevent internal bridges from extruding "
|
||||
"over the air and improve the top surface quality, especially when the sparse "
|
||||
"infill density is low.This value determines the thickness of the support "
|
||||
"loops. 0 means disable this feature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Top surface pattern"
|
||||
@@ -6929,6 +6935,45 @@ msgstr ""
|
||||
msgid "Lightning"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than infill_anchor_max is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a "
|
||||
"single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr ""
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than this parameter is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to infill_anchor, but no longer than this parameter. \n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should "
|
||||
"create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of outer walls"
|
||||
msgstr ""
|
||||
|
||||
@@ -7681,6 +7726,14 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
msgid "Staggered inner seams"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This option causes the inner seams to be shifted backwards based on their "
|
||||
"depth, forming a zigzag pattern."
|
||||
msgstr ""
|
||||
|
||||
msgid "Seam gap"
|
||||
msgstr ""
|
||||
|
||||
@@ -7736,6 +7789,12 @@ msgstr ""
|
||||
msgid "Number of loops for the skirt. Zero means disabling skirt"
|
||||
msgstr ""
|
||||
|
||||
msgid "Skirt speed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The printing speed in exported gcode will be slowed down, when the estimated "
|
||||
"layer time is shorter than this value, to get better cooling for these layers"
|
||||
@@ -8712,103 +8771,3 @@ msgstr ""
|
||||
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:3D Scene Operations]
|
||||
msgid "3D Scene Operations\nDid you know how to control view and object/part selection with mouse and touchpanel in the 3D scene?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Cut Tool]
|
||||
msgid "Cut Tool\nDid you know that you can cut a model at any angle and position with the cutting tool?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fix Model]
|
||||
msgid "Fix Model\nDid you know that you can fix a corrupted 3D model to avoid a lot of slicing problems?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Timelapse]
|
||||
msgid "Timelapse\nDid you know that you can generate a timelapse video during each print?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Arrange]
|
||||
msgid "Auto-Arrange\nDid you know that you can auto-arrange all objects in your project?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Orient]
|
||||
msgid "Auto-Orient\nDid you know that you can rotate objects to an optimal orientation for printing by a simple click?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Lay on Face]
|
||||
msgid "Lay on Face\nDid you know that you can quickly orient a model so that one of its faces sits on the print bed? Select the \"Place on face\" function or press the <b>F</b> key."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Object List]
|
||||
msgid "Object List\nDid you know that you can view all objects/parts in a list and change settings for each object/part?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Simplify Model]
|
||||
msgid "Simplify Model\nDid you know that you can reduce the number of triangles in a mesh using the Simplify mesh feature? Right-click the model and select Simplify model. Read more in the documentation."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
|
||||
msgid "Slicing Parameter Table\nDid you know that you can view all objects/parts on a table and change settings for each object/part?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
|
||||
msgid "Split to Objects/Parts\nDid you know that you can split a big object into small ones for easy colorizing or printing?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Subtract a Part]
|
||||
msgid "Subtract a Part\nDid you know that you can subtract one mesh from another using the Negative part modifier? That way you can, for example, create easily resizable holes directly in Orca Slicer. Read more in the documentation."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:STEP]
|
||||
msgid "STEP\nDid you know that you can improve your print quality by slicing a STEP file instead of an STL?\nOrca Slicer supports slicing STEP files, providing smoother results than a lower resolution STL. Give it a try!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Z seam location]
|
||||
msgid "Z seam location\nDid you know that you can customize the location of the Z seam, and even paint it on your print, to have it in a less visible location? This improves the overall look of your model. Check it out!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
|
||||
msgid "Fine-tuning for flow rate\nDid you know that flow rate can be fine-tuned for even better-looking prints? Depending on the material, you can improve the overall finish of the printed model by doing some fine-tuning."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split your prints into plates]
|
||||
msgid "Split your prints into plates\nDid you know that you can split a model that has a lot of parts into individual plates ready to print? This will simplify the process of keeping track of all the parts."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer Height]
|
||||
msgid "Speed up your print with Adaptive Layer Height\nDid you know that you can print a model even faster, by using the Adaptive Layer Height option? Check it out!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Support painting]
|
||||
msgid "Support painting\nDid you know that you can paint the location of your supports? This feature makes it easy to place the support material only on the sections of the model that actually need it."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Different types of supports]
|
||||
msgid "Different types of supports\nDid you know that you can choose from multiple types of supports? Tree supports work great for organic models, while saving filament and improving print speed. Check them out!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Printing Silk Filament]
|
||||
msgid "Printing Silk Filament\nDid you know that Silk filament needs special consideration to print it successfully? Higher temperature and lower speed are always recommended for the best results."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Brim for better adhesion]
|
||||
msgid "Brim for better adhesion\nDid you know that when printing models have a small contact interface with the printing surface, it's recommended to use a brim?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
|
||||
msgid "Set parameters for multiple objects\nDid you know that you can set slicing parameters for all selected objects at one time?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Stack objects]
|
||||
msgid "Stack objects\nDid you know that you can stack objects as a whole one?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
|
||||
msgid "Flush into support/objects/infill\nDid you know that you can save the wasted filament by flushing them into support/objects/infill during filament change?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Improve strength]
|
||||
msgid "Improve strength\nDid you know that you can use more wall loops and higher sparse infill density to improve the strength of the model?"
|
||||
msgstr ""
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
|
||||
"POT-Creation-Date: 2023-07-07 00:37+0800\n"
|
||||
"PO-Revision-Date: 2023-03-31 22:48+0200\n"
|
||||
"Last-Translator: Momo <renemosner@seznam.cz>\n"
|
||||
"Language-Team: \n"
|
||||
@@ -1909,7 +1909,10 @@ msgstr "Zadejte platnou hodnotu (K v 0~0,5, N v 0,6~2,0)"
|
||||
msgid "You need to select the material type and color first."
|
||||
msgstr ""
|
||||
|
||||
msgid "Other color"
|
||||
msgid "Other Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Custom Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Dynamic flow calibration"
|
||||
@@ -6437,6 +6440,9 @@ msgstr ""
|
||||
msgid "No extrusions under current settings."
|
||||
msgstr "Žádné extruze pod aktuálním nastavením."
|
||||
|
||||
msgid "Bed temperatures for the used filaments differ significantly."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
|
||||
"enabled."
|
||||
@@ -7079,17 +7085,12 @@ msgid "Internal bridge support thickness"
|
||||
msgstr "Tloušťka vnitřní podpory mostu"
|
||||
|
||||
msgid ""
|
||||
"If enabled, Studio will generate support loops under the contours of "
|
||||
"internal bridges.These support loops could prevent internal bridges from "
|
||||
"extruding over the air and improve the top surface quality, especially when "
|
||||
"the sparse infill density is low.This value determines the thickness of the "
|
||||
"support loops. 0 means disable this feature"
|
||||
"If enabled, support loops will be generated under the contours of internal "
|
||||
"bridges.These support loops could prevent internal bridges from extruding "
|
||||
"over the air and improve the top surface quality, especially when the sparse "
|
||||
"infill density is low.This value determines the thickness of the support "
|
||||
"loops. 0 means disable this feature"
|
||||
msgstr ""
|
||||
"Pokud je povoleno, Studio vygeneruje podpůrné smyčky pod obrysy vnitřních "
|
||||
"mostů. Tyto podpůrné smyčky by mohly bránit vnitřním mostům vytlačováním "
|
||||
"vzduchem a zlepšují špičkovou kvalitu povrchu, zvláště když řídká hustota "
|
||||
"výplně je nízká. Tato hodnota určuje tloušťku výplně podpůrné smyčky. 0 "
|
||||
"znamená vypnutí této funkce"
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "Vzor horního povrchu"
|
||||
@@ -7456,6 +7457,45 @@ msgstr "Kubický podepíraný"
|
||||
msgid "Lightning"
|
||||
msgstr "Blesky"
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than infill_anchor_max is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a "
|
||||
"single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr ""
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than this parameter is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to infill_anchor, but no longer than this parameter. \n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should "
|
||||
"create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of outer walls"
|
||||
msgstr "Zrychlení vnějších stěny"
|
||||
|
||||
@@ -8302,6 +8342,14 @@ msgstr "Zezadu"
|
||||
msgid "Random"
|
||||
msgstr "Náhodný"
|
||||
|
||||
msgid "Staggered inner seams"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This option causes the inner seams to be shifted backwards based on their "
|
||||
"depth, forming a zigzag pattern."
|
||||
msgstr ""
|
||||
|
||||
msgid "Seam gap"
|
||||
msgstr "Mezera švu"
|
||||
|
||||
@@ -8370,6 +8418,12 @@ msgstr "Obrysové Smyčky"
|
||||
msgid "Number of loops for the skirt. Zero means disabling skirt"
|
||||
msgstr "Počet smyček pro Obrys. Nula znamená deaktivaci sukně"
|
||||
|
||||
msgid "Skirt speed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The printing speed in exported gcode will be slowed down, when the estimated "
|
||||
"layer time is shorter than this value, to get better cooling for these layers"
|
||||
@@ -9496,270 +9550,259 @@ msgstr ""
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:3D Scene Operations]
|
||||
msgid ""
|
||||
"3D Scene Operations\n"
|
||||
"Did you know how to control view and object/part selection with mouse and "
|
||||
"touchpanel in the 3D scene?"
|
||||
msgstr ""
|
||||
"Operace 3D scény\n"
|
||||
"Did jste, jak ovládat pohled a výběr objektů/dílů pomocí myši a dotykového "
|
||||
"panelu ve 3D scéně?"
|
||||
#~ msgid ""
|
||||
#~ "3D Scene Operations\n"
|
||||
#~ "Did you know how to control view and object/part selection with mouse and "
|
||||
#~ "touchpanel in the 3D scene?"
|
||||
#~ msgstr ""
|
||||
#~ "Operace 3D scény\n"
|
||||
#~ "Did jste, jak ovládat pohled a výběr objektů/dílů pomocí myši a "
|
||||
#~ "dotykového panelu ve 3D scéně?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Cut Tool]
|
||||
msgid ""
|
||||
"Cut Tool\n"
|
||||
"Did you know that you can cut a model at any angle and position with the "
|
||||
"cutting tool?"
|
||||
msgstr ""
|
||||
"Nástroj pro řezání\n"
|
||||
"Did jste, že pomocí řezného nástroje můžete řezat model v libovolném úhlu a "
|
||||
"poloze?"
|
||||
#~ msgid ""
|
||||
#~ "Cut Tool\n"
|
||||
#~ "Did you know that you can cut a model at any angle and position with the "
|
||||
#~ "cutting tool?"
|
||||
#~ msgstr ""
|
||||
#~ "Nástroj pro řezání\n"
|
||||
#~ "Did jste, že pomocí řezného nástroje můžete řezat model v libovolném úhlu "
|
||||
#~ "a poloze?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fix Model]
|
||||
msgid ""
|
||||
"Fix Model\n"
|
||||
"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing "
|
||||
"problems?"
|
||||
msgstr ""
|
||||
"Opravit model\n"
|
||||
"Did jste, že můžete opravit poškozený 3D model, abyste se vyhnuli mnoha "
|
||||
"problémům s krájením?"
|
||||
#~ msgid ""
|
||||
#~ "Fix Model\n"
|
||||
#~ "Did you know that you can fix a corrupted 3D model to avoid a lot of "
|
||||
#~ "slicing problems?"
|
||||
#~ msgstr ""
|
||||
#~ "Opravit model\n"
|
||||
#~ "Did jste, že můžete opravit poškozený 3D model, abyste se vyhnuli mnoha "
|
||||
#~ "problémům s krájením?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Timelapse]
|
||||
msgid ""
|
||||
"Timelapse\n"
|
||||
"Did you know that you can generate a timelapse video during each print?"
|
||||
msgstr ""
|
||||
"Časosběr\n"
|
||||
"Did jste, že můžete generovat časosběrné video během každého tisku?"
|
||||
#~ msgid ""
|
||||
#~ "Timelapse\n"
|
||||
#~ "Did you know that you can generate a timelapse video during each print?"
|
||||
#~ msgstr ""
|
||||
#~ "Časosběr\n"
|
||||
#~ "Did jste, že můžete generovat časosběrné video během každého tisku?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Arrange]
|
||||
msgid ""
|
||||
"Auto-Arrange\n"
|
||||
"Did you know that you can auto-arrange all objects in your project?"
|
||||
msgstr ""
|
||||
"Automatické uspořádání\n"
|
||||
"Did jste, že můžete automaticky uspořádat všechny objekty ve svém projektu?"
|
||||
#~ msgid ""
|
||||
#~ "Auto-Arrange\n"
|
||||
#~ "Did you know that you can auto-arrange all objects in your project?"
|
||||
#~ msgstr ""
|
||||
#~ "Automatické uspořádání\n"
|
||||
#~ "Did jste, že můžete automaticky uspořádat všechny objekty ve svém "
|
||||
#~ "projektu?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Orient]
|
||||
msgid ""
|
||||
"Auto-Orient\n"
|
||||
"Did you know that you can rotate objects to an optimal orientation for "
|
||||
"printing by a simple click?"
|
||||
msgstr ""
|
||||
"Auto-Orient\n"
|
||||
"Did jste, že můžete otočit objekty do optimální orientace pro tisk "
|
||||
"jednoduchým kliknutím?"
|
||||
#~ msgid ""
|
||||
#~ "Auto-Orient\n"
|
||||
#~ "Did you know that you can rotate objects to an optimal orientation for "
|
||||
#~ "printing by a simple click?"
|
||||
#~ msgstr ""
|
||||
#~ "Auto-Orient\n"
|
||||
#~ "Did jste, že můžete otočit objekty do optimální orientace pro tisk "
|
||||
#~ "jednoduchým kliknutím?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Lay on Face]
|
||||
msgid ""
|
||||
"Lay on Face\n"
|
||||
"Did you know that you can quickly orient a model so that one of its faces "
|
||||
"sits on the print bed? Select the \"Place on face\" function or press the "
|
||||
"<b>F</b> key."
|
||||
msgstr ""
|
||||
"Plochou na podložku\n"
|
||||
"Did jste, že můžete rychle orientovat model tak, aby jedna z jeho tváří "
|
||||
"seděla na tiskové podložce? Vyberte funkci \"Umístit na obličej\" nebo "
|
||||
"stiskněte klávesu <b>F</b> ."
|
||||
#~ msgid ""
|
||||
#~ "Lay on Face\n"
|
||||
#~ "Did you know that you can quickly orient a model so that one of its faces "
|
||||
#~ "sits on the print bed? Select the \"Place on face\" function or press the "
|
||||
#~ "<b>F</b> key."
|
||||
#~ msgstr ""
|
||||
#~ "Plochou na podložku\n"
|
||||
#~ "Did jste, že můžete rychle orientovat model tak, aby jedna z jeho tváří "
|
||||
#~ "seděla na tiskové podložce? Vyberte funkci \"Umístit na obličej\" nebo "
|
||||
#~ "stiskněte klávesu <b>F</b> ."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Object List]
|
||||
msgid ""
|
||||
"Object List\n"
|
||||
"Did you know that you can view all objects/parts in a list and change "
|
||||
"settings for each object/part?"
|
||||
msgstr ""
|
||||
"Seznam objektů\n"
|
||||
"Did jste, že můžete zobrazit všechny objekty/části v seznamu a změnit "
|
||||
"nastavení pro každý objekt/část?"
|
||||
#~ msgid ""
|
||||
#~ "Object List\n"
|
||||
#~ "Did you know that you can view all objects/parts in a list and change "
|
||||
#~ "settings for each object/part?"
|
||||
#~ msgstr ""
|
||||
#~ "Seznam objektů\n"
|
||||
#~ "Did jste, že můžete zobrazit všechny objekty/části v seznamu a změnit "
|
||||
#~ "nastavení pro každý objekt/část?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Simplify Model]
|
||||
msgid ""
|
||||
"Simplify Model\n"
|
||||
"Did you know that you can reduce the number of triangles in a mesh using the "
|
||||
"Simplify mesh feature? Right-click the model and select Simplify model. Read "
|
||||
"more in the documentation."
|
||||
msgstr ""
|
||||
"Zjednodušte model\n"
|
||||
"Did jste, že můžete snížit počet trojúhelníků v síti pomocí funkce "
|
||||
"Zjednodušit síť? Klikněte pravým tlačítkem na model a vyberte Zjednodušit "
|
||||
"model. Více v dokumentaci."
|
||||
#~ msgid ""
|
||||
#~ "Simplify Model\n"
|
||||
#~ "Did you know that you can reduce the number of triangles in a mesh using "
|
||||
#~ "the Simplify mesh feature? Right-click the model and select Simplify "
|
||||
#~ "model. Read more in the documentation."
|
||||
#~ msgstr ""
|
||||
#~ "Zjednodušte model\n"
|
||||
#~ "Did jste, že můžete snížit počet trojúhelníků v síti pomocí funkce "
|
||||
#~ "Zjednodušit síť? Klikněte pravým tlačítkem na model a vyberte Zjednodušit "
|
||||
#~ "model. Více v dokumentaci."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
|
||||
msgid ""
|
||||
"Slicing Parameter Table\n"
|
||||
"Did you know that you can view all objects/parts on a table and change "
|
||||
"settings for each object/part?"
|
||||
msgstr ""
|
||||
"Tabulka parametrů dělení\n"
|
||||
"Did jste, že můžete zobrazit všechny objekty/části v tabulce a změnit "
|
||||
"nastavení pro každý objekt/část?"
|
||||
#~ msgid ""
|
||||
#~ "Slicing Parameter Table\n"
|
||||
#~ "Did you know that you can view all objects/parts on a table and change "
|
||||
#~ "settings for each object/part?"
|
||||
#~ msgstr ""
|
||||
#~ "Tabulka parametrů dělení\n"
|
||||
#~ "Did jste, že můžete zobrazit všechny objekty/části v tabulce a změnit "
|
||||
#~ "nastavení pro každý objekt/část?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
|
||||
msgid ""
|
||||
"Split to Objects/Parts\n"
|
||||
"Did you know that you can split a big object into small ones for easy "
|
||||
"colorizing or printing?"
|
||||
msgstr ""
|
||||
"Rozdělit na objekty/části\n"
|
||||
"Didi jste, že velký objekt můžete rozdělit na malé pro snadné obarvení nebo "
|
||||
"tisk?"
|
||||
#~ msgid ""
|
||||
#~ "Split to Objects/Parts\n"
|
||||
#~ "Did you know that you can split a big object into small ones for easy "
|
||||
#~ "colorizing or printing?"
|
||||
#~ msgstr ""
|
||||
#~ "Rozdělit na objekty/části\n"
|
||||
#~ "Didi jste, že velký objekt můžete rozdělit na malé pro snadné obarvení "
|
||||
#~ "nebo tisk?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Subtract a Part]
|
||||
msgid ""
|
||||
"Subtract a Part\n"
|
||||
"Did you know that you can subtract one mesh from another using the Negative "
|
||||
"part modifier? That way you can, for example, create easily resizable holes "
|
||||
"directly in Orca Slicer. Read more in the documentation."
|
||||
msgstr ""
|
||||
"Odečtení dílu\n"
|
||||
"Did jste, že můžete odečíst jednu síť od druhé pomocí modifikátoru záporné "
|
||||
"části? Tímto způsobem můžete například vytvářet snadno měnitelné otvory "
|
||||
"přímo v Orca Slicer. Přečtěte si více v dokumentaci."
|
||||
#~ msgid ""
|
||||
#~ "Subtract a Part\n"
|
||||
#~ "Did you know that you can subtract one mesh from another using the "
|
||||
#~ "Negative part modifier? That way you can, for example, create easily "
|
||||
#~ "resizable holes directly in Orca Slicer. Read more in the documentation."
|
||||
#~ msgstr ""
|
||||
#~ "Odečtení dílu\n"
|
||||
#~ "Did jste, že můžete odečíst jednu síť od druhé pomocí modifikátoru "
|
||||
#~ "záporné části? Tímto způsobem můžete například vytvářet snadno měnitelné "
|
||||
#~ "otvory přímo v Orca Slicer. Přečtěte si více v dokumentaci."
|
||||
|
||||
#: resources/data/hints.ini: [hint:STEP]
|
||||
msgid ""
|
||||
"STEP\n"
|
||||
"Did you know that you can improve your print quality by slicing a STEP file "
|
||||
"instead of an STL?\n"
|
||||
"Orca Slicer supports slicing STEP files, providing smoother results than a "
|
||||
"lower resolution STL. Give it a try!"
|
||||
msgstr ""
|
||||
"STEP\n"
|
||||
"Did jste, že kvalitu tisku můžete zlepšit krájením souboru STEP místo STL?\n"
|
||||
"Orca Slicer podporuje krájení souborů STEP a poskytuje hladší výsledky než "
|
||||
"STL s nižším rozlišením. Vyzkoušejte to!"
|
||||
#~ msgid ""
|
||||
#~ "STEP\n"
|
||||
#~ "Did you know that you can improve your print quality by slicing a STEP "
|
||||
#~ "file instead of an STL?\n"
|
||||
#~ "Orca Slicer supports slicing STEP files, providing smoother results than "
|
||||
#~ "a lower resolution STL. Give it a try!"
|
||||
#~ msgstr ""
|
||||
#~ "STEP\n"
|
||||
#~ "Did jste, že kvalitu tisku můžete zlepšit krájením souboru STEP místo "
|
||||
#~ "STL?\n"
|
||||
#~ "Orca Slicer podporuje krájení souborů STEP a poskytuje hladší výsledky "
|
||||
#~ "než STL s nižším rozlišením. Vyzkoušejte to!"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Z seam location]
|
||||
msgid ""
|
||||
"Z seam location\n"
|
||||
"Did you know that you can customize the location of the Z seam, and even "
|
||||
"paint it on your print, to have it in a less visible location? This improves "
|
||||
"the overall look of your model. Check it out!"
|
||||
msgstr ""
|
||||
"Umístění Z švu\n"
|
||||
"Did jste, že si můžete přizpůsobit umístění Z švu a dokonce jej namalovat na "
|
||||
"tisk, abyste jej měli na méně viditelném místě? To zlepšuje celkový vzhled "
|
||||
"vašeho modelu. Vyzkoušejte to!"
|
||||
#~ msgid ""
|
||||
#~ "Z seam location\n"
|
||||
#~ "Did you know that you can customize the location of the Z seam, and even "
|
||||
#~ "paint it on your print, to have it in a less visible location? This "
|
||||
#~ "improves the overall look of your model. Check it out!"
|
||||
#~ msgstr ""
|
||||
#~ "Umístění Z švu\n"
|
||||
#~ "Did jste, že si můžete přizpůsobit umístění Z švu a dokonce jej namalovat "
|
||||
#~ "na tisk, abyste jej měli na méně viditelném místě? To zlepšuje celkový "
|
||||
#~ "vzhled vašeho modelu. Vyzkoušejte to!"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
|
||||
msgid ""
|
||||
"Fine-tuning for flow rate\n"
|
||||
"Did you know that flow rate can be fine-tuned for even better-looking "
|
||||
"prints? Depending on the material, you can improve the overall finish of the "
|
||||
"printed model by doing some fine-tuning."
|
||||
msgstr ""
|
||||
"Jemné doladění průtoku\n"
|
||||
"Did jste, že průtok lze vyladit pro ještě lépe vypadající výtisky? V "
|
||||
"závislosti na materiálu můžete vylepšit celkovou povrchovou úpravu tištěného "
|
||||
"modelu provedením nějakého jemného doladění."
|
||||
#~ msgid ""
|
||||
#~ "Fine-tuning for flow rate\n"
|
||||
#~ "Did you know that flow rate can be fine-tuned for even better-looking "
|
||||
#~ "prints? Depending on the material, you can improve the overall finish of "
|
||||
#~ "the printed model by doing some fine-tuning."
|
||||
#~ msgstr ""
|
||||
#~ "Jemné doladění průtoku\n"
|
||||
#~ "Did jste, že průtok lze vyladit pro ještě lépe vypadající výtisky? V "
|
||||
#~ "závislosti na materiálu můžete vylepšit celkovou povrchovou úpravu "
|
||||
#~ "tištěného modelu provedením nějakého jemného doladění."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split your prints into plates]
|
||||
msgid ""
|
||||
"Split your prints into plates\n"
|
||||
"Did you know that you can split a model that has a lot of parts into "
|
||||
"individual plates ready to print? This will simplify the process of keeping "
|
||||
"track of all the parts."
|
||||
msgstr ""
|
||||
"Rozdělit výtisky na desky\n"
|
||||
"Did jste, že můžete rozdělit model, který má mnoho dílů, na jednotlivé desky "
|
||||
"připravené k tisku? To zjednoduší proces sledování všech dílů."
|
||||
#~ msgid ""
|
||||
#~ "Split your prints into plates\n"
|
||||
#~ "Did you know that you can split a model that has a lot of parts into "
|
||||
#~ "individual plates ready to print? This will simplify the process of "
|
||||
#~ "keeping track of all the parts."
|
||||
#~ msgstr ""
|
||||
#~ "Rozdělit výtisky na desky\n"
|
||||
#~ "Did jste, že můžete rozdělit model, který má mnoho dílů, na jednotlivé "
|
||||
#~ "desky připravené k tisku? To zjednoduší proces sledování všech dílů."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer
|
||||
#: Height]
|
||||
msgid ""
|
||||
"Speed up your print with Adaptive Layer Height\n"
|
||||
"Did you know that you can print a model even faster, by using the Adaptive "
|
||||
"Layer Height option? Check it out!"
|
||||
msgstr ""
|
||||
"Urychlete svůj tisk pomocí Adaptivní výšky vrstvy\n"
|
||||
"Did jste, že můžete tisknout model ještě rychleji pomocí možnosti Adaptivní "
|
||||
"výška vrstvy? Vyzkoušejte to!"
|
||||
#~ msgid ""
|
||||
#~ "Speed up your print with Adaptive Layer Height\n"
|
||||
#~ "Did you know that you can print a model even faster, by using the "
|
||||
#~ "Adaptive Layer Height option? Check it out!"
|
||||
#~ msgstr ""
|
||||
#~ "Urychlete svůj tisk pomocí Adaptivní výšky vrstvy\n"
|
||||
#~ "Did jste, že můžete tisknout model ještě rychleji pomocí možnosti "
|
||||
#~ "Adaptivní výška vrstvy? Vyzkoušejte to!"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Support painting]
|
||||
msgid ""
|
||||
"Support painting\n"
|
||||
"Did you know that you can paint the location of your supports? This feature "
|
||||
"makes it easy to place the support material only on the sections of the "
|
||||
"model that actually need it."
|
||||
msgstr ""
|
||||
"Malování podpěry\n"
|
||||
"Did jste, že můžete namalovat umístění svých podpěr? Tato funkce usnadňuje "
|
||||
"umístění podpěrného materiálu pouze na části modelu, které to skutečně "
|
||||
"potřebují."
|
||||
#~ msgid ""
|
||||
#~ "Support painting\n"
|
||||
#~ "Did you know that you can paint the location of your supports? This "
|
||||
#~ "feature makes it easy to place the support material only on the sections "
|
||||
#~ "of the model that actually need it."
|
||||
#~ msgstr ""
|
||||
#~ "Malování podpěry\n"
|
||||
#~ "Did jste, že můžete namalovat umístění svých podpěr? Tato funkce "
|
||||
#~ "usnadňuje umístění podpěrného materiálu pouze na části modelu, které to "
|
||||
#~ "skutečně potřebují."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Different types of supports]
|
||||
msgid ""
|
||||
"Different types of supports\n"
|
||||
"Did you know that you can choose from multiple types of supports? Tree "
|
||||
"supports work great for organic models, while saving filament and improving "
|
||||
"print speed. Check them out!"
|
||||
msgstr ""
|
||||
"Různé typy podpěr\n"
|
||||
"Did jste, že si můžete vybrat z více typů podpěr? Podpěry stromu fungují "
|
||||
"skvěle pro organické modely, přičemž šetří vlákno a zlepšují rychlost tisku. "
|
||||
"Vyzkoušejte je!"
|
||||
#~ msgid ""
|
||||
#~ "Different types of supports\n"
|
||||
#~ "Did you know that you can choose from multiple types of supports? Tree "
|
||||
#~ "supports work great for organic models, while saving filament and "
|
||||
#~ "improving print speed. Check them out!"
|
||||
#~ msgstr ""
|
||||
#~ "Různé typy podpěr\n"
|
||||
#~ "Did jste, že si můžete vybrat z více typů podpěr? Podpěry stromu fungují "
|
||||
#~ "skvěle pro organické modely, přičemž šetří vlákno a zlepšují rychlost "
|
||||
#~ "tisku. Vyzkoušejte je!"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Printing Silk Filament]
|
||||
msgid ""
|
||||
"Printing Silk Filament\n"
|
||||
"Did you know that Silk filament needs special consideration to print it "
|
||||
"successfully? Higher temperature and lower speed are always recommended for "
|
||||
"the best results."
|
||||
msgstr ""
|
||||
"Tisk hedvábného vlákna\n"
|
||||
"Did jste, že hedvábný filament vyžaduje zvláštní pozornost, aby byl úspěšný? "
|
||||
"Pro dosažení nejlepších výsledků se vždy doporučuje vyšší teplota a nižší "
|
||||
"rychlost."
|
||||
#~ msgid ""
|
||||
#~ "Printing Silk Filament\n"
|
||||
#~ "Did you know that Silk filament needs special consideration to print it "
|
||||
#~ "successfully? Higher temperature and lower speed are always recommended "
|
||||
#~ "for the best results."
|
||||
#~ msgstr ""
|
||||
#~ "Tisk hedvábného vlákna\n"
|
||||
#~ "Did jste, že hedvábný filament vyžaduje zvláštní pozornost, aby byl "
|
||||
#~ "úspěšný? Pro dosažení nejlepších výsledků se vždy doporučuje vyšší "
|
||||
#~ "teplota a nižší rychlost."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Brim for better adhesion]
|
||||
msgid ""
|
||||
"Brim for better adhesion\n"
|
||||
"Did you know that when printing models have a small contact interface with "
|
||||
"the printing surface, it's recommended to use a brim?"
|
||||
msgstr ""
|
||||
"Okraj pro lepší přilnavost\n"
|
||||
"Did jste, že když tiskové modely mají malé kontaktní rozhraní s tiskovou "
|
||||
"plochou, doporučuje se použít okraj?"
|
||||
#~ msgid ""
|
||||
#~ "Brim for better adhesion\n"
|
||||
#~ "Did you know that when printing models have a small contact interface "
|
||||
#~ "with the printing surface, it's recommended to use a brim?"
|
||||
#~ msgstr ""
|
||||
#~ "Okraj pro lepší přilnavost\n"
|
||||
#~ "Did jste, že když tiskové modely mají malé kontaktní rozhraní s tiskovou "
|
||||
#~ "plochou, doporučuje se použít okraj?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
|
||||
msgid ""
|
||||
"Set parameters for multiple objects\n"
|
||||
"Did you know that you can set slicing parameters for all selected objects at "
|
||||
"one time?"
|
||||
msgstr ""
|
||||
"Nastavit parametry pro více objektů\n"
|
||||
"Did jste, že můžete nastavit parametry krájení pro všechny vybrané objekty "
|
||||
"najednou?"
|
||||
#~ msgid ""
|
||||
#~ "Set parameters for multiple objects\n"
|
||||
#~ "Did you know that you can set slicing parameters for all selected objects "
|
||||
#~ "at one time?"
|
||||
#~ msgstr ""
|
||||
#~ "Nastavit parametry pro více objektů\n"
|
||||
#~ "Did jste, že můžete nastavit parametry krájení pro všechny vybrané "
|
||||
#~ "objekty najednou?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Stack objects]
|
||||
msgid ""
|
||||
"Stack objects\n"
|
||||
"Did you know that you can stack objects as a whole one?"
|
||||
msgstr ""
|
||||
"Skládat objekty\n"
|
||||
"Did jste, že můžete skládat objekty jako jeden celek?"
|
||||
#~ msgid ""
|
||||
#~ "Stack objects\n"
|
||||
#~ "Did you know that you can stack objects as a whole one?"
|
||||
#~ msgstr ""
|
||||
#~ "Skládat objekty\n"
|
||||
#~ "Did jste, že můžete skládat objekty jako jeden celek?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
|
||||
msgid ""
|
||||
"Flush into support/objects/infill\n"
|
||||
"Did you know that you can save the wasted filament by flushing them into "
|
||||
"support/objects/infill during filament change?"
|
||||
msgstr ""
|
||||
"Vypláchnout do support/objects/infill\n"
|
||||
"Did jste, že můžete zachránit ztracené vlákno jejich vypláchnutím do support/"
|
||||
"objects/infill během výměny vlákna?"
|
||||
#~ msgid ""
|
||||
#~ "Flush into support/objects/infill\n"
|
||||
#~ "Did you know that you can save the wasted filament by flushing them into "
|
||||
#~ "support/objects/infill during filament change?"
|
||||
#~ msgstr ""
|
||||
#~ "Vypláchnout do support/objects/infill\n"
|
||||
#~ "Did jste, že můžete zachránit ztracené vlákno jejich vypláchnutím do "
|
||||
#~ "support/objects/infill během výměny vlákna?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Improve strength]
|
||||
msgid ""
|
||||
"Improve strength\n"
|
||||
"Did you know that you can use more wall loops and higher sparse infill "
|
||||
"density to improve the strength of the model?"
|
||||
msgstr ""
|
||||
"Zlepšete pevnost\n"
|
||||
"Did jste, že ke zlepšení pevnosti modelu můžete použít více smyček na stěně "
|
||||
"a vyšší hustotu výplně?"
|
||||
#~ msgid ""
|
||||
#~ "Improve strength\n"
|
||||
#~ "Did you know that you can use more wall loops and higher sparse infill "
|
||||
#~ "density to improve the strength of the model?"
|
||||
#~ msgstr ""
|
||||
#~ "Zlepšete pevnost\n"
|
||||
#~ "Did jste, že ke zlepšení pevnosti modelu můžete použít více smyček na "
|
||||
#~ "stěně a vyšší hustotu výplně?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "If enabled, support loops will be generated under the contours of "
|
||||
#~ "internal bridges. These support loops could prevent internal bridges from "
|
||||
#~ "extruding over the air and improve the top surface quality, especially "
|
||||
#~ "when the sparse infill density is low.This value determines the thickness "
|
||||
#~ "of the support loops. 0 means disable this feature"
|
||||
#~ msgstr ""
|
||||
#~ "Pokud je povoleno, Studio vygeneruje podpůrné smyčky pod obrysy vnitřních "
|
||||
#~ "mostů. Tyto podpůrné smyčky by mohly bránit vnitřním mostům vytlačováním "
|
||||
#~ "vzduchem a zlepšují špičkovou kvalitu povrchu, zvláště když řídká hustota "
|
||||
#~ "výplně je nízká. Tato hodnota určuje tloušťku výplně podpůrné smyčky. 0 "
|
||||
#~ "znamená vypnutí této funkce"
|
||||
|
||||
#~ msgid "Bridge direction"
|
||||
#~ msgstr "Směr mostu"
|
||||
|
||||
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
|
||||
"POT-Creation-Date: 2023-07-07 00:37+0800\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Heiko Liebscher <hliebschergmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
@@ -841,7 +841,7 @@ msgid "Load..."
|
||||
msgstr "Laden..."
|
||||
|
||||
msgid "Orca Cube"
|
||||
msgstr ""
|
||||
msgstr "Orca Würfel"
|
||||
|
||||
msgid "3DBenchy"
|
||||
msgstr ""
|
||||
@@ -850,7 +850,7 @@ msgid "Autodesk FDM Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Voron Cube"
|
||||
msgstr ""
|
||||
msgstr "Voron Würfel"
|
||||
|
||||
msgid "Cube"
|
||||
msgstr "Würfel"
|
||||
@@ -1949,8 +1949,11 @@ msgstr ""
|
||||
msgid "You need to select the material type and color first."
|
||||
msgstr "Sie müssen zuerst den Materialtyp und die Farbe auswählen."
|
||||
|
||||
msgid "Other color"
|
||||
msgstr "Andere Farbe"
|
||||
msgid "Other Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Custom Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Dynamic flow calibration"
|
||||
msgstr "Dynamische Flusskalibrierung"
|
||||
@@ -6641,6 +6644,9 @@ msgstr ""
|
||||
msgid "No extrusions under current settings."
|
||||
msgstr "Keine Extrusion unter den aktuellen Einstellungen."
|
||||
|
||||
msgid "Bed temperatures for the used filaments differ significantly."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
|
||||
"enabled."
|
||||
@@ -7315,17 +7321,12 @@ msgid "Internal bridge support thickness"
|
||||
msgstr "Dicke der internen Brückenstützen"
|
||||
|
||||
msgid ""
|
||||
"If enabled, Studio will generate support loops under the contours of "
|
||||
"internal bridges.These support loops could prevent internal bridges from "
|
||||
"extruding over the air and improve the top surface quality, especially when "
|
||||
"the sparse infill density is low.This value determines the thickness of the "
|
||||
"support loops. 0 means disable this feature"
|
||||
"If enabled, support loops will be generated under the contours of internal "
|
||||
"bridges.These support loops could prevent internal bridges from extruding "
|
||||
"over the air and improve the top surface quality, especially when the sparse "
|
||||
"infill density is low.This value determines the thickness of the support "
|
||||
"loops. 0 means disable this feature"
|
||||
msgstr ""
|
||||
"Wenn aktiviert, generiert Studio Stützschleifen unter den Konturen interner "
|
||||
"Brücken. Diese Stützschleifen könnten verhindern, dass interne Brücken über "
|
||||
"die Luft extrudieren, und die höchste Oberflächenqualität verbessern, "
|
||||
"insbesondere wenn die spärliche Fülldichte niedrig ist. Dieser Wert bestimmt "
|
||||
"die Dicke der Stützschleifen. 0 bedeutet, diese Funktion zu deaktivieren"
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "Muster der Oberfläche"
|
||||
@@ -7712,6 +7713,66 @@ msgstr "Kubisch Stützen"
|
||||
msgid "Lightning"
|
||||
msgstr "Blitz"
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Länge des Infill-Ankers"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than infill_anchor_max is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a "
|
||||
"single infill line."
|
||||
msgstr ""
|
||||
"Verbindet eine Infill-Linie mit einem kurzen Segment eines zusätzlichen "
|
||||
"Perimeters mit einem internen Perimeter. Wenn sie als Prozentsatz "
|
||||
"ausgedrückt wird (Beispiel: 15%), wird sie über die Breite der Infill-"
|
||||
"Extrusion berechnet. OrcaSlicer versucht, zwei nahe beieinander liegende "
|
||||
"Infill-Linien mit einem kurzen Perimetersegment zu verbinden. Wenn kein "
|
||||
"solches Perimetersegment gefunden wird, das kürzer als infill_anchor_max "
|
||||
"ist, wird die Infill-Linie nur an einer Seite mit einem Perimetersegment "
|
||||
"verbunden und die Länge des genommenen Perimetersegments ist auf diesen "
|
||||
"Parameter begrenzt, aber nicht länger als anchor_length_max. Setzen Sie "
|
||||
"diesen Parameter auf Null, um die Verankerung von Perimetern zu "
|
||||
"deaktivieren, die mit einer einzelnen Infill-Linie verbunden sind."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (keine offenen Anker)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (unbegrenzt)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Maximale Länge des Infill-Ankers"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than this parameter is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to infill_anchor, but no longer than this parameter. \n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should "
|
||||
"create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"Verbindet eine Infill-Linie mit einem kurzen Segment eines zusätzlichen "
|
||||
"Perimeters mit einem internen Perimeter. Wenn sie als Prozentsatz "
|
||||
"ausgedrückt wird (Beispiel: 15%), wird sie über die Breite der Infill-"
|
||||
"Extrusion berechnet. OrcaSlicer versucht, zwei nahe beieinander liegende "
|
||||
"Infill-Linien mit einem kurzen Perimetersegment zu verbinden. Wenn kein "
|
||||
"solches Perimetersegment gefunden wird, das kürzer als dieser Parameter ist, "
|
||||
"wird die Infill-Linie nur an einer Seite mit einem Perimetersegment "
|
||||
"verbunden und die Länge des genommenen Perimetersegments wird auf "
|
||||
"infill_anchor begrenzt, aber nicht länger als dieser Parameter. Setzen Sie "
|
||||
"diesen Parameter auf Null, um die Verankerung zu deaktivieren."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (Einfache Verbindung)"
|
||||
|
||||
msgid "Acceleration of outer walls"
|
||||
msgstr "Beschleunigung Außenwände"
|
||||
|
||||
@@ -8629,6 +8690,14 @@ msgstr "Rückseite"
|
||||
msgid "Random"
|
||||
msgstr "Zufall"
|
||||
|
||||
msgid "Staggered inner seams"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This option causes the inner seams to be shifted backwards based on their "
|
||||
"depth, forming a zigzag pattern."
|
||||
msgstr ""
|
||||
|
||||
msgid "Seam gap"
|
||||
msgstr "Naht Zwischenraum"
|
||||
|
||||
@@ -8705,6 +8774,12 @@ msgid "Number of loops for the skirt. Zero means disabling skirt"
|
||||
msgstr ""
|
||||
"Anzahl der Ringe für die Umrandung. Null bedeutet Deaktivierung der Umrandung"
|
||||
|
||||
msgid "Skirt speed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The printing speed in exported gcode will be slowed down, when the estimated "
|
||||
"layer time is shorter than this value, to get better cooling for these layers"
|
||||
@@ -9887,280 +9962,275 @@ msgstr ""
|
||||
"CA-Datei in den Zertifikatspeicher / das Schlüsselbund."
|
||||
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr "Die Verbindung zu den über den Druck-Host verbundenen Druckern ist fehlgeschlagen."
|
||||
|
||||
#: resources/data/hints.ini: [hint:3D Scene Operations]
|
||||
msgid ""
|
||||
"3D Scene Operations\n"
|
||||
"Did you know how to control view and object/part selection with mouse and "
|
||||
"touchpanel in the 3D scene?"
|
||||
msgstr ""
|
||||
"3D-Szenenbedienung\n"
|
||||
"Wissen Sie, wie Sie die Ansicht und die Auswahl von Objekten/Teilen in der "
|
||||
"3D-Szene mit der Maus und dem Touchpad steuern können?"
|
||||
"Die Verbindung zu den über den Druck-Host verbundenen Druckern ist "
|
||||
"fehlgeschlagen."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Cut Tool]
|
||||
msgid ""
|
||||
"Cut Tool\n"
|
||||
"Did you know that you can cut a model at any angle and position with the "
|
||||
"cutting tool?"
|
||||
msgstr ""
|
||||
"Schnittwerkzeug\n"
|
||||
"Wussten Sie, dass Sie mit dem Schnittwerkzeug ein Modell in jedem beliebigen "
|
||||
"Winkel und jeder beliebigen Position zerschneiden können?"
|
||||
#~ msgid "Other color"
|
||||
#~ msgstr "Andere Farbe"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fix Model]
|
||||
msgid ""
|
||||
"Fix Model\n"
|
||||
"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing "
|
||||
"problems?"
|
||||
msgstr ""
|
||||
"Modell reparieren\n"
|
||||
"Wussten Sie, dass Sie ein beschädigtes 3D-Modell reparieren können, um viele "
|
||||
"Probleme beim Slicen zu vermeiden?"
|
||||
#~ msgid ""
|
||||
#~ "3D Scene Operations\n"
|
||||
#~ "Did you know how to control view and object/part selection with mouse and "
|
||||
#~ "touchpanel in the 3D scene?"
|
||||
#~ msgstr ""
|
||||
#~ "3D-Szenenbedienung\n"
|
||||
#~ "Wissen Sie, wie Sie die Ansicht und die Auswahl von Objekten/Teilen in "
|
||||
#~ "der 3D-Szene mit der Maus und dem Touchpad steuern können?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Timelapse]
|
||||
msgid ""
|
||||
"Timelapse\n"
|
||||
"Did you know that you can generate a timelapse video during each print?"
|
||||
msgstr ""
|
||||
"Zeitraffer\n"
|
||||
"Wussten Sie, dass Sie bei jedem Druck ein Zeitraffervideo erstellen können?"
|
||||
#~ msgid ""
|
||||
#~ "Cut Tool\n"
|
||||
#~ "Did you know that you can cut a model at any angle and position with the "
|
||||
#~ "cutting tool?"
|
||||
#~ msgstr ""
|
||||
#~ "Schnittwerkzeug\n"
|
||||
#~ "Wussten Sie, dass Sie mit dem Schnittwerkzeug ein Modell in jedem "
|
||||
#~ "beliebigen Winkel und jeder beliebigen Position zerschneiden können?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Arrange]
|
||||
msgid ""
|
||||
"Auto-Arrange\n"
|
||||
"Did you know that you can auto-arrange all objects in your project?"
|
||||
msgstr ""
|
||||
"Automatisch anordnen\n"
|
||||
"Wussten Sie, dass Sie alle Objekte in Ihrem Projekt automatisch anordnen "
|
||||
"können?"
|
||||
#~ msgid ""
|
||||
#~ "Fix Model\n"
|
||||
#~ "Did you know that you can fix a corrupted 3D model to avoid a lot of "
|
||||
#~ "slicing problems?"
|
||||
#~ msgstr ""
|
||||
#~ "Modell reparieren\n"
|
||||
#~ "Wussten Sie, dass Sie ein beschädigtes 3D-Modell reparieren können, um "
|
||||
#~ "viele Probleme beim Slicen zu vermeiden?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Orient]
|
||||
msgid ""
|
||||
"Auto-Orient\n"
|
||||
"Did you know that you can rotate objects to an optimal orientation for "
|
||||
"printing by a simple click?"
|
||||
msgstr ""
|
||||
"Automatische Ausrichtung\n"
|
||||
"Wussten Sie schon, dass Sie Objekte mit einem einfachen Klick in eine für "
|
||||
"den Druck optimale Ausrichtung drehen können?"
|
||||
#~ msgid ""
|
||||
#~ "Timelapse\n"
|
||||
#~ "Did you know that you can generate a timelapse video during each print?"
|
||||
#~ msgstr ""
|
||||
#~ "Zeitraffer\n"
|
||||
#~ "Wussten Sie, dass Sie bei jedem Druck ein Zeitraffervideo erstellen "
|
||||
#~ "können?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Lay on Face]
|
||||
msgid ""
|
||||
"Lay on Face\n"
|
||||
"Did you know that you can quickly orient a model so that one of its faces "
|
||||
"sits on the print bed? Select the \"Place on face\" function or press the "
|
||||
"<b>F</b> key."
|
||||
msgstr ""
|
||||
"Auf Fläche legen\n"
|
||||
"Wussten Sie, dass Sie ein Modell schnell so ausrichten können, dass eine "
|
||||
"seiner Flächen auf dem Druckbett liegt? Wählen Sie die Funktion \"Auf Fläche "
|
||||
"legen\" oder drücken Sie die Taste <b>F</b>."
|
||||
#~ msgid ""
|
||||
#~ "Auto-Arrange\n"
|
||||
#~ "Did you know that you can auto-arrange all objects in your project?"
|
||||
#~ msgstr ""
|
||||
#~ "Automatisch anordnen\n"
|
||||
#~ "Wussten Sie, dass Sie alle Objekte in Ihrem Projekt automatisch anordnen "
|
||||
#~ "können?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Object List]
|
||||
msgid ""
|
||||
"Object List\n"
|
||||
"Did you know that you can view all objects/parts in a list and change "
|
||||
"settings for each object/part?"
|
||||
msgstr ""
|
||||
"Objekt-Liste\n"
|
||||
"Wussten Sie, dass Sie alle Objekte/Teile in einer Liste anzeigen und die "
|
||||
"Einstellungen für jedes Objekt/Teil ändern können?"
|
||||
#~ msgid ""
|
||||
#~ "Auto-Orient\n"
|
||||
#~ "Did you know that you can rotate objects to an optimal orientation for "
|
||||
#~ "printing by a simple click?"
|
||||
#~ msgstr ""
|
||||
#~ "Automatische Ausrichtung\n"
|
||||
#~ "Wussten Sie schon, dass Sie Objekte mit einem einfachen Klick in eine für "
|
||||
#~ "den Druck optimale Ausrichtung drehen können?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Simplify Model]
|
||||
msgid ""
|
||||
"Simplify Model\n"
|
||||
"Did you know that you can reduce the number of triangles in a mesh using the "
|
||||
"Simplify mesh feature? Right-click the model and select Simplify model. Read "
|
||||
"more in the documentation."
|
||||
msgstr ""
|
||||
"Modell vereinfachen\n"
|
||||
"Wussten Sie schon, dass Sie die Anzahl der Dreiecke in einem Netz mit der "
|
||||
"Funktion \"Netz vereinfachen\" reduzieren können? Klicken Sie mit der "
|
||||
"rechten Maustaste auf das Modell und wählen Sie \"Modell vereinfachen\". "
|
||||
"Weitere Informationen finden Sie in der Dokumentation."
|
||||
#~ msgid ""
|
||||
#~ "Lay on Face\n"
|
||||
#~ "Did you know that you can quickly orient a model so that one of its faces "
|
||||
#~ "sits on the print bed? Select the \"Place on face\" function or press the "
|
||||
#~ "<b>F</b> key."
|
||||
#~ msgstr ""
|
||||
#~ "Auf Fläche legen\n"
|
||||
#~ "Wussten Sie, dass Sie ein Modell schnell so ausrichten können, dass eine "
|
||||
#~ "seiner Flächen auf dem Druckbett liegt? Wählen Sie die Funktion \"Auf "
|
||||
#~ "Fläche legen\" oder drücken Sie die Taste <b>F</b>."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
|
||||
msgid ""
|
||||
"Slicing Parameter Table\n"
|
||||
"Did you know that you can view all objects/parts on a table and change "
|
||||
"settings for each object/part?"
|
||||
msgstr ""
|
||||
"Parametertabelle für das Slicen\n"
|
||||
"Wussten Sie, dass Sie alle Objekte/Teile in einer Tabelle anzeigen und die "
|
||||
"Einstellungen für jedes Objekt/Teil ändern können?"
|
||||
#~ msgid ""
|
||||
#~ "Object List\n"
|
||||
#~ "Did you know that you can view all objects/parts in a list and change "
|
||||
#~ "settings for each object/part?"
|
||||
#~ msgstr ""
|
||||
#~ "Objekt-Liste\n"
|
||||
#~ "Wussten Sie, dass Sie alle Objekte/Teile in einer Liste anzeigen und die "
|
||||
#~ "Einstellungen für jedes Objekt/Teil ändern können?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
|
||||
msgid ""
|
||||
"Split to Objects/Parts\n"
|
||||
"Did you know that you can split a big object into small ones for easy "
|
||||
"colorizing or printing?"
|
||||
msgstr ""
|
||||
"In Objekte/Teile aufteilen\n"
|
||||
"Wussten Sie, dass Sie ein großes Objekt in kleine Teile aufteilen können, um "
|
||||
"es leichter einzufärben oder drucken zu können?"
|
||||
#~ msgid ""
|
||||
#~ "Simplify Model\n"
|
||||
#~ "Did you know that you can reduce the number of triangles in a mesh using "
|
||||
#~ "the Simplify mesh feature? Right-click the model and select Simplify "
|
||||
#~ "model. Read more in the documentation."
|
||||
#~ msgstr ""
|
||||
#~ "Modell vereinfachen\n"
|
||||
#~ "Wussten Sie schon, dass Sie die Anzahl der Dreiecke in einem Netz mit der "
|
||||
#~ "Funktion \"Netz vereinfachen\" reduzieren können? Klicken Sie mit der "
|
||||
#~ "rechten Maustaste auf das Modell und wählen Sie \"Modell vereinfachen\". "
|
||||
#~ "Weitere Informationen finden Sie in der Dokumentation."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Subtract a Part]
|
||||
msgid ""
|
||||
"Subtract a Part\n"
|
||||
"Did you know that you can subtract one mesh from another using the Negative "
|
||||
"part modifier? That way you can, for example, create easily resizable holes "
|
||||
"directly in Orca Slicer. Read more in the documentation."
|
||||
msgstr ""
|
||||
"Ein Teil subtrahieren\n"
|
||||
"Wussten Sie, dass Sie mit dem \"negatives Teil Modifikator\" ein Netz von "
|
||||
"einem anderen subtrahieren können? Auf diese Weise können Sie z.B. leicht "
|
||||
"veränderbare Löcher direkt in Bambu Studio erstellen. Lesen Sie mehr dazu in "
|
||||
"der Dokumentation."
|
||||
#~ msgid ""
|
||||
#~ "Slicing Parameter Table\n"
|
||||
#~ "Did you know that you can view all objects/parts on a table and change "
|
||||
#~ "settings for each object/part?"
|
||||
#~ msgstr ""
|
||||
#~ "Parametertabelle für das Slicen\n"
|
||||
#~ "Wussten Sie, dass Sie alle Objekte/Teile in einer Tabelle anzeigen und "
|
||||
#~ "die Einstellungen für jedes Objekt/Teil ändern können?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:STEP]
|
||||
msgid ""
|
||||
"STEP\n"
|
||||
"Did you know that you can improve your print quality by slicing a STEP file "
|
||||
"instead of an STL?\n"
|
||||
"Orca Slicer supports slicing STEP files, providing smoother results than a "
|
||||
"lower resolution STL. Give it a try!"
|
||||
msgstr ""
|
||||
"STEP\n"
|
||||
"Wussten Sie, dass Sie Ihre Druckqualität verbessern können, indem Sie eine "
|
||||
"STEP-Datei anstelle einer STL-Datei slicen?\n"
|
||||
"Bambu Studio unterstützt das Slicen von STEP-Dateien und liefert glattere "
|
||||
"Ergebnisse als eine STL mit geringerer Auflösung. Probiere es aus!"
|
||||
#~ msgid ""
|
||||
#~ "Split to Objects/Parts\n"
|
||||
#~ "Did you know that you can split a big object into small ones for easy "
|
||||
#~ "colorizing or printing?"
|
||||
#~ msgstr ""
|
||||
#~ "In Objekte/Teile aufteilen\n"
|
||||
#~ "Wussten Sie, dass Sie ein großes Objekt in kleine Teile aufteilen können, "
|
||||
#~ "um es leichter einzufärben oder drucken zu können?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Z seam location]
|
||||
msgid ""
|
||||
"Z seam location\n"
|
||||
"Did you know that you can customize the location of the Z seam, and even "
|
||||
"paint it on your print, to have it in a less visible location? This improves "
|
||||
"the overall look of your model. Check it out!"
|
||||
msgstr ""
|
||||
"Position der Z-Naht\n"
|
||||
"Wussten Sie, dass Sie die Position der Z-Naht anpassen und sie sogar auf "
|
||||
"Ihren Druck malen können, um sie an einer weniger sichtbaren Stelle "
|
||||
"anzubringen? Dadurch wird das Gesamtbild Ihres Modells verbessert. Probiere "
|
||||
"es aus!"
|
||||
#~ msgid ""
|
||||
#~ "Subtract a Part\n"
|
||||
#~ "Did you know that you can subtract one mesh from another using the "
|
||||
#~ "Negative part modifier? That way you can, for example, create easily "
|
||||
#~ "resizable holes directly in Orca Slicer. Read more in the documentation."
|
||||
#~ msgstr ""
|
||||
#~ "Ein Teil subtrahieren\n"
|
||||
#~ "Wussten Sie, dass Sie mit dem \"negatives Teil Modifikator\" ein Netz von "
|
||||
#~ "einem anderen subtrahieren können? Auf diese Weise können Sie z.B. leicht "
|
||||
#~ "veränderbare Löcher direkt in Bambu Studio erstellen. Lesen Sie mehr dazu "
|
||||
#~ "in der Dokumentation."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
|
||||
msgid ""
|
||||
"Fine-tuning for flow rate\n"
|
||||
"Did you know that flow rate can be fine-tuned for even better-looking "
|
||||
"prints? Depending on the material, you can improve the overall finish of the "
|
||||
"printed model by doing some fine-tuning."
|
||||
msgstr ""
|
||||
"Feineinstellung der Flussrate\n"
|
||||
"Wussten Sie, dass die Flussgeschwindigkeit des Filament fein eingestellt "
|
||||
"werden kann, um noch besser aussehende Drucke zu erhalten? Je nach Material "
|
||||
"können Sie das Gesamtergebnis des gedruckten Modells verbessern, indem Sie "
|
||||
"eine Feineinstellung vornehmen."
|
||||
#~ msgid ""
|
||||
#~ "STEP\n"
|
||||
#~ "Did you know that you can improve your print quality by slicing a STEP "
|
||||
#~ "file instead of an STL?\n"
|
||||
#~ "Orca Slicer supports slicing STEP files, providing smoother results than "
|
||||
#~ "a lower resolution STL. Give it a try!"
|
||||
#~ msgstr ""
|
||||
#~ "STEP\n"
|
||||
#~ "Wussten Sie, dass Sie Ihre Druckqualität verbessern können, indem Sie "
|
||||
#~ "eine STEP-Datei anstelle einer STL-Datei slicen?\n"
|
||||
#~ "Bambu Studio unterstützt das Slicen von STEP-Dateien und liefert glattere "
|
||||
#~ "Ergebnisse als eine STL mit geringerer Auflösung. Probiere es aus!"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split your prints into plates]
|
||||
msgid ""
|
||||
"Split your prints into plates\n"
|
||||
"Did you know that you can split a model that has a lot of parts into "
|
||||
"individual plates ready to print? This will simplify the process of keeping "
|
||||
"track of all the parts."
|
||||
msgstr ""
|
||||
"Drucke in mehrere Druckplatten aufteilen\n"
|
||||
"Wussten Sie, dass Sie ein Modell, das aus vielen Teilen besteht, in einzelne "
|
||||
"Druckplatten aufteilen können? Dadurch wird es einfacher, den Überblick über "
|
||||
"alle Teile zu behalten."
|
||||
#~ msgid ""
|
||||
#~ "Z seam location\n"
|
||||
#~ "Did you know that you can customize the location of the Z seam, and even "
|
||||
#~ "paint it on your print, to have it in a less visible location? This "
|
||||
#~ "improves the overall look of your model. Check it out!"
|
||||
#~ msgstr ""
|
||||
#~ "Position der Z-Naht\n"
|
||||
#~ "Wussten Sie, dass Sie die Position der Z-Naht anpassen und sie sogar auf "
|
||||
#~ "Ihren Druck malen können, um sie an einer weniger sichtbaren Stelle "
|
||||
#~ "anzubringen? Dadurch wird das Gesamtbild Ihres Modells verbessert. "
|
||||
#~ "Probiere es aus!"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer
|
||||
#: Height]
|
||||
msgid ""
|
||||
"Speed up your print with Adaptive Layer Height\n"
|
||||
"Did you know that you can print a model even faster, by using the Adaptive "
|
||||
"Layer Height option? Check it out!"
|
||||
msgstr ""
|
||||
"Beschleunigen Sie Ihren Druck mit adaptiven Schichthöhe\n"
|
||||
"Wussten Sie, dass Sie ein Modell noch schneller drucken können, wenn Sie die "
|
||||
"Option \"Adaptive Schichthöhe\" verwenden? Probiere es aus!"
|
||||
#~ msgid ""
|
||||
#~ "Fine-tuning for flow rate\n"
|
||||
#~ "Did you know that flow rate can be fine-tuned for even better-looking "
|
||||
#~ "prints? Depending on the material, you can improve the overall finish of "
|
||||
#~ "the printed model by doing some fine-tuning."
|
||||
#~ msgstr ""
|
||||
#~ "Feineinstellung der Flussrate\n"
|
||||
#~ "Wussten Sie, dass die Flussgeschwindigkeit des Filament fein eingestellt "
|
||||
#~ "werden kann, um noch besser aussehende Drucke zu erhalten? Je nach "
|
||||
#~ "Material können Sie das Gesamtergebnis des gedruckten Modells verbessern, "
|
||||
#~ "indem Sie eine Feineinstellung vornehmen."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Support painting]
|
||||
msgid ""
|
||||
"Support painting\n"
|
||||
"Did you know that you can paint the location of your supports? This feature "
|
||||
"makes it easy to place the support material only on the sections of the "
|
||||
"model that actually need it."
|
||||
msgstr ""
|
||||
"Stützen malen\n"
|
||||
"Wussten Sie, dass Sie die Position der Stützen aufmalen können? Diese "
|
||||
"Funktion macht es möglich, das Stützmaterial nur auf die Bereiche des "
|
||||
"Modells zu platzieren, die es tatsächlich benötigen."
|
||||
#~ msgid ""
|
||||
#~ "Split your prints into plates\n"
|
||||
#~ "Did you know that you can split a model that has a lot of parts into "
|
||||
#~ "individual plates ready to print? This will simplify the process of "
|
||||
#~ "keeping track of all the parts."
|
||||
#~ msgstr ""
|
||||
#~ "Drucke in mehrere Druckplatten aufteilen\n"
|
||||
#~ "Wussten Sie, dass Sie ein Modell, das aus vielen Teilen besteht, in "
|
||||
#~ "einzelne Druckplatten aufteilen können? Dadurch wird es einfacher, den "
|
||||
#~ "Überblick über alle Teile zu behalten."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Different types of supports]
|
||||
msgid ""
|
||||
"Different types of supports\n"
|
||||
"Did you know that you can choose from multiple types of supports? Tree "
|
||||
"supports work great for organic models, while saving filament and improving "
|
||||
"print speed. Check them out!"
|
||||
msgstr ""
|
||||
"Verschiedene Arten von Stützstrukturen\n"
|
||||
"Wussten Sie, dass Sie zwischen verschiedenen Arten von Stützen wählen "
|
||||
"können? Baumstützen eignet sich hervorragend für organische Modelle, sparen "
|
||||
"Filament und erhöhen die Druckgeschwindigkeit. Probiere sie aus!"
|
||||
#~ msgid ""
|
||||
#~ "Speed up your print with Adaptive Layer Height\n"
|
||||
#~ "Did you know that you can print a model even faster, by using the "
|
||||
#~ "Adaptive Layer Height option? Check it out!"
|
||||
#~ msgstr ""
|
||||
#~ "Beschleunigen Sie Ihren Druck mit adaptiven Schichthöhe\n"
|
||||
#~ "Wussten Sie, dass Sie ein Modell noch schneller drucken können, wenn Sie "
|
||||
#~ "die Option \"Adaptive Schichthöhe\" verwenden? Probiere es aus!"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Printing Silk Filament]
|
||||
msgid ""
|
||||
"Printing Silk Filament\n"
|
||||
"Did you know that Silk filament needs special consideration to print it "
|
||||
"successfully? Higher temperature and lower speed are always recommended for "
|
||||
"the best results."
|
||||
msgstr ""
|
||||
"Drucken von Silkfilamenten\n"
|
||||
"Wussten Sie, dass Silkfilamente besondere Bedingungen erfordern, um "
|
||||
"erfolgreich gedruckt zu werden? Eine höhere Temperatur und eine niedrigere "
|
||||
"Geschwindigkeit werden immer empfohlen, um die besten Ergebnisse zu erzielen."
|
||||
#~ msgid ""
|
||||
#~ "Support painting\n"
|
||||
#~ "Did you know that you can paint the location of your supports? This "
|
||||
#~ "feature makes it easy to place the support material only on the sections "
|
||||
#~ "of the model that actually need it."
|
||||
#~ msgstr ""
|
||||
#~ "Stützen malen\n"
|
||||
#~ "Wussten Sie, dass Sie die Position der Stützen aufmalen können? Diese "
|
||||
#~ "Funktion macht es möglich, das Stützmaterial nur auf die Bereiche des "
|
||||
#~ "Modells zu platzieren, die es tatsächlich benötigen."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Brim for better adhesion]
|
||||
msgid ""
|
||||
"Brim for better adhesion\n"
|
||||
"Did you know that when printing models have a small contact interface with "
|
||||
"the printing surface, it's recommended to use a brim?"
|
||||
msgstr ""
|
||||
"Rand für bessere Haftung\n"
|
||||
"Wussten Sie, dass bei gedruckten Modellen, die eine kleine Kontaktfläche mit "
|
||||
"der Druckoberfläche haben, die Verwendung eines Randes empfohlen wird?"
|
||||
#~ msgid ""
|
||||
#~ "Different types of supports\n"
|
||||
#~ "Did you know that you can choose from multiple types of supports? Tree "
|
||||
#~ "supports work great for organic models, while saving filament and "
|
||||
#~ "improving print speed. Check them out!"
|
||||
#~ msgstr ""
|
||||
#~ "Verschiedene Arten von Stützstrukturen\n"
|
||||
#~ "Wussten Sie, dass Sie zwischen verschiedenen Arten von Stützen wählen "
|
||||
#~ "können? Baumstützen eignet sich hervorragend für organische Modelle, "
|
||||
#~ "sparen Filament und erhöhen die Druckgeschwindigkeit. Probiere sie aus!"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
|
||||
msgid ""
|
||||
"Set parameters for multiple objects\n"
|
||||
"Did you know that you can set slicing parameters for all selected objects at "
|
||||
"one time?"
|
||||
msgstr ""
|
||||
"Parameter für mehrere Objekte festlegen\n"
|
||||
"Wussten Sie schon, dass Sie die Slicingparameter für alle ausgewählten "
|
||||
"Objekte gleichzeitig festlegen können?"
|
||||
#~ msgid ""
|
||||
#~ "Printing Silk Filament\n"
|
||||
#~ "Did you know that Silk filament needs special consideration to print it "
|
||||
#~ "successfully? Higher temperature and lower speed are always recommended "
|
||||
#~ "for the best results."
|
||||
#~ msgstr ""
|
||||
#~ "Drucken von Silkfilamenten\n"
|
||||
#~ "Wussten Sie, dass Silkfilamente besondere Bedingungen erfordern, um "
|
||||
#~ "erfolgreich gedruckt zu werden? Eine höhere Temperatur und eine "
|
||||
#~ "niedrigere Geschwindigkeit werden immer empfohlen, um die besten "
|
||||
#~ "Ergebnisse zu erzielen."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Stack objects]
|
||||
msgid ""
|
||||
"Stack objects\n"
|
||||
"Did you know that you can stack objects as a whole one?"
|
||||
msgstr ""
|
||||
"Objekte stapeln\n"
|
||||
"Wussten Sie, dass Sie Objekte als Ganzes stapeln können?"
|
||||
#~ msgid ""
|
||||
#~ "Brim for better adhesion\n"
|
||||
#~ "Did you know that when printing models have a small contact interface "
|
||||
#~ "with the printing surface, it's recommended to use a brim?"
|
||||
#~ msgstr ""
|
||||
#~ "Rand für bessere Haftung\n"
|
||||
#~ "Wussten Sie, dass bei gedruckten Modellen, die eine kleine Kontaktfläche "
|
||||
#~ "mit der Druckoberfläche haben, die Verwendung eines Randes empfohlen wird?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
|
||||
msgid ""
|
||||
"Flush into support/objects/infill\n"
|
||||
"Did you know that you can save the wasted filament by flushing them into "
|
||||
"support/objects/infill during filament change?"
|
||||
msgstr ""
|
||||
"Reinigen in Stützstrukturen/Objekten/Füllungen\n"
|
||||
"Wussten Sie schon, dass Sie die Menge an verschwendetem Filament reduzieren "
|
||||
"können, indem Sie es während des Filamentwechsels in Stützstrukturen/"
|
||||
"Objekten/Füllungen reinigen?"
|
||||
#~ msgid ""
|
||||
#~ "Set parameters for multiple objects\n"
|
||||
#~ "Did you know that you can set slicing parameters for all selected objects "
|
||||
#~ "at one time?"
|
||||
#~ msgstr ""
|
||||
#~ "Parameter für mehrere Objekte festlegen\n"
|
||||
#~ "Wussten Sie schon, dass Sie die Slicingparameter für alle ausgewählten "
|
||||
#~ "Objekte gleichzeitig festlegen können?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Improve strength]
|
||||
msgid ""
|
||||
"Improve strength\n"
|
||||
"Did you know that you can use more wall loops and higher sparse infill "
|
||||
"density to improve the strength of the model?"
|
||||
msgstr ""
|
||||
"Festigkeit verbessern\n"
|
||||
"Wussten Sie, dass Sie die Festigkeit des Modells durch mehr Wandschleifen "
|
||||
"und eine höhere Dichte der Füllung verbessern können?"
|
||||
#~ msgid ""
|
||||
#~ "Stack objects\n"
|
||||
#~ "Did you know that you can stack objects as a whole one?"
|
||||
#~ msgstr ""
|
||||
#~ "Objekte stapeln\n"
|
||||
#~ "Wussten Sie, dass Sie Objekte als Ganzes stapeln können?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Flush into support/objects/infill\n"
|
||||
#~ "Did you know that you can save the wasted filament by flushing them into "
|
||||
#~ "support/objects/infill during filament change?"
|
||||
#~ msgstr ""
|
||||
#~ "Reinigen in Stützstrukturen/Objekten/Füllungen\n"
|
||||
#~ "Wussten Sie schon, dass Sie die Menge an verschwendetem Filament "
|
||||
#~ "reduzieren können, indem Sie es während des Filamentwechsels in "
|
||||
#~ "Stützstrukturen/Objekten/Füllungen reinigen?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Improve strength\n"
|
||||
#~ "Did you know that you can use more wall loops and higher sparse infill "
|
||||
#~ "density to improve the strength of the model?"
|
||||
#~ msgstr ""
|
||||
#~ "Festigkeit verbessern\n"
|
||||
#~ "Wussten Sie, dass Sie die Festigkeit des Modells durch mehr Wandschleifen "
|
||||
#~ "und eine höhere Dichte der Füllung verbessern können?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "If enabled, support loops will be generated under the contours of "
|
||||
#~ "internal bridges. These support loops could prevent internal bridges from "
|
||||
#~ "extruding over the air and improve the top surface quality, especially "
|
||||
#~ "when the sparse infill density is low.This value determines the thickness "
|
||||
#~ "of the support loops. 0 means disable this feature"
|
||||
#~ msgstr ""
|
||||
#~ "Wenn aktiviert, generiert Studio Stützschleifen unter den Konturen "
|
||||
#~ "interner Brücken. Diese Stützschleifen könnten verhindern, dass interne "
|
||||
#~ "Brücken über die Luft extrudieren, und die höchste Oberflächenqualität "
|
||||
#~ "verbessern, insbesondere wenn die spärliche Fülldichte niedrig ist. "
|
||||
#~ "Dieser Wert bestimmt die Dicke der Stützschleifen. 0 bedeutet, diese "
|
||||
#~ "Funktion zu deaktivieren"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Send to print"
|
||||
|
||||
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
|
||||
"POT-Creation-Date: 2023-07-07 00:37+0800\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -1872,7 +1872,10 @@ msgstr ""
|
||||
msgid "You need to select the material type and color first."
|
||||
msgstr ""
|
||||
|
||||
msgid "Other color"
|
||||
msgid "Other Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Custom Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Dynamic flow calibration"
|
||||
@@ -6247,6 +6250,9 @@ msgstr ""
|
||||
msgid "No extrusions under current settings."
|
||||
msgstr "No extrusions under current settings."
|
||||
|
||||
msgid "Bed temperatures for the used filaments differ significantly."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
|
||||
"enabled."
|
||||
@@ -6849,11 +6855,11 @@ msgid "Internal bridge support thickness"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If enabled, Studio will generate support loops under the contours of "
|
||||
"internal bridges.These support loops could prevent internal bridges from "
|
||||
"extruding over the air and improve the top surface quality, especially when "
|
||||
"the sparse infill density is low.This value determines the thickness of the "
|
||||
"support loops. 0 means disable this feature"
|
||||
"If enabled, support loops will be generated under the contours of internal "
|
||||
"bridges.These support loops could prevent internal bridges from extruding "
|
||||
"over the air and improve the top surface quality, especially when the sparse "
|
||||
"infill density is low.This value determines the thickness of the support "
|
||||
"loops. 0 means disable this feature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Top surface pattern"
|
||||
@@ -7208,6 +7214,45 @@ msgstr ""
|
||||
msgid "Lightning"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than infill_anchor_max is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a "
|
||||
"single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr ""
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than this parameter is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to infill_anchor, but no longer than this parameter. \n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should "
|
||||
"create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of outer walls"
|
||||
msgstr ""
|
||||
|
||||
@@ -8026,6 +8071,14 @@ msgstr "Back"
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
msgid "Staggered inner seams"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This option causes the inner seams to be shifted backwards based on their "
|
||||
"depth, forming a zigzag pattern."
|
||||
msgstr ""
|
||||
|
||||
msgid "Seam gap"
|
||||
msgstr ""
|
||||
|
||||
@@ -8082,6 +8135,12 @@ msgid "Number of loops for the skirt. Zero means disabling skirt"
|
||||
msgstr ""
|
||||
"This is the number of loops for the skirt. 0 means the skirt is disabled."
|
||||
|
||||
msgid "Skirt speed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The printing speed in exported gcode will be slowed down, when the estimated "
|
||||
"layer time is shorter than this value, to get better cooling for these layers"
|
||||
@@ -9116,190 +9175,6 @@ msgstr ""
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:3D Scene Operations]
|
||||
msgid ""
|
||||
"3D Scene Operations\n"
|
||||
"Did you know how to control view and object/part selection with mouse and "
|
||||
"touchpanel in the 3D scene?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Cut Tool]
|
||||
msgid ""
|
||||
"Cut Tool\n"
|
||||
"Did you know that you can cut a model at any angle and position with the "
|
||||
"cutting tool?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fix Model]
|
||||
msgid ""
|
||||
"Fix Model\n"
|
||||
"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing "
|
||||
"problems?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Timelapse]
|
||||
msgid ""
|
||||
"Timelapse\n"
|
||||
"Did you know that you can generate a timelapse video during each print?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Arrange]
|
||||
msgid ""
|
||||
"Auto-Arrange\n"
|
||||
"Did you know that you can auto-arrange all objects in your project?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Orient]
|
||||
msgid ""
|
||||
"Auto-Orient\n"
|
||||
"Did you know that you can rotate objects to an optimal orientation for "
|
||||
"printing by a simple click?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Lay on Face]
|
||||
msgid ""
|
||||
"Lay on Face\n"
|
||||
"Did you know that you can quickly orient a model so that one of its faces "
|
||||
"sits on the print bed? Select the \"Place on face\" function or press the "
|
||||
"<b>F</b> key."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Object List]
|
||||
msgid ""
|
||||
"Object List\n"
|
||||
"Did you know that you can view all objects/parts in a list and change "
|
||||
"settings for each object/part?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Simplify Model]
|
||||
msgid ""
|
||||
"Simplify Model\n"
|
||||
"Did you know that you can reduce the number of triangles in a mesh using the "
|
||||
"Simplify mesh feature? Right-click the model and select Simplify model. Read "
|
||||
"more in the documentation."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
|
||||
msgid ""
|
||||
"Slicing Parameter Table\n"
|
||||
"Did you know that you can view all objects/parts on a table and change "
|
||||
"settings for each object/part?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
|
||||
msgid ""
|
||||
"Split to Objects/Parts\n"
|
||||
"Did you know that you can split a big object into small ones for easy "
|
||||
"colorizing or printing?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Subtract a Part]
|
||||
msgid ""
|
||||
"Subtract a Part\n"
|
||||
"Did you know that you can subtract one mesh from another using the Negative "
|
||||
"part modifier? That way you can, for example, create easily resizable holes "
|
||||
"directly in Orca Slicer. Read more in the documentation."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:STEP]
|
||||
msgid ""
|
||||
"STEP\n"
|
||||
"Did you know that you can improve your print quality by slicing a STEP file "
|
||||
"instead of an STL?\n"
|
||||
"Orca Slicer supports slicing STEP files, providing smoother results than a "
|
||||
"lower resolution STL. Give it a try!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Z seam location]
|
||||
msgid ""
|
||||
"Z seam location\n"
|
||||
"Did you know that you can customize the location of the Z seam, and even "
|
||||
"paint it on your print, to have it in a less visible location? This improves "
|
||||
"the overall look of your model. Check it out!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
|
||||
msgid ""
|
||||
"Fine-tuning for flow rate\n"
|
||||
"Did you know that flow rate can be fine-tuned for even better-looking "
|
||||
"prints? Depending on the material, you can improve the overall finish of the "
|
||||
"printed model by doing some fine-tuning."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split your prints into plates]
|
||||
msgid ""
|
||||
"Split your prints into plates\n"
|
||||
"Did you know that you can split a model that has a lot of parts into "
|
||||
"individual plates ready to print? This will simplify the process of keeping "
|
||||
"track of all the parts."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer
|
||||
#: Height]
|
||||
msgid ""
|
||||
"Speed up your print with Adaptive Layer Height\n"
|
||||
"Did you know that you can print a model even faster, by using the Adaptive "
|
||||
"Layer Height option? Check it out!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Support painting]
|
||||
msgid ""
|
||||
"Support painting\n"
|
||||
"Did you know that you can paint the location of your supports? This feature "
|
||||
"makes it easy to place the support material only on the sections of the "
|
||||
"model that actually need it."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Different types of supports]
|
||||
msgid ""
|
||||
"Different types of supports\n"
|
||||
"Did you know that you can choose from multiple types of supports? Tree "
|
||||
"supports work great for organic models, while saving filament and improving "
|
||||
"print speed. Check them out!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Printing Silk Filament]
|
||||
msgid ""
|
||||
"Printing Silk Filament\n"
|
||||
"Did you know that Silk filament needs special consideration to print it "
|
||||
"successfully? Higher temperature and lower speed are always recommended for "
|
||||
"the best results."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Brim for better adhesion]
|
||||
msgid ""
|
||||
"Brim for better adhesion\n"
|
||||
"Did you know that when printing models have a small contact interface with "
|
||||
"the printing surface, it's recommended to use a brim?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
|
||||
msgid ""
|
||||
"Set parameters for multiple objects\n"
|
||||
"Did you know that you can set slicing parameters for all selected objects at "
|
||||
"one time?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Stack objects]
|
||||
msgid ""
|
||||
"Stack objects\n"
|
||||
"Did you know that you can stack objects as a whole one?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
|
||||
msgid ""
|
||||
"Flush into support/objects/infill\n"
|
||||
"Did you know that you can save the wasted filament by flushing them into "
|
||||
"support/objects/infill during filament change?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Improve strength]
|
||||
msgid ""
|
||||
"Improve strength\n"
|
||||
"Did you know that you can use more wall loops and higher sparse infill "
|
||||
"density to improve the strength of the model?"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Send to print"
|
||||
#~ msgstr "Send to printer"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
|
||||
"POT-Creation-Date: 2023-07-07 00:37+0800\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Guislain Cyril\n"
|
||||
@@ -15,7 +15,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n==0 || n==1) ? 0 : 1;\n"
|
||||
"X-Generator: Poedit 3.2.2\n"
|
||||
"X-Generator: Poedit 3.3.1\n"
|
||||
|
||||
msgid "Supports Painting"
|
||||
msgstr "Peindre les supports"
|
||||
@@ -1939,8 +1939,11 @@ msgstr ""
|
||||
msgid "You need to select the material type and color first."
|
||||
msgstr "Vous devez d’abord sélectionner le type de matériau et la couleur."
|
||||
|
||||
msgid "Other color"
|
||||
msgstr "Autres couleurs"
|
||||
msgid "Other Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Custom Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Dynamic flow calibration"
|
||||
msgstr "Calibration dynamique du débit"
|
||||
@@ -3419,10 +3422,10 @@ msgid "Pressure advance"
|
||||
msgstr "Pressure Advance"
|
||||
|
||||
msgid "Retraction test"
|
||||
msgstr ""
|
||||
msgstr "Test de rétraction"
|
||||
|
||||
msgid "Orca Tolerance Test"
|
||||
msgstr ""
|
||||
msgstr "Test de tolérance Orca"
|
||||
|
||||
msgid "Max flowrate"
|
||||
msgstr "Débit maximal"
|
||||
@@ -5620,10 +5623,10 @@ msgid "Printable space"
|
||||
msgstr "Espace imprimable"
|
||||
|
||||
msgid "Cooling Fan"
|
||||
msgstr ""
|
||||
msgstr "Ventilateur de refroidissement"
|
||||
|
||||
msgid "Fan speed-up time"
|
||||
msgstr ""
|
||||
msgstr "Durée d’accélération du ventilateur"
|
||||
|
||||
msgid "Extruder Clearance"
|
||||
msgstr "Tête d’impression"
|
||||
@@ -6634,6 +6637,9 @@ msgstr ""
|
||||
msgid "No extrusions under current settings."
|
||||
msgstr "Aucune extrusion dans les paramètres actuels."
|
||||
|
||||
msgid "Bed temperatures for the used filaments differ significantly."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
|
||||
"enabled."
|
||||
@@ -7310,18 +7316,12 @@ msgid "Internal bridge support thickness"
|
||||
msgstr "Épaisseur des supports de ponts internes"
|
||||
|
||||
msgid ""
|
||||
"If enabled, Studio will generate support loops under the contours of "
|
||||
"internal bridges.These support loops could prevent internal bridges from "
|
||||
"extruding over the air and improve the top surface quality, especially when "
|
||||
"the sparse infill density is low.This value determines the thickness of the "
|
||||
"support loops. 0 means disable this feature"
|
||||
"If enabled, support loops will be generated under the contours of internal "
|
||||
"bridges.These support loops could prevent internal bridges from extruding "
|
||||
"over the air and improve the top surface quality, especially when the sparse "
|
||||
"infill density is low.This value determines the thickness of the support "
|
||||
"loops. 0 means disable this feature"
|
||||
msgstr ""
|
||||
"Si cette option est activée, Bambu Studio génère des boucles de support sous "
|
||||
"les contours des ponts internes. Ces boucles de support peuvent empêcher les "
|
||||
"ponts internes de s'extruder dans le vide et améliorer la qualité de la "
|
||||
"surface supérieure, en particulier lorsque la densité de remplissage est "
|
||||
"faible. Cette valeur détermine l'épaisseur de boucles de soutien. Une valeur "
|
||||
"à 0 signifie que cette fonctionnalité est désactivée"
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "Motif des surfaces supérieures"
|
||||
@@ -7712,6 +7712,64 @@ msgstr "Support cubique"
|
||||
msgid "Lightning"
|
||||
msgstr "Éclair"
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Longueur de l’ancrage de remplissage interne"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than infill_anchor_max is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a "
|
||||
"single infill line."
|
||||
msgstr ""
|
||||
"Connecter une ligne de remplissage à un périmètre interne avec un court "
|
||||
"segment de périmètre supplémentaire. S’il est exprimé en pourcentage "
|
||||
"(exemple : 15%), il est calculé sur la largeur de l’extrusion de "
|
||||
"remplissage. Si aucun segment de périmètre plus court que infill_anchor_max "
|
||||
"n’est trouvé, la ligne de remplissage est connectée à un segment de "
|
||||
"périmètre d’un seul côté et la longueur du segment de périmètre pris est "
|
||||
"limitée à ce paramètre, mais pas plus long que anchor_length_max.\n"
|
||||
"Une valeur à 0 désactive les périmètres d’ancrage connectés à une seule "
|
||||
"ligne de remplissage."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (pas d’ancres ouvertes)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (illimité)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Longueur maximale de l’ancrage de remplissage"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than this parameter is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to infill_anchor, but no longer than this parameter. \n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should "
|
||||
"create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"Connecter une ligne de remplissage à un périmètre interne avec un court "
|
||||
"segment de périmètre supplémentaire. S’il est exprimé en pourcentage "
|
||||
"(exemple : 15 %), il est calculé sur la largeur de l’extrusion de "
|
||||
"remplissage. Slic3r essaie de connecter deux lignes de remplissage proches à "
|
||||
"un court segment de périmètre. Si aucun segment de périmètre plus court que "
|
||||
"ce paramètre n’est trouvé, la ligne de remplissage est connectée à un "
|
||||
"segment de périmètre sur un seul côté et la longueur du segment de périmètre "
|
||||
"pris est limitée à infill_anchor, mais pas plus longue que ce paramètre.\n"
|
||||
"S’il est défini sur 0, l’ancien algorithme de connexion de remplissage sera "
|
||||
"utilisé, il devrait créer le même résultat qu’avec 1000 et 0."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (connexions simples)"
|
||||
|
||||
msgid "Acceleration of outer walls"
|
||||
msgstr "Accélération des parois extérieures"
|
||||
|
||||
@@ -7831,12 +7889,15 @@ msgid "Travel speed of initial layer"
|
||||
msgstr "Vitesse de déplacement de la couche initiale"
|
||||
|
||||
msgid "Number of slow layers"
|
||||
msgstr ""
|
||||
msgstr "Nombre de couches lentes"
|
||||
|
||||
msgid ""
|
||||
"The first few layers are printed slower than normal. The speed is gradually "
|
||||
"increased in a linear fashion over the specified number of layers."
|
||||
msgstr ""
|
||||
"Les premières couches sont imprimées plus lentement que la normale. La "
|
||||
"vitesse augmente progressivement de manière linéaire sur le nombre de "
|
||||
"couches spécifié."
|
||||
|
||||
msgid "Initial layer nozzle temperature"
|
||||
msgstr "Température de la buse de la couche initiale"
|
||||
@@ -7856,9 +7917,15 @@ msgid ""
|
||||
"\"close_fan_the_first_x_layers\", in which case the fan will be running at "
|
||||
"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
||||
msgstr ""
|
||||
"La vitesse du ventilateur augmentera de manière linéaire à partir de zéro à "
|
||||
"la couche \"close_fan_the_first_x_layers\" jusqu’au maximum à la couche "
|
||||
"\"full_fan_speed_layer\". \"full_fan_speed_layer\" sera ignoré s’il est "
|
||||
"inférieur à \"close_fan_the_first_x_layers\", auquel cas le ventilateur "
|
||||
"fonctionnera à la vitesse maximale autorisée à la couche "
|
||||
"\"close_fan_the_first_x_layers\" + 1."
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr ""
|
||||
msgstr "Vitesse du ventilateur"
|
||||
|
||||
msgid ""
|
||||
"This fan speed is enforced during all support interfaces, to be able to "
|
||||
@@ -7866,6 +7933,11 @@ msgid ""
|
||||
"Set to -1 to disable this override.\n"
|
||||
"Can only be overriden by disable_fan_first_layers."
|
||||
msgstr ""
|
||||
"Cette vitesse de ventilateur est appliquée pendant toutes les interfaces de "
|
||||
"support, pour pouvoir affaiblir leur liaison avec une vitesse de ventilateur "
|
||||
"élevée.\n"
|
||||
"Réglez sur -1 pour désactiver ce remplacement.\n"
|
||||
"Ne peut être remplacé que par disable_fan_first_layers."
|
||||
|
||||
msgid ""
|
||||
"Randomly jitter while printing the wall, so that the surface has a rough "
|
||||
@@ -8005,15 +8077,25 @@ msgid ""
|
||||
"gcode' is activated.\n"
|
||||
"Use 0 to deactivate."
|
||||
msgstr ""
|
||||
"Démarrer le ventilateur plus tôt de ce nombre de secondes par rapport au "
|
||||
"démarrage cible (vous pouvez utiliser des fractions de secondes). Cela "
|
||||
"suppose une accélération infinie pour cette estimation de durée et ne prend "
|
||||
"en compte que les mouvements G1 et G0 (l’ajustement arc n’est pas pris en "
|
||||
"charge).\n"
|
||||
"Cela ne déplacera pas les commandes de ventilateur des G-codes personnalisés "
|
||||
"(ils agissent comme une sorte de \"barrière\").\n"
|
||||
"Cela ne déplacera pas les commandes de ventilateur dans le G-code de "
|
||||
"démarrage si seul le ‘G-code de démarrage personnalisé’ est activé.\n"
|
||||
"Utiliser 0 pour désactiver."
|
||||
|
||||
msgid "Only overhangs"
|
||||
msgstr ""
|
||||
msgstr "Sur les surplombs uniquement"
|
||||
|
||||
msgid "Will only take into account the delay for the cooling of overhangs."
|
||||
msgstr ""
|
||||
msgstr "Ne prend en compte que le délai de refroidissement des surplombs."
|
||||
|
||||
msgid "Fan kick-start time"
|
||||
msgstr ""
|
||||
msgstr "Durée de démarrage du ventilateur"
|
||||
|
||||
msgid ""
|
||||
"Emit a max fan speed command for this amount of seconds before reducing to "
|
||||
@@ -8022,6 +8104,13 @@ msgid ""
|
||||
"fan started spinning from a stop, or to get the fan up to speed faster.\n"
|
||||
"Set to 0 to deactivate."
|
||||
msgstr ""
|
||||
"Émettre une commande de vitesse maximale du ventilateur pendant ce nombre de "
|
||||
"secondes avant de réduire à la vitesse cible pour démarrer le ventilateur de "
|
||||
"refroidissement.\n"
|
||||
"Ceci est utile pour les ventilateurs où un faible PWM/puissance peut être "
|
||||
"insuffisant pour redémarrer le ventilateur après un arrêt, ou pour faire "
|
||||
"démarrer le ventilateur plus rapidement.\n"
|
||||
"Mettre à 0 pour désactiver."
|
||||
|
||||
msgid "G-code flavor"
|
||||
msgstr "Version de G-code"
|
||||
@@ -8599,6 +8688,14 @@ msgstr "Arrière"
|
||||
msgid "Random"
|
||||
msgstr "Aléatoire"
|
||||
|
||||
msgid "Staggered inner seams"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This option causes the inner seams to be shifted backwards based on their "
|
||||
"depth, forming a zigzag pattern."
|
||||
msgstr ""
|
||||
|
||||
msgid "Seam gap"
|
||||
msgstr "Distance de la couture"
|
||||
|
||||
@@ -8608,10 +8705,10 @@ msgid ""
|
||||
"This amount can be specified in millimeters or as a percentage of the "
|
||||
"current extruder diameter. The default value for this parameter is 15%."
|
||||
msgstr ""
|
||||
"Lors de l’extrusion d’une boucle fermée, la boucle est interrompue et "
|
||||
"raccourcie un peu pour réduire la couture.\n"
|
||||
"Peut être en mm ou en % du diamètre actuel de la buse. La valeur par défaut "
|
||||
"est de 15%."
|
||||
"Afin de réduire la visibilité de la couture dans une extrusion en boucle "
|
||||
"fermée, la boucle est interrompue et raccourcie d’une valeur spécifiée.\n"
|
||||
"Cette quantité peut être spécifiée en millimètres ou en pourcentage du "
|
||||
"diamètre actuel de la buse. La valeur par défaut de ce paramètre est 15 %."
|
||||
|
||||
msgid "Role base wipe speed"
|
||||
msgstr "Vitesse d’essuyage basée sur la vitesse d’extrusion"
|
||||
@@ -8669,6 +8766,12 @@ msgstr "Nombre de lignes de la jupe"
|
||||
msgid "Number of loops for the skirt. Zero means disabling skirt"
|
||||
msgstr "Nombre de ligne de la jupe. Une valeur à 0 signifie aucune jupe"
|
||||
|
||||
msgid "Skirt speed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The printing speed in exported gcode will be slowed down, when the estimated "
|
||||
"layer time is shorter than this value, to get better cooling for these layers"
|
||||
@@ -9798,31 +9901,31 @@ msgstr ""
|
||||
"Fin > Début + Intervalle)"
|
||||
|
||||
msgid "Start retraction length: "
|
||||
msgstr ""
|
||||
msgstr "Longueur de rétraction de début: "
|
||||
|
||||
msgid "End retraction length: "
|
||||
msgstr ""
|
||||
msgstr "Longueur de rétraction de fin: "
|
||||
|
||||
msgid "mm/mm"
|
||||
msgstr ""
|
||||
msgstr "mm/mm"
|
||||
|
||||
msgid "Physical Printer"
|
||||
msgstr "Imprimante Physique"
|
||||
|
||||
msgid "Print Host upload"
|
||||
msgstr ""
|
||||
msgstr "Envoi vers l’imprimante hôte"
|
||||
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
msgstr "Tester"
|
||||
|
||||
msgid "Could not get a valid Printer Host reference"
|
||||
msgstr ""
|
||||
msgstr "Impossible d’obtenir une référence d’imprimante hôte valide"
|
||||
|
||||
msgid "Success!"
|
||||
msgstr ""
|
||||
msgstr "Succès !"
|
||||
|
||||
msgid "Refresh Printers"
|
||||
msgstr ""
|
||||
msgstr "Actualiser les imprimantes"
|
||||
|
||||
msgid ""
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
@@ -9833,9 +9936,10 @@ msgstr ""
|
||||
|
||||
msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*"
|
||||
msgstr ""
|
||||
"Fichiers de certificat (*.crt, *.pem)|*.crt;*.pem|Tous les fichiers|*.*"
|
||||
|
||||
msgid "Open CA certificate file"
|
||||
msgstr ""
|
||||
msgstr "Ouvrir le fichier de certificat CA"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
@@ -9854,302 +9958,282 @@ msgstr ""
|
||||
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
"La connexion aux imprimantes connectées via l’hôte d’impression a échoué."
|
||||
|
||||
#: resources/data/hints.ini: [hint:3D Scene Operations]
|
||||
msgid ""
|
||||
"3D Scene Operations\n"
|
||||
"Did you know how to control view and object/part selection with mouse and "
|
||||
"touchpanel in the 3D scene?"
|
||||
msgstr ""
|
||||
"Opérations de scène 3D\n"
|
||||
"Savez-vous comment contrôler la vue et la sélection d'objets/pièces avec la "
|
||||
"souris et l'écran tactile dans la scène 3D ?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Cut Tool]
|
||||
msgid ""
|
||||
"Cut Tool\n"
|
||||
"Did you know that you can cut a model at any angle and position with the "
|
||||
"cutting tool?"
|
||||
msgstr ""
|
||||
"Outil de coupe\n"
|
||||
"Saviez-vous que vous pouvez couper un modèle à n'importe quel angle et "
|
||||
"position avec l'outil de coupe ?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fix Model]
|
||||
msgid ""
|
||||
"Fix Model\n"
|
||||
"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing "
|
||||
"problems?"
|
||||
msgstr ""
|
||||
"Réparer le modèle\n"
|
||||
"Saviez-vous que vous pouvez réparer un modèle 3D corrompu pour éviter de "
|
||||
"nombreux problèmes de découpage ?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Timelapse]
|
||||
msgid ""
|
||||
"Timelapse\n"
|
||||
"Did you know that you can generate a timelapse video during each print?"
|
||||
msgstr ""
|
||||
"Timelapse\n"
|
||||
"Saviez-vous que vous pouvez générer une vidéo Timelapse lors de chaque "
|
||||
"impression ?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Arrange]
|
||||
msgid ""
|
||||
"Auto-Arrange\n"
|
||||
"Did you know that you can auto-arrange all objects in your project?"
|
||||
msgstr ""
|
||||
"Organisation automatique\n"
|
||||
"Saviez-vous que vous pouvez organiser automatiquement tous les objets de "
|
||||
"votre projet ?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Orient]
|
||||
msgid ""
|
||||
"Auto-Orient\n"
|
||||
"Did you know that you can rotate objects to an optimal orientation for "
|
||||
"printing by a simple click?"
|
||||
msgstr ""
|
||||
"Orientation automatique\n"
|
||||
"Saviez-vous que vous pouvez faire pivoter des objets dans une orientation "
|
||||
"optimale pour l'impression d'un simple clic ?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Lay on Face]
|
||||
msgid ""
|
||||
"Lay on Face\n"
|
||||
"Did you know that you can quickly orient a model so that one of its faces "
|
||||
"sits on the print bed? Select the \"Place on face\" function or press the "
|
||||
"<b>F</b> key."
|
||||
msgstr ""
|
||||
"Poser sur la face\n"
|
||||
"Saviez-vous que vous pouvez orienter rapidement un modèle de manière à ce "
|
||||
"que l'une de ses faces repose sur le plateau d'impression ? Sélectionnez la "
|
||||
"fonction \"Poser sur la face\" ou appuyez sur la touche <b>F</b>."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Object List]
|
||||
msgid ""
|
||||
"Object List\n"
|
||||
"Did you know that you can view all objects/parts in a list and change "
|
||||
"settings for each object/part?"
|
||||
msgstr ""
|
||||
"Liste d'objets\n"
|
||||
"Saviez-vous que vous pouvez afficher tous les objets/pièces dans une liste "
|
||||
"et modifier les paramètres de chaque objet/pièce ?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Simplify Model]
|
||||
msgid ""
|
||||
"Simplify Model\n"
|
||||
"Did you know that you can reduce the number of triangles in a mesh using the "
|
||||
"Simplify mesh feature? Right-click the model and select Simplify model. Read "
|
||||
"more in the documentation."
|
||||
msgstr ""
|
||||
"Simplifier le modèle\n"
|
||||
"Saviez-vous que vous pouvez réduire le nombre de triangles dans un maillage "
|
||||
"à l'aide de la fonction Simplifier le maillage ? Cliquez avec le bouton "
|
||||
"droit sur le modèle et sélectionnez Simplifier le modèle. Plus "
|
||||
"d'informations dans la documentation."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
|
||||
msgid ""
|
||||
"Slicing Parameter Table\n"
|
||||
"Did you know that you can view all objects/parts on a table and change "
|
||||
"settings for each object/part?"
|
||||
msgstr ""
|
||||
"Tableau des paramètres de découpage\n"
|
||||
"Saviez-vous que vous pouvez afficher tous les objets/pièces d'un tableau et "
|
||||
"modifier les paramètres de chaque objet/pièce ?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
|
||||
msgid ""
|
||||
"Split to Objects/Parts\n"
|
||||
"Did you know that you can split a big object into small ones for easy "
|
||||
"colorizing or printing?"
|
||||
msgstr ""
|
||||
"Fractionner en objets/pièces\n"
|
||||
"Saviez-vous que vous pouvez diviser un gros objet en petits objets pour "
|
||||
"faciliter la coloration ou l'impression ?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Subtract a Part]
|
||||
msgid ""
|
||||
"Subtract a Part\n"
|
||||
"Did you know that you can subtract one mesh from another using the Negative "
|
||||
"part modifier? That way you can, for example, create easily resizable holes "
|
||||
"directly in Orca Slicer. Read more in the documentation."
|
||||
msgstr ""
|
||||
"Soustraire une partie\n"
|
||||
"Saviez-vous que vous pouvez soustraire un maillage d'un autre à l'aide du "
|
||||
"modificateur de partie négative ? De cette façon, vous pouvez, par exemple, "
|
||||
"créer des trous facilement redimensionnables directement dans Orca Slicer. "
|
||||
"Plus d'informations dans la documentation."
|
||||
|
||||
#: resources/data/hints.ini: [hint:STEP]
|
||||
msgid ""
|
||||
"STEP\n"
|
||||
"Did you know that you can improve your print quality by slicing a STEP file "
|
||||
"instead of an STL?\n"
|
||||
"Orca Slicer supports slicing STEP files, providing smoother results than a "
|
||||
"lower resolution STL. Give it a try!"
|
||||
msgstr ""
|
||||
"STEP\n"
|
||||
"Saviez-vous que vous pouvez améliorer votre qualité d'impression en "
|
||||
"découpant un fichier .step au lieu d'un .stl ?\n"
|
||||
"Orca Slicer prend en charge le découpage des fichiers .step, offrant des "
|
||||
"résultats plus fluides qu'un .stl de résolution inférieure. Essayez !"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Z seam location]
|
||||
msgid ""
|
||||
"Z seam location\n"
|
||||
"Did you know that you can customize the location of the Z seam, and even "
|
||||
"paint it on your print, to have it in a less visible location? This improves "
|
||||
"the overall look of your model. Check it out!"
|
||||
msgstr ""
|
||||
"Emplacement de la couture en Z\n"
|
||||
"Saviez-vous que vous pouvez personnaliser l'emplacement de la couture Z, et "
|
||||
"même la peindre sur votre impression, pour l'avoir dans un endroit moins "
|
||||
"visible ? Cela améliore l'aspect général de votre impression. Essayez !"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
|
||||
msgid ""
|
||||
"Fine-tuning for flow rate\n"
|
||||
"Did you know that flow rate can be fine-tuned for even better-looking "
|
||||
"prints? Depending on the material, you can improve the overall finish of the "
|
||||
"printed model by doing some fine-tuning."
|
||||
msgstr ""
|
||||
"Réglage précis du débit\n"
|
||||
"Saviez-vous que le débit peut être ajusté pour des impressions encore plus "
|
||||
"belles ? Selon le matériau, vous pouvez améliorer la finition globale du "
|
||||
"modèle imprimé en effectuant quelques ajustements."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split your prints into plates]
|
||||
msgid ""
|
||||
"Split your prints into plates\n"
|
||||
"Did you know that you can split a model that has a lot of parts into "
|
||||
"individual plates ready to print? This will simplify the process of keeping "
|
||||
"track of all the parts."
|
||||
msgstr ""
|
||||
"Divisez vos impressions en plateaux\n"
|
||||
"Saviez-vous que vous pouvez diviser un modèle comportant de nombreuses "
|
||||
"pièces en plateaux individuels prêts à imprimer ? Cela simplifiera le "
|
||||
"processus de suivi de toutes les pièces."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer
|
||||
#: Height]
|
||||
msgid ""
|
||||
"Speed up your print with Adaptive Layer Height\n"
|
||||
"Did you know that you can print a model even faster, by using the Adaptive "
|
||||
"Layer Height option? Check it out!"
|
||||
msgstr ""
|
||||
"Accélérez votre impression avec la hauteur de couche adaptative\n"
|
||||
"Saviez-vous que vous pouvez imprimer un modèle encore plus rapidement en "
|
||||
"utilisant l'option Hauteur de couche adaptative ? Essayez !"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Support painting]
|
||||
msgid ""
|
||||
"Support painting\n"
|
||||
"Did you know that you can paint the location of your supports? This feature "
|
||||
"makes it easy to place the support material only on the sections of the "
|
||||
"model that actually need it."
|
||||
msgstr ""
|
||||
"Peindre les supports\n"
|
||||
"Saviez-vous que vous pouvez peindre l'emplacement de vos supports ? Cette "
|
||||
"fonctionnalité permet de placer facilement les supports uniquement sur les "
|
||||
"sections du modèle qui en ont réellement besoin."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Different types of supports]
|
||||
msgid ""
|
||||
"Different types of supports\n"
|
||||
"Did you know that you can choose from multiple types of supports? Tree "
|
||||
"supports work great for organic models, while saving filament and improving "
|
||||
"print speed. Check them out!"
|
||||
msgstr ""
|
||||
"Différents types de supports\n"
|
||||
"Saviez-vous que vous pouvez choisir parmi plusieurs types de supports ? Les "
|
||||
"supports arborescents fonctionnent parfaitement pour les modèles organiques, "
|
||||
"tout en économisant du filament et en améliorant la vitesse d'impression. . "
|
||||
"Essayez-les !"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Printing Silk Filament]
|
||||
msgid ""
|
||||
"Printing Silk Filament\n"
|
||||
"Did you know that Silk filament needs special consideration to print it "
|
||||
"successfully? Higher temperature and lower speed are always recommended for "
|
||||
"the best results."
|
||||
msgstr ""
|
||||
"Impression de filament Silk\n"
|
||||
"Saviez-vous que le filament Silk nécessite une attention particulière pour "
|
||||
"être imprimé avec succès ? Une température plus élevée et une vitesse plus "
|
||||
"faible sont toujours recommandées pour obtenir les meilleurs résultats."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Brim for better adhesion]
|
||||
msgid ""
|
||||
"Brim for better adhesion\n"
|
||||
"Did you know that when printing models have a small contact interface with "
|
||||
"the printing surface, it's recommended to use a brim?"
|
||||
msgstr ""
|
||||
"Bordure pour une meilleure adhérence\n"
|
||||
"Saviez-vous que lorsque les modèles d'impression ont une petite surface de "
|
||||
"contact sur le plateau, il est recommandé d'utiliser une bordure ?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
|
||||
msgid ""
|
||||
"Set parameters for multiple objects\n"
|
||||
"Did you know that you can set slicing parameters for all selected objects at "
|
||||
"one time?"
|
||||
msgstr ""
|
||||
"Définir les paramètres de plusieurs objets\n"
|
||||
"Saviez-vous que vous pouvez définir des paramètres de découpage pour tous "
|
||||
"les objets sélectionnés en même temps ?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Stack objects]
|
||||
msgid ""
|
||||
"Stack objects\n"
|
||||
"Did you know that you can stack objects as a whole one?"
|
||||
msgstr ""
|
||||
"Empiler des objets\n"
|
||||
"Saviez-vous que vous pouvez assembler des objets en un seul ?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
|
||||
msgid ""
|
||||
"Flush into support/objects/infill\n"
|
||||
"Did you know that you can save the wasted filament by flushing them into "
|
||||
"support/objects/infill during filament change?"
|
||||
msgstr ""
|
||||
"Purge dans les supports / les objets / le remplissage\n"
|
||||
"Saviez-vous que vous pouvez économiser du filament en le purgeant dans les "
|
||||
"supports / les objets / le remplissage lors du changement de filament ?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Improve strength]
|
||||
msgid ""
|
||||
"Improve strength\n"
|
||||
"Did you know that you can use more wall loops and higher sparse infill "
|
||||
"density to improve the strength of the model?"
|
||||
msgstr ""
|
||||
"Améliorer la résistance\n"
|
||||
"Saviez-vous que vous pouvez utiliser plus de parois et une densité de "
|
||||
"remplissage plus élevée pour améliorer la résistance du modèle ?"
|
||||
|
||||
#~ msgid "Send to print"
|
||||
#~ msgstr "Envoi vers l'imprimante"
|
||||
|
||||
#~ msgid "Upload"
|
||||
#~ msgstr "Envoyer"
|
||||
|
||||
#~ msgid "Upload and Print"
|
||||
#~ msgstr "Imprimer"
|
||||
|
||||
#~ msgid "Use forward slashes ( / ) as a directory separator if needed."
|
||||
#~ msgstr ""
|
||||
#~ "Utilisez des barres obliques ( / ) comme séparateur de répertoire si "
|
||||
#~ "nécessaire."
|
||||
|
||||
#~ msgid "Post-processing scripts"
|
||||
#~ msgstr "Scripts de post-traitement"
|
||||
|
||||
#~ msgid "Bridge direction"
|
||||
#~ msgstr "Direction des ponts"
|
||||
#~ msgid "Other color"
|
||||
#~ msgstr "Autres couleurs"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Angle for bridge infill pattern, which controls the start or main "
|
||||
#~ "direction of line"
|
||||
#~ "3D Scene Operations\n"
|
||||
#~ "Did you know how to control view and object/part selection with mouse and "
|
||||
#~ "touchpanel in the 3D scene?"
|
||||
#~ msgstr ""
|
||||
#~ "Angle pour le motif de remplissage des ponts, qui contrôle le début ou la "
|
||||
#~ "direction principale de la ligne"
|
||||
#~ "Opérations de scène 3D\n"
|
||||
#~ "Savez-vous comment contrôler la vue et la sélection d'objets/pièces avec "
|
||||
#~ "la souris et l'écran tactile dans la scène 3D ?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Cut Tool\n"
|
||||
#~ "Did you know that you can cut a model at any angle and position with the "
|
||||
#~ "cutting tool?"
|
||||
#~ msgstr ""
|
||||
#~ "Outil de coupe\n"
|
||||
#~ "Saviez-vous que vous pouvez couper un modèle à n'importe quel angle et "
|
||||
#~ "position avec l'outil de coupe ?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Fix Model\n"
|
||||
#~ "Did you know that you can fix a corrupted 3D model to avoid a lot of "
|
||||
#~ "slicing problems?"
|
||||
#~ msgstr ""
|
||||
#~ "Réparer le modèle\n"
|
||||
#~ "Saviez-vous que vous pouvez réparer un modèle 3D corrompu pour éviter de "
|
||||
#~ "nombreux problèmes de découpage ?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Timelapse\n"
|
||||
#~ "Did you know that you can generate a timelapse video during each print?"
|
||||
#~ msgstr ""
|
||||
#~ "Timelapse\n"
|
||||
#~ "Saviez-vous que vous pouvez générer une vidéo Timelapse lors de chaque "
|
||||
#~ "impression ?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Auto-Arrange\n"
|
||||
#~ "Did you know that you can auto-arrange all objects in your project?"
|
||||
#~ msgstr ""
|
||||
#~ "Organisation automatique\n"
|
||||
#~ "Saviez-vous que vous pouvez organiser automatiquement tous les objets de "
|
||||
#~ "votre projet ?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Auto-Orient\n"
|
||||
#~ "Did you know that you can rotate objects to an optimal orientation for "
|
||||
#~ "printing by a simple click?"
|
||||
#~ msgstr ""
|
||||
#~ "Orientation automatique\n"
|
||||
#~ "Saviez-vous que vous pouvez faire pivoter des objets dans une orientation "
|
||||
#~ "optimale pour l'impression d'un simple clic ?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Lay on Face\n"
|
||||
#~ "Did you know that you can quickly orient a model so that one of its faces "
|
||||
#~ "sits on the print bed? Select the \"Place on face\" function or press the "
|
||||
#~ "<b>F</b> key."
|
||||
#~ msgstr ""
|
||||
#~ "Poser sur la face\n"
|
||||
#~ "Saviez-vous que vous pouvez orienter rapidement un modèle de manière à ce "
|
||||
#~ "que l'une de ses faces repose sur le plateau d'impression ? Sélectionnez "
|
||||
#~ "la fonction \"Poser sur la face\" ou appuyez sur la touche <b>F</b>."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Object List\n"
|
||||
#~ "Did you know that you can view all objects/parts in a list and change "
|
||||
#~ "settings for each object/part?"
|
||||
#~ msgstr ""
|
||||
#~ "Liste d'objets\n"
|
||||
#~ "Saviez-vous que vous pouvez afficher tous les objets/pièces dans une "
|
||||
#~ "liste et modifier les paramètres de chaque objet/pièce ?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Simplify Model\n"
|
||||
#~ "Did you know that you can reduce the number of triangles in a mesh using "
|
||||
#~ "the Simplify mesh feature? Right-click the model and select Simplify "
|
||||
#~ "model. Read more in the documentation."
|
||||
#~ msgstr ""
|
||||
#~ "Simplifier le modèle\n"
|
||||
#~ "Saviez-vous que vous pouvez réduire le nombre de triangles dans un "
|
||||
#~ "maillage à l'aide de la fonction Simplifier le maillage ? Cliquez avec le "
|
||||
#~ "bouton droit sur le modèle et sélectionnez Simplifier le modèle. Plus "
|
||||
#~ "d'informations dans la documentation."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Slicing Parameter Table\n"
|
||||
#~ "Did you know that you can view all objects/parts on a table and change "
|
||||
#~ "settings for each object/part?"
|
||||
#~ msgstr ""
|
||||
#~ "Tableau des paramètres de découpage\n"
|
||||
#~ "Saviez-vous que vous pouvez afficher tous les objets/pièces d'un tableau "
|
||||
#~ "et modifier les paramètres de chaque objet/pièce ?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Split to Objects/Parts\n"
|
||||
#~ "Did you know that you can split a big object into small ones for easy "
|
||||
#~ "colorizing or printing?"
|
||||
#~ msgstr ""
|
||||
#~ "Fractionner en objets/pièces\n"
|
||||
#~ "Saviez-vous que vous pouvez diviser un gros objet en petits objets pour "
|
||||
#~ "faciliter la coloration ou l'impression ?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Subtract a Part\n"
|
||||
#~ "Did you know that you can subtract one mesh from another using the "
|
||||
#~ "Negative part modifier? That way you can, for example, create easily "
|
||||
#~ "resizable holes directly in Orca Slicer. Read more in the documentation."
|
||||
#~ msgstr ""
|
||||
#~ "Soustraire une partie\n"
|
||||
#~ "Saviez-vous que vous pouvez soustraire un maillage d'un autre à l'aide du "
|
||||
#~ "modificateur de partie négative ? De cette façon, vous pouvez, par "
|
||||
#~ "exemple, créer des trous facilement redimensionnables directement dans "
|
||||
#~ "Orca Slicer. Plus d'informations dans la documentation."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "STEP\n"
|
||||
#~ "Did you know that you can improve your print quality by slicing a STEP "
|
||||
#~ "file instead of an STL?\n"
|
||||
#~ "Orca Slicer supports slicing STEP files, providing smoother results than "
|
||||
#~ "a lower resolution STL. Give it a try!"
|
||||
#~ msgstr ""
|
||||
#~ "STEP\n"
|
||||
#~ "Saviez-vous que vous pouvez améliorer votre qualité d'impression en "
|
||||
#~ "découpant un fichier .step au lieu d'un .stl ?\n"
|
||||
#~ "Orca Slicer prend en charge le découpage des fichiers .step, offrant des "
|
||||
#~ "résultats plus fluides qu'un .stl de résolution inférieure. Essayez !"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Z seam location\n"
|
||||
#~ "Did you know that you can customize the location of the Z seam, and even "
|
||||
#~ "paint it on your print, to have it in a less visible location? This "
|
||||
#~ "improves the overall look of your model. Check it out!"
|
||||
#~ msgstr ""
|
||||
#~ "Emplacement de la couture en Z\n"
|
||||
#~ "Saviez-vous que vous pouvez personnaliser l'emplacement de la couture Z, "
|
||||
#~ "et même la peindre sur votre impression, pour l'avoir dans un endroit "
|
||||
#~ "moins visible ? Cela améliore l'aspect général de votre impression. "
|
||||
#~ "Essayez !"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Fine-tuning for flow rate\n"
|
||||
#~ "Did you know that flow rate can be fine-tuned for even better-looking "
|
||||
#~ "prints? Depending on the material, you can improve the overall finish of "
|
||||
#~ "the printed model by doing some fine-tuning."
|
||||
#~ msgstr ""
|
||||
#~ "Réglage précis du débit\n"
|
||||
#~ "Saviez-vous que le débit peut être ajusté pour des impressions encore "
|
||||
#~ "plus belles ? Selon le matériau, vous pouvez améliorer la finition "
|
||||
#~ "globale du modèle imprimé en effectuant quelques ajustements."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Split your prints into plates\n"
|
||||
#~ "Did you know that you can split a model that has a lot of parts into "
|
||||
#~ "individual plates ready to print? This will simplify the process of "
|
||||
#~ "keeping track of all the parts."
|
||||
#~ msgstr ""
|
||||
#~ "Divisez vos impressions en plateaux\n"
|
||||
#~ "Saviez-vous que vous pouvez diviser un modèle comportant de nombreuses "
|
||||
#~ "pièces en plateaux individuels prêts à imprimer ? Cela simplifiera le "
|
||||
#~ "processus de suivi de toutes les pièces."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Speed up your print with Adaptive Layer Height\n"
|
||||
#~ "Did you know that you can print a model even faster, by using the "
|
||||
#~ "Adaptive Layer Height option? Check it out!"
|
||||
#~ msgstr ""
|
||||
#~ "Accélérez votre impression avec la hauteur de couche adaptative\n"
|
||||
#~ "Saviez-vous que vous pouvez imprimer un modèle encore plus rapidement en "
|
||||
#~ "utilisant l'option Hauteur de couche adaptative ? Essayez !"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Support painting\n"
|
||||
#~ "Did you know that you can paint the location of your supports? This "
|
||||
#~ "feature makes it easy to place the support material only on the sections "
|
||||
#~ "of the model that actually need it."
|
||||
#~ msgstr ""
|
||||
#~ "Peindre les supports\n"
|
||||
#~ "Saviez-vous que vous pouvez peindre l'emplacement de vos supports ? Cette "
|
||||
#~ "fonctionnalité permet de placer facilement les supports uniquement sur "
|
||||
#~ "les sections du modèle qui en ont réellement besoin."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Different types of supports\n"
|
||||
#~ "Did you know that you can choose from multiple types of supports? Tree "
|
||||
#~ "supports work great for organic models, while saving filament and "
|
||||
#~ "improving print speed. Check them out!"
|
||||
#~ msgstr ""
|
||||
#~ "Différents types de supports\n"
|
||||
#~ "Saviez-vous que vous pouvez choisir parmi plusieurs types de supports ? "
|
||||
#~ "Les supports arborescents fonctionnent parfaitement pour les modèles "
|
||||
#~ "organiques, tout en économisant du filament et en améliorant la vitesse "
|
||||
#~ "d'impression. . Essayez-les !"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Printing Silk Filament\n"
|
||||
#~ "Did you know that Silk filament needs special consideration to print it "
|
||||
#~ "successfully? Higher temperature and lower speed are always recommended "
|
||||
#~ "for the best results."
|
||||
#~ msgstr ""
|
||||
#~ "Impression de filament Silk\n"
|
||||
#~ "Saviez-vous que le filament Silk nécessite une attention particulière "
|
||||
#~ "pour être imprimé avec succès ? Une température plus élevée et une "
|
||||
#~ "vitesse plus faible sont toujours recommandées pour obtenir les meilleurs "
|
||||
#~ "résultats."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Brim for better adhesion\n"
|
||||
#~ "Did you know that when printing models have a small contact interface "
|
||||
#~ "with the printing surface, it's recommended to use a brim?"
|
||||
#~ msgstr ""
|
||||
#~ "Bordure pour une meilleure adhérence\n"
|
||||
#~ "Saviez-vous que lorsque les modèles d'impression ont une petite surface "
|
||||
#~ "de contact sur le plateau, il est recommandé d'utiliser une bordure ?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Set parameters for multiple objects\n"
|
||||
#~ "Did you know that you can set slicing parameters for all selected objects "
|
||||
#~ "at one time?"
|
||||
#~ msgstr ""
|
||||
#~ "Définir les paramètres de plusieurs objets\n"
|
||||
#~ "Saviez-vous que vous pouvez définir des paramètres de découpage pour tous "
|
||||
#~ "les objets sélectionnés en même temps ?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Stack objects\n"
|
||||
#~ "Did you know that you can stack objects as a whole one?"
|
||||
#~ msgstr ""
|
||||
#~ "Empiler des objets\n"
|
||||
#~ "Saviez-vous que vous pouvez assembler des objets en un seul ?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Flush into support/objects/infill\n"
|
||||
#~ "Did you know that you can save the wasted filament by flushing them into "
|
||||
#~ "support/objects/infill during filament change?"
|
||||
#~ msgstr ""
|
||||
#~ "Purge dans les supports / les objets / le remplissage\n"
|
||||
#~ "Saviez-vous que vous pouvez économiser du filament en le purgeant dans "
|
||||
#~ "les supports / les objets / le remplissage lors du changement de "
|
||||
#~ "filament ?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Improve strength\n"
|
||||
#~ "Did you know that you can use more wall loops and higher sparse infill "
|
||||
#~ "density to improve the strength of the model?"
|
||||
#~ msgstr ""
|
||||
#~ "Améliorer la résistance\n"
|
||||
#~ "Saviez-vous que vous pouvez utiliser plus de parois et une densité de "
|
||||
#~ "remplissage plus élevée pour améliorer la résistance du modèle ?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "If enabled, support loops will be generated under the contours of "
|
||||
#~ "internal bridges. These support loops could prevent internal bridges from "
|
||||
#~ "extruding over the air and improve the top surface quality, especially "
|
||||
#~ "when the sparse infill density is low.This value determines the thickness "
|
||||
#~ "of the support loops. 0 means disable this feature"
|
||||
#~ msgstr ""
|
||||
#~ "Si cette option est activée, Bambu Studio génère des boucles de support "
|
||||
#~ "sous les contours des ponts internes. Ces boucles de support peuvent "
|
||||
#~ "empêcher les ponts internes de s'extruder dans le vide et améliorer la "
|
||||
#~ "qualité de la surface supérieure, en particulier lorsque la densité de "
|
||||
#~ "remplissage est faible. Cette valeur détermine l'épaisseur de boucles de "
|
||||
#~ "soutien. Une valeur à 0 signifie que cette fonctionnalité est désactivée"
|
||||
|
||||
#~ msgid "Maximum speed of X axis"
|
||||
#~ msgstr "Vitesse maximale de l'axe X"
|
||||
|
||||
#~ msgid "Maximum speed of Y axis"
|
||||
#~ msgstr "Vitesse maximale de l'axe Y"
|
||||
|
||||
#~ msgid "Maximum speed of Z axis"
|
||||
#~ msgstr "Vitesse maximale de l'axe Z"
|
||||
|
||||
#~ msgid "Maximum speed of E axis"
|
||||
#~ msgstr "Vitesse maximale de l'extrudeur"
|
||||
|
||||
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
|
||||
"POT-Creation-Date: 2023-07-07 00:37+0800\n"
|
||||
"Language: hu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -1894,7 +1894,10 @@ msgstr ""
|
||||
msgid "You need to select the material type and color first."
|
||||
msgstr ""
|
||||
|
||||
msgid "Other color"
|
||||
msgid "Other Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Custom Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Dynamic flow calibration"
|
||||
@@ -6300,6 +6303,9 @@ msgstr ""
|
||||
msgid "No extrusions under current settings."
|
||||
msgstr "A jelenlegi beállítások mellett nincsenek extrudálások."
|
||||
|
||||
msgid "Bed temperatures for the used filaments differ significantly."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
|
||||
"enabled."
|
||||
@@ -6906,11 +6912,11 @@ msgid "Internal bridge support thickness"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If enabled, Studio will generate support loops under the contours of "
|
||||
"internal bridges.These support loops could prevent internal bridges from "
|
||||
"extruding over the air and improve the top surface quality, especially when "
|
||||
"the sparse infill density is low.This value determines the thickness of the "
|
||||
"support loops. 0 means disable this feature"
|
||||
"If enabled, support loops will be generated under the contours of internal "
|
||||
"bridges.These support loops could prevent internal bridges from extruding "
|
||||
"over the air and improve the top surface quality, especially when the sparse "
|
||||
"infill density is low.This value determines the thickness of the support "
|
||||
"loops. 0 means disable this feature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Top surface pattern"
|
||||
@@ -7268,6 +7274,45 @@ msgstr ""
|
||||
msgid "Lightning"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than infill_anchor_max is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a "
|
||||
"single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr ""
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than this parameter is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to infill_anchor, but no longer than this parameter. \n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should "
|
||||
"create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of outer walls"
|
||||
msgstr ""
|
||||
|
||||
@@ -8096,6 +8141,14 @@ msgstr "Hátul"
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
msgid "Staggered inner seams"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This option causes the inner seams to be shifted backwards based on their "
|
||||
"depth, forming a zigzag pattern."
|
||||
msgstr ""
|
||||
|
||||
msgid "Seam gap"
|
||||
msgstr ""
|
||||
|
||||
@@ -8157,6 +8210,12 @@ msgstr ""
|
||||
"Még a tárgyak előtt kerül nyomtatásra és a feladata a fúvóka "
|
||||
"anyagáramlásának stabilizálása"
|
||||
|
||||
msgid "Skirt speed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The printing speed in exported gcode will be slowed down, when the estimated "
|
||||
"layer time is shorter than this value, to get better cooling for these layers"
|
||||
@@ -9196,190 +9255,6 @@ msgstr ""
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:3D Scene Operations]
|
||||
msgid ""
|
||||
"3D Scene Operations\n"
|
||||
"Did you know how to control view and object/part selection with mouse and "
|
||||
"touchpanel in the 3D scene?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Cut Tool]
|
||||
msgid ""
|
||||
"Cut Tool\n"
|
||||
"Did you know that you can cut a model at any angle and position with the "
|
||||
"cutting tool?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fix Model]
|
||||
msgid ""
|
||||
"Fix Model\n"
|
||||
"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing "
|
||||
"problems?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Timelapse]
|
||||
msgid ""
|
||||
"Timelapse\n"
|
||||
"Did you know that you can generate a timelapse video during each print?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Arrange]
|
||||
msgid ""
|
||||
"Auto-Arrange\n"
|
||||
"Did you know that you can auto-arrange all objects in your project?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Orient]
|
||||
msgid ""
|
||||
"Auto-Orient\n"
|
||||
"Did you know that you can rotate objects to an optimal orientation for "
|
||||
"printing by a simple click?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Lay on Face]
|
||||
msgid ""
|
||||
"Lay on Face\n"
|
||||
"Did you know that you can quickly orient a model so that one of its faces "
|
||||
"sits on the print bed? Select the \"Place on face\" function or press the "
|
||||
"<b>F</b> key."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Object List]
|
||||
msgid ""
|
||||
"Object List\n"
|
||||
"Did you know that you can view all objects/parts in a list and change "
|
||||
"settings for each object/part?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Simplify Model]
|
||||
msgid ""
|
||||
"Simplify Model\n"
|
||||
"Did you know that you can reduce the number of triangles in a mesh using the "
|
||||
"Simplify mesh feature? Right-click the model and select Simplify model. Read "
|
||||
"more in the documentation."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
|
||||
msgid ""
|
||||
"Slicing Parameter Table\n"
|
||||
"Did you know that you can view all objects/parts on a table and change "
|
||||
"settings for each object/part?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
|
||||
msgid ""
|
||||
"Split to Objects/Parts\n"
|
||||
"Did you know that you can split a big object into small ones for easy "
|
||||
"colorizing or printing?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Subtract a Part]
|
||||
msgid ""
|
||||
"Subtract a Part\n"
|
||||
"Did you know that you can subtract one mesh from another using the Negative "
|
||||
"part modifier? That way you can, for example, create easily resizable holes "
|
||||
"directly in Orca Slicer. Read more in the documentation."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:STEP]
|
||||
msgid ""
|
||||
"STEP\n"
|
||||
"Did you know that you can improve your print quality by slicing a STEP file "
|
||||
"instead of an STL?\n"
|
||||
"Orca Slicer supports slicing STEP files, providing smoother results than a "
|
||||
"lower resolution STL. Give it a try!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Z seam location]
|
||||
msgid ""
|
||||
"Z seam location\n"
|
||||
"Did you know that you can customize the location of the Z seam, and even "
|
||||
"paint it on your print, to have it in a less visible location? This improves "
|
||||
"the overall look of your model. Check it out!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
|
||||
msgid ""
|
||||
"Fine-tuning for flow rate\n"
|
||||
"Did you know that flow rate can be fine-tuned for even better-looking "
|
||||
"prints? Depending on the material, you can improve the overall finish of the "
|
||||
"printed model by doing some fine-tuning."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split your prints into plates]
|
||||
msgid ""
|
||||
"Split your prints into plates\n"
|
||||
"Did you know that you can split a model that has a lot of parts into "
|
||||
"individual plates ready to print? This will simplify the process of keeping "
|
||||
"track of all the parts."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer
|
||||
#: Height]
|
||||
msgid ""
|
||||
"Speed up your print with Adaptive Layer Height\n"
|
||||
"Did you know that you can print a model even faster, by using the Adaptive "
|
||||
"Layer Height option? Check it out!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Support painting]
|
||||
msgid ""
|
||||
"Support painting\n"
|
||||
"Did you know that you can paint the location of your supports? This feature "
|
||||
"makes it easy to place the support material only on the sections of the "
|
||||
"model that actually need it."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Different types of supports]
|
||||
msgid ""
|
||||
"Different types of supports\n"
|
||||
"Did you know that you can choose from multiple types of supports? Tree "
|
||||
"supports work great for organic models, while saving filament and improving "
|
||||
"print speed. Check them out!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Printing Silk Filament]
|
||||
msgid ""
|
||||
"Printing Silk Filament\n"
|
||||
"Did you know that Silk filament needs special consideration to print it "
|
||||
"successfully? Higher temperature and lower speed are always recommended for "
|
||||
"the best results."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Brim for better adhesion]
|
||||
msgid ""
|
||||
"Brim for better adhesion\n"
|
||||
"Did you know that when printing models have a small contact interface with "
|
||||
"the printing surface, it's recommended to use a brim?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
|
||||
msgid ""
|
||||
"Set parameters for multiple objects\n"
|
||||
"Did you know that you can set slicing parameters for all selected objects at "
|
||||
"one time?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Stack objects]
|
||||
msgid ""
|
||||
"Stack objects\n"
|
||||
"Did you know that you can stack objects as a whole one?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
|
||||
msgid ""
|
||||
"Flush into support/objects/infill\n"
|
||||
"Did you know that you can save the wasted filament by flushing them into "
|
||||
"support/objects/infill during filament change?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Improve strength]
|
||||
msgid ""
|
||||
"Improve strength\n"
|
||||
"Did you know that you can use more wall loops and higher sparse infill "
|
||||
"density to improve the strength of the model?"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Keep upper part"
|
||||
#~ msgstr "Felső rész megtartása"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
|
||||
"POT-Creation-Date: 2023-07-07 00:37+0800\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -1870,7 +1870,10 @@ msgstr ""
|
||||
msgid "You need to select the material type and color first."
|
||||
msgstr ""
|
||||
|
||||
msgid "Other color"
|
||||
msgid "Other Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Custom Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Dynamic flow calibration"
|
||||
@@ -6247,6 +6250,9 @@ msgstr ""
|
||||
msgid "No extrusions under current settings."
|
||||
msgstr "No extrusions under current settings."
|
||||
|
||||
msgid "Bed temperatures for the used filaments differ significantly."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
|
||||
"enabled."
|
||||
@@ -6849,11 +6855,11 @@ msgid "Internal bridge support thickness"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If enabled, Studio will generate support loops under the contours of "
|
||||
"internal bridges.These support loops could prevent internal bridges from "
|
||||
"extruding over the air and improve the top surface quality, especially when "
|
||||
"the sparse infill density is low.This value determines the thickness of the "
|
||||
"support loops. 0 means disable this feature"
|
||||
"If enabled, support loops will be generated under the contours of internal "
|
||||
"bridges.These support loops could prevent internal bridges from extruding "
|
||||
"over the air and improve the top surface quality, especially when the sparse "
|
||||
"infill density is low.This value determines the thickness of the support "
|
||||
"loops. 0 means disable this feature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Top surface pattern"
|
||||
@@ -7208,6 +7214,45 @@ msgstr ""
|
||||
msgid "Lightning"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than infill_anchor_max is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a "
|
||||
"single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr ""
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than this parameter is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to infill_anchor, but no longer than this parameter. \n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should "
|
||||
"create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of outer walls"
|
||||
msgstr ""
|
||||
|
||||
@@ -8025,6 +8070,14 @@ msgstr "Back"
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
msgid "Staggered inner seams"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This option causes the inner seams to be shifted backwards based on their "
|
||||
"depth, forming a zigzag pattern."
|
||||
msgstr ""
|
||||
|
||||
msgid "Seam gap"
|
||||
msgstr ""
|
||||
|
||||
@@ -8081,6 +8134,12 @@ msgid "Number of loops for the skirt. Zero means disabling skirt"
|
||||
msgstr ""
|
||||
"This is the number of loops for the skirt. 0 means the skirt is disabled."
|
||||
|
||||
msgid "Skirt speed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The printing speed in exported gcode will be slowed down, when the estimated "
|
||||
"layer time is shorter than this value, to get better cooling for these layers"
|
||||
@@ -9114,190 +9173,6 @@ msgstr ""
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:3D Scene Operations]
|
||||
msgid ""
|
||||
"3D Scene Operations\n"
|
||||
"Did you know how to control view and object/part selection with mouse and "
|
||||
"touchpanel in the 3D scene?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Cut Tool]
|
||||
msgid ""
|
||||
"Cut Tool\n"
|
||||
"Did you know that you can cut a model at any angle and position with the "
|
||||
"cutting tool?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fix Model]
|
||||
msgid ""
|
||||
"Fix Model\n"
|
||||
"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing "
|
||||
"problems?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Timelapse]
|
||||
msgid ""
|
||||
"Timelapse\n"
|
||||
"Did you know that you can generate a timelapse video during each print?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Arrange]
|
||||
msgid ""
|
||||
"Auto-Arrange\n"
|
||||
"Did you know that you can auto-arrange all objects in your project?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Orient]
|
||||
msgid ""
|
||||
"Auto-Orient\n"
|
||||
"Did you know that you can rotate objects to an optimal orientation for "
|
||||
"printing by a simple click?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Lay on Face]
|
||||
msgid ""
|
||||
"Lay on Face\n"
|
||||
"Did you know that you can quickly orient a model so that one of its faces "
|
||||
"sits on the print bed? Select the \"Place on face\" function or press the "
|
||||
"<b>F</b> key."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Object List]
|
||||
msgid ""
|
||||
"Object List\n"
|
||||
"Did you know that you can view all objects/parts in a list and change "
|
||||
"settings for each object/part?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Simplify Model]
|
||||
msgid ""
|
||||
"Simplify Model\n"
|
||||
"Did you know that you can reduce the number of triangles in a mesh using the "
|
||||
"Simplify mesh feature? Right-click the model and select Simplify model. Read "
|
||||
"more in the documentation."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
|
||||
msgid ""
|
||||
"Slicing Parameter Table\n"
|
||||
"Did you know that you can view all objects/parts on a table and change "
|
||||
"settings for each object/part?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
|
||||
msgid ""
|
||||
"Split to Objects/Parts\n"
|
||||
"Did you know that you can split a big object into small ones for easy "
|
||||
"colorizing or printing?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Subtract a Part]
|
||||
msgid ""
|
||||
"Subtract a Part\n"
|
||||
"Did you know that you can subtract one mesh from another using the Negative "
|
||||
"part modifier? That way you can, for example, create easily resizable holes "
|
||||
"directly in Orca Slicer. Read more in the documentation."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:STEP]
|
||||
msgid ""
|
||||
"STEP\n"
|
||||
"Did you know that you can improve your print quality by slicing a STEP file "
|
||||
"instead of an STL?\n"
|
||||
"Orca Slicer supports slicing STEP files, providing smoother results than a "
|
||||
"lower resolution STL. Give it a try!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Z seam location]
|
||||
msgid ""
|
||||
"Z seam location\n"
|
||||
"Did you know that you can customize the location of the Z seam, and even "
|
||||
"paint it on your print, to have it in a less visible location? This improves "
|
||||
"the overall look of your model. Check it out!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
|
||||
msgid ""
|
||||
"Fine-tuning for flow rate\n"
|
||||
"Did you know that flow rate can be fine-tuned for even better-looking "
|
||||
"prints? Depending on the material, you can improve the overall finish of the "
|
||||
"printed model by doing some fine-tuning."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split your prints into plates]
|
||||
msgid ""
|
||||
"Split your prints into plates\n"
|
||||
"Did you know that you can split a model that has a lot of parts into "
|
||||
"individual plates ready to print? This will simplify the process of keeping "
|
||||
"track of all the parts."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer
|
||||
#: Height]
|
||||
msgid ""
|
||||
"Speed up your print with Adaptive Layer Height\n"
|
||||
"Did you know that you can print a model even faster, by using the Adaptive "
|
||||
"Layer Height option? Check it out!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Support painting]
|
||||
msgid ""
|
||||
"Support painting\n"
|
||||
"Did you know that you can paint the location of your supports? This feature "
|
||||
"makes it easy to place the support material only on the sections of the "
|
||||
"model that actually need it."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Different types of supports]
|
||||
msgid ""
|
||||
"Different types of supports\n"
|
||||
"Did you know that you can choose from multiple types of supports? Tree "
|
||||
"supports work great for organic models, while saving filament and improving "
|
||||
"print speed. Check them out!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Printing Silk Filament]
|
||||
msgid ""
|
||||
"Printing Silk Filament\n"
|
||||
"Did you know that Silk filament needs special consideration to print it "
|
||||
"successfully? Higher temperature and lower speed are always recommended for "
|
||||
"the best results."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Brim for better adhesion]
|
||||
msgid ""
|
||||
"Brim for better adhesion\n"
|
||||
"Did you know that when printing models have a small contact interface with "
|
||||
"the printing surface, it's recommended to use a brim?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
|
||||
msgid ""
|
||||
"Set parameters for multiple objects\n"
|
||||
"Did you know that you can set slicing parameters for all selected objects at "
|
||||
"one time?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Stack objects]
|
||||
msgid ""
|
||||
"Stack objects\n"
|
||||
"Did you know that you can stack objects as a whole one?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
|
||||
msgid ""
|
||||
"Flush into support/objects/infill\n"
|
||||
"Did you know that you can save the wasted filament by flushing them into "
|
||||
"support/objects/infill during filament change?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Improve strength]
|
||||
msgid ""
|
||||
"Improve strength\n"
|
||||
"Did you know that you can use more wall loops and higher sparse infill "
|
||||
"density to improve the strength of the model?"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Keep upper part"
|
||||
#~ msgstr "Mantieni parte superiore"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
|
||||
"POT-Creation-Date: 2023-07-07 00:37+0800\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -1861,7 +1861,10 @@ msgstr "有効な値を入力してください (K: 0 ~ 0.5, N: 0.6 ~ 2.0)"
|
||||
msgid "You need to select the material type and color first."
|
||||
msgstr ""
|
||||
|
||||
msgid "Other color"
|
||||
msgid "Other Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Custom Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Dynamic flow calibration"
|
||||
@@ -6245,6 +6248,9 @@ msgstr ""
|
||||
msgid "No extrusions under current settings."
|
||||
msgstr "現在の設定では造形しません"
|
||||
|
||||
msgid "Bed temperatures for the used filaments differ significantly."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
|
||||
"enabled."
|
||||
@@ -6843,11 +6849,11 @@ msgid "Internal bridge support thickness"
|
||||
msgstr "内部ブリッジサポート厚さ"
|
||||
|
||||
msgid ""
|
||||
"If enabled, Studio will generate support loops under the contours of "
|
||||
"internal bridges.These support loops could prevent internal bridges from "
|
||||
"extruding over the air and improve the top surface quality, especially when "
|
||||
"the sparse infill density is low.This value determines the thickness of the "
|
||||
"support loops. 0 means disable this feature"
|
||||
"If enabled, support loops will be generated under the contours of internal "
|
||||
"bridges.These support loops could prevent internal bridges from extruding "
|
||||
"over the air and improve the top surface quality, especially when the sparse "
|
||||
"infill density is low.This value determines the thickness of the support "
|
||||
"loops. 0 means disable this feature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Top surface pattern"
|
||||
@@ -7195,6 +7201,45 @@ msgstr "キュービックサポート"
|
||||
msgid "Lightning"
|
||||
msgstr "ライトニング"
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than infill_anchor_max is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a "
|
||||
"single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr ""
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than this parameter is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to infill_anchor, but no longer than this parameter. \n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should "
|
||||
"create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of outer walls"
|
||||
msgstr ""
|
||||
|
||||
@@ -7986,6 +8031,14 @@ msgstr "背面"
|
||||
msgid "Random"
|
||||
msgstr "ランダム"
|
||||
|
||||
msgid "Staggered inner seams"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This option causes the inner seams to be shifted backwards based on their "
|
||||
"depth, forming a zigzag pattern."
|
||||
msgstr ""
|
||||
|
||||
msgid "Seam gap"
|
||||
msgstr ""
|
||||
|
||||
@@ -8041,6 +8094,12 @@ msgstr "スカートのループ数"
|
||||
msgid "Number of loops for the skirt. Zero means disabling skirt"
|
||||
msgstr "スカートのループ数です、値が0の場合、スカートが無効になります。"
|
||||
|
||||
msgid "Skirt speed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The printing speed in exported gcode will be slowed down, when the estimated "
|
||||
"layer time is shorter than this value, to get better cooling for these layers"
|
||||
@@ -9095,244 +9154,218 @@ msgstr ""
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:3D Scene Operations]
|
||||
msgid ""
|
||||
"3D Scene Operations\n"
|
||||
"Did you know how to control view and object/part selection with mouse and "
|
||||
"touchpanel in the 3D scene?"
|
||||
msgstr ""
|
||||
"3Dシーンの操作\n"
|
||||
"マウスとタッチパネルで、オブジェクト/パーツの操作方法を確認しましょう"
|
||||
#~ msgid ""
|
||||
#~ "3D Scene Operations\n"
|
||||
#~ "Did you know how to control view and object/part selection with mouse and "
|
||||
#~ "touchpanel in the 3D scene?"
|
||||
#~ msgstr ""
|
||||
#~ "3Dシーンの操作\n"
|
||||
#~ "マウスとタッチパネルで、オブジェクト/パーツの操作方法を確認しましょう"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Cut Tool]
|
||||
msgid ""
|
||||
"Cut Tool\n"
|
||||
"Did you know that you can cut a model at any angle and position with the "
|
||||
"cutting tool?"
|
||||
msgstr ""
|
||||
"カットツール\n"
|
||||
"カットツールでモデルを自由な角度で修正することができます。"
|
||||
#~ msgid ""
|
||||
#~ "Cut Tool\n"
|
||||
#~ "Did you know that you can cut a model at any angle and position with the "
|
||||
#~ "cutting tool?"
|
||||
#~ msgstr ""
|
||||
#~ "カットツール\n"
|
||||
#~ "カットツールでモデルを自由な角度で修正することができます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fix Model]
|
||||
msgid ""
|
||||
"Fix Model\n"
|
||||
"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing "
|
||||
"problems?"
|
||||
msgstr ""
|
||||
"モデル修復\n"
|
||||
"破損したモデルでも修復してスライスできます。"
|
||||
#~ msgid ""
|
||||
#~ "Fix Model\n"
|
||||
#~ "Did you know that you can fix a corrupted 3D model to avoid a lot of "
|
||||
#~ "slicing problems?"
|
||||
#~ msgstr ""
|
||||
#~ "モデル修復\n"
|
||||
#~ "破損したモデルでも修復してスライスできます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Timelapse]
|
||||
msgid ""
|
||||
"Timelapse\n"
|
||||
"Did you know that you can generate a timelapse video during each print?"
|
||||
msgstr ""
|
||||
"タイムラプス\n"
|
||||
"カメラの活用は、モニタリングだけでなく、自慢のタイムラプスビデオも生成できま"
|
||||
"す。"
|
||||
#~ msgid ""
|
||||
#~ "Timelapse\n"
|
||||
#~ "Did you know that you can generate a timelapse video during each print?"
|
||||
#~ msgstr ""
|
||||
#~ "タイムラプス\n"
|
||||
#~ "カメラの活用は、モニタリングだけでなく、自慢のタイムラプスビデオも生成でき"
|
||||
#~ "ます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Arrange]
|
||||
msgid ""
|
||||
"Auto-Arrange\n"
|
||||
"Did you know that you can auto-arrange all objects in your project?"
|
||||
msgstr ""
|
||||
"自動レイアウト\n"
|
||||
"自動レイアウトでプレートを最大限利用できます。"
|
||||
#~ msgid ""
|
||||
#~ "Auto-Arrange\n"
|
||||
#~ "Did you know that you can auto-arrange all objects in your project?"
|
||||
#~ msgstr ""
|
||||
#~ "自動レイアウト\n"
|
||||
#~ "自動レイアウトでプレートを最大限利用できます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Orient]
|
||||
msgid ""
|
||||
"Auto-Orient\n"
|
||||
"Did you know that you can rotate objects to an optimal orientation for "
|
||||
"printing by a simple click?"
|
||||
msgstr ""
|
||||
"自動向き調整\n"
|
||||
"自動向き調整で最適な向きをワンクリックで実現できます。"
|
||||
#~ msgid ""
|
||||
#~ "Auto-Orient\n"
|
||||
#~ "Did you know that you can rotate objects to an optimal orientation for "
|
||||
#~ "printing by a simple click?"
|
||||
#~ msgstr ""
|
||||
#~ "自動向き調整\n"
|
||||
#~ "自動向き調整で最適な向きをワンクリックで実現できます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Lay on Face]
|
||||
msgid ""
|
||||
"Lay on Face\n"
|
||||
"Did you know that you can quickly orient a model so that one of its faces "
|
||||
"sits on the print bed? Select the \"Place on face\" function or press the "
|
||||
"<b>F</b> key."
|
||||
msgstr ""
|
||||
"底面を選択\n"
|
||||
"プレートと接触する面を指定し、オブジェクトの向きを簡単に調整できます。"
|
||||
#~ msgid ""
|
||||
#~ "Lay on Face\n"
|
||||
#~ "Did you know that you can quickly orient a model so that one of its faces "
|
||||
#~ "sits on the print bed? Select the \"Place on face\" function or press the "
|
||||
#~ "<b>F</b> key."
|
||||
#~ msgstr ""
|
||||
#~ "底面を選択\n"
|
||||
#~ "プレートと接触する面を指定し、オブジェクトの向きを簡単に調整できます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Object List]
|
||||
msgid ""
|
||||
"Object List\n"
|
||||
"Did you know that you can view all objects/parts in a list and change "
|
||||
"settings for each object/part?"
|
||||
msgstr ""
|
||||
"オブジェクト一覧\n"
|
||||
"全てのオブジェクトを確認でき、造形パラメータもオブジェクト別で設定できます"
|
||||
#~ msgid ""
|
||||
#~ "Object List\n"
|
||||
#~ "Did you know that you can view all objects/parts in a list and change "
|
||||
#~ "settings for each object/part?"
|
||||
#~ msgstr ""
|
||||
#~ "オブジェクト一覧\n"
|
||||
#~ "全てのオブジェクトを確認でき、造形パラメータもオブジェクト別で設定できます"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Simplify Model]
|
||||
msgid ""
|
||||
"Simplify Model\n"
|
||||
"Did you know that you can reduce the number of triangles in a mesh using the "
|
||||
"Simplify mesh feature? Right-click the model and select Simplify model. Read "
|
||||
"more in the documentation."
|
||||
msgstr ""
|
||||
"モデルを簡略化\n"
|
||||
"オブジェクトのメッシュを簡略化して、スライスの速度を上げられます。モデルを右"
|
||||
"クリックし、メニューで選択できます。"
|
||||
#~ msgid ""
|
||||
#~ "Simplify Model\n"
|
||||
#~ "Did you know that you can reduce the number of triangles in a mesh using "
|
||||
#~ "the Simplify mesh feature? Right-click the model and select Simplify "
|
||||
#~ "model. Read more in the documentation."
|
||||
#~ msgstr ""
|
||||
#~ "モデルを簡略化\n"
|
||||
#~ "オブジェクトのメッシュを簡略化して、スライスの速度を上げられます。モデルを"
|
||||
#~ "右クリックし、メニューで選択できます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
|
||||
msgid ""
|
||||
"Slicing Parameter Table\n"
|
||||
"Did you know that you can view all objects/parts on a table and change "
|
||||
"settings for each object/part?"
|
||||
msgstr ""
|
||||
"スライシングパラメータ\n"
|
||||
"オブジェクト/パーツごとのパラメータを設定できます。"
|
||||
#~ msgid ""
|
||||
#~ "Slicing Parameter Table\n"
|
||||
#~ "Did you know that you can view all objects/parts on a table and change "
|
||||
#~ "settings for each object/part?"
|
||||
#~ msgstr ""
|
||||
#~ "スライシングパラメータ\n"
|
||||
#~ "オブジェクト/パーツごとのパラメータを設定できます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
|
||||
msgid ""
|
||||
"Split to Objects/Parts\n"
|
||||
"Did you know that you can split a big object into small ones for easy "
|
||||
"colorizing or printing?"
|
||||
msgstr ""
|
||||
"オブジェクト/パーツに分割\n"
|
||||
"一つのオブジェクトを複数のオブジェクト/パーツに分割して色を簡単につけましょ"
|
||||
"う。"
|
||||
#~ msgid ""
|
||||
#~ "Split to Objects/Parts\n"
|
||||
#~ "Did you know that you can split a big object into small ones for easy "
|
||||
#~ "colorizing or printing?"
|
||||
#~ msgstr ""
|
||||
#~ "オブジェクト/パーツに分割\n"
|
||||
#~ "一つのオブジェクトを複数のオブジェクト/パーツに分割して色を簡単につけま"
|
||||
#~ "しょう。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Subtract a Part]
|
||||
msgid ""
|
||||
"Subtract a Part\n"
|
||||
"Did you know that you can subtract one mesh from another using the Negative "
|
||||
"part modifier? That way you can, for example, create easily resizable holes "
|
||||
"directly in Orca Slicer. Read more in the documentation."
|
||||
msgstr ""
|
||||
"パーツをサブストラクト\n"
|
||||
"マイナスパーツでモデルからメッシュを引くことができます。"
|
||||
#~ msgid ""
|
||||
#~ "Subtract a Part\n"
|
||||
#~ "Did you know that you can subtract one mesh from another using the "
|
||||
#~ "Negative part modifier? That way you can, for example, create easily "
|
||||
#~ "resizable holes directly in Orca Slicer. Read more in the documentation."
|
||||
#~ msgstr ""
|
||||
#~ "パーツをサブストラクト\n"
|
||||
#~ "マイナスパーツでモデルからメッシュを引くことができます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:STEP]
|
||||
msgid ""
|
||||
"STEP\n"
|
||||
"Did you know that you can improve your print quality by slicing a STEP file "
|
||||
"instead of an STL?\n"
|
||||
"Orca Slicer supports slicing STEP files, providing smoother results than a "
|
||||
"lower resolution STL. Give it a try!"
|
||||
msgstr ""
|
||||
"STEP\n"
|
||||
"STEP形式で、STL形式よりもっと高品質なスライス結果を得られます、是非お試しくだ"
|
||||
"さい。"
|
||||
#~ msgid ""
|
||||
#~ "STEP\n"
|
||||
#~ "Did you know that you can improve your print quality by slicing a STEP "
|
||||
#~ "file instead of an STL?\n"
|
||||
#~ "Orca Slicer supports slicing STEP files, providing smoother results than "
|
||||
#~ "a lower resolution STL. Give it a try!"
|
||||
#~ msgstr ""
|
||||
#~ "STEP\n"
|
||||
#~ "STEP形式で、STL形式よりもっと高品質なスライス結果を得られます、是非お試し"
|
||||
#~ "ください。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Z seam location]
|
||||
msgid ""
|
||||
"Z seam location\n"
|
||||
"Did you know that you can customize the location of the Z seam, and even "
|
||||
"paint it on your print, to have it in a less visible location? This improves "
|
||||
"the overall look of your model. Check it out!"
|
||||
msgstr ""
|
||||
"継ぎ目位置\n"
|
||||
"継ぎ目の位置を描き、見えにくい場所に指定して仕上がりを向上させます。"
|
||||
#~ msgid ""
|
||||
#~ "Z seam location\n"
|
||||
#~ "Did you know that you can customize the location of the Z seam, and even "
|
||||
#~ "paint it on your print, to have it in a less visible location? This "
|
||||
#~ "improves the overall look of your model. Check it out!"
|
||||
#~ msgstr ""
|
||||
#~ "継ぎ目位置\n"
|
||||
#~ "継ぎ目の位置を描き、見えにくい場所に指定して仕上がりを向上させます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
|
||||
msgid ""
|
||||
"Fine-tuning for flow rate\n"
|
||||
"Did you know that flow rate can be fine-tuned for even better-looking "
|
||||
"prints? Depending on the material, you can improve the overall finish of the "
|
||||
"printed model by doing some fine-tuning."
|
||||
msgstr ""
|
||||
"流量を微調整\n"
|
||||
"流量を材料、温度により微調整し、更に良い仕上がりが得られます。"
|
||||
#~ msgid ""
|
||||
#~ "Fine-tuning for flow rate\n"
|
||||
#~ "Did you know that flow rate can be fine-tuned for even better-looking "
|
||||
#~ "prints? Depending on the material, you can improve the overall finish of "
|
||||
#~ "the printed model by doing some fine-tuning."
|
||||
#~ msgstr ""
|
||||
#~ "流量を微調整\n"
|
||||
#~ "流量を材料、温度により微調整し、更に良い仕上がりが得られます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split your prints into plates]
|
||||
msgid ""
|
||||
"Split your prints into plates\n"
|
||||
"Did you know that you can split a model that has a lot of parts into "
|
||||
"individual plates ready to print? This will simplify the process of keeping "
|
||||
"track of all the parts."
|
||||
msgstr ""
|
||||
"複数のプレートに分割\n"
|
||||
"一つのモデルを分割し、複数のプレートで造形することもできます。"
|
||||
#~ msgid ""
|
||||
#~ "Split your prints into plates\n"
|
||||
#~ "Did you know that you can split a model that has a lot of parts into "
|
||||
#~ "individual plates ready to print? This will simplify the process of "
|
||||
#~ "keeping track of all the parts."
|
||||
#~ msgstr ""
|
||||
#~ "複数のプレートに分割\n"
|
||||
#~ "一つのモデルを分割し、複数のプレートで造形することもできます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer
|
||||
#: Height]
|
||||
msgid ""
|
||||
"Speed up your print with Adaptive Layer Height\n"
|
||||
"Did you know that you can print a model even faster, by using the Adaptive "
|
||||
"Layer Height option? Check it out!"
|
||||
msgstr "「アダプティブ積層ピッチ」で造形速度アップ!"
|
||||
#~ msgid ""
|
||||
#~ "Speed up your print with Adaptive Layer Height\n"
|
||||
#~ "Did you know that you can print a model even faster, by using the "
|
||||
#~ "Adaptive Layer Height option? Check it out!"
|
||||
#~ msgstr "「アダプティブ積層ピッチ」で造形速度アップ!"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Support painting]
|
||||
msgid ""
|
||||
"Support painting\n"
|
||||
"Did you know that you can paint the location of your supports? This feature "
|
||||
"makes it easy to place the support material only on the sections of the "
|
||||
"model that actually need it."
|
||||
msgstr ""
|
||||
"サポートペイント\n"
|
||||
"サポートは塗り絵のように生成することができます。"
|
||||
#~ msgid ""
|
||||
#~ "Support painting\n"
|
||||
#~ "Did you know that you can paint the location of your supports? This "
|
||||
#~ "feature makes it easy to place the support material only on the sections "
|
||||
#~ "of the model that actually need it."
|
||||
#~ msgstr ""
|
||||
#~ "サポートペイント\n"
|
||||
#~ "サポートは塗り絵のように生成することができます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Different types of supports]
|
||||
msgid ""
|
||||
"Different types of supports\n"
|
||||
"Did you know that you can choose from multiple types of supports? Tree "
|
||||
"supports work great for organic models, while saving filament and improving "
|
||||
"print speed. Check them out!"
|
||||
msgstr ""
|
||||
"さまざまなサポートタイプ\n"
|
||||
"いろんなサポートタイプをつかえます、ツリータイプではフィラメントも節約できる"
|
||||
"し、造形時間も短縮できます。"
|
||||
#~ msgid ""
|
||||
#~ "Different types of supports\n"
|
||||
#~ "Did you know that you can choose from multiple types of supports? Tree "
|
||||
#~ "supports work great for organic models, while saving filament and "
|
||||
#~ "improving print speed. Check them out!"
|
||||
#~ msgstr ""
|
||||
#~ "さまざまなサポートタイプ\n"
|
||||
#~ "いろんなサポートタイプをつかえます、ツリータイプではフィラメントも節約でき"
|
||||
#~ "るし、造形時間も短縮できます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Printing Silk Filament]
|
||||
msgid ""
|
||||
"Printing Silk Filament\n"
|
||||
"Did you know that Silk filament needs special consideration to print it "
|
||||
"successfully? Higher temperature and lower speed are always recommended for "
|
||||
"the best results."
|
||||
msgstr ""
|
||||
"シルク質感のフィラメント\n"
|
||||
"光沢がある美しい造形物をできるフィラメントは、プロセスに特別なケアが必要で"
|
||||
"す。"
|
||||
#~ msgid ""
|
||||
#~ "Printing Silk Filament\n"
|
||||
#~ "Did you know that Silk filament needs special consideration to print it "
|
||||
#~ "successfully? Higher temperature and lower speed are always recommended "
|
||||
#~ "for the best results."
|
||||
#~ msgstr ""
|
||||
#~ "シルク質感のフィラメント\n"
|
||||
#~ "光沢がある美しい造形物をできるフィラメントは、プロセスに特別なケアが必要で"
|
||||
#~ "す。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Brim for better adhesion]
|
||||
msgid ""
|
||||
"Brim for better adhesion\n"
|
||||
"Did you know that when printing models have a small contact interface with "
|
||||
"the printing surface, it's recommended to use a brim?"
|
||||
msgstr ""
|
||||
"接着力を高めるには?\n"
|
||||
"ブリムを活用してください。"
|
||||
#~ msgid ""
|
||||
#~ "Brim for better adhesion\n"
|
||||
#~ "Did you know that when printing models have a small contact interface "
|
||||
#~ "with the printing surface, it's recommended to use a brim?"
|
||||
#~ msgstr ""
|
||||
#~ "接着力を高めるには?\n"
|
||||
#~ "ブリムを活用してください。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
|
||||
msgid ""
|
||||
"Set parameters for multiple objects\n"
|
||||
"Did you know that you can set slicing parameters for all selected objects at "
|
||||
"one time?"
|
||||
msgstr ""
|
||||
"オブジェクトのパラメータを設定\n"
|
||||
"複数のオブジェクトを一回で設定できます"
|
||||
#~ msgid ""
|
||||
#~ "Set parameters for multiple objects\n"
|
||||
#~ "Did you know that you can set slicing parameters for all selected objects "
|
||||
#~ "at one time?"
|
||||
#~ msgstr ""
|
||||
#~ "オブジェクトのパラメータを設定\n"
|
||||
#~ "複数のオブジェクトを一回で設定できます"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Stack objects]
|
||||
msgid ""
|
||||
"Stack objects\n"
|
||||
"Did you know that you can stack objects as a whole one?"
|
||||
msgstr ""
|
||||
"オブジェクトを積み重ね\n"
|
||||
"複数のオブジェクトを積み重ねて造形できます。"
|
||||
#~ msgid ""
|
||||
#~ "Stack objects\n"
|
||||
#~ "Did you know that you can stack objects as a whole one?"
|
||||
#~ msgstr ""
|
||||
#~ "オブジェクトを積み重ね\n"
|
||||
#~ "複数のオブジェクトを積み重ねて造形できます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
|
||||
msgid ""
|
||||
"Flush into support/objects/infill\n"
|
||||
"Did you know that you can save the wasted filament by flushing them into "
|
||||
"support/objects/infill during filament change?"
|
||||
msgstr ""
|
||||
"サポート/オブジェクト/インフィルにフラッシュ\n"
|
||||
"サポート、オブジェクトやインフィルどちらにもフラッシュでき、廃料の節約や、造"
|
||||
"形時間短縮も有効的です。"
|
||||
#~ msgid ""
|
||||
#~ "Flush into support/objects/infill\n"
|
||||
#~ "Did you know that you can save the wasted filament by flushing them into "
|
||||
#~ "support/objects/infill during filament change?"
|
||||
#~ msgstr ""
|
||||
#~ "サポート/オブジェクト/インフィルにフラッシュ\n"
|
||||
#~ "サポート、オブジェクトやインフィルどちらにもフラッシュでき、廃料の節約や、"
|
||||
#~ "造形時間短縮も有効的です。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Improve strength]
|
||||
msgid ""
|
||||
"Improve strength\n"
|
||||
"Did you know that you can use more wall loops and higher sparse infill "
|
||||
"density to improve the strength of the model?"
|
||||
msgstr ""
|
||||
"強度の向上\n"
|
||||
"壁面層数やインフィルの充填密度を増やして造形強度を向上できます。"
|
||||
#~ msgid ""
|
||||
#~ "Improve strength\n"
|
||||
#~ "Did you know that you can use more wall loops and higher sparse infill "
|
||||
#~ "density to improve the strength of the model?"
|
||||
#~ msgstr ""
|
||||
#~ "強度の向上\n"
|
||||
#~ "壁面層数やインフィルの充填密度を増やして造形強度を向上できます。"
|
||||
|
||||
#~ msgid "Bridge direction"
|
||||
#~ msgstr "ブリッジ方向"
|
||||
|
||||
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
|
||||
"POT-Creation-Date: 2023-07-07 00:37+0800\n"
|
||||
"Language: nl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -1899,7 +1899,10 @@ msgstr ""
|
||||
msgid "You need to select the material type and color first."
|
||||
msgstr ""
|
||||
|
||||
msgid "Other color"
|
||||
msgid "Other Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Custom Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Dynamic flow calibration"
|
||||
@@ -6335,6 +6338,9 @@ msgstr ""
|
||||
msgid "No extrusions under current settings."
|
||||
msgstr "Geen extrusion onder de huidige instellingen"
|
||||
|
||||
msgid "Bed temperatures for the used filaments differ significantly."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
|
||||
"enabled."
|
||||
@@ -6945,11 +6951,11 @@ msgid "Internal bridge support thickness"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If enabled, Studio will generate support loops under the contours of "
|
||||
"internal bridges.These support loops could prevent internal bridges from "
|
||||
"extruding over the air and improve the top surface quality, especially when "
|
||||
"the sparse infill density is low.This value determines the thickness of the "
|
||||
"support loops. 0 means disable this feature"
|
||||
"If enabled, support loops will be generated under the contours of internal "
|
||||
"bridges.These support loops could prevent internal bridges from extruding "
|
||||
"over the air and improve the top surface quality, especially when the sparse "
|
||||
"infill density is low.This value determines the thickness of the support "
|
||||
"loops. 0 means disable this feature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Top surface pattern"
|
||||
@@ -7310,6 +7316,45 @@ msgstr ""
|
||||
msgid "Lightning"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than infill_anchor_max is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a "
|
||||
"single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr ""
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than this parameter is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to infill_anchor, but no longer than this parameter. \n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should "
|
||||
"create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of outer walls"
|
||||
msgstr ""
|
||||
|
||||
@@ -8147,6 +8192,14 @@ msgstr "Achterzijde"
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
msgid "Staggered inner seams"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This option causes the inner seams to be shifted backwards based on their "
|
||||
"depth, forming a zigzag pattern."
|
||||
msgstr ""
|
||||
|
||||
msgid "Seam gap"
|
||||
msgstr ""
|
||||
|
||||
@@ -8204,6 +8257,12 @@ msgstr ""
|
||||
"Dit is het aantal lussen voor de skirt. 0 betekent dat de skirt is "
|
||||
"uitgeschakeld."
|
||||
|
||||
msgid "Skirt speed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The printing speed in exported gcode will be slowed down, when the estimated "
|
||||
"layer time is shorter than this value, to get better cooling for these layers"
|
||||
@@ -9249,190 +9308,6 @@ msgstr ""
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:3D Scene Operations]
|
||||
msgid ""
|
||||
"3D Scene Operations\n"
|
||||
"Did you know how to control view and object/part selection with mouse and "
|
||||
"touchpanel in the 3D scene?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Cut Tool]
|
||||
msgid ""
|
||||
"Cut Tool\n"
|
||||
"Did you know that you can cut a model at any angle and position with the "
|
||||
"cutting tool?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fix Model]
|
||||
msgid ""
|
||||
"Fix Model\n"
|
||||
"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing "
|
||||
"problems?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Timelapse]
|
||||
msgid ""
|
||||
"Timelapse\n"
|
||||
"Did you know that you can generate a timelapse video during each print?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Arrange]
|
||||
msgid ""
|
||||
"Auto-Arrange\n"
|
||||
"Did you know that you can auto-arrange all objects in your project?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Orient]
|
||||
msgid ""
|
||||
"Auto-Orient\n"
|
||||
"Did you know that you can rotate objects to an optimal orientation for "
|
||||
"printing by a simple click?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Lay on Face]
|
||||
msgid ""
|
||||
"Lay on Face\n"
|
||||
"Did you know that you can quickly orient a model so that one of its faces "
|
||||
"sits on the print bed? Select the \"Place on face\" function or press the "
|
||||
"<b>F</b> key."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Object List]
|
||||
msgid ""
|
||||
"Object List\n"
|
||||
"Did you know that you can view all objects/parts in a list and change "
|
||||
"settings for each object/part?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Simplify Model]
|
||||
msgid ""
|
||||
"Simplify Model\n"
|
||||
"Did you know that you can reduce the number of triangles in a mesh using the "
|
||||
"Simplify mesh feature? Right-click the model and select Simplify model. Read "
|
||||
"more in the documentation."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
|
||||
msgid ""
|
||||
"Slicing Parameter Table\n"
|
||||
"Did you know that you can view all objects/parts on a table and change "
|
||||
"settings for each object/part?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
|
||||
msgid ""
|
||||
"Split to Objects/Parts\n"
|
||||
"Did you know that you can split a big object into small ones for easy "
|
||||
"colorizing or printing?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Subtract a Part]
|
||||
msgid ""
|
||||
"Subtract a Part\n"
|
||||
"Did you know that you can subtract one mesh from another using the Negative "
|
||||
"part modifier? That way you can, for example, create easily resizable holes "
|
||||
"directly in Orca Slicer. Read more in the documentation."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:STEP]
|
||||
msgid ""
|
||||
"STEP\n"
|
||||
"Did you know that you can improve your print quality by slicing a STEP file "
|
||||
"instead of an STL?\n"
|
||||
"Orca Slicer supports slicing STEP files, providing smoother results than a "
|
||||
"lower resolution STL. Give it a try!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Z seam location]
|
||||
msgid ""
|
||||
"Z seam location\n"
|
||||
"Did you know that you can customize the location of the Z seam, and even "
|
||||
"paint it on your print, to have it in a less visible location? This improves "
|
||||
"the overall look of your model. Check it out!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
|
||||
msgid ""
|
||||
"Fine-tuning for flow rate\n"
|
||||
"Did you know that flow rate can be fine-tuned for even better-looking "
|
||||
"prints? Depending on the material, you can improve the overall finish of the "
|
||||
"printed model by doing some fine-tuning."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split your prints into plates]
|
||||
msgid ""
|
||||
"Split your prints into plates\n"
|
||||
"Did you know that you can split a model that has a lot of parts into "
|
||||
"individual plates ready to print? This will simplify the process of keeping "
|
||||
"track of all the parts."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer
|
||||
#: Height]
|
||||
msgid ""
|
||||
"Speed up your print with Adaptive Layer Height\n"
|
||||
"Did you know that you can print a model even faster, by using the Adaptive "
|
||||
"Layer Height option? Check it out!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Support painting]
|
||||
msgid ""
|
||||
"Support painting\n"
|
||||
"Did you know that you can paint the location of your supports? This feature "
|
||||
"makes it easy to place the support material only on the sections of the "
|
||||
"model that actually need it."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Different types of supports]
|
||||
msgid ""
|
||||
"Different types of supports\n"
|
||||
"Did you know that you can choose from multiple types of supports? Tree "
|
||||
"supports work great for organic models, while saving filament and improving "
|
||||
"print speed. Check them out!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Printing Silk Filament]
|
||||
msgid ""
|
||||
"Printing Silk Filament\n"
|
||||
"Did you know that Silk filament needs special consideration to print it "
|
||||
"successfully? Higher temperature and lower speed are always recommended for "
|
||||
"the best results."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Brim for better adhesion]
|
||||
msgid ""
|
||||
"Brim for better adhesion\n"
|
||||
"Did you know that when printing models have a small contact interface with "
|
||||
"the printing surface, it's recommended to use a brim?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
|
||||
msgid ""
|
||||
"Set parameters for multiple objects\n"
|
||||
"Did you know that you can set slicing parameters for all selected objects at "
|
||||
"one time?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Stack objects]
|
||||
msgid ""
|
||||
"Stack objects\n"
|
||||
"Did you know that you can stack objects as a whole one?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
|
||||
msgid ""
|
||||
"Flush into support/objects/infill\n"
|
||||
"Did you know that you can save the wasted filament by flushing them into "
|
||||
"support/objects/infill during filament change?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Improve strength]
|
||||
msgid ""
|
||||
"Improve strength\n"
|
||||
"Did you know that you can use more wall loops and higher sparse infill "
|
||||
"density to improve the strength of the model?"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Keep upper part"
|
||||
#~ msgstr "Bewaar het bovenstee deel"
|
||||
|
||||
|
||||
10067
bbl/i18n/ru/OrcaSlicer_ru.po
Normal file
10067
bbl/i18n/ru/OrcaSlicer_ru.po
Normal file
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
|
||||
"POT-Creation-Date: 2023-07-07 00:37+0800\n"
|
||||
"Language: sv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -1878,7 +1878,10 @@ msgstr ""
|
||||
msgid "You need to select the material type and color first."
|
||||
msgstr ""
|
||||
|
||||
msgid "Other color"
|
||||
msgid "Other Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Custom Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Dynamic flow calibration"
|
||||
@@ -6250,6 +6253,9 @@ msgstr ""
|
||||
msgid "No extrusions under current settings."
|
||||
msgstr "Nuvarande inställning har ingen extrudering."
|
||||
|
||||
msgid "Bed temperatures for the used filaments differ significantly."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
|
||||
"enabled."
|
||||
@@ -6841,11 +6847,11 @@ msgid "Internal bridge support thickness"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If enabled, Studio will generate support loops under the contours of "
|
||||
"internal bridges.These support loops could prevent internal bridges from "
|
||||
"extruding over the air and improve the top surface quality, especially when "
|
||||
"the sparse infill density is low.This value determines the thickness of the "
|
||||
"support loops. 0 means disable this feature"
|
||||
"If enabled, support loops will be generated under the contours of internal "
|
||||
"bridges.These support loops could prevent internal bridges from extruding "
|
||||
"over the air and improve the top surface quality, especially when the sparse "
|
||||
"infill density is low.This value determines the thickness of the support "
|
||||
"loops. 0 means disable this feature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Top surface pattern"
|
||||
@@ -7198,6 +7204,45 @@ msgstr ""
|
||||
msgid "Lightning"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than infill_anchor_max is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a "
|
||||
"single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr ""
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than this parameter is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to infill_anchor, but no longer than this parameter. \n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should "
|
||||
"create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of outer walls"
|
||||
msgstr ""
|
||||
|
||||
@@ -8020,6 +8065,14 @@ msgstr "Tillbaka"
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
msgid "Staggered inner seams"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This option causes the inner seams to be shifted backwards based on their "
|
||||
"depth, forming a zigzag pattern."
|
||||
msgstr ""
|
||||
|
||||
msgid "Seam gap"
|
||||
msgstr ""
|
||||
|
||||
@@ -8075,6 +8128,12 @@ msgstr "Skirt varv"
|
||||
msgid "Number of loops for the skirt. Zero means disabling skirt"
|
||||
msgstr "Antal skirt varv. 0 betyder att skirt är inaktiverad"
|
||||
|
||||
msgid "Skirt speed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The printing speed in exported gcode will be slowed down, when the estimated "
|
||||
"layer time is shorter than this value, to get better cooling for these layers"
|
||||
@@ -9106,190 +9165,6 @@ msgstr ""
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:3D Scene Operations]
|
||||
msgid ""
|
||||
"3D Scene Operations\n"
|
||||
"Did you know how to control view and object/part selection with mouse and "
|
||||
"touchpanel in the 3D scene?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Cut Tool]
|
||||
msgid ""
|
||||
"Cut Tool\n"
|
||||
"Did you know that you can cut a model at any angle and position with the "
|
||||
"cutting tool?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fix Model]
|
||||
msgid ""
|
||||
"Fix Model\n"
|
||||
"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing "
|
||||
"problems?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Timelapse]
|
||||
msgid ""
|
||||
"Timelapse\n"
|
||||
"Did you know that you can generate a timelapse video during each print?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Arrange]
|
||||
msgid ""
|
||||
"Auto-Arrange\n"
|
||||
"Did you know that you can auto-arrange all objects in your project?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Orient]
|
||||
msgid ""
|
||||
"Auto-Orient\n"
|
||||
"Did you know that you can rotate objects to an optimal orientation for "
|
||||
"printing by a simple click?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Lay on Face]
|
||||
msgid ""
|
||||
"Lay on Face\n"
|
||||
"Did you know that you can quickly orient a model so that one of its faces "
|
||||
"sits on the print bed? Select the \"Place on face\" function or press the "
|
||||
"<b>F</b> key."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Object List]
|
||||
msgid ""
|
||||
"Object List\n"
|
||||
"Did you know that you can view all objects/parts in a list and change "
|
||||
"settings for each object/part?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Simplify Model]
|
||||
msgid ""
|
||||
"Simplify Model\n"
|
||||
"Did you know that you can reduce the number of triangles in a mesh using the "
|
||||
"Simplify mesh feature? Right-click the model and select Simplify model. Read "
|
||||
"more in the documentation."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
|
||||
msgid ""
|
||||
"Slicing Parameter Table\n"
|
||||
"Did you know that you can view all objects/parts on a table and change "
|
||||
"settings for each object/part?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
|
||||
msgid ""
|
||||
"Split to Objects/Parts\n"
|
||||
"Did you know that you can split a big object into small ones for easy "
|
||||
"colorizing or printing?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Subtract a Part]
|
||||
msgid ""
|
||||
"Subtract a Part\n"
|
||||
"Did you know that you can subtract one mesh from another using the Negative "
|
||||
"part modifier? That way you can, for example, create easily resizable holes "
|
||||
"directly in Orca Slicer. Read more in the documentation."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:STEP]
|
||||
msgid ""
|
||||
"STEP\n"
|
||||
"Did you know that you can improve your print quality by slicing a STEP file "
|
||||
"instead of an STL?\n"
|
||||
"Orca Slicer supports slicing STEP files, providing smoother results than a "
|
||||
"lower resolution STL. Give it a try!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Z seam location]
|
||||
msgid ""
|
||||
"Z seam location\n"
|
||||
"Did you know that you can customize the location of the Z seam, and even "
|
||||
"paint it on your print, to have it in a less visible location? This improves "
|
||||
"the overall look of your model. Check it out!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
|
||||
msgid ""
|
||||
"Fine-tuning for flow rate\n"
|
||||
"Did you know that flow rate can be fine-tuned for even better-looking "
|
||||
"prints? Depending on the material, you can improve the overall finish of the "
|
||||
"printed model by doing some fine-tuning."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split your prints into plates]
|
||||
msgid ""
|
||||
"Split your prints into plates\n"
|
||||
"Did you know that you can split a model that has a lot of parts into "
|
||||
"individual plates ready to print? This will simplify the process of keeping "
|
||||
"track of all the parts."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer
|
||||
#: Height]
|
||||
msgid ""
|
||||
"Speed up your print with Adaptive Layer Height\n"
|
||||
"Did you know that you can print a model even faster, by using the Adaptive "
|
||||
"Layer Height option? Check it out!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Support painting]
|
||||
msgid ""
|
||||
"Support painting\n"
|
||||
"Did you know that you can paint the location of your supports? This feature "
|
||||
"makes it easy to place the support material only on the sections of the "
|
||||
"model that actually need it."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Different types of supports]
|
||||
msgid ""
|
||||
"Different types of supports\n"
|
||||
"Did you know that you can choose from multiple types of supports? Tree "
|
||||
"supports work great for organic models, while saving filament and improving "
|
||||
"print speed. Check them out!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Printing Silk Filament]
|
||||
msgid ""
|
||||
"Printing Silk Filament\n"
|
||||
"Did you know that Silk filament needs special consideration to print it "
|
||||
"successfully? Higher temperature and lower speed are always recommended for "
|
||||
"the best results."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Brim for better adhesion]
|
||||
msgid ""
|
||||
"Brim for better adhesion\n"
|
||||
"Did you know that when printing models have a small contact interface with "
|
||||
"the printing surface, it's recommended to use a brim?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
|
||||
msgid ""
|
||||
"Set parameters for multiple objects\n"
|
||||
"Did you know that you can set slicing parameters for all selected objects at "
|
||||
"one time?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Stack objects]
|
||||
msgid ""
|
||||
"Stack objects\n"
|
||||
"Did you know that you can stack objects as a whole one?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
|
||||
msgid ""
|
||||
"Flush into support/objects/infill\n"
|
||||
"Did you know that you can save the wasted filament by flushing them into "
|
||||
"support/objects/infill during filament change?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Improve strength]
|
||||
msgid ""
|
||||
"Improve strength\n"
|
||||
"Did you know that you can use more wall loops and higher sparse infill "
|
||||
"density to improve the strength of the model?"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Keep upper part"
|
||||
#~ msgstr "Behåll övre del"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Slic3rPE\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-14 11:27+0800\n"
|
||||
"POT-Creation-Date: 2023-07-07 00:37+0800\n"
|
||||
"PO-Revision-Date: 2023-04-01 13:21+0800\n"
|
||||
"Last-Translator: Jiang Yue <maze1024@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
@@ -1841,7 +1841,10 @@ msgstr "请输入有效的数值 (K的范围为0~0.5, N的范围为0.6~2.0)"
|
||||
msgid "You need to select the material type and color first."
|
||||
msgstr ""
|
||||
|
||||
msgid "Other color"
|
||||
msgid "Other Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Custom Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Dynamic flow calibration"
|
||||
@@ -6187,6 +6190,9 @@ msgstr ""
|
||||
msgid "No extrusions under current settings."
|
||||
msgstr "根据当前设置,不会生成任何打印。"
|
||||
|
||||
msgid "Bed temperatures for the used filaments differ significantly."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
|
||||
"enabled."
|
||||
@@ -6745,15 +6751,15 @@ msgid "Internal bridge support thickness"
|
||||
msgstr "内部桥接支撑厚度"
|
||||
|
||||
msgid ""
|
||||
"If enabled, Studio will generate support loops under the contours of "
|
||||
"internal bridges.These support loops could prevent internal bridges from "
|
||||
"extruding over the air and improve the top surface quality, especially when "
|
||||
"the sparse infill density is low.This value determines the thickness of the "
|
||||
"support loops. 0 means disable this feature"
|
||||
"If enabled, support loops will be generated under the contours of internal "
|
||||
"bridges.These support loops could prevent internal bridges from extruding "
|
||||
"over the air and improve the top surface quality, especially when the sparse "
|
||||
"infill density is low.This value determines the thickness of the support "
|
||||
"loops. 0 means disable this feature"
|
||||
msgstr ""
|
||||
"如果开启,Studio会沿着内部桥接的边沿在其下方生成支撑轮廓。这些支撑轮廓可以防"
|
||||
"止悬空地打印内部桥接并提高顶面质量,特别是在填充密度较低的情况下。这个设置用"
|
||||
"于调整支撑轮廓的厚度,0表示关闭此特性。"
|
||||
"如果开启,逆戟鲸切片会沿着内部桥接的边沿在其下方生成支撑轮廓。这些支撑轮廓可"
|
||||
"以防止悬空地打印内部桥接并提高顶面质量,特别是在填充密度较低的情况下。这个设"
|
||||
"置用于调整支撑轮廓的厚度,0表示关闭此特性。"
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "顶面图案"
|
||||
@@ -7091,6 +7097,54 @@ msgstr "支撑立方体"
|
||||
msgid "Lightning"
|
||||
msgstr "闪电"
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "稀疏填充锚线长度"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than infill_anchor_max is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a "
|
||||
"single infill line."
|
||||
msgstr ""
|
||||
"用附加周长的一小段将填充线连接到内部周长。如果以百分比(例如:15%)表示,则计"
|
||||
"算填充拉伸宽度。OrcaSlicer 试图将两条紧密的填充线连接到一个短的周长段。如果找"
|
||||
"不到短于“填充”和“锚点”最大值的周长线段,则填充线仅在一侧连接到周长线段,并且"
|
||||
"所取周长线段的长度仅限于此参数,但不超过“锚点长度”最大值。将此参数设置为零,"
|
||||
"以禁用连接到单个填充线的锚点周长。"
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (无锚线)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000(无限制)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "填充锚线的最大长度"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than this parameter is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to infill_anchor, but no longer than this parameter. \n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should "
|
||||
"create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"用附加周长的一小段将填充线连接到内部周长。如果以百分比(例如:15%)表示,则计"
|
||||
"算填充拉伸宽度。OrcaSlicer 试图将两条紧密的填充线连接到一个短的周长段。如果找"
|
||||
"不到比此参数短的周长线段,则填充线仅在一侧连接到周长线段,并且所采用的周长线"
|
||||
"段的长度仅限于 infl_anchor,但不超过此参数。将此参数设置为零以禁用锚点。"
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of outer walls"
|
||||
msgstr "外墙的加速度。它通常使用比内壁速度慢的加速度,以获得更好的质量"
|
||||
|
||||
@@ -7869,6 +7923,14 @@ msgstr "背面"
|
||||
msgid "Random"
|
||||
msgstr "随机"
|
||||
|
||||
msgid "Staggered inner seams"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This option causes the inner seams to be shifted backwards based on their "
|
||||
"depth, forming a zigzag pattern."
|
||||
msgstr ""
|
||||
|
||||
msgid "Seam gap"
|
||||
msgstr "接缝留空"
|
||||
|
||||
@@ -7924,6 +7986,12 @@ msgstr "Skirt圈数"
|
||||
msgid "Number of loops for the skirt. Zero means disabling skirt"
|
||||
msgstr "skirt的圈数。0表示关闭skirt。"
|
||||
|
||||
msgid "Skirt speed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The printing speed in exported gcode will be slowed down, when the estimated "
|
||||
"layer time is shorter than this value, to get better cooling for these layers"
|
||||
@@ -8959,250 +9027,235 @@ msgstr ""
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:3D Scene Operations]
|
||||
msgid ""
|
||||
"3D Scene Operations\n"
|
||||
"Did you know how to control view and object/part selection with mouse and "
|
||||
"touchpanel in the 3D scene?"
|
||||
msgstr ""
|
||||
"3D场景操作\n"
|
||||
"如何在3D场景中使用鼠标和触摸面板进行视角控制和对象/部件选择"
|
||||
#~ msgid ""
|
||||
#~ "3D Scene Operations\n"
|
||||
#~ "Did you know how to control view and object/part selection with mouse and "
|
||||
#~ "touchpanel in the 3D scene?"
|
||||
#~ msgstr ""
|
||||
#~ "3D场景操作\n"
|
||||
#~ "如何在3D场景中使用鼠标和触摸面板进行视角控制和对象/部件选择"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Cut Tool]
|
||||
msgid ""
|
||||
"Cut Tool\n"
|
||||
"Did you know that you can cut a model at any angle and position with the "
|
||||
"cutting tool?"
|
||||
msgstr ""
|
||||
"切割工具\n"
|
||||
"您知道吗?您可以使用切割工具以任何角度和位置切割模型。"
|
||||
#~ msgid ""
|
||||
#~ "Cut Tool\n"
|
||||
#~ "Did you know that you can cut a model at any angle and position with the "
|
||||
#~ "cutting tool?"
|
||||
#~ msgstr ""
|
||||
#~ "切割工具\n"
|
||||
#~ "您知道吗?您可以使用切割工具以任何角度和位置切割模型。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fix Model]
|
||||
msgid ""
|
||||
"Fix Model\n"
|
||||
"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing "
|
||||
"problems?"
|
||||
msgstr ""
|
||||
"修复模型\n"
|
||||
"您知道吗?您可以修复一个损坏的3D模型以避免诸多切片问题。"
|
||||
#~ msgid ""
|
||||
#~ "Fix Model\n"
|
||||
#~ "Did you know that you can fix a corrupted 3D model to avoid a lot of "
|
||||
#~ "slicing problems?"
|
||||
#~ msgstr ""
|
||||
#~ "修复模型\n"
|
||||
#~ "您知道吗?您可以修复一个损坏的3D模型以避免诸多切片问题。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Timelapse]
|
||||
msgid ""
|
||||
"Timelapse\n"
|
||||
"Did you know that you can generate a timelapse video during each print?"
|
||||
msgstr ""
|
||||
"延时摄影\n"
|
||||
"您知道吗?您可以每次打印时生成一段延时摄影。"
|
||||
#~ msgid ""
|
||||
#~ "Timelapse\n"
|
||||
#~ "Did you know that you can generate a timelapse video during each print?"
|
||||
#~ msgstr ""
|
||||
#~ "延时摄影\n"
|
||||
#~ "您知道吗?您可以每次打印时生成一段延时摄影。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Arrange]
|
||||
msgid ""
|
||||
"Auto-Arrange\n"
|
||||
"Did you know that you can auto-arrange all objects in your project?"
|
||||
msgstr ""
|
||||
"自动摆盘\n"
|
||||
"您知道吗?您可以自动排列项目中的所有对象。"
|
||||
#~ msgid ""
|
||||
#~ "Auto-Arrange\n"
|
||||
#~ "Did you know that you can auto-arrange all objects in your project?"
|
||||
#~ msgstr ""
|
||||
#~ "自动摆盘\n"
|
||||
#~ "您知道吗?您可以自动排列项目中的所有对象。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Orient]
|
||||
msgid ""
|
||||
"Auto-Orient\n"
|
||||
"Did you know that you can rotate objects to an optimal orientation for "
|
||||
"printing by a simple click?"
|
||||
msgstr ""
|
||||
"自动朝向\n"
|
||||
"您知道吗,您只需单击鼠标,即可将对象旋转到适合的打印方向。"
|
||||
#~ msgid ""
|
||||
#~ "Auto-Orient\n"
|
||||
#~ "Did you know that you can rotate objects to an optimal orientation for "
|
||||
#~ "printing by a simple click?"
|
||||
#~ msgstr ""
|
||||
#~ "自动朝向\n"
|
||||
#~ "您知道吗,您只需单击鼠标,即可将对象旋转到适合的打印方向。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Lay on Face]
|
||||
msgid ""
|
||||
"Lay on Face\n"
|
||||
"Did you know that you can quickly orient a model so that one of its faces "
|
||||
"sits on the print bed? Select the \"Place on face\" function or press the "
|
||||
"<b>F</b> key."
|
||||
msgstr ""
|
||||
"放置在面部\n"
|
||||
"您知道吗,您可以快速指定模型的底面,使其位于打印床上。选择“放置在面部”功能或"
|
||||
"按<b>F</b>键。"
|
||||
#~ msgid ""
|
||||
#~ "Lay on Face\n"
|
||||
#~ "Did you know that you can quickly orient a model so that one of its faces "
|
||||
#~ "sits on the print bed? Select the \"Place on face\" function or press the "
|
||||
#~ "<b>F</b> key."
|
||||
#~ msgstr ""
|
||||
#~ "放置在面部\n"
|
||||
#~ "您知道吗,您可以快速指定模型的底面,使其位于打印床上。选择“放置在面部”功能"
|
||||
#~ "或按<b>F</b>键。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Object List]
|
||||
msgid ""
|
||||
"Object List\n"
|
||||
"Did you know that you can view all objects/parts in a list and change "
|
||||
"settings for each object/part?"
|
||||
msgstr ""
|
||||
"对象列表\n"
|
||||
"您知道对象列表吗?您可以在其中的查看所有对象/部件,并更改每个对象/部件的设"
|
||||
"置。"
|
||||
#~ msgid ""
|
||||
#~ "Object List\n"
|
||||
#~ "Did you know that you can view all objects/parts in a list and change "
|
||||
#~ "settings for each object/part?"
|
||||
#~ msgstr ""
|
||||
#~ "对象列表\n"
|
||||
#~ "您知道对象列表吗?您可以在其中的查看所有对象/部件,并更改每个对象/部件的设"
|
||||
#~ "置。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Simplify Model]
|
||||
msgid ""
|
||||
"Simplify Model\n"
|
||||
"Did you know that you can reduce the number of triangles in a mesh using the "
|
||||
"Simplify mesh feature? Right-click the model and select Simplify model. Read "
|
||||
"more in the documentation."
|
||||
msgstr ""
|
||||
"简化模型\n"
|
||||
"您知道吗,您可以使用“简化模型”功能减少模型的三角形数。在模型上单击鼠标右键,"
|
||||
"然后选择“简化模型”。"
|
||||
#~ msgid ""
|
||||
#~ "Simplify Model\n"
|
||||
#~ "Did you know that you can reduce the number of triangles in a mesh using "
|
||||
#~ "the Simplify mesh feature? Right-click the model and select Simplify "
|
||||
#~ "model. Read more in the documentation."
|
||||
#~ msgstr ""
|
||||
#~ "简化模型\n"
|
||||
#~ "您知道吗,您可以使用“简化模型”功能减少模型的三角形数。在模型上单击鼠标右"
|
||||
#~ "键,然后选择“简化模型”。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
|
||||
msgid ""
|
||||
"Slicing Parameter Table\n"
|
||||
"Did you know that you can view all objects/parts on a table and change "
|
||||
"settings for each object/part?"
|
||||
msgstr ""
|
||||
"参数表格\n"
|
||||
"您知道吗?您可以参数表格上的所有对象/部件,并更改每个对象/部件的设置。"
|
||||
#~ msgid ""
|
||||
#~ "Slicing Parameter Table\n"
|
||||
#~ "Did you know that you can view all objects/parts on a table and change "
|
||||
#~ "settings for each object/part?"
|
||||
#~ msgstr ""
|
||||
#~ "参数表格\n"
|
||||
#~ "您知道吗?您可以参数表格上的所有对象/部件,并更改每个对象/部件的设置。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
|
||||
msgid ""
|
||||
"Split to Objects/Parts\n"
|
||||
"Did you know that you can split a big object into small ones for easy "
|
||||
"colorizing or printing?"
|
||||
msgstr ""
|
||||
"分割成对象/零件\n"
|
||||
"您知道吗,您可以把一个大对象分割成多个小对象/零件以便着色或打印。"
|
||||
#~ msgid ""
|
||||
#~ "Split to Objects/Parts\n"
|
||||
#~ "Did you know that you can split a big object into small ones for easy "
|
||||
#~ "colorizing or printing?"
|
||||
#~ msgstr ""
|
||||
#~ "分割成对象/零件\n"
|
||||
#~ "您知道吗,您可以把一个大对象分割成多个小对象/零件以便着色或打印。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Subtract a Part]
|
||||
msgid ""
|
||||
"Subtract a Part\n"
|
||||
"Did you know that you can subtract one mesh from another using the Negative "
|
||||
"part modifier? That way you can, for example, create easily resizable holes "
|
||||
"directly in Orca Slicer. Read more in the documentation."
|
||||
msgstr ""
|
||||
"减去部分几何体\n"
|
||||
"您知道吗,您可以使用负零件从另一个几何体中减去另一个几何体。例如,可以直接在"
|
||||
"逆戟鲸中创建可轻松调整大小的孔。"
|
||||
#~ msgid ""
|
||||
#~ "Subtract a Part\n"
|
||||
#~ "Did you know that you can subtract one mesh from another using the "
|
||||
#~ "Negative part modifier? That way you can, for example, create easily "
|
||||
#~ "resizable holes directly in Orca Slicer. Read more in the documentation."
|
||||
#~ msgstr ""
|
||||
#~ "减去部分几何体\n"
|
||||
#~ "您知道吗,您可以使用负零件从另一个几何体中减去另一个几何体。例如,可以直接"
|
||||
#~ "在逆戟鲸中创建可轻松调整大小的孔。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:STEP]
|
||||
msgid ""
|
||||
"STEP\n"
|
||||
"Did you know that you can improve your print quality by slicing a STEP file "
|
||||
"instead of an STL?\n"
|
||||
"Orca Slicer supports slicing STEP files, providing smoother results than a "
|
||||
"lower resolution STL. Give it a try!"
|
||||
msgstr ""
|
||||
"STEP文件\n"
|
||||
"您知道吗,通过切片STEP文件而不是STL文件可以提高打印质量。\n"
|
||||
"逆戟鲸支持切片STEP文件,提供比低分辨率STL更平滑的结果。试试看!"
|
||||
#~ msgid ""
|
||||
#~ "STEP\n"
|
||||
#~ "Did you know that you can improve your print quality by slicing a STEP "
|
||||
#~ "file instead of an STL?\n"
|
||||
#~ "Orca Slicer supports slicing STEP files, providing smoother results than "
|
||||
#~ "a lower resolution STL. Give it a try!"
|
||||
#~ msgstr ""
|
||||
#~ "STEP文件\n"
|
||||
#~ "您知道吗,通过切片STEP文件而不是STL文件可以提高打印质量。\n"
|
||||
#~ "逆戟鲸支持切片STEP文件,提供比低分辨率STL更平滑的结果。试试看!"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Z seam location]
|
||||
msgid ""
|
||||
"Z seam location\n"
|
||||
"Did you know that you can customize the location of the Z seam, and even "
|
||||
"paint it on your print, to have it in a less visible location? This improves "
|
||||
"the overall look of your model. Check it out!"
|
||||
msgstr ""
|
||||
"Z接缝位置\n"
|
||||
"您知道吗,您可以自定义Z接缝的位置,甚至可以将其绘制在打印上,使其位于不太可见"
|
||||
"的位置。这样可以改善模型的整体外观。试试看!"
|
||||
#~ msgid ""
|
||||
#~ "Z seam location\n"
|
||||
#~ "Did you know that you can customize the location of the Z seam, and even "
|
||||
#~ "paint it on your print, to have it in a less visible location? This "
|
||||
#~ "improves the overall look of your model. Check it out!"
|
||||
#~ msgstr ""
|
||||
#~ "Z接缝位置\n"
|
||||
#~ "您知道吗,您可以自定义Z接缝的位置,甚至可以将其绘制在打印上,使其位于不太"
|
||||
#~ "可见的位置。这样可以改善模型的整体外观。试试看!"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
|
||||
msgid ""
|
||||
"Fine-tuning for flow rate\n"
|
||||
"Did you know that flow rate can be fine-tuned for even better-looking "
|
||||
"prints? Depending on the material, you can improve the overall finish of the "
|
||||
"printed model by doing some fine-tuning."
|
||||
msgstr ""
|
||||
"流量微调\n"
|
||||
"你知道吗,您可以微调流量,以获得更好看的打印效果。根据材料的不同,可以通过进"
|
||||
"行一些微调来提高打印模型的整体光洁度。"
|
||||
#~ msgid ""
|
||||
#~ "Fine-tuning for flow rate\n"
|
||||
#~ "Did you know that flow rate can be fine-tuned for even better-looking "
|
||||
#~ "prints? Depending on the material, you can improve the overall finish of "
|
||||
#~ "the printed model by doing some fine-tuning."
|
||||
#~ msgstr ""
|
||||
#~ "流量微调\n"
|
||||
#~ "你知道吗,您可以微调流量,以获得更好看的打印效果。根据材料的不同,可以通过"
|
||||
#~ "进行一些微调来提高打印模型的整体光洁度。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split your prints into plates]
|
||||
msgid ""
|
||||
"Split your prints into plates\n"
|
||||
"Did you know that you can split a model that has a lot of parts into "
|
||||
"individual plates ready to print? This will simplify the process of keeping "
|
||||
"track of all the parts."
|
||||
msgstr ""
|
||||
"分盘打印\n"
|
||||
"您知道吗,您可以把一个有很多零件的模型安排到多个独立的分盘,然后打印出来,这"
|
||||
"将简化对所有零件的管理。"
|
||||
#~ msgid ""
|
||||
#~ "Split your prints into plates\n"
|
||||
#~ "Did you know that you can split a model that has a lot of parts into "
|
||||
#~ "individual plates ready to print? This will simplify the process of "
|
||||
#~ "keeping track of all the parts."
|
||||
#~ msgstr ""
|
||||
#~ "分盘打印\n"
|
||||
#~ "您知道吗,您可以把一个有很多零件的模型安排到多个独立的分盘,然后打印出来,"
|
||||
#~ "这将简化对所有零件的管理。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer
|
||||
#: Height]
|
||||
msgid ""
|
||||
"Speed up your print with Adaptive Layer Height\n"
|
||||
"Did you know that you can print a model even faster, by using the Adaptive "
|
||||
"Layer Height option? Check it out!"
|
||||
msgstr ""
|
||||
"自适应层高度加速打印\n"
|
||||
"您知道吗,您可以使用“自适应层高度”选项可以更快地打印模型。试试看!"
|
||||
#~ msgid ""
|
||||
#~ "Speed up your print with Adaptive Layer Height\n"
|
||||
#~ "Did you know that you can print a model even faster, by using the "
|
||||
#~ "Adaptive Layer Height option? Check it out!"
|
||||
#~ msgstr ""
|
||||
#~ "自适应层高度加速打印\n"
|
||||
#~ "您知道吗,您可以使用“自适应层高度”选项可以更快地打印模型。试试看!"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Support painting]
|
||||
msgid ""
|
||||
"Support painting\n"
|
||||
"Did you know that you can paint the location of your supports? This feature "
|
||||
"makes it easy to place the support material only on the sections of the "
|
||||
"model that actually need it."
|
||||
msgstr ""
|
||||
"绘制支撑\n"
|
||||
"您知道吗,您可以手动绘制添加/屏蔽支撑的位置,此功能使仅将支撑材料放置在实际需"
|
||||
"要的模型截面上变得容易。"
|
||||
#~ msgid ""
|
||||
#~ "Support painting\n"
|
||||
#~ "Did you know that you can paint the location of your supports? This "
|
||||
#~ "feature makes it easy to place the support material only on the sections "
|
||||
#~ "of the model that actually need it."
|
||||
#~ msgstr ""
|
||||
#~ "绘制支撑\n"
|
||||
#~ "您知道吗,您可以手动绘制添加/屏蔽支撑的位置,此功能使仅将支撑材料放置在实"
|
||||
#~ "际需要的模型截面上变得容易。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Different types of supports]
|
||||
msgid ""
|
||||
"Different types of supports\n"
|
||||
"Did you know that you can choose from multiple types of supports? Tree "
|
||||
"supports work great for organic models, while saving filament and improving "
|
||||
"print speed. Check them out!"
|
||||
msgstr ""
|
||||
"支撑类型\n"
|
||||
"您知道吗,有多种可选的支撑类型,树状支撑非常适合人物/动物模型,同时可以节耗材"
|
||||
"并提高打印速度。试试看!"
|
||||
#~ msgid ""
|
||||
#~ "Different types of supports\n"
|
||||
#~ "Did you know that you can choose from multiple types of supports? Tree "
|
||||
#~ "supports work great for organic models, while saving filament and "
|
||||
#~ "improving print speed. Check them out!"
|
||||
#~ msgstr ""
|
||||
#~ "支撑类型\n"
|
||||
#~ "您知道吗,有多种可选的支撑类型,树状支撑非常适合人物/动物模型,同时可以节"
|
||||
#~ "耗材并提高打印速度。试试看!"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Printing Silk Filament]
|
||||
msgid ""
|
||||
"Printing Silk Filament\n"
|
||||
"Did you know that Silk filament needs special consideration to print it "
|
||||
"successfully? Higher temperature and lower speed are always recommended for "
|
||||
"the best results."
|
||||
msgstr ""
|
||||
"打印丝绸耗材\n"
|
||||
"你知道吗,丝绸耗材需要特别考虑才能成功打印。为了获得最佳效果,通常建议使用较"
|
||||
"高的温度和较低的速度。"
|
||||
#~ msgid ""
|
||||
#~ "Printing Silk Filament\n"
|
||||
#~ "Did you know that Silk filament needs special consideration to print it "
|
||||
#~ "successfully? Higher temperature and lower speed are always recommended "
|
||||
#~ "for the best results."
|
||||
#~ msgstr ""
|
||||
#~ "打印丝绸耗材\n"
|
||||
#~ "你知道吗,丝绸耗材需要特别考虑才能成功打印。为了获得最佳效果,通常建议使用"
|
||||
#~ "较高的温度和较低的速度。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Brim for better adhesion]
|
||||
msgid ""
|
||||
"Brim for better adhesion\n"
|
||||
"Did you know that when printing models have a small contact interface with "
|
||||
"the printing surface, it's recommended to use a brim?"
|
||||
msgstr ""
|
||||
"使用Brim\n"
|
||||
"您知道吗?当模型与热床表面的接触面积较小时,建议使用brim以提高打印成功率。"
|
||||
#~ msgid ""
|
||||
#~ "Brim for better adhesion\n"
|
||||
#~ "Did you know that when printing models have a small contact interface "
|
||||
#~ "with the printing surface, it's recommended to use a brim?"
|
||||
#~ msgstr ""
|
||||
#~ "使用Brim\n"
|
||||
#~ "您知道吗?当模型与热床表面的接触面积较小时,建议使用brim以提高打印成功率。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
|
||||
msgid ""
|
||||
"Set parameters for multiple objects\n"
|
||||
"Did you know that you can set slicing parameters for all selected objects at "
|
||||
"one time?"
|
||||
msgstr ""
|
||||
"为多个对象设置参数\n"
|
||||
"您知道吗,可以同时为所有选定对象设置切片参数。"
|
||||
#~ msgid ""
|
||||
#~ "Set parameters for multiple objects\n"
|
||||
#~ "Did you know that you can set slicing parameters for all selected objects "
|
||||
#~ "at one time?"
|
||||
#~ msgstr ""
|
||||
#~ "为多个对象设置参数\n"
|
||||
#~ "您知道吗,可以同时为所有选定对象设置切片参数。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Stack objects]
|
||||
msgid ""
|
||||
"Stack objects\n"
|
||||
"Did you know that you can stack objects as a whole one?"
|
||||
msgstr ""
|
||||
"组合物体\n"
|
||||
"你知道吗?你可以把多个对象组合为一个整体。"
|
||||
#~ msgid ""
|
||||
#~ "Stack objects\n"
|
||||
#~ "Did you know that you can stack objects as a whole one?"
|
||||
#~ msgstr ""
|
||||
#~ "组合物体\n"
|
||||
#~ "你知道吗?你可以把多个对象组合为一个整体。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
|
||||
msgid ""
|
||||
"Flush into support/objects/infill\n"
|
||||
"Did you know that you can save the wasted filament by flushing them into "
|
||||
"support/objects/infill during filament change?"
|
||||
msgstr ""
|
||||
"冲刷到支持/对象/填充中\n"
|
||||
"你知道吗?你可以在换料时将它们冲入支撑/对象/填充,以节省浪费的料丝。"
|
||||
#~ msgid ""
|
||||
#~ "Flush into support/objects/infill\n"
|
||||
#~ "Did you know that you can save the wasted filament by flushing them into "
|
||||
#~ "support/objects/infill during filament change?"
|
||||
#~ msgstr ""
|
||||
#~ "冲刷到支持/对象/填充中\n"
|
||||
#~ "你知道吗?你可以在换料时将它们冲入支撑/对象/填充,以节省浪费的料丝。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Improve strength]
|
||||
msgid ""
|
||||
"Improve strength\n"
|
||||
"Did you know that you can use more wall loops and higher sparse infill "
|
||||
"density to improve the strength of the model?"
|
||||
msgstr ""
|
||||
"提高强度\n"
|
||||
"你知道吗?你可以使用更多的墙层数和更高的疏散填充密度来提高模型的强度。"
|
||||
#~ msgid ""
|
||||
#~ "Improve strength\n"
|
||||
#~ "Did you know that you can use more wall loops and higher sparse infill "
|
||||
#~ "density to improve the strength of the model?"
|
||||
#~ msgstr ""
|
||||
#~ "提高强度\n"
|
||||
#~ "你知道吗?你可以使用更多的墙层数和更高的疏散填充密度来提高模型的强度。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "If enabled, support loops will be generated under the contours of "
|
||||
#~ "internal bridges. These support loops could prevent internal bridges from "
|
||||
#~ "extruding over the air and improve the top surface quality, especially "
|
||||
#~ "when the sparse infill density is low.This value determines the thickness "
|
||||
#~ "of the support loops. 0 means disable this feature"
|
||||
#~ msgstr ""
|
||||
#~ "如果开启,Studio会沿着内部桥接的边沿在其下方生成支撑轮廓。这些支撑轮廓可以"
|
||||
#~ "防止悬空地打印内部桥接并提高顶面质量,特别是在填充密度较低的情况下。这个设"
|
||||
#~ "置用于调整支撑轮廓的厚度,0表示关闭此特性。"
|
||||
|
||||
#~ msgid "Bridge direction"
|
||||
#~ msgstr "桥接方向"
|
||||
@@ -9649,8 +9702,8 @@ msgstr ""
|
||||
#~ "中打印指定厚度的环形走线,为内部桥接提供更好的铆接。0值代表关闭该功能。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "If enabled, Studio will generate support loops under the contours of "
|
||||
#~ "internal bridges.These support loops could prevent internal bridges from "
|
||||
#~ "If enabled, support loops will be generated under the contours of "
|
||||
#~ "internal bridges. These support loops could prevent internal bridges from "
|
||||
#~ "extruding over the air and improve the top surface quality, expecially "
|
||||
#~ "with a low infill density.This value determins the thickness of the "
|
||||
#~ "support loops."
|
||||
@@ -12216,24 +12269,12 @@ msgstr ""
|
||||
#~ msgid "Bridges"
|
||||
#~ msgstr "桥接"
|
||||
|
||||
#~ msgid "Sparse infill anchor length"
|
||||
#~ msgstr "稀疏填充锚线长度"
|
||||
|
||||
#~ msgid "0 (no open anchors)"
|
||||
#~ msgstr "0 (无锚线)"
|
||||
|
||||
#~ msgid "5 mm"
|
||||
#~ msgstr "5 mm"
|
||||
|
||||
#~ msgid "10 mm"
|
||||
#~ msgstr "10 mm"
|
||||
|
||||
#~ msgid "1000 (unlimited)"
|
||||
#~ msgstr "1000(无限制)"
|
||||
|
||||
#~ msgid "Maximum length of the infill anchor"
|
||||
#~ msgstr "填充锚线的最大长度"
|
||||
|
||||
#~ msgid "0 (not anchored)"
|
||||
#~ msgstr "0(无)"
|
||||
|
||||
|
||||
@@ -118,5 +118,13 @@
|
||||
<true/>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<!-- Disable App Transport Security. Resolves https://github.com/SoftFever/OrcaSlicer/issues/791 -->
|
||||
<key>NSAllowsArbitraryLoads</key>
|
||||
<true/>
|
||||
<key>NSAllowsArbitraryLoadsInWebContent</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
2
deps/OCCT/OCCT.cmake
vendored
2
deps/OCCT/OCCT.cmake
vendored
@@ -8,7 +8,7 @@ bambustudio_add_cmake_project(OCCT
|
||||
URL https://github.com/Open-Cascade-SAS/OCCT/archive/refs/tags/V7_6_0.zip
|
||||
URL_HASH SHA256=28334f0e98f1b1629799783e9b4d21e05349d89e695809d7e6dfa45ea43e1dbc
|
||||
#PATCH_COMMAND ${PATCH_CMD} ${CMAKE_CURRENT_LIST_DIR}/0001-OCCT-fix.patch
|
||||
PATCH_COMMAND git apply --directory deps/build/dep_OCCT-prefix/src/dep_OCCT --verbose --ignore-space-change --whitespace=fix ${CMAKE_CURRENT_LIST_DIR}/0001-OCCT-fix.patch
|
||||
PATCH_COMMAND git apply --directory ${CMAKE_BINARY_DIR}/dep_OCCT-prefix/src/dep_OCCT --verbose --ignore-space-change --whitespace=fix ${CMAKE_CURRENT_LIST_DIR}/0001-OCCT-fix.patch
|
||||
#DEPENDS dep_Boost
|
||||
#DEPENDS dep_FREETYPE
|
||||
CMAKE_ARGS
|
||||
|
||||
31
deps/OpenEXR/0001-OpenEXR-GCC13.patch
vendored
Normal file
31
deps/OpenEXR/0001-OpenEXR-GCC13.patch
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
--- a/OpenEXR/IlmImf/ImfDwaCompressor.cpp
|
||||
+++ b/OpenEXR/IlmImf/ImfDwaCompressor.cpp
|
||||
@@ -159,6 +159,7 @@
|
||||
#include <limits>
|
||||
|
||||
#include <cstddef>
|
||||
+#include <cstdint>
|
||||
|
||||
|
||||
// Windows specific addition to prevent the indirect import of the redefined min/max macros
|
||||
--- a/OpenEXR/IlmImf/ImfHuf.h
|
||||
+++ b/OpenEXR/IlmImf/ImfHuf.h
|
||||
@@ -40,6 +40,8 @@
|
||||
#include "ImfExport.h"
|
||||
#include "ImfNamespace.h"
|
||||
|
||||
+#include <cstdint>
|
||||
+
|
||||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// 16-bit Huffman compression and decompression:
|
||||
--- a/OpenEXR/IlmImf/ImfMisc.h
|
||||
+++ b/OpenEXR/IlmImf/ImfMisc.h
|
||||
@@ -51,6 +51,7 @@
|
||||
#include "ImfForward.h"
|
||||
|
||||
#include <cstddef>
|
||||
+#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
|
||||
5
deps/OpenEXR/OpenEXR.cmake
vendored
5
deps/OpenEXR/OpenEXR.cmake
vendored
@@ -33,12 +33,13 @@ bambustudio_add_cmake_project(OpenEXR
|
||||
# GIT_REPOSITORY https://github.com/openexr/openexr.git
|
||||
URL https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v2.5.5.zip
|
||||
URL_HASH SHA256=0307a3d7e1fa1e77e9d84d7e9a8694583fbbbfd50bdc6884e2c96b8ef6b902de
|
||||
PATCH_COMMAND ${PATCH_CMD} ${CMAKE_CURRENT_LIST_DIR}/0001-OpenEXR-GCC13.patch
|
||||
DEPENDS ${ZLIB_PKG}
|
||||
GIT_TAG v2.5.5
|
||||
CMAKE_ARGS
|
||||
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
|
||||
-DBUILD_TESTING=OFF
|
||||
-DPYILMBASE_ENABLE:BOOL=OFF
|
||||
-DBUILD_TESTING=OFF
|
||||
-DPYILMBASE_ENABLE:BOOL=OFF
|
||||
-DOPENEXR_VIEWERS_ENABLE:BOOL=OFF
|
||||
-DOPENEXR_BUILD_UTILS:BOOL=OFF
|
||||
)
|
||||
|
||||
11
deps/TBB/0001-TBB-GCC13.patch
vendored
Normal file
11
deps/TBB/0001-TBB-GCC13.patch
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/include/tbb/task.h
|
||||
+++ b/include/tbb/task.h
|
||||
@@ -219,7 +219,7 @@
|
||||
#if __TBB_TASK_PRIORITY
|
||||
//! Pointer to the next offloaded lower priority task.
|
||||
/** Used to maintain a list of offloaded tasks inside the scheduler. **/
|
||||
- task* next_offloaded;
|
||||
+ tbb::task* next_offloaded;
|
||||
};
|
||||
#endif /* __TBB_TASK_PRIORITY */
|
||||
|
||||
3
deps/TBB/TBB.cmake
vendored
3
deps/TBB/TBB.cmake
vendored
@@ -2,7 +2,8 @@ bambustudio_add_cmake_project(
|
||||
TBB
|
||||
URL "https://github.com/wjakob/tbb/archive/a0dc9bf76d0120f917b641ed095360448cabc85b.tar.gz"
|
||||
URL_HASH SHA256=0545cb6033bd1873fcae3ea304def720a380a88292726943ae3b9b207f322efe
|
||||
CMAKE_ARGS
|
||||
PATCH_COMMAND ${PATCH_CMD} ${CMAKE_CURRENT_LIST_DIR}/0001-TBB-GCC13.patch
|
||||
CMAKE_ARGS
|
||||
-DTBB_BUILD_SHARED=OFF
|
||||
-DTBB_BUILD_TESTS=OFF
|
||||
-DTBB_BUILD_TESTS=OFF
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
- [Temp tower](#Temp-tower)
|
||||
- [Retraction test](#Retraction-test)
|
||||
- [Orca Tolerance Test](#Orca-Tolerance-Test)
|
||||
- [Advanced calibration]
|
||||
1. [Max Volumetric speed]
|
||||
- [Advanced calibration](#Advanced-Calibration)
|
||||
1. [Max Volumetric speed](#Max-Volumetric-speed)
|
||||
2. [VFA]
|
||||
|
||||
**NOTE**: After completing the calibration process, remember to create a new project in order to exit the calibration mode.
|
||||
@@ -106,6 +106,27 @@ You can assess the tolerance using either an M6 Allen key or the printed hexagon
|
||||

|
||||

|
||||
|
||||
# Advanced Calibration
|
||||
|
||||
## Max Volumetric speed
|
||||
This is a test designed to calibrate the maximum volumetric speed of the specific filament. The generic or 3rd party filament types may not have the correct volumetric flow rate set in the filament. This test will help you to find the maximum volumetric speed of the filament.
|
||||
|
||||
You will be promted to enter the settings for the test: start volumetric speed, end volumentric speed, and step. It is recommended to use the default values (5mm³/s start, 20mm³/s end, with a step of 0.5), unless you already have an idea of the lower or upper limit for your filament. Select "OK", slice the plate, and send it to the printer.
|
||||
|
||||
Once printed, take note of where the layers begin to fail and where the quality begins to suffer. Pay attention to changes from matte to shiny as well.
|
||||
|
||||

|
||||
|
||||
Using calipers or a ruler, measure the height of the print at that point. Use the following calculation to determine the correct max flow value: `start + (height-measured * step)` . For example in the photo below, and using the default setting values, the print quality began to suffer at 19mm measured, so the calculation would be: `5 + (19 * 0.5)` , or `13mm³/s` using the default values. Enter your number into the "Max volumetric speed" value in the filament settings.
|
||||
|
||||

|
||||
|
||||
You can also return to OrcaSlicer in the "Preview" tab, make sure the color scheme "flow" is selected. Scroll down to the layer height that you measured, and click on the toolhead slider. This will indicate the max flow level for your filmanet.
|
||||
|
||||

|
||||
|
||||
#### *NOTE You may also choose to conservatively reduce the flow by 5-10% to ensure print quality.*
|
||||
|
||||
***
|
||||
*Credits:*
|
||||
- *The Flowrate test and retraction test is inspired by [SuperSlicer](https://github.com/supermerill/SuperSlicer)*
|
||||
|
||||
BIN
doc/images/caliper_sample_mvf.jpg
Normal file
BIN
doc/images/caliper_sample_mvf.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 158 KiB |
BIN
doc/images/max_volumetric_flow.jpg
Normal file
BIN
doc/images/max_volumetric_flow.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 285 KiB |
BIN
doc/images/vmf_measurement_point.jpg
Normal file
BIN
doc/images/vmf_measurement_point.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 165 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
resources/i18n/ru/OrcaSlicer.mo
Normal file
BIN
resources/i18n/ru/OrcaSlicer.mo
Normal file
Binary file not shown.
Binary file not shown.
BIN
resources/images/OrcaSlicer_32px.png
Normal file
BIN
resources/images/OrcaSlicer_32px.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
@@ -79,7 +79,7 @@
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2.5",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "0",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "50%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2.5",
|
||||
"support_speed": "40",
|
||||
"support_threshold_angle": "0",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "50%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2.5",
|
||||
"support_speed": "40",
|
||||
"support_threshold_angle": "0",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "50%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2.5",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "0",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "50%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2.5",
|
||||
"support_speed": "40",
|
||||
"support_threshold_angle": "0",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "50%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2.5",
|
||||
"support_speed": "40",
|
||||
"support_threshold_angle": "0",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "50%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2.5",
|
||||
"support_speed": "40",
|
||||
"support_threshold_angle": "0",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "50%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2.5",
|
||||
"support_speed": "40",
|
||||
"support_threshold_angle": "0",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "50%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2.5",
|
||||
"support_speed": "40",
|
||||
"support_threshold_angle": "0",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "50%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2.5",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "0",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "50%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
|
||||
@@ -868,6 +868,38 @@
|
||||
{
|
||||
"name": "Bambu PET-CF @BBL P1P",
|
||||
"sub_path": "filament/P1P/Bambu PET-CF @BBL P1P.json"
|
||||
},
|
||||
{
|
||||
"name":"Bambu Support For PLA @base",
|
||||
"sub_path":"filament/Bambu Support For PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name":"Bambu Support For PLA @BBL X1C 0.2 nozzle",
|
||||
"sub_path":"filament/Bambu Support For PLA @BBL X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name":"Bambu Support For PLA @BBL X1C",
|
||||
"sub_path":"filament/Bambu Support For PLA @BBL X1C.json"
|
||||
},
|
||||
{
|
||||
"name":"Bambu Support For PLA @BBL P1P 0.2 nozzle",
|
||||
"sub_path":"filament/P1P/Bambu Support For PLA @BBL P1P 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name":"Bambu Support For PLA @BBL P1P",
|
||||
"sub_path":"filament/P1P/Bambu Support For PLA @BBL P1P.json"
|
||||
},
|
||||
{
|
||||
"name":"Bambu Support For PA/PET @base",
|
||||
"sub_path":"filament/Bambu Support For PA PET @base.json"
|
||||
},
|
||||
{
|
||||
"name":"Bambu Support For PA/PET @BBL P1P",
|
||||
"sub_path":"filament/P1P/Bambu Support For PA PET @BBL P1P.json"
|
||||
},
|
||||
{
|
||||
"name":"Bambu Support For PA/PET @BBL X1C",
|
||||
"sub_path":"filament/Bambu Support For PA PET @BBL X1C.json"
|
||||
}
|
||||
],
|
||||
"machine_list": [
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSS03_00",
|
||||
"name": "Bambu Support For PA/PET @BBL X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Bambu Support For PA/PET @base",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||
"Bambu Lab X1 Carbon 0.6 nozzle",
|
||||
"Bambu Lab X1 Carbon 0.8 nozzle",
|
||||
"Bambu Lab X1 0.4 nozzle",
|
||||
"Bambu Lab X1 0.6 nozzle",
|
||||
"Bambu Lab X1 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFS03",
|
||||
"name": "Bambu Support For PA/PET @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_pa",
|
||||
"required_nozzle_HRC": [
|
||||
"3"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Bambu Lab"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.22"
|
||||
],
|
||||
"filament_is_support": [
|
||||
"1"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"280"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"280"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"filament_cost": [
|
||||
"34.99"
|
||||
],
|
||||
"slow_down_layer_time":[
|
||||
"6"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSS02_01",
|
||||
"name": "Bambu Support For PLA @BBL X1C 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Bambu Support For PLA @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"0.5"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"240"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"240"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 Carbon 0.2 nozzle",
|
||||
"Bambu Lab X1 0.2 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSS02_02",
|
||||
"name": "Bambu Support For PLA @BBL X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Bambu Support For PLA @base",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||
"Bambu Lab X1 Carbon 0.6 nozzle",
|
||||
"Bambu Lab X1 Carbon 0.8 nozzle",
|
||||
"Bambu Lab X1 0.4 nozzle",
|
||||
"Bambu Lab X1 0.6 nozzle",
|
||||
"Bambu Lab X1 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFS02",
|
||||
"name": "Bambu Support For PLA @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"filament_vendor": [
|
||||
"Bambu Lab"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.30"
|
||||
],
|
||||
"filament_is_support": [
|
||||
"1"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"40"
|
||||
],
|
||||
"filament_cost": [
|
||||
"69.98"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSS03_01",
|
||||
"name": "Bambu Support For PA/PET @BBL P1P",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Bambu Support For PA/PET @base",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
"Bambu Lab P1P 0.6 nozzle",
|
||||
"Bambu Lab P1P 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSS02_11",
|
||||
"name": "Bambu Support For PLA @BBL P1P 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Bambu Support For PLA @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"0.5"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"240"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"240"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"65"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"65"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"65"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"65"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"50"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"80"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab P1P 0.2 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSS02_12",
|
||||
"name": "Bambu Support For PLA @BBL P1P",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Bambu Support For PLA @base",
|
||||
"hot_plate_temp" : [
|
||||
"65"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"65"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"65"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"65"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"50"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"80"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
"Bambu Lab P1P 0.6 nozzle",
|
||||
"Bambu Lab P1P 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "BIQU",
|
||||
"version": "01.00.01.00",
|
||||
"version": "01.01.00.00",
|
||||
"force_update": "0",
|
||||
"description": "BIQU configurations",
|
||||
"machine_model_list": [
|
||||
@@ -31,52 +31,52 @@
|
||||
"sub_path": "process/fdm_process_hurakan_common.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @BX",
|
||||
"sub_path": "process/0.12mm Fine @BIQU BX.json"
|
||||
"name": "0.12mm Fine @BIQU BX (0.4 nozzle)",
|
||||
"sub_path": "process/0.12mm Fine @BIQU BX (0.4 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm Optimal @BX",
|
||||
"sub_path": "process/0.15mm Optimal @BIQU BX.json"
|
||||
"name": "0.15mm Optimal @BIQU BX (0.4 nozzle)",
|
||||
"sub_path": "process/0.15mm Optimal @BIQU BX (0.4 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @BX",
|
||||
"sub_path": "process/0.20mm Standard @BIQU BX.json"
|
||||
"name": "0.20mm Standard @BIQU BX (0.4 nozzle)",
|
||||
"sub_path": "process/0.20mm Standard @BIQU BX (0.4 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @BX",
|
||||
"sub_path": "process/0.24mm Draft @BIQU BX.json"
|
||||
"name": "0.24mm Draft @BIQU BX (0.4 nozzle)",
|
||||
"sub_path": "process/0.24mm Draft @BIQU BX (0.4 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @B1",
|
||||
"sub_path": "process/0.12mm Fine @BIQU B1.json"
|
||||
"name": "0.12mm Fine @BIQU B1 (0.4 nozzle)",
|
||||
"sub_path": "process/0.12mm Fine @BIQU B1 (0.4 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm Optimal @B1",
|
||||
"sub_path": "process/0.15mm Optimal @BIQU B1.json"
|
||||
"name": "0.15mm Optimal @BIQU B1 (0.4 nozzle)",
|
||||
"sub_path": "process/0.15mm Optimal @BIQU B1 (0.4 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @B1",
|
||||
"sub_path": "process/0.20mm Standard @BIQU B1.json"
|
||||
"name": "0.20mm Standard @BIQU B1 (0.4 nozzle)",
|
||||
"sub_path": "process/0.20mm Standard @BIQU B1 (0.4 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @B1",
|
||||
"sub_path": "process/0.24mm Draft @BIQU B1.json"
|
||||
"name": "0.24mm Draft @BIQU B1 (0.4 nozzle)",
|
||||
"sub_path": "process/0.24mm Draft @BIQU B1 (0.4 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @Hurakan",
|
||||
"sub_path": "process/0.12mm Fine @BIQU Hurakan.json"
|
||||
"name": "0.12mm Fine @BIQU Hurakan (0.4 nozzle)",
|
||||
"sub_path": "process/0.12mm Fine @BIQU Hurakan (0.4 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm Optimal @Hurakan",
|
||||
"sub_path": "process/0.15mm Optimal @BIQU Hurakan.json"
|
||||
"name": "0.15mm Optimal @BIQU Hurakan (0.4 nozzle)",
|
||||
"sub_path": "process/0.15mm Optimal @BIQU Hurakan (0.4 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Hurakan",
|
||||
"sub_path": "process/0.20mm Standard @BIQU Hurakan.json"
|
||||
"name": "0.20mm Standard @BIQU Hurakan (0.4 nozzle)",
|
||||
"sub_path": "process/0.20mm Standard @BIQU Hurakan (0.4 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @Hurakan",
|
||||
"sub_path": "process/0.24mm Draft @BIQU Hurakan.json"
|
||||
"name": "0.24mm Draft @BIQU Hurakan (0.4 nozzle)",
|
||||
"sub_path": "process/0.24mm Draft @BIQU Hurakan (0.4 nozzle).json"
|
||||
}
|
||||
],
|
||||
"filament_list": [
|
||||
@@ -179,16 +179,16 @@
|
||||
"sub_path": "machine/fdm_klipper_common.json"
|
||||
},
|
||||
{
|
||||
"name": "BIQU BX 0.4 nozzle",
|
||||
"sub_path": "machine/BIQU BX 0.4 nozzle.json"
|
||||
"name": "BIQU BX (0.4 nozzle)",
|
||||
"sub_path": "machine/BIQU BX (0.4 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "BIQU B1 0.4 nozzle",
|
||||
"sub_path": "machine/BIQU B1 0.4 nozzle.json"
|
||||
"name": "BIQU B1 (0.4 nozzle)",
|
||||
"sub_path": "machine/BIQU B1 (0.4 nozzle).json"
|
||||
},
|
||||
{
|
||||
"name": "BIQU Hurakan 0.4 nozzle",
|
||||
"sub_path": "machine/BIQU Hurakan 0.4 nozzle.json"
|
||||
"name": "BIQU Hurakan (0.4 nozzle)",
|
||||
"sub_path": "machine/BIQU Hurakan (0.4 nozzle).json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
"12"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"BIQU BX 0.4 nozzle",
|
||||
"BIQU B1 0.4 nozzle",
|
||||
"BIQU Hurakan 0.4 nozzle"
|
||||
"BIQU BX (0.4 nozzle)",
|
||||
"BIQU B1 (0.4 nozzle)",
|
||||
"BIQU Hurakan (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
"0.926"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"BIQU BX 0.4 nozzle",
|
||||
"BIQU B1 0.4 nozzle",
|
||||
"BIQU Hurakan 0.4 nozzle"
|
||||
"BIQU BX (0.4 nozzle)",
|
||||
"BIQU B1 (0.4 nozzle)",
|
||||
"BIQU Hurakan (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -37,8 +37,8 @@
|
||||
"2"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"BIQU BX 0.4 nozzle",
|
||||
"BIQU B1 0.4 nozzle",
|
||||
"BIQU Hurakan 0.4 nozzle"
|
||||
"BIQU BX (0.4 nozzle)",
|
||||
"BIQU B1 (0.4 nozzle)",
|
||||
"BIQU Hurakan (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"16"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"BIQU BX 0.4 nozzle",
|
||||
"BIQU B1 0.4 nozzle",
|
||||
"BIQU Hurakan 0.4 nozzle"
|
||||
"BIQU BX (0.4 nozzle)",
|
||||
"BIQU B1 (0.4 nozzle)",
|
||||
"BIQU Hurakan (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
"0.94"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"BIQU BX 0.4 nozzle",
|
||||
"BIQU B1 0.4 nozzle",
|
||||
"BIQU Hurakan 0.4 nozzle"
|
||||
"BIQU BX (0.4 nozzle)",
|
||||
"BIQU B1 (0.4 nozzle)",
|
||||
"BIQU Hurakan (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -82,8 +82,8 @@
|
||||
"20"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"BIQU BX 0.4 nozzle",
|
||||
"BIQU B1 0.4 nozzle",
|
||||
"BIQU Hurakan 0.4 nozzle"
|
||||
"BIQU BX (0.4 nozzle)",
|
||||
"BIQU B1 (0.4 nozzle)",
|
||||
"BIQU Hurakan (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -43,8 +43,8 @@
|
||||
"; filament start gcode\n"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"BIQU BX 0.4 nozzle",
|
||||
"BIQU B1 0.4 nozzle",
|
||||
"BIQU Hurakan 0.4 nozzle"
|
||||
"BIQU BX (0.4 nozzle)",
|
||||
"BIQU B1 (0.4 nozzle)",
|
||||
"BIQU Hurakan (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
@@ -21,8 +22,8 @@
|
||||
"; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif};Prevent PLA from jamming"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"BIQU BX 0.4 nozzle",
|
||||
"BIQU B1 0.4 nozzle",
|
||||
"BIQU Hurakan 0.4 nozzle"
|
||||
"BIQU BX (0.4 nozzle)",
|
||||
"BIQU B1 (0.4 nozzle)",
|
||||
"BIQU Hurakan (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -37,8 +37,8 @@
|
||||
"; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"BIQU BX 0.4 nozzle",
|
||||
"BIQU B1 0.4 nozzle",
|
||||
"BIQU Hurakan 0.4 nozzle"
|
||||
"BIQU BX (0.4 nozzle)",
|
||||
"BIQU B1 (0.4 nozzle)",
|
||||
"BIQU Hurakan (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
"8"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"BIQU BX 0.4 nozzle",
|
||||
"BIQU B1 0.4 nozzle",
|
||||
"BIQU Hurakan 0.4 nozzle"
|
||||
"BIQU BX (0.4 nozzle)",
|
||||
"BIQU B1 (0.4 nozzle)",
|
||||
"BIQU Hurakan (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"10"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"BIQU BX 0.4 nozzle",
|
||||
"BIQU B1 0.4 nozzle",
|
||||
"BIQU Hurakan 0.4 nozzle"
|
||||
"BIQU BX (0.4 nozzle)",
|
||||
"BIQU B1 (0.4 nozzle)",
|
||||
"BIQU Hurakan (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -13,8 +13,8 @@
|
||||
"; filament start gcode\n{if (bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >30)||(bed_temperature_initial_layer[current_extruder] >30)}M106 P3 S180\n{endif}"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"BIQU BX 0.4 nozzle",
|
||||
"BIQU B1 0.4 nozzle",
|
||||
"BIQU Hurakan 0.4 nozzle"
|
||||
"BIQU BX (0.4 nozzle)",
|
||||
"BIQU B1 (0.4 nozzle)",
|
||||
"BIQU Hurakan (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
|
||||
86
resources/profiles/BIQU/machine/BIQU B1 (0.4 nozzle).json
Normal file
86
resources/profiles/BIQU/machine/BIQU B1 (0.4 nozzle).json
Normal file
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "BIQU B1 (0.4 nozzle)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_biqu_common",
|
||||
"printer_model": "BIQU B1",
|
||||
"default_print_profile": "0.20mm Standard @BIQU B1 (0.4 nozzle)",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"235x0",
|
||||
"235x235",
|
||||
"0x235"
|
||||
],
|
||||
"printable_height": "270",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"deretraction_speed": [
|
||||
"70"
|
||||
],
|
||||
"gcode_flavor": "marlin",
|
||||
"machine_max_acceleration_e": [
|
||||
"10000"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"60"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"10"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"10"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"10"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.3"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.32"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.10"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": [
|
||||
"1.5"
|
||||
],
|
||||
"retraction_length": [
|
||||
"7"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"70"
|
||||
],
|
||||
"machine_start_gcode": "; BIQU B1 Start G-code\nM117 Getting the bed up to temp!\nM140 S{material_bed_temperature_layer_0}; Set Heat Bed temperature\nM190 S{material_bed_temperature_layer_0}; Wait for Heat Bed temperature\nM117 Getting the extruder up to temp!\nM104 S{material_print_temperature_layer_0}; Set Extruder temperature\nG92 E0; Reset Extruder\nM117 Homing axes\nG28; Home all axes\nM109 S{material_print_temperature_layer_0}; Wait for Extruder temperature\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y20 Z0.3 F5000.0; Move to start position\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30; Draw the second line\nG92 E0; Reset Extruder\nM117 Lets make\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0; Move over to prevent blob squish",
|
||||
"machine_end_gcode": ";BIQU B1 Default End Gcode\nG91;Relative positioning\nG1 E-2 F2700;Retract a bit\nG1 E-2 Z0.2 F2400;Retract a bit more and raise Z\nG1 X5 Y5 F3000;Wipe out\nG1 Z10;Raise Z by 10mm\nG90;Return to absolute positioning\nG1 X0 Y{machine_depth};\nM106 S0;Turn-off fan\nM104 S0;Turn-off hotend\nM140 S0;Turn-off bed\nM84 X Y E;Disable all steppers but Z"
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "BIQU B1 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_biqu_common",
|
||||
"printer_model": "BIQU B1",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"235x0",
|
||||
"235x235",
|
||||
"0x235"
|
||||
],
|
||||
"printable_height": "270",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"deretraction_speed": [
|
||||
"70"
|
||||
],
|
||||
"gcode_flavor": "marlin",
|
||||
"machine_max_acceleration_e": [
|
||||
"10000"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"60"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"10"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"10"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"10"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.3"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.32"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.10"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": [
|
||||
"1.5"
|
||||
],
|
||||
"retraction_length": [
|
||||
"7"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"70"
|
||||
],
|
||||
"default_print_profile": "0.15mm Optimal @BIQU B1",
|
||||
"machine_start_gcode": "; BIQU B1 Start G-code\nM117 Getting the bed up to temp!\nM140 S{material_bed_temperature_layer_0} ; Set Heat Bed temperature\nM190 S{material_bed_temperature_layer_0} ; Wait for Heat Bed temperature\nM117 Getting the extruder up to temp!\nM104 S{material_print_temperature_layer_0} ; Set Extruder temperature\nG92 E0 ; Reset Extruder\nM117 Homing axes\nG28 ; Home all axes\nM109 S{material_print_temperature_layer_0} ; Wait for Extruder temperature\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y20 Z0.3 F5000.0 ; Move to start position\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nM117 Lets make\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish",
|
||||
"machine_end_gcode": ";BIQU B1 Default End Gcode\nG91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract a bit more and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z by 10mm\nG90 ;Return to absolute positioning\nG1 X0 Y{machine_depth} ;TaDaaaa\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z"
|
||||
}
|
||||
@@ -5,8 +5,8 @@
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "BIQU",
|
||||
"bed_model": "BIQU_B1_buildplate_model.stl",
|
||||
"bed_texture": "BIQU_B1_buildplate_texture.png",
|
||||
"hotend_model": "BIQU_B1_hotend.stl",
|
||||
"default_materials": "BIQU Generic PLA;BIQU Generic PETG;BIQU Generic ABS;"
|
||||
"bed_model": "biqu_b1_buildplate_model.stl",
|
||||
"bed_texture": "biqu_b1_buildplate_texture.png",
|
||||
"hotend_model": "biqu_b1_hotend.stl",
|
||||
"default_materials": "BIQU Generic PLA;BIQU Generic PETG;BIQU Generic ABS"
|
||||
}
|
||||
|
||||
86
resources/profiles/BIQU/machine/BIQU BX (0.4 nozzle).json
Normal file
86
resources/profiles/BIQU/machine/BIQU BX (0.4 nozzle).json
Normal file
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "BIQU BX (0.4 nozzle)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_biqu_common",
|
||||
"printer_model": "BIQU BX",
|
||||
"default_print_profile": "0.20mm Standard @BIQU BX (0.4 nozzle)",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"deretraction_speed": [
|
||||
"70"
|
||||
],
|
||||
"gcode_flavor": "marlin",
|
||||
"machine_max_acceleration_e": [
|
||||
"10000"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"60"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"10"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"10"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"10"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.3"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.32"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.10"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": [
|
||||
"1.5"
|
||||
],
|
||||
"retraction_length": [
|
||||
"1"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"40"
|
||||
],
|
||||
"machine_start_gcode": "; BIQU BX Start G-code\n;M117 Initial homing sequence; Home so that the probe is positioned to heat\nG28\nM117 Probe heating position\nG0 X65 Y5 Z1; Move the probe to the heating position.\nM117 Getting the heaters up to temp!\nM104 S140; Set Extruder temperature, no wait\nM140 S60; Set Heat Bed temperature\nM190 S60; Wait for Heat Bed temperature\nM117 Waiting for probe to warm; Wait another 90s for the probe to absorb heat.\nG4 S90\nM117 Post warming re-home\nG28; Home all axes again after warming\nM117 Z-Dance of my people\nG34\nM117 ABL Probing\nG29\nM900 K0 L0 T0;Edit the K and L values if you have calibrated a k factor for your filament\nM900 T0 S0\nG1 Z2.0 F3000; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y10 Z0.3 F5000.0; Move to start position\nM117 Getting the extruder up to temp\nM140 S{material_bed_temperature_layer_0}; Set Heat Bed temperature\nM104 S{material_print_temperature_layer_0}; Set Extruder temperature\nM109 S{material_print_temperature_layer_0}; Wait for Extruder temperature\nM190 S{material_bed_temperature_layer_0}; Wait for Heat Bed temperature\nG92 E0; Reset Extruder\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30; Draw the second line\nG92 E0; Reset Extruder\nM117 Lets make\nG1 X8 Y20 Z0.3 F5000.0; Move over to prevent blob squish",
|
||||
"machine_end_gcode": "; BIQU BX Default End Gcode\nG91;Relative positioning\nG1 E-2 F2700;Retract a bit\nG1 E-2 Z0.2 F2400;Retract a bit more and raise Z\nG1 X5 Y5 F3000;Wipe out\nG1 Z10;Raise Z by 10mm\nG90;Return to absolute positioning\nG1 X0 Y{machine_depth};TaDaaaa\nM106 S0;Turn-off fan\nM104 S0;Turn-off hotend\nM140 S0;Turn-off bed\nM84 X Y E;Disable all steppers but Z"
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "BIQU BX 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_biqu_common",
|
||||
"printer_model": "BIQU BX",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"deretraction_speed": [
|
||||
"70"
|
||||
],
|
||||
"gcode_flavor": "marlin",
|
||||
"machine_max_acceleration_e": [
|
||||
"10000"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"60"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"10"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"10"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"10"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.3"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.32"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.10"
|
||||
],
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": [
|
||||
"1.5"
|
||||
],
|
||||
"retraction_length": [
|
||||
"1"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"40"
|
||||
],
|
||||
"default_print_profile": "0.15mm Optimal @BIQU BX",
|
||||
"machine_start_gcode": "; BIQU BX Start G-code\n; For the official github site visit: https://github.com/bigtreetech/BIQU-BX\nM117 Initial homing sequence. ; Home so that the probe is positioned to heat\nG28\nM117 Probe heating position\nG0 X65 Y5 Z1 ; Move the probe to the heating position.\nM117 Getting the heaters up to temp!\nM104 S140 ; Set Extruder temperature, no wait\nM140 S60 ; Set Heat Bed temperature\nM190 S60 ; Wait for Heat Bed temperature\nM117 Waiting for probe to warm! ; Wait another 90s for the probe to absorb heat.\nG4 S90\nM117 Post warming re-home\nG28 ; Home all axes again after warming\nM117 Z-Dance of my people\nG34\nM117 ABL Probing\nG29\nM900 K0 L0 T0 ;Edit the K and L values if you have calibrated a k factor for your filament\nM900 T0 S0\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y10 Z0.3 F5000.0 ; Move to start position\nM117 Getting the extruder up to temp\nM140 S{material_bed_temperature_layer_0} ; Set Heat Bed temperature\nM104 S{material_print_temperature_layer_0} ; Set Extruder temperature\nM109 S{material_print_temperature_layer_0} ; Wait for Extruder temperature\nM190 S{material_bed_temperature_layer_0} ; Wait for Heat Bed temperature\nG92 E0 ; Reset Extruder\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nM117 Lets make\nG1 X8 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish",
|
||||
"machine_end_gcode": "; BIQU BX Default End Gcode\nG91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract a bit more and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z by 10mm\nG90 ;Return to absolute positioning\nG1 X0 Y{machine_depth} ;TaDaaaa\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z"
|
||||
}
|
||||
@@ -5,8 +5,8 @@
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "BIQU",
|
||||
"bed_model": "BIQU_BX_buildplate_model.stl",
|
||||
"bed_texture": "BIQU_BX_buildplate_texture.png",
|
||||
"hotend_model": "Biqu_BX_hotend.stl",
|
||||
"default_materials": "BIQU Generic PLA;BIQU Generic PETG;BIQU Generic ABS;"
|
||||
"bed_model": "biqu_bx_buildplate_model.stl",
|
||||
"bed_texture": "biqu_bx_buildplate_texture.png",
|
||||
"hotend_model": "biqu_bx_hotend.stl",
|
||||
"default_materials": "BIQU Generic PLA;BIQU Generic PETG;BIQU Generic ABS"
|
||||
}
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "BIQU Hurakan 0.4 nozzle",
|
||||
"name": "BIQU Hurakan (0.4 nozzle)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "BIQU Hurakan",
|
||||
"default_print_profile": "0.20mm Standard @BIQU Hurakan (0.4 nozzle)",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
@@ -5,8 +5,8 @@
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "BIQU",
|
||||
"bed_model": "BIQU_Hurakan_buildplate_model.stl",
|
||||
"bed_texture": "BIQU_Hurakan_buildplate_texture.png",
|
||||
"hotend_model": "Biqu_Hurakan_hotend.stl",
|
||||
"default_materials": "BIQU Generic PLA;BIQU Generic PETG;BIQU Generic ABS;"
|
||||
"bed_model": "biqu_hurakan_buildplate_model.stl",
|
||||
"bed_texture": "biqu_hurakan_buildplate_texture.png",
|
||||
"hotend_model": "biqu_hurakan_hotend.stl",
|
||||
"default_materials": "BIQU Generic PLA;BIQU Generic PETG;BIQU Generic ABS"
|
||||
}
|
||||
|
||||
@@ -124,9 +124,8 @@
|
||||
"1"
|
||||
],
|
||||
"default_filament_profile": [
|
||||
"Generic PLA @BIQU"
|
||||
"BIQU Generic PLA"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @BIQU",
|
||||
"bed_exclude_area": [
|
||||
"0x0"
|
||||
],
|
||||
|
||||
@@ -111,7 +111,6 @@
|
||||
"1"
|
||||
],
|
||||
"z_lift_type": "NormalLift",
|
||||
"default_print_profile": "0.16mm Optimal @Bambu Lab X1 Carbon 0.4 nozzle",
|
||||
"machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up",
|
||||
"machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.12mm Fine @BIQU BX",
|
||||
"name": "0.12mm Fine @BIQU B1 (0.4 nozzle)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_biqu_common",
|
||||
@@ -9,6 +9,6 @@
|
||||
"bottom_shell_layers": "5",
|
||||
"top_shell_layers": "6",
|
||||
"compatible_printers": [
|
||||
"BIQU BX 0.4 nozzle"
|
||||
"BIQU B1 (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.12mm Fine @BIQU Hurakan",
|
||||
"name": "0.12mm Fine @BIQU BX (0.4 nozzle)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_biqu_common",
|
||||
@@ -9,6 +9,6 @@
|
||||
"bottom_shell_layers": "5",
|
||||
"top_shell_layers": "6",
|
||||
"compatible_printers": [
|
||||
"BIQU Hurakan 0.4 nozzle"
|
||||
"BIQU BX (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.12mm Fine @BIQU B1",
|
||||
"name": "0.12mm Fine @BIQU Hurakan (0.4 nozzle)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_biqu_common",
|
||||
@@ -9,6 +9,6 @@
|
||||
"bottom_shell_layers": "5",
|
||||
"top_shell_layers": "6",
|
||||
"compatible_printers": [
|
||||
"BIQU B1 0.4 nozzle"
|
||||
"BIQU Hurakan (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.15mm Optimal @BIQU BX",
|
||||
"name": "0.15mm Optimal @BIQU B1 (0.4 nozzle)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_biqu_common",
|
||||
@@ -9,6 +9,6 @@
|
||||
"top_shell_layers": "5",
|
||||
"layer_height": "0.15",
|
||||
"compatible_printers": [
|
||||
"BIQU BX 0.4 nozzle"
|
||||
"BIQU B1 (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.15mm Optimal @BIQU B1",
|
||||
"name": "0.15mm Optimal @BIQU BX (0.4 nozzle)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_biqu_common",
|
||||
@@ -9,6 +9,6 @@
|
||||
"top_shell_layers": "5",
|
||||
"layer_height": "0.15",
|
||||
"compatible_printers": [
|
||||
"BIQU B1 0.4 nozzle"
|
||||
"BIQU BX (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.15mm Optimal @BIQU Hurakan",
|
||||
"name": "0.15mm Optimal @BIQU Hurakan (0.4 nozzle)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_hurakan_common",
|
||||
@@ -9,6 +9,6 @@
|
||||
"top_shell_layers": "5",
|
||||
"layer_height": "0.15",
|
||||
"compatible_printers": [
|
||||
"BIQU Hurakan 0.4 nozzle"
|
||||
]
|
||||
"BIQU Hurakan (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @BIQU B1",
|
||||
"name": "0.20mm Standard @BIQU B1 (0.4 nozzle)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_biqu_common",
|
||||
"instantiation": "true",
|
||||
@@ -9,6 +9,6 @@
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4",
|
||||
"compatible_printers": [
|
||||
"BIQU B1 0.4 nozzle"
|
||||
"BIQU B1 (0.4 nozzle)"
|
||||
]
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user