Merge remote-tracking branch 'upstream/main' into feature/pressure-advance-pattern-method

This commit is contained in:
thewildmage
2023-07-14 10:39:02 -06:00
180 changed files with 17620 additions and 6753 deletions

View File

@@ -1,4 +1,4 @@
# Doxyfile 1.9.5 # Doxyfile 1.9.8
# This file describes the settings to be used by the documentation system # This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project. # 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 # could be handy for archiving the generated documentation or if some version
# control system is used. # 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 # 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 # 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 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory. # 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 # 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 # 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 # entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used. # 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 # 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 # 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 # level increment doubles the number of directories, resulting in 4096
# directories at level 8 which is the default and also the maximum value. The # 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 # 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. # Minimum value: 0, maximum value: 8, default value: 8.
# This tag requires that the tag CREATE_SUBDIRS is set to YES. # 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. # will be relative from the directory where doxygen is started.
# This tag requires that the tag FULL_PATH_NAMES is set to YES. # 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 # 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 # 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 # specify the list of include paths that are normally passed to the compiler
# using the -I flag. # 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 # 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 # 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 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 # When enabled doxygen tries to link words that correspond to documented
# classes, or namespaces to their corresponding documentation. Such a link can # 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 # 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. # diagrams that involve STL classes more complete and accurate.
# The default value is: NO. # 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 # If you use Microsoft's C++/CLI language, you should set this option to YES to
# enable parsing support. # enable parsing support.
@@ -418,7 +429,7 @@ DISTRIBUTE_GROUP_DOC = NO
# is disabled and one has to add nested compounds explicitly via \ingroup. # is disabled and one has to add nested compounds explicitly via \ingroup.
# The default value is: NO. # 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 # 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 # (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 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 # Build related configuration options
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
@@ -499,7 +518,7 @@ NUM_PROC_THREADS = 0
# normally produced when WARNINGS is set to YES. # normally produced when WARNINGS is set to YES.
# The default value is: NO. # 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 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
# be included in the documentation. # 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 # 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 # 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 # 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. # The default value is: NO.
HIDE_UNDOC_CLASSES = 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. # list. This list is created by putting \todo commands in the documentation.
# The default value is: YES. # 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 # 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. # list. This list is created by putting \test commands in the documentation.
# The default value is: YES. # 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 # 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. # list. This list is created by putting \bug commands in the documentation.
# The default value is: YES. # 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 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 deprecated list. This list is created by putting \deprecated commands in
# the documentation. # the documentation.
# The default value is: YES. # The default value is: YES.
GENERATE_DEPRECATEDLIST= YES GENERATE_DEPRECATEDLIST= NO
# The ENABLED_SECTIONS tag can be used to enable conditional documentation # The ENABLED_SECTIONS tag can be used to enable conditional documentation
# sections, marked by \if <section_label> ... \endif and \cond <section_label> # sections, marked by \if <section_label> ... \endif and \cond <section_label>
@@ -859,11 +879,26 @@ WARN_IF_INCOMPLETE_DOC = YES
WARN_NO_PARAMDOC = NO 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 # 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 # 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 # 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. # 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. # The default value is: NO.
WARN_AS_ERROR = NO WARN_AS_ERROR = NO
@@ -908,7 +943,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched. # 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 # 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 # 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 # output. The symbol name can be a fully qualified name, a word, or if the
# wildcard * is used, a substring. Examples: ANamespace, AClass, # wildcard * is used, a substring. Examples: ANamespace, AClass,
# ANamespace::AClass, ANamespace::*Test # 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 = EXCLUDE_SYMBOLS =
@@ -1219,46 +1251,6 @@ USE_HTAGS = YES
VERBATIM_HEADERS = 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 # Configuration options related to the alphabetical class index
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
@@ -1270,10 +1262,11 @@ CLANG_DATABASE_PATH =
ALPHABETICAL_INDEX = YES ALPHABETICAL_INDEX = YES
# In case all classes in a project start with a common prefix, all classes will # The IGNORE_PREFIX tag can be used to specify a prefix (or a list of prefixes)
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag # that should be ignored while generating the index headers. The IGNORE_PREFIX
# can be used to specify a prefix (or a list of prefixes) that should be ignored # tag works for classes, function and member names. The entity will be placed in
# while generating the index headers. # 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. # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
IGNORE_PREFIX = IGNORE_PREFIX =
@@ -1293,7 +1286,7 @@ GENERATE_HTML = YES
# The default directory is: html. # The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES. # 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 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp). # 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. # 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 # 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 # 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. # This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_STYLESHEET = HTML_EXTRA_STYLESHEET =
@@ -1368,17 +1366,13 @@ HTML_EXTRA_STYLESHEET =
HTML_EXTRA_FILES = HTML_EXTRA_FILES =
# The HTML_COLORSTYLE tag can be used to specify if the generated HTML output # 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 # should be rendered with a dark or light theme.
# enables light output unless the user preference is dark output. Other options # Possible values are: LIGHT always generate light mode output, DARK always
# are DARK to always use dark mode, LIGHT to always use light mode, AUTO_DARK to # generate dark mode output, AUTO_LIGHT automatically set the mode according to
# default to dark mode unless the user prefers light mode, and TOGGLE to let the # the user preference, use light mode if no preference is set (the default),
# user toggle between dark and light mode via a button. # AUTO_DARK automatically set the mode according to the user preference, use
# Possible values are: LIGHT Always generate light output., DARK Always generate # dark mode if no preference is set and TOGGLE allow to user to switch between
# dark output., AUTO_LIGHT Automatically set the mode according to the user # light and dark mode via a button.
# 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. # The default value is: AUTO_LIGHT.
# This tag requires that the tag GENERATE_HTML is set to YES. # This tag requires that the tag GENERATE_HTML is set to YES.
@@ -1414,15 +1408,6 @@ HTML_COLORSTYLE_SAT = 100
HTML_COLORSTYLE_GAMMA = 80 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 # 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 # documentation will contain a main index with vertical navigation menus that
# are dynamically created via JavaScript. If disabled, the navigation index will # are dynamically created via JavaScript. If disabled, the navigation index will
@@ -1440,7 +1425,7 @@ HTML_DYNAMIC_MENUS = YES
# The default value is: NO. # The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES. # 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 # 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 # 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. # The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES. # 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 # This tag determines the name of the docset feed. A documentation feed provides
# an umbrella under which multiple documentation sets from a single provider # an umbrella under which multiple documentation sets from a single provider
@@ -1572,6 +1557,16 @@ BINARY_TOC = NO
TOC_EXPAND = 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 # 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 # 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 # 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. # The default value is: png.
# This tag requires that the tag GENERATE_HTML is set to YES. # 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 # 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 # the HTML documentation. When you change the font size after a successful
@@ -2060,9 +2055,16 @@ PDF_HYPERLINKS = YES
USE_PDFLATEX = YES USE_PDFLATEX = YES
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode # The LATEX_BATCHMODE tag ignals the behavior of LaTeX in case of an error.
# command to the generated LaTeX files. This will instruct LaTeX to keep running # Possible values are: NO same as ERROR_STOP, YES same as BATCH, BATCH In batch
# if errors occur, instead of asking the user for help. # 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. # The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES. # This tag requires that the tag GENERATE_LATEX is set to YES.
@@ -2083,14 +2085,6 @@ LATEX_HIDE_INDICES = NO
LATEX_BIB_STYLE = plain 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) # 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, # 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 # 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 # 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 # the structure of the code including all documentation. Note that this feature
# is still experimental and incomplete at the moment. # is still experimental and incomplete at the moment.
# The default value is: NO. # The default value is: NO.
@@ -2267,6 +2261,28 @@ GENERATE_AUTOGEN_DEF = NO
# Configuration options related to Sqlite3 output # 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 # Configuration options related to the Perl module output
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
@@ -2322,7 +2338,7 @@ ENABLE_PREPROCESSING = YES
# The default value is: NO. # The default value is: NO.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. # 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 # 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 # 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. # The default value is: NO.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. # 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 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
# INCLUDE_PATH will be searched if a #include is found. # INCLUDE_PATH will be searched if a #include is found.
@@ -2431,16 +2447,9 @@ EXTERNAL_GROUPS = YES
EXTERNAL_PAGES = 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 # 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. # and usage relations if the target is undocumented or is not a class.
# The default value is: YES. # 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 # 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: # 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 # Bell Labs. The other options in this section have no effect if this option is
# set to NO # set to NO
# The default value is: NO. # The default value is: NO.
@@ -2502,13 +2511,15 @@ DOT_NODE_ATTR = "shape=box,height=0.2,width=0.4"
DOT_FONTPATH = DOT_FONTPATH =
# If the CLASS_GRAPH tag is set to YES (or GRAPH) then doxygen will generate a # If the CLASS_GRAPH tag is set to YES or GRAPH or BUILTIN then doxygen will
# graph for each documented class showing the direct and indirect inheritance # generate a graph for each documented class showing the direct and indirect
# relations. In case HAVE_DOT is set as well dot will be used to draw the graph, # inheritance relations. In case the CLASS_GRAPH tag is set to YES or GRAPH and
# otherwise the built-in generator will be used. If the CLASS_GRAPH tag is set # HAVE_DOT is enabled as well, then dot will be used to draw the graph. In case
# to TEXT the direct and indirect inheritance relations will be shown as texts / # the CLASS_GRAPH tag is set to YES and HAVE_DOT is disabled or if the
# links. # CLASS_GRAPH tag is set to BUILTIN, then the built-in generator will be used.
# Possible values are: NO, YES, TEXT and GRAPH. # 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. # The default value is: YES.
CLASS_GRAPH = YES CLASS_GRAPH = YES
@@ -2579,7 +2590,7 @@ DOT_WRAP_THRESHOLD = 17
# The default value is: NO. # The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES. # 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 # 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 # 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 # 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 # generated by dot. For an explanation of the image formats see the section
# output formats in the documentation of the dot tool (Graphviz (see: # 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 # 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 # to make the SVG files visible in IE 9+ (other browsers do not have this
# requirement). # requirement).
@@ -2686,11 +2697,12 @@ DOT_PATH =
DOTFILE_DIRS = DOTFILE_DIRS =
# The MSCFILE_DIRS tag can be used to specify one or more directories that # You can include diagrams made with dia in doxygen documentation. Doxygen will
# contain msc files that are included in the documentation (see the \mscfile # then run dia to produce the diagram and insert it in the documentation. The
# command). # 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 # 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 # 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. # Minimum value: 0, maximum value: 1000, default value: 0.
# This tag requires that the tag HAVE_DOT is set to YES. # 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 # 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 # 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. # The default value is: YES.
DOT_CLEANUP = 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
View 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

View File

@@ -6,7 +6,6 @@ on:
- main - main
paths: paths:
- 'src/**' - 'src/**'
- 'deps/**'
- '**/CMakeLists.txt' - '**/CMakeLists.txt'
- 'version.inc' - 'version.inc'
- 'bbl/**' - 'bbl/**'
@@ -17,7 +16,6 @@ on:
- main - main
paths: paths:
- 'src/**' - 'src/**'
- 'deps/**'
- '**/CMakeLists.txt' - '**/CMakeLists.txt'
- 'version.inc' - 'version.inc'
- 'bbl/**' - 'bbl/**'
@@ -64,11 +62,11 @@ jobs:
run: | run: |
mkdir -p ${{ github.workspace }}/deps/build mkdir -p ${{ github.workspace }}/deps/build
mkdir -p ${{ github.workspace }}/deps/build/destdir 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 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_05-04-2023.tar.gz -C ${{ github.workspace }}/deps/build 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 chown -R $(id -u):$(id -g) ${{ github.workspace }}/deps/build/destdir
ls -l ${{ 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 - name: Build Studio

View File

@@ -6,7 +6,6 @@ on:
- main - main
paths: paths:
- 'src/**' - 'src/**'
- 'deps/**'
- '**/CMakeLists.txt' - '**/CMakeLists.txt'
- 'version.inc' - 'version.inc'
- 'bbl/**' - 'bbl/**'
@@ -17,7 +16,6 @@ on:
- main - main
paths: paths:
- 'src/**' - 'src/**'
- 'deps/**'
- '**/CMakeLists.txt' - '**/CMakeLists.txt'
- 'version.inc' - 'version.inc'
- 'bbl/**' - 'bbl/**'

View File

@@ -6,7 +6,6 @@ on:
- main - main
paths: paths:
- 'src/**' - 'src/**'
- 'deps/**'
- '**/CMakeLists.txt' - '**/CMakeLists.txt'
- 'version.inc' - 'version.inc'
- 'bbl/**' - 'bbl/**'
@@ -17,7 +16,6 @@ on:
- main - main
paths: paths:
- 'src/**' - 'src/**'
- 'deps/**'
- '**/CMakeLists.txt' - '**/CMakeLists.txt'
- 'version.inc' - 'version.inc'
- 'bbl/**' - 'bbl/**'

View File

@@ -6,7 +6,6 @@ on:
- main - main
paths: paths:
- 'src/**' - 'src/**'
- 'deps/**'
- '**/CMakeLists.txt' - '**/CMakeLists.txt'
- 'version.inc' - 'version.inc'
- 'bbl/**' - 'bbl/**'
@@ -17,7 +16,6 @@ on:
- main - main
paths: paths:
- 'src/**' - 'src/**'
- 'deps/**'
- '**/CMakeLists.txt' - '**/CMakeLists.txt'
- 'version.inc' - 'version.inc'
- 'bbl/**' - 'bbl/**'

4
.gitignore vendored
View File

@@ -23,4 +23,6 @@ deps/build-linux/*
install_* install_*
build_*/ build_*/
SVG SVG
src/OrcaSlicer-doc/ src/OrcaSlicer-doc/
.idea/
bbl/i18n/es/OrcaSlicer_es.mo

View File

@@ -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. 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. 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 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` Execute this command in terminal: `xattr -dr com.apple.quarantine /Applications/OrcaSlicer.app`
```console ```console
softfever@mac:~$ xattr -dr com.apple.quarantine /Applications/OrcaSlicer.app 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 1: open the app, a warning window will pop up
![image](./SoftFever_doc/mac_cant_open.png) ![image](./SoftFever_doc/mac_cant_open.png)
- Step 2: in `System Settings` -> `Privacy & Security`, click `Open Anyway`: - Step 2: in `System Settings` -> `Privacy & Security`, click `Open Anyway`:

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1838,7 +1838,10 @@ msgstr ""
msgid "You need to select the material type and color first." msgid "You need to select the material type and color first."
msgstr "" msgstr ""
msgid "Other color" msgid "Other Color"
msgstr ""
msgid "Custom Color"
msgstr "" msgstr ""
msgid "Dynamic flow calibration" msgid "Dynamic flow calibration"
@@ -6067,6 +6070,9 @@ msgstr ""
msgid "No extrusions under current settings." msgid "No extrusions under current settings."
msgstr "" msgstr ""
msgid "Bed temperatures for the used filaments differ significantly."
msgstr ""
msgid "" msgid ""
"Smooth mode of timelapse is not supported when \"by object\" sequence is " "Smooth mode of timelapse is not supported when \"by object\" sequence is "
"enabled." "enabled."
@@ -6599,11 +6605,11 @@ msgid "Internal bridge support thickness"
msgstr "" msgstr ""
msgid "" msgid ""
"If enabled, Studio will generate support loops under the contours of " "If enabled, support loops will be generated under the contours of internal "
"internal bridges.These support loops could prevent internal bridges from " "bridges.These support loops could prevent internal bridges from extruding "
"extruding over the air and improve the top surface quality, especially when " "over the air and improve the top surface quality, especially when the sparse "
"the sparse infill density is low.This value determines the thickness of the " "infill density is low.This value determines the thickness of the support "
"support loops. 0 means disable this feature" "loops. 0 means disable this feature"
msgstr "" msgstr ""
msgid "Top surface pattern" msgid "Top surface pattern"
@@ -6929,6 +6935,45 @@ msgstr ""
msgid "Lightning" msgid "Lightning"
msgstr "" 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" msgid "Acceleration of outer walls"
msgstr "" msgstr ""
@@ -7681,6 +7726,14 @@ msgstr ""
msgid "Random" msgid "Random"
msgstr "" 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" msgid "Seam gap"
msgstr "" msgstr ""
@@ -7736,6 +7789,12 @@ msgstr ""
msgid "Number of loops for the skirt. Zero means disabling skirt" msgid "Number of loops for the skirt. Zero means disabling skirt"
msgstr "" msgstr ""
msgid "Skirt speed"
msgstr ""
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
msgstr ""
msgid "" msgid ""
"The printing speed in exported gcode will be slowed down, when the estimated " "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" "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." msgid "Connection to printers connected via the print host failed."
msgstr "" 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 ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2023-03-31 22:48+0200\n"
"Last-Translator: Momo <renemosner@seznam.cz>\n" "Last-Translator: Momo <renemosner@seznam.cz>\n"
"Language-Team: \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." msgid "You need to select the material type and color first."
msgstr "" msgstr ""
msgid "Other color" msgid "Other Color"
msgstr ""
msgid "Custom Color"
msgstr "" msgstr ""
msgid "Dynamic flow calibration" msgid "Dynamic flow calibration"
@@ -6437,6 +6440,9 @@ msgstr ""
msgid "No extrusions under current settings." msgid "No extrusions under current settings."
msgstr "Žádné extruze pod aktuálním nastavením." msgstr "Žádné extruze pod aktuálním nastavením."
msgid "Bed temperatures for the used filaments differ significantly."
msgstr ""
msgid "" msgid ""
"Smooth mode of timelapse is not supported when \"by object\" sequence is " "Smooth mode of timelapse is not supported when \"by object\" sequence is "
"enabled." "enabled."
@@ -7079,17 +7085,12 @@ msgid "Internal bridge support thickness"
msgstr "Tloušťka vnitřní podpory mostu" msgstr "Tloušťka vnitřní podpory mostu"
msgid "" msgid ""
"If enabled, Studio will generate support loops under the contours of " "If enabled, support loops will be generated under the contours of internal "
"internal bridges.These support loops could prevent internal bridges from " "bridges.These support loops could prevent internal bridges from extruding "
"extruding over the air and improve the top surface quality, especially when " "over the air and improve the top surface quality, especially when the sparse "
"the sparse infill density is low.This value determines the thickness of the " "infill density is low.This value determines the thickness of the support "
"support loops. 0 means disable this feature" "loops. 0 means disable this feature"
msgstr "" 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" msgid "Top surface pattern"
msgstr "Vzor horního povrchu" msgstr "Vzor horního povrchu"
@@ -7456,6 +7457,45 @@ msgstr "Kubický podepíraný"
msgid "Lightning" msgid "Lightning"
msgstr "Blesky" 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" msgid "Acceleration of outer walls"
msgstr "Zrychlení vnějších stěny" msgstr "Zrychlení vnějších stěny"
@@ -8302,6 +8342,14 @@ msgstr "Zezadu"
msgid "Random" msgid "Random"
msgstr "Náhodný" 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" msgid "Seam gap"
msgstr "Mezera švu" msgstr "Mezera švu"
@@ -8370,6 +8418,12 @@ msgstr "Obrysové Smyčky"
msgid "Number of loops for the skirt. Zero means disabling skirt" msgid "Number of loops for the skirt. Zero means disabling skirt"
msgstr "Počet smyček pro Obrys. Nula znamená deaktivaci sukně" 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 "" msgid ""
"The printing speed in exported gcode will be slowed down, when the estimated " "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" "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." msgid "Connection to printers connected via the print host failed."
msgstr "" msgstr ""
#: resources/data/hints.ini: [hint:3D Scene Operations] #~ msgid ""
msgid "" #~ "3D Scene Operations\n"
"3D Scene Operations\n" #~ "Did you know how to control view and object/part selection with mouse and "
"Did you know how to control view and object/part selection with mouse and " #~ "touchpanel in the 3D scene?"
"touchpanel in the 3D scene?" #~ msgstr ""
msgstr "" #~ "Operace 3D scény\n"
"Operace 3D scény\n" #~ "Did jste, jak ovládat pohled a výběr objektů/dílů pomocí myši a "
"Did jste, jak ovládat pohled a výběr objektů/dílů pomocí myši a dotykového " #~ "dotykového panelu ve 3D scéně?"
"panelu ve 3D scéně?"
#: resources/data/hints.ini: [hint:Cut Tool] #~ msgid ""
msgid "" #~ "Cut Tool\n"
"Cut Tool\n" #~ "Did you know that you can cut a model at any angle and position with the "
"Did you know that you can cut a model at any angle and position with the " #~ "cutting tool?"
"cutting tool?" #~ msgstr ""
msgstr "" #~ "Nástroj pro řezání\n"
"Nástroj pro řezání\n" #~ "Did jste, že pomocí řezného nástroje můžete řezat model v libovolném úhlu "
"Did jste, že pomocí řezného nástroje můžete řezat model v libovolném úhlu a " #~ "a poloze?"
"poloze?"
#: resources/data/hints.ini: [hint:Fix Model] #~ msgid ""
msgid "" #~ "Fix Model\n"
"Fix Model\n" #~ "Did you know that you can fix a corrupted 3D model to avoid a lot of "
"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing " #~ "slicing problems?"
"problems?" #~ msgstr ""
msgstr "" #~ "Opravit model\n"
"Opravit model\n" #~ "Did jste, že můžete opravit poškozený 3D model, abyste se vyhnuli mnoha "
"Did jste, že můžete opravit poškozený 3D model, abyste se vyhnuli mnoha " #~ "problémům s krájením?"
"problémům s krájením?"
#: resources/data/hints.ini: [hint:Timelapse] #~ msgid ""
msgid "" #~ "Timelapse\n"
"Timelapse\n" #~ "Did you know that you can generate a timelapse video during each print?"
"Did you know that you can generate a timelapse video during each print?" #~ msgstr ""
msgstr "" #~ "Časosběr\n"
"Časosběr\n" #~ "Did jste, že můžete generovat časosběrné video během každého tisku?"
"Did jste, že můžete generovat časosběrné video během každého tisku?"
#: resources/data/hints.ini: [hint:Auto-Arrange] #~ msgid ""
msgid "" #~ "Auto-Arrange\n"
"Auto-Arrange\n" #~ "Did you know that you can auto-arrange all objects in your project?"
"Did you know that you can auto-arrange all objects in your project?" #~ msgstr ""
msgstr "" #~ "Automatické uspořádání\n"
"Automatické uspořádání\n" #~ "Did jste, že můžete automaticky uspořádat všechny objekty ve svém "
"Did jste, že můžete automaticky uspořádat všechny objekty ve svém projektu?" #~ "projektu?"
#: resources/data/hints.ini: [hint:Auto-Orient] #~ msgid ""
msgid "" #~ "Auto-Orient\n"
"Auto-Orient\n" #~ "Did you know that you can rotate objects to an optimal orientation for "
"Did you know that you can rotate objects to an optimal orientation for " #~ "printing by a simple click?"
"printing by a simple click?" #~ msgstr ""
msgstr "" #~ "Auto-Orient\n"
"Auto-Orient\n" #~ "Did jste, že můžete otočit objekty do optimální orientace pro tisk "
"Did jste, že můžete otočit objekty do optimální orientace pro tisk " #~ "jednoduchým kliknutím?"
"jednoduchým kliknutím?"
#: resources/data/hints.ini: [hint:Lay on Face] #~ msgid ""
msgid "" #~ "Lay on Face\n"
"Lay on Face\n" #~ "Did you know that you can quickly orient a model so that one of its faces "
"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 "
"sits on the print bed? Select the \"Place on face\" function or press the " #~ "<b>F</b> key."
"<b>F</b> key." #~ msgstr ""
msgstr "" #~ "Plochou na podložku\n"
"Plochou na podložku\n" #~ "Did jste, že můžete rychle orientovat model tak, aby jedna z jeho tváří "
"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 "
"seděla na tiskové podložce? Vyberte funkci \"Umístit na obličej\" nebo " #~ "stiskněte klávesu <b>F</b> ."
"stiskněte klávesu <b>F</b> ."
#: resources/data/hints.ini: [hint:Object List] #~ msgid ""
msgid "" #~ "Object List\n"
"Object List\n" #~ "Did you know that you can view all objects/parts in a list and change "
"Did you know that you can view all objects/parts in a list and change " #~ "settings for each object/part?"
"settings for each object/part?" #~ msgstr ""
msgstr "" #~ "Seznam objektů\n"
"Seznam objektů\n" #~ "Did jste, že můžete zobrazit všechny objekty/části v seznamu a změnit "
"Did jste, že můžete zobrazit všechny objekty/části v seznamu a změnit " #~ "nastavení pro každý objekt/část?"
"nastavení pro každý objekt/část?"
#: resources/data/hints.ini: [hint:Simplify Model] #~ msgid ""
msgid "" #~ "Simplify Model\n"
"Simplify Model\n" #~ "Did you know that you can reduce the number of triangles in a mesh using "
"Did you know that you can reduce the number of triangles in a mesh using the " #~ "the Simplify mesh feature? Right-click the model and select Simplify "
"Simplify mesh feature? Right-click the model and select Simplify model. Read " #~ "model. Read more in the documentation."
"more in the documentation." #~ msgstr ""
msgstr "" #~ "Zjednodušte model\n"
"Zjednodušte model\n" #~ "Did jste, že můžete snížit počet trojúhelníků v síti pomocí funkce "
"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 "
"Zjednodušit síť? Klikněte pravým tlačítkem na model a vyberte Zjednodušit " #~ "model. Více v dokumentaci."
"model. Více v dokumentaci."
#: resources/data/hints.ini: [hint:Slicing Parameter Table] #~ msgid ""
msgid "" #~ "Slicing Parameter Table\n"
"Slicing Parameter Table\n" #~ "Did you know that you can view all objects/parts on a table and change "
"Did you know that you can view all objects/parts on a table and change " #~ "settings for each object/part?"
"settings for each object/part?" #~ msgstr ""
msgstr "" #~ "Tabulka parametrů dělení\n"
"Tabulka parametrů dělení\n" #~ "Did jste, že můžete zobrazit všechny objekty/části v tabulce a změnit "
"Did jste, že můžete zobrazit všechny objekty/části v tabulce a změnit " #~ "nastavení pro každý objekt/část?"
"nastavení pro každý objekt/část?"
#: resources/data/hints.ini: [hint:Split to Objects/Parts] #~ msgid ""
msgid "" #~ "Split to Objects/Parts\n"
"Split to Objects/Parts\n" #~ "Did you know that you can split a big object into small ones for easy "
"Did you know that you can split a big object into small ones for easy " #~ "colorizing or printing?"
"colorizing or printing?" #~ msgstr ""
msgstr "" #~ "Rozdělit na objekty/části\n"
"Rozdělit na objekty/části\n" #~ "Didi jste, že velký objekt můžete rozdělit na malé pro snadné obarvení "
"Didi jste, že velký objekt můžete rozdělit na malé pro snadné obarvení nebo " #~ "nebo tisk?"
"tisk?"
#: resources/data/hints.ini: [hint:Subtract a Part] #~ msgid ""
msgid "" #~ "Subtract a Part\n"
"Subtract a Part\n" #~ "Did you know that you can subtract one mesh from another using the "
"Did you know that you can subtract one mesh from another using the Negative " #~ "Negative part modifier? That way you can, for example, create easily "
"part modifier? That way you can, for example, create easily resizable holes " #~ "resizable holes directly in Orca Slicer. Read more in the documentation."
"directly in Orca Slicer. Read more in the documentation." #~ msgstr ""
msgstr "" #~ "Odečtení dílu\n"
"Odečtení dílu\n" #~ "Did jste, že můžete odečíst jednu síť od druhé pomocí modifikátoru "
"Did jste, že můžete odečíst jednu síť od druhé pomocí modifikátoru záporné " #~ "záporné části? Tímto způsobem můžete například vytvářet snadno měnitelné "
"části? Tímto způsobem můžete například vytvářet snadno měnitelné otvory " #~ "otvory přímo v Orca Slicer. Přečtěte si více v dokumentaci."
"přímo v Orca Slicer. Přečtěte si více v dokumentaci."
#: resources/data/hints.ini: [hint:STEP] #~ msgid ""
msgid "" #~ "STEP\n"
"STEP\n" #~ "Did you know that you can improve your print quality by slicing a STEP "
"Did you know that you can improve your print quality by slicing a STEP file " #~ "file instead of an STL?\n"
"instead of an STL?\n" #~ "Orca Slicer supports slicing STEP files, providing smoother results than "
"Orca Slicer supports slicing STEP files, providing smoother results than a " #~ "a lower resolution STL. Give it a try!"
"lower resolution STL. Give it a try!" #~ msgstr ""
msgstr "" #~ "STEP\n"
"STEP\n" #~ "Did jste, že kvalitu tisku můžete zlepšit krájením souboru STEP místo "
"Did jste, že kvalitu tisku můžete zlepšit krájením souboru STEP místo STL?\n" #~ "STL?\n"
"Orca Slicer podporuje krájení souborů STEP a poskytuje hladší výsledky než " #~ "Orca Slicer podporuje krájení souborů STEP a poskytuje hladší výsledky "
"STL s nižším rozlišením. Vyzkoušejte to!" #~ "než STL s nižším rozlišením. Vyzkoušejte to!"
#: resources/data/hints.ini: [hint:Z seam location] #~ msgid ""
msgid "" #~ "Z seam location\n"
"Z seam location\n" #~ "Did you know that you can customize the location of the Z seam, and even "
"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 "
"paint it on your print, to have it in a less visible location? This improves " #~ "improves the overall look of your model. Check it out!"
"the overall look of your model. Check it out!" #~ msgstr ""
msgstr "" #~ "Umístění Z švu\n"
"Umístění Z švu\n" #~ "Did jste, že si můžete přizpůsobit umístění Z švu a dokonce jej namalovat "
"Did jste, že si můžete přizpůsobit umístění Z švu a dokonce jej namalovat na " #~ "na tisk, abyste jej měli na méně viditelném místě? To zlepšuje celkový "
"tisk, abyste jej měli na méně viditelném místě? To zlepšuje celkový vzhled " #~ "vzhled vašeho modelu. Vyzkoušejte to!"
"vašeho modelu. Vyzkoušejte to!"
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate] #~ msgid ""
msgid "" #~ "Fine-tuning for flow rate\n"
"Fine-tuning for flow rate\n" #~ "Did you know that flow rate can be fine-tuned for even better-looking "
"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 "
"prints? Depending on the material, you can improve the overall finish of the " #~ "the printed model by doing some fine-tuning."
"printed model by doing some fine-tuning." #~ msgstr ""
msgstr "" #~ "Jemné doladění průtoku\n"
"Jemné doladění průtoku\n" #~ "Did jste, že průtok lze vyladit pro ještě lépe vypadající výtisky? V "
"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 "
"závislosti na materiálu můžete vylepšit celkovou povrchovou úpravu tištěného " #~ "tištěného modelu provedením nějakého jemného doladění."
"modelu provedením nějakého jemného doladění."
#: resources/data/hints.ini: [hint:Split your prints into plates] #~ msgid ""
msgid "" #~ "Split your prints into plates\n"
"Split your prints into plates\n" #~ "Did you know that you can split a model that has a lot of parts into "
"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 "
"individual plates ready to print? This will simplify the process of keeping " #~ "keeping track of all the parts."
"track of all the parts." #~ msgstr ""
msgstr "" #~ "Rozdělit výtisky na desky\n"
"Rozdělit výtisky na desky\n" #~ "Did jste, že můžete rozdělit model, který má mnoho dílů, na jednotlivé "
"Did jste, že můžete rozdělit model, který má mnoho dílů, na jednotlivé desky " #~ "desky připravené k tisku? To zjednoduší proces sledování všech dílů."
"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 #~ msgid ""
#: Height] #~ "Speed up your print with Adaptive Layer Height\n"
msgid "" #~ "Did you know that you can print a model even faster, by using the "
"Speed up your print with Adaptive Layer Height\n" #~ "Adaptive Layer Height option? Check it out!"
"Did you know that you can print a model even faster, by using the Adaptive " #~ msgstr ""
"Layer Height option? Check it out!" #~ "Urychlete svůj tisk pomocí Adaptivní výšky vrstvy\n"
msgstr "" #~ "Did jste, že můžete tisknout model ještě rychleji pomocí možnosti "
"Urychlete svůj tisk pomocí Adaptivní výšky vrstvy\n" #~ "Adaptivní výška vrstvy? Vyzkoušejte to!"
"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 ""
msgid "" #~ "Support painting\n"
"Support painting\n" #~ "Did you know that you can paint the location of your supports? This "
"Did you know that you can paint the location of your supports? This feature " #~ "feature makes it easy to place the support material only on the sections "
"makes it easy to place the support material only on the sections of the " #~ "of the model that actually need it."
"model that actually need it." #~ msgstr ""
msgstr "" #~ "Malování podpěry\n"
"Malování podpěry\n" #~ "Did jste, že můžete namalovat umístění svých podpěr? Tato funkce "
"Did jste, že můžete namalovat umístění svých podpěr? Tato funkce usnadňuje " #~ "usnadňuje umístění podpěrného materiálu pouze na části modelu, které to "
"umístění podpěrného materiálu pouze na části modelu, které to skutečně " #~ "skutečně potřebují."
"potřebují."
#: resources/data/hints.ini: [hint:Different types of supports] #~ msgid ""
msgid "" #~ "Different types of supports\n"
"Different types of supports\n" #~ "Did you know that you can choose from multiple types of supports? Tree "
"Did you know that you can choose from multiple types of supports? Tree " #~ "supports work great for organic models, while saving filament and "
"supports work great for organic models, while saving filament and improving " #~ "improving print speed. Check them out!"
"print speed. Check them out!" #~ msgstr ""
msgstr "" #~ "Různé typy podpěr\n"
"Různé typy podpěr\n" #~ "Did jste, že si můžete vybrat z více typů podpěr? Podpěry stromu fungují "
"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 "
"skvěle pro organické modely, přičemž šetří vlákno a zlepšují rychlost tisku. " #~ "tisku. Vyzkoušejte je!"
"Vyzkoušejte je!"
#: resources/data/hints.ini: [hint:Printing Silk Filament] #~ msgid ""
msgid "" #~ "Printing Silk Filament\n"
"Printing Silk Filament\n" #~ "Did you know that Silk filament needs special consideration to print it "
"Did you know that Silk filament needs special consideration to print it " #~ "successfully? Higher temperature and lower speed are always recommended "
"successfully? Higher temperature and lower speed are always recommended for " #~ "for the best results."
"the best results." #~ msgstr ""
msgstr "" #~ "Tisk hedvábného vlákna\n"
"Tisk hedvábného vlákna\n" #~ "Did jste, že hedvábný filament vyžaduje zvláštní pozornost, aby byl "
"Did jste, že hedvábný filament vyžaduje zvláštní pozornost, aby byl úspěšný? " #~ "úspěšný? Pro dosažení nejlepších výsledků se vždy doporučuje vyšší "
"Pro dosažení nejlepších výsledků se vždy doporučuje vyšší teplota a nižší " #~ "teplota a nižší rychlost."
"rychlost."
#: resources/data/hints.ini: [hint:Brim for better adhesion] #~ msgid ""
msgid "" #~ "Brim for better adhesion\n"
"Brim for better adhesion\n" #~ "Did you know that when printing models have a small contact interface "
"Did you know that when printing models have a small contact interface with " #~ "with the printing surface, it's recommended to use a brim?"
"the printing surface, it's recommended to use a brim?" #~ msgstr ""
msgstr "" #~ "Okraj pro lepší přilnavost\n"
"Okraj pro lepší přilnavost\n" #~ "Did jste, že když tiskové modely mají malé kontaktní rozhraní s tiskovou "
"Did jste, že když tiskové modely mají malé kontaktní rozhraní s tiskovou " #~ "plochou, doporučuje se použít okraj?"
"plochou, doporučuje se použít okraj?"
#: resources/data/hints.ini: [hint:Set parameters for multiple objects] #~ msgid ""
msgid "" #~ "Set parameters for multiple objects\n"
"Set parameters for multiple objects\n" #~ "Did you know that you can set slicing parameters for all selected objects "
"Did you know that you can set slicing parameters for all selected objects at " #~ "at one time?"
"one time?" #~ msgstr ""
msgstr "" #~ "Nastavit parametry pro více objektů\n"
"Nastavit parametry pro více objektů\n" #~ "Did jste, že můžete nastavit parametry krájení pro všechny vybrané "
"Did jste, že můžete nastavit parametry krájení pro všechny vybrané objekty " #~ "objekty najednou?"
"najednou?"
#: resources/data/hints.ini: [hint:Stack objects] #~ msgid ""
msgid "" #~ "Stack objects\n"
"Stack objects\n" #~ "Did you know that you can stack objects as a whole one?"
"Did you know that you can stack objects as a whole one?" #~ msgstr ""
msgstr "" #~ "Skládat objekty\n"
"Skládat objekty\n" #~ "Did jste, že můžete skládat objekty jako jeden celek?"
"Did jste, že můžete skládat objekty jako jeden celek?"
#: resources/data/hints.ini: [hint:Flush into support/objects/infill] #~ msgid ""
msgid "" #~ "Flush into support/objects/infill\n"
"Flush into support/objects/infill\n" #~ "Did you know that you can save the wasted filament by flushing them into "
"Did you know that you can save the wasted filament by flushing them into " #~ "support/objects/infill during filament change?"
"support/objects/infill during filament change?" #~ msgstr ""
msgstr "" #~ "Vypláchnout do support/objects/infill\n"
"Vypláchnout do support/objects/infill\n" #~ "Did jste, že můžete zachránit ztracené vlákno jejich vypláchnutím do "
"Did jste, že můžete zachránit ztracené vlákno jejich vypláchnutím do support/" #~ "support/objects/infill během výměny vlákna?"
"objects/infill během výměny vlákna?"
#: resources/data/hints.ini: [hint:Improve strength] #~ msgid ""
msgid "" #~ "Improve strength\n"
"Improve strength\n" #~ "Did you know that you can use more wall loops and higher sparse infill "
"Did you know that you can use more wall loops and higher sparse infill " #~ "density to improve the strength of the model?"
"density to improve the strength of the model?" #~ msgstr ""
msgstr "" #~ "Zlepšete pevnost\n"
"Zlepšete pevnost\n" #~ "Did jste, že ke zlepše pevnosti modelu můžete použít více smyček na "
"Did jste, že ke zlepšení pevnosti modelu můžete použít více smyček na stěně " #~ "stěně a vyšší hustotu výplně?"
"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" #~ msgid "Bridge direction"
#~ msgstr "Směr mostu" #~ msgstr "Směr mostu"

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: \n"
"Last-Translator: Heiko Liebscher <hliebschergmail.com>\n" "Last-Translator: Heiko Liebscher <hliebschergmail.com>\n"
"Language-Team: \n" "Language-Team: \n"
@@ -841,7 +841,7 @@ msgid "Load..."
msgstr "Laden..." msgstr "Laden..."
msgid "Orca Cube" msgid "Orca Cube"
msgstr "" msgstr "Orca Würfel"
msgid "3DBenchy" msgid "3DBenchy"
msgstr "" msgstr ""
@@ -850,7 +850,7 @@ msgid "Autodesk FDM Test"
msgstr "" msgstr ""
msgid "Voron Cube" msgid "Voron Cube"
msgstr "" msgstr "Voron Würfel"
msgid "Cube" msgid "Cube"
msgstr "Würfel" msgstr "Würfel"
@@ -1949,8 +1949,11 @@ msgstr ""
msgid "You need to select the material type and color first." msgid "You need to select the material type and color first."
msgstr "Sie müssen zuerst den Materialtyp und die Farbe auswählen." msgstr "Sie müssen zuerst den Materialtyp und die Farbe auswählen."
msgid "Other color" msgid "Other Color"
msgstr "Andere Farbe" msgstr ""
msgid "Custom Color"
msgstr ""
msgid "Dynamic flow calibration" msgid "Dynamic flow calibration"
msgstr "Dynamische Flusskalibrierung" msgstr "Dynamische Flusskalibrierung"
@@ -6641,6 +6644,9 @@ msgstr ""
msgid "No extrusions under current settings." msgid "No extrusions under current settings."
msgstr "Keine Extrusion unter den aktuellen Einstellungen." msgstr "Keine Extrusion unter den aktuellen Einstellungen."
msgid "Bed temperatures for the used filaments differ significantly."
msgstr ""
msgid "" msgid ""
"Smooth mode of timelapse is not supported when \"by object\" sequence is " "Smooth mode of timelapse is not supported when \"by object\" sequence is "
"enabled." "enabled."
@@ -7315,17 +7321,12 @@ msgid "Internal bridge support thickness"
msgstr "Dicke der internen Brückenstützen" msgstr "Dicke der internen Brückenstützen"
msgid "" msgid ""
"If enabled, Studio will generate support loops under the contours of " "If enabled, support loops will be generated under the contours of internal "
"internal bridges.These support loops could prevent internal bridges from " "bridges.These support loops could prevent internal bridges from extruding "
"extruding over the air and improve the top surface quality, especially when " "over the air and improve the top surface quality, especially when the sparse "
"the sparse infill density is low.This value determines the thickness of the " "infill density is low.This value determines the thickness of the support "
"support loops. 0 means disable this feature" "loops. 0 means disable this feature"
msgstr "" 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" msgid "Top surface pattern"
msgstr "Muster der Oberfläche" msgstr "Muster der Oberfläche"
@@ -7712,6 +7713,66 @@ msgstr "Kubisch Stützen"
msgid "Lightning" msgid "Lightning"
msgstr "Blitz" 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" msgid "Acceleration of outer walls"
msgstr "Beschleunigung Außenwände" msgstr "Beschleunigung Außenwände"
@@ -8629,6 +8690,14 @@ msgstr "Rückseite"
msgid "Random" msgid "Random"
msgstr "Zufall" 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" msgid "Seam gap"
msgstr "Naht Zwischenraum" msgstr "Naht Zwischenraum"
@@ -8705,6 +8774,12 @@ msgid "Number of loops for the skirt. Zero means disabling skirt"
msgstr "" msgstr ""
"Anzahl der Ringe für die Umrandung. Null bedeutet Deaktivierung der Umrandung" "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 "" msgid ""
"The printing speed in exported gcode will be slowed down, when the estimated " "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" "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." "CA-Datei in den Zertifikatspeicher / das Schlüsselbund."
msgid "Connection to printers connected via the print host failed." 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 "" msgstr ""
"3D-Szenenbedienung\n" "Die Verbindung zu den über den Druck-Host verbundenen Druckern ist "
"Wissen Sie, wie Sie die Ansicht und die Auswahl von Objekten/Teilen in der " "fehlgeschlagen."
"3D-Szene mit der Maus und dem Touchpad steuern können?"
#: resources/data/hints.ini: [hint:Cut Tool] #~ msgid "Other color"
msgid "" #~ msgstr "Andere Farbe"
"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:Fix Model] #~ msgid ""
msgid "" #~ "3D Scene Operations\n"
"Fix Model\n" #~ "Did you know how to control view and object/part selection with mouse and "
"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing " #~ "touchpanel in the 3D scene?"
"problems?" #~ msgstr ""
msgstr "" #~ "3D-Szenenbedienung\n"
"Modell reparieren\n" #~ "Wissen Sie, wie Sie die Ansicht und die Auswahl von Objekten/Teilen in "
"Wussten Sie, dass Sie ein beschädigtes 3D-Modell reparieren können, um viele " #~ "der 3D-Szene mit der Maus und dem Touchpad steuern können?"
"Probleme beim Slicen zu vermeiden?"
#: resources/data/hints.ini: [hint:Timelapse] #~ msgid ""
msgid "" #~ "Cut Tool\n"
"Timelapse\n" #~ "Did you know that you can cut a model at any angle and position with the "
"Did you know that you can generate a timelapse video during each print?" #~ "cutting tool?"
msgstr "" #~ msgstr ""
"Zeitraffer\n" #~ "Schnittwerkzeug\n"
"Wussten Sie, dass Sie bei jedem Druck ein Zeitraffervideo erstellen können?" #~ "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 ""
msgid "" #~ "Fix Model\n"
"Auto-Arrange\n" #~ "Did you know that you can fix a corrupted 3D model to avoid a lot of "
"Did you know that you can auto-arrange all objects in your project?" #~ "slicing problems?"
msgstr "" #~ msgstr ""
"Automatisch anordnen\n" #~ "Modell reparieren\n"
"Wussten Sie, dass Sie alle Objekte in Ihrem Projekt automatisch anordnen " #~ "Wussten Sie, dass Sie ein beschädigtes 3D-Modell reparieren können, um "
"können?" #~ "viele Probleme beim Slicen zu vermeiden?"
#: resources/data/hints.ini: [hint:Auto-Orient] #~ msgid ""
msgid "" #~ "Timelapse\n"
"Auto-Orient\n" #~ "Did you know that you can generate a timelapse video during each print?"
"Did you know that you can rotate objects to an optimal orientation for " #~ msgstr ""
"printing by a simple click?" #~ "Zeitraffer\n"
msgstr "" #~ "Wussten Sie, dass Sie bei jedem Druck ein Zeitraffervideo erstellen "
"Automatische Ausrichtung\n" #~ "können?"
"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:Lay on Face] #~ msgid ""
msgid "" #~ "Auto-Arrange\n"
"Lay on Face\n" #~ "Did you know that you can auto-arrange all objects in your project?"
"Did you know that you can quickly orient a model so that one of its faces " #~ msgstr ""
"sits on the print bed? Select the \"Place on face\" function or press the " #~ "Automatisch anordnen\n"
"<b>F</b> key." #~ "Wussten Sie, dass Sie alle Objekte in Ihrem Projekt automatisch anordnen "
msgstr "" #~ "können?"
"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:Object List] #~ msgid ""
msgid "" #~ "Auto-Orient\n"
"Object List\n" #~ "Did you know that you can rotate objects to an optimal orientation for "
"Did you know that you can view all objects/parts in a list and change " #~ "printing by a simple click?"
"settings for each object/part?" #~ msgstr ""
msgstr "" #~ "Automatische Ausrichtung\n"
"Objekt-Liste\n" #~ "Wussten Sie schon, dass Sie Objekte mit einem einfachen Klick in eine für "
"Wussten Sie, dass Sie alle Objekte/Teile in einer Liste anzeigen und die " #~ "den Druck optimale Ausrichtung drehen können?"
"Einstellungen für jedes Objekt/Teil ändern können?"
#: resources/data/hints.ini: [hint:Simplify Model] #~ msgid ""
msgid "" #~ "Lay on Face\n"
"Simplify Model\n" #~ "Did you know that you can quickly orient a model so that one of its faces "
"Did you know that you can reduce the number of triangles in a mesh using the " #~ "sits on the print bed? Select the \"Place on face\" function or press the "
"Simplify mesh feature? Right-click the model and select Simplify model. Read " #~ "<b>F</b> key."
"more in the documentation." #~ msgstr ""
msgstr "" #~ "Auf Fläche legen\n"
"Modell vereinfachen\n" #~ "Wussten Sie, dass Sie ein Modell schnell so ausrichten können, dass eine "
"Wussten Sie schon, dass Sie die Anzahl der Dreiecke in einem Netz mit der " #~ "seiner Flächen auf dem Druckbett liegt? Wählen Sie die Funktion \"Auf "
"Funktion \"Netz vereinfachen\" reduzieren können? Klicken Sie mit der " #~ "Fläche legen\" oder drücken Sie die Taste <b>F</b>."
"rechten Maustaste auf das Modell und wählen Sie \"Modell vereinfachen\". "
"Weitere Informationen finden Sie in der Dokumentation."
#: resources/data/hints.ini: [hint:Slicing Parameter Table] #~ msgid ""
msgid "" #~ "Object List\n"
"Slicing Parameter Table\n" #~ "Did you know that you can view all objects/parts in a list and change "
"Did you know that you can view all objects/parts on a table and change " #~ "settings for each object/part?"
"settings for each object/part?" #~ msgstr ""
msgstr "" #~ "Objekt-Liste\n"
"Parametertabelle für das Slicen\n" #~ "Wussten Sie, dass Sie alle Objekte/Teile in einer Liste anzeigen und die "
"Wussten Sie, dass Sie alle Objekte/Teile in einer Tabelle anzeigen und die " #~ "Einstellungen für jedes Objekt/Teil ändern können?"
"Einstellungen für jedes Objekt/Teil ändern können?"
#: resources/data/hints.ini: [hint:Split to Objects/Parts] #~ msgid ""
msgid "" #~ "Simplify Model\n"
"Split to Objects/Parts\n" #~ "Did you know that you can reduce the number of triangles in a mesh using "
"Did you know that you can split a big object into small ones for easy " #~ "the Simplify mesh feature? Right-click the model and select Simplify "
"colorizing or printing?" #~ "model. Read more in the documentation."
msgstr "" #~ msgstr ""
"In Objekte/Teile aufteilen\n" #~ "Modell vereinfachen\n"
"Wussten Sie, dass Sie ein großes Objekt in kleine Teile aufteilen können, um " #~ "Wussten Sie schon, dass Sie die Anzahl der Dreiecke in einem Netz mit der "
"es leichter einzufärben oder drucken zu können?" #~ "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 ""
msgid "" #~ "Slicing Parameter Table\n"
"Subtract a Part\n" #~ "Did you know that you can view all objects/parts on a table and change "
"Did you know that you can subtract one mesh from another using the Negative " #~ "settings for each object/part?"
"part modifier? That way you can, for example, create easily resizable holes " #~ msgstr ""
"directly in Orca Slicer. Read more in the documentation." #~ "Parametertabelle für das Slicen\n"
msgstr "" #~ "Wussten Sie, dass Sie alle Objekte/Teile in einer Tabelle anzeigen und "
"Ein Teil subtrahieren\n" #~ "die Einstellungen für jedes Objekt/Teil ändern können?"
"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:STEP] #~ msgid ""
msgid "" #~ "Split to Objects/Parts\n"
"STEP\n" #~ "Did you know that you can split a big object into small ones for easy "
"Did you know that you can improve your print quality by slicing a STEP file " #~ "colorizing or printing?"
"instead of an STL?\n" #~ msgstr ""
"Orca Slicer supports slicing STEP files, providing smoother results than a " #~ "In Objekte/Teile aufteilen\n"
"lower resolution STL. Give it a try!" #~ "Wussten Sie, dass Sie ein großes Objekt in kleine Teile aufteilen können, "
msgstr "" #~ "um es leichter einzufärben oder drucken zu können?"
"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:Z seam location] #~ msgid ""
msgid "" #~ "Subtract a Part\n"
"Z seam location\n" #~ "Did you know that you can subtract one mesh from another using the "
"Did you know that you can customize the location of the Z seam, and even " #~ "Negative part modifier? That way you can, for example, create easily "
"paint it on your print, to have it in a less visible location? This improves " #~ "resizable holes directly in Orca Slicer. Read more in the documentation."
"the overall look of your model. Check it out!" #~ msgstr ""
msgstr "" #~ "Ein Teil subtrahieren\n"
"Position der Z-Naht\n" #~ "Wussten Sie, dass Sie mit dem \"negatives Teil Modifikator\" ein Netz von "
"Wussten Sie, dass Sie die Position der Z-Naht anpassen und sie sogar auf " #~ "einem anderen subtrahieren können? Auf diese Weise können Sie z.B. leicht "
"Ihren Druck malen können, um sie an einer weniger sichtbaren Stelle " #~ "veränderbare Löcher direkt in Bambu Studio erstellen. Lesen Sie mehr dazu "
"anzubringen? Dadurch wird das Gesamtbild Ihres Modells verbessert. Probiere " #~ "in der Dokumentation."
"es aus!"
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate] #~ msgid ""
msgid "" #~ "STEP\n"
"Fine-tuning for flow rate\n" #~ "Did you know that you can improve your print quality by slicing a STEP "
"Did you know that flow rate can be fine-tuned for even better-looking " #~ "file instead of an STL?\n"
"prints? Depending on the material, you can improve the overall finish of the " #~ "Orca Slicer supports slicing STEP files, providing smoother results than "
"printed model by doing some fine-tuning." #~ "a lower resolution STL. Give it a try!"
msgstr "" #~ msgstr ""
"Feineinstellung der Flussrate\n" #~ "STEP\n"
"Wussten Sie, dass die Flussgeschwindigkeit des Filament fein eingestellt " #~ "Wussten Sie, dass Sie Ihre Druckqualität verbessern können, indem Sie "
"werden kann, um noch besser aussehende Drucke zu erhalten? Je nach Material " #~ "eine STEP-Datei anstelle einer STL-Datei slicen?\n"
"können Sie das Gesamtergebnis des gedruckten Modells verbessern, indem Sie " #~ "Bambu Studio unterstützt das Slicen von STEP-Dateien und liefert glattere "
"eine Feineinstellung vornehmen." #~ "Ergebnisse als eine STL mit geringerer Auflösung. Probiere es aus!"
#: resources/data/hints.ini: [hint:Split your prints into plates] #~ msgid ""
msgid "" #~ "Z seam location\n"
"Split your prints into plates\n" #~ "Did you know that you can customize the location of the Z seam, and even "
"Did you know that you can split a model that has a lot of parts into " #~ "paint it on your print, to have it in a less visible location? This "
"individual plates ready to print? This will simplify the process of keeping " #~ "improves the overall look of your model. Check it out!"
"track of all the parts." #~ msgstr ""
msgstr "" #~ "Position der Z-Naht\n"
"Drucke in mehrere Druckplatten aufteilen\n" #~ "Wussten Sie, dass Sie die Position der Z-Naht anpassen und sie sogar auf "
"Wussten Sie, dass Sie ein Modell, das aus vielen Teilen besteht, in einzelne " #~ "Ihren Druck malen können, um sie an einer weniger sichtbaren Stelle "
"Druckplatten aufteilen können? Dadurch wird es einfacher, den Überblick über " #~ "anzubringen? Dadurch wird das Gesamtbild Ihres Modells verbessert. "
"alle Teile zu behalten." #~ "Probiere es aus!"
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer #~ msgid ""
#: Height] #~ "Fine-tuning for flow rate\n"
msgid "" #~ "Did you know that flow rate can be fine-tuned for even better-looking "
"Speed up your print with Adaptive Layer Height\n" #~ "prints? Depending on the material, you can improve the overall finish of "
"Did you know that you can print a model even faster, by using the Adaptive " #~ "the printed model by doing some fine-tuning."
"Layer Height option? Check it out!" #~ msgstr ""
msgstr "" #~ "Feineinstellung der Flussrate\n"
"Beschleunigen Sie Ihren Druck mit adaptiven Schichthöhe\n" #~ "Wussten Sie, dass die Flussgeschwindigkeit des Filament fein eingestellt "
"Wussten Sie, dass Sie ein Modell noch schneller drucken können, wenn Sie die " #~ "werden kann, um noch besser aussehende Drucke zu erhalten? Je nach "
"Option \"Adaptive Schichthöhe\" verwenden? Probiere es aus!" #~ "Material können Sie das Gesamtergebnis des gedruckten Modells verbessern, "
#~ "indem Sie eine Feineinstellung vornehmen."
#: resources/data/hints.ini: [hint:Support painting] #~ msgid ""
msgid "" #~ "Split your prints into plates\n"
"Support painting\n" #~ "Did you know that you can split a model that has a lot of parts into "
"Did you know that you can paint the location of your supports? This feature " #~ "individual plates ready to print? This will simplify the process of "
"makes it easy to place the support material only on the sections of the " #~ "keeping track of all the parts."
"model that actually need it." #~ msgstr ""
msgstr "" #~ "Drucke in mehrere Druckplatten aufteilen\n"
"Stützen malen\n" #~ "Wussten Sie, dass Sie ein Modell, das aus vielen Teilen besteht, in "
"Wussten Sie, dass Sie die Position der Stützen aufmalen können? Diese " #~ "einzelne Druckplatten aufteilen können? Dadurch wird es einfacher, den "
"Funktion macht es möglich, das Stützmaterial nur auf die Bereiche des " #~ "Überblick über alle Teile zu behalten."
"Modells zu platzieren, die es tatsächlich benötigen."
#: resources/data/hints.ini: [hint:Different types of supports] #~ msgid ""
msgid "" #~ "Speed up your print with Adaptive Layer Height\n"
"Different types of supports\n" #~ "Did you know that you can print a model even faster, by using the "
"Did you know that you can choose from multiple types of supports? Tree " #~ "Adaptive Layer Height option? Check it out!"
"supports work great for organic models, while saving filament and improving " #~ msgstr ""
"print speed. Check them out!" #~ "Beschleunigen Sie Ihren Druck mit adaptiven Schichthöhe\n"
msgstr "" #~ "Wussten Sie, dass Sie ein Modell noch schneller drucken können, wenn Sie "
"Verschiedene Arten von Stützstrukturen\n" #~ "die Option \"Adaptive Schichthöhe\" verwenden? Probiere es aus!"
"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:Printing Silk Filament] #~ msgid ""
msgid "" #~ "Support painting\n"
"Printing Silk Filament\n" #~ "Did you know that you can paint the location of your supports? This "
"Did you know that Silk filament needs special consideration to print it " #~ "feature makes it easy to place the support material only on the sections "
"successfully? Higher temperature and lower speed are always recommended for " #~ "of the model that actually need it."
"the best results." #~ msgstr ""
msgstr "" #~ "Stützen malen\n"
"Drucken von Silkfilamenten\n" #~ "Wussten Sie, dass Sie die Position der Stützen aufmalen können? Diese "
"Wussten Sie, dass Silkfilamente besondere Bedingungen erfordern, um " #~ "Funktion macht es möglich, das Stützmaterial nur auf die Bereiche des "
"erfolgreich gedruckt zu werden? Eine höhere Temperatur und eine niedrigere " #~ "Modells zu platzieren, die es tatsächlich benötigen."
"Geschwindigkeit werden immer empfohlen, um die besten Ergebnisse zu erzielen."
#: resources/data/hints.ini: [hint:Brim for better adhesion] #~ msgid ""
msgid "" #~ "Different types of supports\n"
"Brim for better adhesion\n" #~ "Did you know that you can choose from multiple types of supports? Tree "
"Did you know that when printing models have a small contact interface with " #~ "supports work great for organic models, while saving filament and "
"the printing surface, it's recommended to use a brim?" #~ "improving print speed. Check them out!"
msgstr "" #~ msgstr ""
"Rand für bessere Haftung\n" #~ "Verschiedene Arten von Stützstrukturen\n"
"Wussten Sie, dass bei gedruckten Modellen, die eine kleine Kontaktfläche mit " #~ "Wussten Sie, dass Sie zwischen verschiedenen Arten von Stützen wählen "
"der Druckoberfläche haben, die Verwendung eines Randes empfohlen wird?" #~ "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 ""
msgid "" #~ "Printing Silk Filament\n"
"Set parameters for multiple objects\n" #~ "Did you know that Silk filament needs special consideration to print it "
"Did you know that you can set slicing parameters for all selected objects at " #~ "successfully? Higher temperature and lower speed are always recommended "
"one time?" #~ "for the best results."
msgstr "" #~ msgstr ""
"Parameter für mehrere Objekte festlegen\n" #~ "Drucken von Silkfilamenten\n"
"Wussten Sie schon, dass Sie die Slicingparameter für alle ausgewählten " #~ "Wussten Sie, dass Silkfilamente besondere Bedingungen erfordern, um "
"Objekte gleichzeitig festlegen können?" #~ "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 ""
msgid "" #~ "Brim for better adhesion\n"
"Stack objects\n" #~ "Did you know that when printing models have a small contact interface "
"Did you know that you can stack objects as a whole one?" #~ "with the printing surface, it's recommended to use a brim?"
msgstr "" #~ msgstr ""
"Objekte stapeln\n" #~ "Rand für bessere Haftung\n"
"Wussten Sie, dass Sie Objekte als Ganzes stapeln können?" #~ "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 ""
msgid "" #~ "Set parameters for multiple objects\n"
"Flush into support/objects/infill\n" #~ "Did you know that you can set slicing parameters for all selected objects "
"Did you know that you can save the wasted filament by flushing them into " #~ "at one time?"
"support/objects/infill during filament change?" #~ msgstr ""
msgstr "" #~ "Parameter für mehrere Objekte festlegen\n"
"Reinigen in Stützstrukturen/Objekten/Füllungen\n" #~ "Wussten Sie schon, dass Sie die Slicingparameter für alle ausgewählten "
"Wussten Sie schon, dass Sie die Menge an verschwendetem Filament reduzieren " #~ "Objekte gleichzeitig festlegen können?"
"können, indem Sie es während des Filamentwechsels in Stützstrukturen/"
"Objekten/Füllungen reinigen?"
#: resources/data/hints.ini: [hint:Improve strength] #~ msgid ""
msgid "" #~ "Stack objects\n"
"Improve strength\n" #~ "Did you know that you can stack objects as a whole one?"
"Did you know that you can use more wall loops and higher sparse infill " #~ msgstr ""
"density to improve the strength of the model?" #~ "Objekte stapeln\n"
msgstr "" #~ "Wussten Sie, dass Sie Objekte als Ganzes stapeln können?"
"Festigkeit verbessern\n"
"Wussten Sie, dass Sie die Festigkeit des Modells durch mehr Wandschleifen " #~ msgid ""
"und eine höhere Dichte der Füllung verbessern können?" #~ "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 #, fuzzy
#~ msgid "Send to print" #~ msgid "Send to print"

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: \n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@@ -1872,7 +1872,10 @@ msgstr ""
msgid "You need to select the material type and color first." msgid "You need to select the material type and color first."
msgstr "" msgstr ""
msgid "Other color" msgid "Other Color"
msgstr ""
msgid "Custom Color"
msgstr "" msgstr ""
msgid "Dynamic flow calibration" msgid "Dynamic flow calibration"
@@ -6247,6 +6250,9 @@ msgstr ""
msgid "No extrusions under current settings." msgid "No extrusions under current settings."
msgstr "No extrusions under current settings." msgstr "No extrusions under current settings."
msgid "Bed temperatures for the used filaments differ significantly."
msgstr ""
msgid "" msgid ""
"Smooth mode of timelapse is not supported when \"by object\" sequence is " "Smooth mode of timelapse is not supported when \"by object\" sequence is "
"enabled." "enabled."
@@ -6849,11 +6855,11 @@ msgid "Internal bridge support thickness"
msgstr "" msgstr ""
msgid "" msgid ""
"If enabled, Studio will generate support loops under the contours of " "If enabled, support loops will be generated under the contours of internal "
"internal bridges.These support loops could prevent internal bridges from " "bridges.These support loops could prevent internal bridges from extruding "
"extruding over the air and improve the top surface quality, especially when " "over the air and improve the top surface quality, especially when the sparse "
"the sparse infill density is low.This value determines the thickness of the " "infill density is low.This value determines the thickness of the support "
"support loops. 0 means disable this feature" "loops. 0 means disable this feature"
msgstr "" msgstr ""
msgid "Top surface pattern" msgid "Top surface pattern"
@@ -7208,6 +7214,45 @@ msgstr ""
msgid "Lightning" msgid "Lightning"
msgstr "" 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" msgid "Acceleration of outer walls"
msgstr "" msgstr ""
@@ -8026,6 +8071,14 @@ msgstr "Back"
msgid "Random" msgid "Random"
msgstr "" 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" msgid "Seam gap"
msgstr "" msgstr ""
@@ -8082,6 +8135,12 @@ msgid "Number of loops for the skirt. Zero means disabling skirt"
msgstr "" msgstr ""
"This is the number of loops for the skirt. 0 means the skirt is disabled." "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 "" msgid ""
"The printing speed in exported gcode will be slowed down, when the estimated " "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" "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." msgid "Connection to printers connected via the print host failed."
msgstr "" 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 #, fuzzy
#~ msgid "Send to print" #~ msgid "Send to print"
#~ msgstr "Send to printer" #~ msgstr "Send to printer"

File diff suppressed because it is too large Load Diff

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: \n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Guislain Cyril\n" "Language-Team: Guislain Cyril\n"
@@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n==0 || n==1) ? 0 : 1;\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" msgid "Supports Painting"
msgstr "Peindre les supports" msgstr "Peindre les supports"
@@ -1939,8 +1939,11 @@ msgstr ""
msgid "You need to select the material type and color first." msgid "You need to select the material type and color first."
msgstr "Vous devez dabord sélectionner le type de matériau et la couleur." msgstr "Vous devez dabord sélectionner le type de matériau et la couleur."
msgid "Other color" msgid "Other Color"
msgstr "Autres couleurs" msgstr ""
msgid "Custom Color"
msgstr ""
msgid "Dynamic flow calibration" msgid "Dynamic flow calibration"
msgstr "Calibration dynamique du débit" msgstr "Calibration dynamique du débit"
@@ -3419,10 +3422,10 @@ msgid "Pressure advance"
msgstr "Pressure Advance" msgstr "Pressure Advance"
msgid "Retraction test" msgid "Retraction test"
msgstr "" msgstr "Test de rétraction"
msgid "Orca Tolerance Test" msgid "Orca Tolerance Test"
msgstr "" msgstr "Test de tolérance Orca"
msgid "Max flowrate" msgid "Max flowrate"
msgstr "Débit maximal" msgstr "Débit maximal"
@@ -5620,10 +5623,10 @@ msgid "Printable space"
msgstr "Espace imprimable" msgstr "Espace imprimable"
msgid "Cooling Fan" msgid "Cooling Fan"
msgstr "" msgstr "Ventilateur de refroidissement"
msgid "Fan speed-up time" msgid "Fan speed-up time"
msgstr "" msgstr "Durée daccélération du ventilateur"
msgid "Extruder Clearance" msgid "Extruder Clearance"
msgstr "Tête dimpression" msgstr "Tête dimpression"
@@ -6634,6 +6637,9 @@ msgstr ""
msgid "No extrusions under current settings." msgid "No extrusions under current settings."
msgstr "Aucune extrusion dans les paramètres actuels." msgstr "Aucune extrusion dans les paramètres actuels."
msgid "Bed temperatures for the used filaments differ significantly."
msgstr ""
msgid "" msgid ""
"Smooth mode of timelapse is not supported when \"by object\" sequence is " "Smooth mode of timelapse is not supported when \"by object\" sequence is "
"enabled." "enabled."
@@ -7310,18 +7316,12 @@ msgid "Internal bridge support thickness"
msgstr "Épaisseur des supports de ponts internes" msgstr "Épaisseur des supports de ponts internes"
msgid "" msgid ""
"If enabled, Studio will generate support loops under the contours of " "If enabled, support loops will be generated under the contours of internal "
"internal bridges.These support loops could prevent internal bridges from " "bridges.These support loops could prevent internal bridges from extruding "
"extruding over the air and improve the top surface quality, especially when " "over the air and improve the top surface quality, especially when the sparse "
"the sparse infill density is low.This value determines the thickness of the " "infill density is low.This value determines the thickness of the support "
"support loops. 0 means disable this feature" "loops. 0 means disable this feature"
msgstr "" 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" msgid "Top surface pattern"
msgstr "Motif des surfaces supérieures" msgstr "Motif des surfaces supérieures"
@@ -7712,6 +7712,64 @@ msgstr "Support cubique"
msgid "Lightning" msgid "Lightning"
msgstr "Éclair" msgstr "Éclair"
msgid "Sparse infill anchor length"
msgstr "Longueur de lancrage 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. Sil est exprimé en pourcentage "
"(exemple : 15%), il est calculé sur la largeur de lextrusion de "
"remplissage. Si aucun segment de périmètre plus court que infill_anchor_max "
"nest trouvé, la ligne de remplissage est connectée à un segment de "
"périmètre dun 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 dancrage connectés à une seule "
"ligne de remplissage."
msgid "0 (no open anchors)"
msgstr "0 (pas dancres ouvertes)"
msgid "1000 (unlimited)"
msgstr "1000 (illimité)"
msgid "Maximum length of the infill anchor"
msgstr "Longueur maximale de lancrage 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. Sil est exprimé en pourcentage "
"(exemple : 15 %), il est calculé sur la largeur de lextrusion 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 nest 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"
"Sil est défini sur 0, lancien algorithme de connexion de remplissage sera "
"utilisé, il devrait créer le même résultat quavec 1000 et 0."
msgid "0 (Simple connect)"
msgstr "0 (connexions simples)"
msgid "Acceleration of outer walls" msgid "Acceleration of outer walls"
msgstr "Accélération des parois extérieures" 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" msgstr "Vitesse de déplacement de la couche initiale"
msgid "Number of slow layers" msgid "Number of slow layers"
msgstr "" msgstr "Nombre de couches lentes"
msgid "" msgid ""
"The first few layers are printed slower than normal. The speed is gradually " "The first few layers are printed slower than normal. The speed is gradually "
"increased in a linear fashion over the specified number of layers." "increased in a linear fashion over the specified number of layers."
msgstr "" 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" msgid "Initial layer nozzle temperature"
msgstr "Température de la buse de la couche initiale" 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 " "\"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." "maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
msgstr "" msgstr ""
"La vitesse du ventilateur augmentera de manière linéaire à partir de zéro à "
"la couche \"close_fan_the_first_x_layers\" jusquau maximum à la couche "
"\"full_fan_speed_layer\". \"full_fan_speed_layer\" sera ignoré sil 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" msgid "Support interface fan speed"
msgstr "" msgstr "Vitesse du ventilateur"
msgid "" msgid ""
"This fan speed is enforced during all support interfaces, to be able to " "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" "Set to -1 to disable this override.\n"
"Can only be overriden by disable_fan_first_layers." "Can only be overriden by disable_fan_first_layers."
msgstr "" 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 "" msgid ""
"Randomly jitter while printing the wall, so that the surface has a rough " "Randomly jitter while printing the wall, so that the surface has a rough "
@@ -8005,15 +8077,25 @@ msgid ""
"gcode' is activated.\n" "gcode' is activated.\n"
"Use 0 to deactivate." "Use 0 to deactivate."
msgstr "" 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 (lajustement arc nest 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" msgid "Only overhangs"
msgstr "" msgstr "Sur les surplombs uniquement"
msgid "Will only take into account the delay for the cooling of overhangs." 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" msgid "Fan kick-start time"
msgstr "" msgstr "Durée de démarrage du ventilateur"
msgid "" msgid ""
"Emit a max fan speed command for this amount of seconds before reducing to " "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" "fan started spinning from a stop, or to get the fan up to speed faster.\n"
"Set to 0 to deactivate." "Set to 0 to deactivate."
msgstr "" 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" msgid "G-code flavor"
msgstr "Version de G-code" msgstr "Version de G-code"
@@ -8599,6 +8688,14 @@ msgstr "Arrière"
msgid "Random" msgid "Random"
msgstr "Aléatoire" 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" msgid "Seam gap"
msgstr "Distance de la couture" msgstr "Distance de la couture"
@@ -8608,10 +8705,10 @@ msgid ""
"This amount can be specified in millimeters or as a percentage of the " "This amount can be specified in millimeters or as a percentage of the "
"current extruder diameter. The default value for this parameter is 15%." "current extruder diameter. The default value for this parameter is 15%."
msgstr "" msgstr ""
"Lors de lextrusion dune boucle fermée, la boucle est interrompue et " "Afin de réduire la visibilité de la couture dans une extrusion en boucle "
"raccourcie un peu pour réduire la couture.\n" "fermée, la boucle est interrompue et raccourcie dune valeur spécifiée.\n"
"Peut être en mm ou en % du diamètre actuel de la buse. La valeur par défaut " "Cette quantité peut être spécifiée en millimètres ou en pourcentage du "
"est de 15%." "diamètre actuel de la buse. La valeur par défaut de ce paramètre est 15 %."
msgid "Role base wipe speed" msgid "Role base wipe speed"
msgstr "Vitesse dessuyage basée sur la vitesse dextrusion" msgstr "Vitesse dessuyage basée sur la vitesse dextrusion"
@@ -8669,6 +8766,12 @@ msgstr "Nombre de lignes de la jupe"
msgid "Number of loops for the skirt. Zero means disabling skirt" msgid "Number of loops for the skirt. Zero means disabling skirt"
msgstr "Nombre de ligne de la jupe. Une valeur à 0 signifie aucune jupe" 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 "" msgid ""
"The printing speed in exported gcode will be slowed down, when the estimated " "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" "layer time is shorter than this value, to get better cooling for these layers"
@@ -9798,31 +9901,31 @@ msgstr ""
"Fin > Début + Intervalle)" "Fin > Début + Intervalle)"
msgid "Start retraction length: " msgid "Start retraction length: "
msgstr "" msgstr "Longueur de rétraction de début: "
msgid "End retraction length: " msgid "End retraction length: "
msgstr "" msgstr "Longueur de rétraction de fin: "
msgid "mm/mm" msgid "mm/mm"
msgstr "" msgstr "mm/mm"
msgid "Physical Printer" msgid "Physical Printer"
msgstr "Imprimante Physique" msgstr "Imprimante Physique"
msgid "Print Host upload" msgid "Print Host upload"
msgstr "" msgstr "Envoi vers limprimante hôte"
msgid "Test" msgid "Test"
msgstr "" msgstr "Tester"
msgid "Could not get a valid Printer Host reference" msgid "Could not get a valid Printer Host reference"
msgstr "" msgstr "Impossible dobtenir une référence dimprimante hôte valide"
msgid "Success!" msgid "Success!"
msgstr "" msgstr "Succès !"
msgid "Refresh Printers" msgid "Refresh Printers"
msgstr "" msgstr "Actualiser les imprimantes"
msgid "" msgid ""
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-" "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|*.*" msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*"
msgstr "" msgstr ""
"Fichiers de certificat (*.crt, *.pem)|*.crt;*.pem|Tous les fichiers|*.*"
msgid "Open CA certificate file" msgid "Open CA certificate file"
msgstr "" msgstr "Ouvrir le fichier de certificat CA"
#, c-format, boost-format #, c-format, boost-format
msgid "" msgid ""
@@ -9854,302 +9958,282 @@ msgstr ""
msgid "Connection to printers connected via the print host failed." msgid "Connection to printers connected via the print host failed."
msgstr "" msgstr ""
"La connexion aux imprimantes connectées via lhôte dimpression a échoué."
#: resources/data/hints.ini: [hint:3D Scene Operations] #~ msgid "Other color"
msgid "" #~ msgstr "Autres couleurs"
"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 "" #~ msgid ""
#~ "Angle for bridge infill pattern, which controls the start or main " #~ "3D Scene Operations\n"
#~ "direction of line" #~ "Did you know how to control view and object/part selection with mouse and "
#~ "touchpanel in the 3D scene?"
#~ msgstr "" #~ msgstr ""
#~ "Angle pour le motif de remplissage des ponts, qui contrôle le début ou la " #~ "Opérations de scène 3D\n"
#~ "direction principale de la ligne" #~ "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"

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \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" "Language: hu\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\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." msgid "You need to select the material type and color first."
msgstr "" msgstr ""
msgid "Other color" msgid "Other Color"
msgstr ""
msgid "Custom Color"
msgstr "" msgstr ""
msgid "Dynamic flow calibration" msgid "Dynamic flow calibration"
@@ -6300,6 +6303,9 @@ msgstr ""
msgid "No extrusions under current settings." msgid "No extrusions under current settings."
msgstr "A jelenlegi beállítások mellett nincsenek extrudálások." msgstr "A jelenlegi beállítások mellett nincsenek extrudálások."
msgid "Bed temperatures for the used filaments differ significantly."
msgstr ""
msgid "" msgid ""
"Smooth mode of timelapse is not supported when \"by object\" sequence is " "Smooth mode of timelapse is not supported when \"by object\" sequence is "
"enabled." "enabled."
@@ -6906,11 +6912,11 @@ msgid "Internal bridge support thickness"
msgstr "" msgstr ""
msgid "" msgid ""
"If enabled, Studio will generate support loops under the contours of " "If enabled, support loops will be generated under the contours of internal "
"internal bridges.These support loops could prevent internal bridges from " "bridges.These support loops could prevent internal bridges from extruding "
"extruding over the air and improve the top surface quality, especially when " "over the air and improve the top surface quality, especially when the sparse "
"the sparse infill density is low.This value determines the thickness of the " "infill density is low.This value determines the thickness of the support "
"support loops. 0 means disable this feature" "loops. 0 means disable this feature"
msgstr "" msgstr ""
msgid "Top surface pattern" msgid "Top surface pattern"
@@ -7268,6 +7274,45 @@ msgstr ""
msgid "Lightning" msgid "Lightning"
msgstr "" 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" msgid "Acceleration of outer walls"
msgstr "" msgstr ""
@@ -8096,6 +8141,14 @@ msgstr "Hátul"
msgid "Random" msgid "Random"
msgstr "" 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" msgid "Seam gap"
msgstr "" msgstr ""
@@ -8157,6 +8210,12 @@ msgstr ""
"Még a tárgyak előtt kerül nyomtatásra és a feladata a fúvóka " "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" "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 "" msgid ""
"The printing speed in exported gcode will be slowed down, when the estimated " "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" "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." msgid "Connection to printers connected via the print host failed."
msgstr "" 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" #~ msgid "Keep upper part"
#~ msgstr "Felső rész megtartása" #~ msgstr "Felső rész megtartása"

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \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" "Language: it\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\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." msgid "You need to select the material type and color first."
msgstr "" msgstr ""
msgid "Other color" msgid "Other Color"
msgstr ""
msgid "Custom Color"
msgstr "" msgstr ""
msgid "Dynamic flow calibration" msgid "Dynamic flow calibration"
@@ -6247,6 +6250,9 @@ msgstr ""
msgid "No extrusions under current settings." msgid "No extrusions under current settings."
msgstr "No extrusions under current settings." msgstr "No extrusions under current settings."
msgid "Bed temperatures for the used filaments differ significantly."
msgstr ""
msgid "" msgid ""
"Smooth mode of timelapse is not supported when \"by object\" sequence is " "Smooth mode of timelapse is not supported when \"by object\" sequence is "
"enabled." "enabled."
@@ -6849,11 +6855,11 @@ msgid "Internal bridge support thickness"
msgstr "" msgstr ""
msgid "" msgid ""
"If enabled, Studio will generate support loops under the contours of " "If enabled, support loops will be generated under the contours of internal "
"internal bridges.These support loops could prevent internal bridges from " "bridges.These support loops could prevent internal bridges from extruding "
"extruding over the air and improve the top surface quality, especially when " "over the air and improve the top surface quality, especially when the sparse "
"the sparse infill density is low.This value determines the thickness of the " "infill density is low.This value determines the thickness of the support "
"support loops. 0 means disable this feature" "loops. 0 means disable this feature"
msgstr "" msgstr ""
msgid "Top surface pattern" msgid "Top surface pattern"
@@ -7208,6 +7214,45 @@ msgstr ""
msgid "Lightning" msgid "Lightning"
msgstr "" 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" msgid "Acceleration of outer walls"
msgstr "" msgstr ""
@@ -8025,6 +8070,14 @@ msgstr "Back"
msgid "Random" msgid "Random"
msgstr "" 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" msgid "Seam gap"
msgstr "" msgstr ""
@@ -8081,6 +8134,12 @@ msgid "Number of loops for the skirt. Zero means disabling skirt"
msgstr "" msgstr ""
"This is the number of loops for the skirt. 0 means the skirt is disabled." "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 "" msgid ""
"The printing speed in exported gcode will be slowed down, when the estimated " "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" "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." msgid "Connection to printers connected via the print host failed."
msgstr "" 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" #~ msgid "Keep upper part"
#~ msgstr "Mantieni parte superiore" #~ msgstr "Mantieni parte superiore"

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: \n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \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." msgid "You need to select the material type and color first."
msgstr "" msgstr ""
msgid "Other color" msgid "Other Color"
msgstr ""
msgid "Custom Color"
msgstr "" msgstr ""
msgid "Dynamic flow calibration" msgid "Dynamic flow calibration"
@@ -6245,6 +6248,9 @@ msgstr ""
msgid "No extrusions under current settings." msgid "No extrusions under current settings."
msgstr "現在の設定では造形しません" msgstr "現在の設定では造形しません"
msgid "Bed temperatures for the used filaments differ significantly."
msgstr ""
msgid "" msgid ""
"Smooth mode of timelapse is not supported when \"by object\" sequence is " "Smooth mode of timelapse is not supported when \"by object\" sequence is "
"enabled." "enabled."
@@ -6843,11 +6849,11 @@ msgid "Internal bridge support thickness"
msgstr "内部ブリッジサポート厚さ" msgstr "内部ブリッジサポート厚さ"
msgid "" msgid ""
"If enabled, Studio will generate support loops under the contours of " "If enabled, support loops will be generated under the contours of internal "
"internal bridges.These support loops could prevent internal bridges from " "bridges.These support loops could prevent internal bridges from extruding "
"extruding over the air and improve the top surface quality, especially when " "over the air and improve the top surface quality, especially when the sparse "
"the sparse infill density is low.This value determines the thickness of the " "infill density is low.This value determines the thickness of the support "
"support loops. 0 means disable this feature" "loops. 0 means disable this feature"
msgstr "" msgstr ""
msgid "Top surface pattern" msgid "Top surface pattern"
@@ -7195,6 +7201,45 @@ msgstr "キュービックサポート"
msgid "Lightning" msgid "Lightning"
msgstr "ライトニング" 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" msgid "Acceleration of outer walls"
msgstr "" msgstr ""
@@ -7986,6 +8031,14 @@ msgstr "背面"
msgid "Random" msgid "Random"
msgstr "ランダム" 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" msgid "Seam gap"
msgstr "" msgstr ""
@@ -8041,6 +8094,12 @@ msgstr "スカートのループ数"
msgid "Number of loops for the skirt. Zero means disabling skirt" msgid "Number of loops for the skirt. Zero means disabling skirt"
msgstr "スカートのループ数です、値が0の場合、スカートが無効になります。" msgstr "スカートのループ数です、値が0の場合、スカートが無効になります。"
msgid "Skirt speed"
msgstr ""
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
msgstr ""
msgid "" msgid ""
"The printing speed in exported gcode will be slowed down, when the estimated " "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" "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." msgid "Connection to printers connected via the print host failed."
msgstr "" msgstr ""
#: resources/data/hints.ini: [hint:3D Scene Operations] #~ msgid ""
msgid "" #~ "3D Scene Operations\n"
"3D Scene Operations\n" #~ "Did you know how to control view and object/part selection with mouse and "
"Did you know how to control view and object/part selection with mouse and " #~ "touchpanel in the 3D scene?"
"touchpanel in the 3D scene?" #~ msgstr ""
msgstr "" #~ "3Dシーンの操作\n"
"3Dシーンの操作\n" #~ "マウスとタッチパネルで、オブジェクト/パーツの操作方法を確認しましょう"
"マウスとタッチパネルで、オブジェクト/パーツの操作方法を確認しましょう"
#: resources/data/hints.ini: [hint:Cut Tool] #~ msgid ""
msgid "" #~ "Cut Tool\n"
"Cut Tool\n" #~ "Did you know that you can cut a model at any angle and position with the "
"Did you know that you can cut a model at any angle and position with the " #~ "cutting tool?"
"cutting tool?" #~ msgstr ""
msgstr "" #~ "カットツール\n"
"カットツール\n" #~ "カットツールでモデルを自由な角度で修正することができます。"
"カットツールでモデルを自由な角度で修正することができます。"
#: resources/data/hints.ini: [hint:Fix Model] #~ msgid ""
msgid "" #~ "Fix Model\n"
"Fix Model\n" #~ "Did you know that you can fix a corrupted 3D model to avoid a lot of "
"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing " #~ "slicing problems?"
"problems?" #~ msgstr ""
msgstr "" #~ "モデル修復\n"
"モデル修復\n" #~ "破損したモデルでも修復してスライスできます。"
"破損したモデルでも修復してスライスできます。"
#: resources/data/hints.ini: [hint:Timelapse] #~ msgid ""
msgid "" #~ "Timelapse\n"
"Timelapse\n" #~ "Did you know that you can generate a timelapse video during each print?"
"Did you know that you can generate a timelapse video during each print?" #~ msgstr ""
msgstr "" #~ "タイムラプス\n"
"タイムラプス\n" #~ "カメラの活用は、モニタリングだけでなく、自慢のタイムラプスビデオも生成でき"
"カメラの活用は、モニタリングだけでなく、自慢のタイムラプスビデオも生成できま" #~ "ます。"
"す。"
#: resources/data/hints.ini: [hint:Auto-Arrange] #~ msgid ""
msgid "" #~ "Auto-Arrange\n"
"Auto-Arrange\n" #~ "Did you know that you can auto-arrange all objects in your project?"
"Did you know that you can auto-arrange all objects in your project?" #~ msgstr ""
msgstr "" #~ "自動レイアウト\n"
"自動レイアウト\n" #~ "自動レイアウトでプレートを最大限利用できます。"
"自動レイアウトでプレートを最大限利用できます。"
#: resources/data/hints.ini: [hint:Auto-Orient] #~ msgid ""
msgid "" #~ "Auto-Orient\n"
"Auto-Orient\n" #~ "Did you know that you can rotate objects to an optimal orientation for "
"Did you know that you can rotate objects to an optimal orientation for " #~ "printing by a simple click?"
"printing by a simple click?" #~ msgstr ""
msgstr "" #~ "自動向き調整\n"
"自動向き調整\n" #~ "自動向き調整で最適な向きをワンクリックで実現できます。"
"自動向き調整で最適な向きをワンクリックで実現できます。"
#: resources/data/hints.ini: [hint:Lay on Face] #~ msgid ""
msgid "" #~ "Lay on Face\n"
"Lay on Face\n" #~ "Did you know that you can quickly orient a model so that one of its faces "
"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 "
"sits on the print bed? Select the \"Place on face\" function or press the " #~ "<b>F</b> key."
"<b>F</b> key." #~ msgstr ""
msgstr "" #~ "底面を選択\n"
"底面を選択\n" #~ "プレートと接触する面を指定し、オブジェクトの向きを簡単に調整できます。"
"プレートと接触する面を指定し、オブジェクトの向きを簡単に調整できます。"
#: resources/data/hints.ini: [hint:Object List] #~ msgid ""
msgid "" #~ "Object List\n"
"Object List\n" #~ "Did you know that you can view all objects/parts in a list and change "
"Did you know that you can view all objects/parts in a list and change " #~ "settings for each object/part?"
"settings for each object/part?" #~ msgstr ""
msgstr "" #~ "オブジェクト一覧\n"
"オブジェクト一覧\n" #~ "全てのオブジェクトを確認でき、造形パラメータもオブジェクト別で設定できます"
"全てのオブジェクトを確認でき、造形パラメータもオブジェクト別で設定できます"
#: resources/data/hints.ini: [hint:Simplify Model] #~ msgid ""
msgid "" #~ "Simplify Model\n"
"Simplify Model\n" #~ "Did you know that you can reduce the number of triangles in a mesh using "
"Did you know that you can reduce the number of triangles in a mesh using the " #~ "the Simplify mesh feature? Right-click the model and select Simplify "
"Simplify mesh feature? Right-click the model and select Simplify model. Read " #~ "model. Read more in the documentation."
"more in the documentation." #~ msgstr ""
msgstr "" #~ "モデルを簡略化\n"
"モデルを簡略化\n" #~ "オブジェクトのメッシュを簡略化して、スライスの速度を上げられます。モデルを"
"オブジェクトのメッシュを簡略化して、スライスの速度を上げられます。モデルを右" #~ "右クリックし、メニューで選択できます。"
"クリックし、メニューで選択できます。"
#: resources/data/hints.ini: [hint:Slicing Parameter Table] #~ msgid ""
msgid "" #~ "Slicing Parameter Table\n"
"Slicing Parameter Table\n" #~ "Did you know that you can view all objects/parts on a table and change "
"Did you know that you can view all objects/parts on a table and change " #~ "settings for each object/part?"
"settings for each object/part?" #~ msgstr ""
msgstr "" #~ "スライシングパラメータ\n"
"スライシングパラメータ\n" #~ "オブジェクト/パーツごとのパラメータを設定できます。"
"オブジェクト/パーツごとのパラメータを設定できます。"
#: resources/data/hints.ini: [hint:Split to Objects/Parts] #~ msgid ""
msgid "" #~ "Split to Objects/Parts\n"
"Split to Objects/Parts\n" #~ "Did you know that you can split a big object into small ones for easy "
"Did you know that you can split a big object into small ones for easy " #~ "colorizing or printing?"
"colorizing or printing?" #~ msgstr ""
msgstr "" #~ "オブジェクト/パーツに分割\n"
"オブジェクト/パーツに分割\n" #~ "一つのオブジェクトを複数のオブジェクト/パーツに分割して色を簡単につけま"
"一つのオブジェクトを複数のオブジェクト/パーツに分割して色を簡単につけましょ" #~ "しょう。"
"う。"
#: resources/data/hints.ini: [hint:Subtract a Part] #~ msgid ""
msgid "" #~ "Subtract a Part\n"
"Subtract a Part\n" #~ "Did you know that you can subtract one mesh from another using the "
"Did you know that you can subtract one mesh from another using the Negative " #~ "Negative part modifier? That way you can, for example, create easily "
"part modifier? That way you can, for example, create easily resizable holes " #~ "resizable holes directly in Orca Slicer. Read more in the documentation."
"directly in Orca Slicer. Read more in the documentation." #~ msgstr ""
msgstr "" #~ "パーツをサブストラクト\n"
"パーツをサブストラクト\n" #~ "マイナスパーツでモデルからメッシュを引くことができます。"
"マイナスパーツでモデルからメッシュを引くことができます。"
#: resources/data/hints.ini: [hint:STEP] #~ msgid ""
msgid "" #~ "STEP\n"
"STEP\n" #~ "Did you know that you can improve your print quality by slicing a STEP "
"Did you know that you can improve your print quality by slicing a STEP file " #~ "file instead of an STL?\n"
"instead of an STL?\n" #~ "Orca Slicer supports slicing STEP files, providing smoother results than "
"Orca Slicer supports slicing STEP files, providing smoother results than a " #~ "a lower resolution STL. Give it a try!"
"lower resolution STL. Give it a try!" #~ msgstr ""
msgstr "" #~ "STEP\n"
"STEP\n" #~ "STEP形式で、STL形式よりもっと高品質なスライス結果を得られます、是非お試し"
"STEP形式で、STL形式よりもっと高品質なスライス結果を得られます、是非お試しくだ" #~ "ください。"
"さい。"
#: resources/data/hints.ini: [hint:Z seam location] #~ msgid ""
msgid "" #~ "Z seam location\n"
"Z seam location\n" #~ "Did you know that you can customize the location of the Z seam, and even "
"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 "
"paint it on your print, to have it in a less visible location? This improves " #~ "improves the overall look of your model. Check it out!"
"the overall look of your model. Check it out!" #~ msgstr ""
msgstr "" #~ "継ぎ目位置\n"
"継ぎ目位置\n" #~ "継ぎ目位置を描き、見えにくい場所に指定して仕上がりを向上させます。"
"継ぎ目の位置を描き、見えにくい場所に指定して仕上がりを向上させます。"
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate] #~ msgid ""
msgid "" #~ "Fine-tuning for flow rate\n"
"Fine-tuning for flow rate\n" #~ "Did you know that flow rate can be fine-tuned for even better-looking "
"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 "
"prints? Depending on the material, you can improve the overall finish of the " #~ "the printed model by doing some fine-tuning."
"printed model by doing some fine-tuning." #~ msgstr ""
msgstr "" #~ "流量を微調整\n"
"流量を微調整\n" #~ "流量を材料、温度により微調整し、更に良い仕上がりが得られます。"
"流量を材料、温度により微調整し、更に良い仕上がりが得られます。"
#: resources/data/hints.ini: [hint:Split your prints into plates] #~ msgid ""
msgid "" #~ "Split your prints into plates\n"
"Split your prints into plates\n" #~ "Did you know that you can split a model that has a lot of parts into "
"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 "
"individual plates ready to print? This will simplify the process of keeping " #~ "keeping track of all the parts."
"track of all the parts." #~ msgstr ""
msgstr "" #~ "複数のプレートに分割\n"
"複数のプレートに分割\n" #~ "一つのモデルを分割し、複数のプレートで造形することもできます。"
"一つのモデルを分割し、複数のプレートで造形することもできます。"
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer #~ msgid ""
#: Height] #~ "Speed up your print with Adaptive Layer Height\n"
msgid "" #~ "Did you know that you can print a model even faster, by using the "
"Speed up your print with Adaptive Layer Height\n" #~ "Adaptive Layer Height option? Check it out!"
"Did you know that you can print a model even faster, by using the Adaptive " #~ msgstr "「アダプティブ積層ピッチ」で造形速度アップ!"
"Layer Height option? Check it out!"
msgstr "「アダプティブ積層ピッチ」で造形速度アップ!"
#: resources/data/hints.ini: [hint:Support painting] #~ msgid ""
msgid "" #~ "Support painting\n"
"Support painting\n" #~ "Did you know that you can paint the location of your supports? This "
"Did you know that you can paint the location of your supports? This feature " #~ "feature makes it easy to place the support material only on the sections "
"makes it easy to place the support material only on the sections of the " #~ "of the model that actually need it."
"model that actually need it." #~ msgstr ""
msgstr "" #~ "サポートペイント\n"
"サポートペイント\n" #~ "サポートは塗り絵のように生成することができます。"
"サポートは塗り絵のように生成することができます。"
#: resources/data/hints.ini: [hint:Different types of supports] #~ msgid ""
msgid "" #~ "Different types of supports\n"
"Different types of supports\n" #~ "Did you know that you can choose from multiple types of supports? Tree "
"Did you know that you can choose from multiple types of supports? Tree " #~ "supports work great for organic models, while saving filament and "
"supports work great for organic models, while saving filament and improving " #~ "improving print speed. Check them out!"
"print speed. Check them out!" #~ msgstr ""
msgstr "" #~ "さまざまなサポートタイプ\n"
"さまざまなサポートタイプ\n" #~ "いろんなサポートタイプをつかえます、ツリータイプではフィラメントも節約でき"
"いろんなサポートタイプをつかえます、ツリータイプではフィラメントも節約できる" #~ "るし、造形時間も短縮できます。"
"し、造形時間も短縮できます。"
#: resources/data/hints.ini: [hint:Printing Silk Filament] #~ msgid ""
msgid "" #~ "Printing Silk Filament\n"
"Printing Silk Filament\n" #~ "Did you know that Silk filament needs special consideration to print it "
"Did you know that Silk filament needs special consideration to print it " #~ "successfully? Higher temperature and lower speed are always recommended "
"successfully? Higher temperature and lower speed are always recommended for " #~ "for the best results."
"the best results." #~ msgstr ""
msgstr "" #~ "シルク質感のフィラメント\n"
"シルク質感のフィラメント\n" #~ "光沢がある美しい造形物をできるフィラメントは、プロセスに特別なケアが必要で"
"光沢がある美しい造形物をできるフィラメントは、プロセスに特別なケアが必要で" #~ "す。"
"す。"
#: resources/data/hints.ini: [hint:Brim for better adhesion] #~ msgid ""
msgid "" #~ "Brim for better adhesion\n"
"Brim for better adhesion\n" #~ "Did you know that when printing models have a small contact interface "
"Did you know that when printing models have a small contact interface with " #~ "with the printing surface, it's recommended to use a brim?"
"the printing surface, it's recommended to use a brim?" #~ msgstr ""
msgstr "" #~ "接着力を高めるには?\n"
"接着力を高めるには?\n" #~ "ブリムを活用してください。"
"ブリムを活用してください。"
#: resources/data/hints.ini: [hint:Set parameters for multiple objects] #~ msgid ""
msgid "" #~ "Set parameters for multiple objects\n"
"Set parameters for multiple objects\n" #~ "Did you know that you can set slicing parameters for all selected objects "
"Did you know that you can set slicing parameters for all selected objects at " #~ "at one time?"
"one time?" #~ msgstr ""
msgstr "" #~ "オブジェクトのパラメータを設定\n"
"オブジェクトのパラメータを設定\n" #~ "複数のオブジェクトを一回で設定できます"
"複数のオブジェクトを一回で設定できます"
#: resources/data/hints.ini: [hint:Stack objects] #~ msgid ""
msgid "" #~ "Stack objects\n"
"Stack objects\n" #~ "Did you know that you can stack objects as a whole one?"
"Did you know that you can stack objects as a whole one?" #~ msgstr ""
msgstr "" #~ "オブジェクトを積み重ね\n"
"オブジェクトを積み重ね\n" #~ "複数のオブジェクトを積み重ねて造形できます。"
"複数のオブジェクトを積み重ねて造形できます。"
#: resources/data/hints.ini: [hint:Flush into support/objects/infill] #~ msgid ""
msgid "" #~ "Flush into support/objects/infill\n"
"Flush into support/objects/infill\n" #~ "Did you know that you can save the wasted filament by flushing them into "
"Did you know that you can save the wasted filament by flushing them into " #~ "support/objects/infill during filament change?"
"support/objects/infill during filament change?" #~ msgstr ""
msgstr "" #~ "サポート/オブジェクト/インフィルにフラッシュ\n"
"サポート/オブジェクト/インフィルにフラッシュ\n" #~ "サポートオブジェクトインフィルどちらにもフラッシュでき、廃料の節約や、"
"サポート、オブジェクトやインフィルどちらにもフラッシュでき、廃料の節約や、造" #~ "造形時間短縮も有効的です。"
"形時間短縮も有効的です。"
#: resources/data/hints.ini: [hint:Improve strength] #~ msgid ""
msgid "" #~ "Improve strength\n"
"Improve strength\n" #~ "Did you know that you can use more wall loops and higher sparse infill "
"Did you know that you can use more wall loops and higher sparse infill " #~ "density to improve the strength of the model?"
"density to improve the strength of the model?" #~ msgstr ""
msgstr "" #~ "強度の向上\n"
"強度向上\n" #~ "壁面層数やインフィルの充填密度を増やして造形強度向上できます。"
"壁面層数やインフィルの充填密度を増やして造形強度を向上できます。"
#~ msgid "Bridge direction" #~ msgid "Bridge direction"
#~ msgstr "ブリッジ方向" #~ msgstr "ブリッジ方向"

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \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" "Language: nl\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\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." msgid "You need to select the material type and color first."
msgstr "" msgstr ""
msgid "Other color" msgid "Other Color"
msgstr ""
msgid "Custom Color"
msgstr "" msgstr ""
msgid "Dynamic flow calibration" msgid "Dynamic flow calibration"
@@ -6335,6 +6338,9 @@ msgstr ""
msgid "No extrusions under current settings." msgid "No extrusions under current settings."
msgstr "Geen extrusion onder de huidige instellingen" msgstr "Geen extrusion onder de huidige instellingen"
msgid "Bed temperatures for the used filaments differ significantly."
msgstr ""
msgid "" msgid ""
"Smooth mode of timelapse is not supported when \"by object\" sequence is " "Smooth mode of timelapse is not supported when \"by object\" sequence is "
"enabled." "enabled."
@@ -6945,11 +6951,11 @@ msgid "Internal bridge support thickness"
msgstr "" msgstr ""
msgid "" msgid ""
"If enabled, Studio will generate support loops under the contours of " "If enabled, support loops will be generated under the contours of internal "
"internal bridges.These support loops could prevent internal bridges from " "bridges.These support loops could prevent internal bridges from extruding "
"extruding over the air and improve the top surface quality, especially when " "over the air and improve the top surface quality, especially when the sparse "
"the sparse infill density is low.This value determines the thickness of the " "infill density is low.This value determines the thickness of the support "
"support loops. 0 means disable this feature" "loops. 0 means disable this feature"
msgstr "" msgstr ""
msgid "Top surface pattern" msgid "Top surface pattern"
@@ -7310,6 +7316,45 @@ msgstr ""
msgid "Lightning" msgid "Lightning"
msgstr "" 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" msgid "Acceleration of outer walls"
msgstr "" msgstr ""
@@ -8147,6 +8192,14 @@ msgstr "Achterzijde"
msgid "Random" msgid "Random"
msgstr "" 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" msgid "Seam gap"
msgstr "" msgstr ""
@@ -8204,6 +8257,12 @@ msgstr ""
"Dit is het aantal lussen voor de skirt. 0 betekent dat de skirt is " "Dit is het aantal lussen voor de skirt. 0 betekent dat de skirt is "
"uitgeschakeld." "uitgeschakeld."
msgid "Skirt speed"
msgstr ""
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
msgstr ""
msgid "" msgid ""
"The printing speed in exported gcode will be slowed down, when the estimated " "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" "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." msgid "Connection to printers connected via the print host failed."
msgstr "" 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" #~ msgid "Keep upper part"
#~ msgstr "Bewaar het bovenstee deel" #~ msgstr "Bewaar het bovenstee deel"

10067
bbl/i18n/ru/OrcaSlicer_ru.po Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Orca Slicer\n" "Project-Id-Version: Orca Slicer\n"
"Report-Msgid-Bugs-To: \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" "Language: sv\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\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." msgid "You need to select the material type and color first."
msgstr "" msgstr ""
msgid "Other color" msgid "Other Color"
msgstr ""
msgid "Custom Color"
msgstr "" msgstr ""
msgid "Dynamic flow calibration" msgid "Dynamic flow calibration"
@@ -6250,6 +6253,9 @@ msgstr ""
msgid "No extrusions under current settings." msgid "No extrusions under current settings."
msgstr "Nuvarande inställning har ingen extrudering." msgstr "Nuvarande inställning har ingen extrudering."
msgid "Bed temperatures for the used filaments differ significantly."
msgstr ""
msgid "" msgid ""
"Smooth mode of timelapse is not supported when \"by object\" sequence is " "Smooth mode of timelapse is not supported when \"by object\" sequence is "
"enabled." "enabled."
@@ -6841,11 +6847,11 @@ msgid "Internal bridge support thickness"
msgstr "" msgstr ""
msgid "" msgid ""
"If enabled, Studio will generate support loops under the contours of " "If enabled, support loops will be generated under the contours of internal "
"internal bridges.These support loops could prevent internal bridges from " "bridges.These support loops could prevent internal bridges from extruding "
"extruding over the air and improve the top surface quality, especially when " "over the air and improve the top surface quality, especially when the sparse "
"the sparse infill density is low.This value determines the thickness of the " "infill density is low.This value determines the thickness of the support "
"support loops. 0 means disable this feature" "loops. 0 means disable this feature"
msgstr "" msgstr ""
msgid "Top surface pattern" msgid "Top surface pattern"
@@ -7198,6 +7204,45 @@ msgstr ""
msgid "Lightning" msgid "Lightning"
msgstr "" 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" msgid "Acceleration of outer walls"
msgstr "" msgstr ""
@@ -8020,6 +8065,14 @@ msgstr "Tillbaka"
msgid "Random" msgid "Random"
msgstr "" 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" msgid "Seam gap"
msgstr "" msgstr ""
@@ -8075,6 +8128,12 @@ msgstr "Skirt varv"
msgid "Number of loops for the skirt. Zero means disabling skirt" msgid "Number of loops for the skirt. Zero means disabling skirt"
msgstr "Antal skirt varv. 0 betyder att skirt är inaktiverad" 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 "" msgid ""
"The printing speed in exported gcode will be slowed down, when the estimated " "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" "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." msgid "Connection to printers connected via the print host failed."
msgstr "" 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" #~ msgid "Keep upper part"
#~ msgstr "Behåll övre del" #~ msgstr "Behåll övre del"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Slic3rPE\n" "Project-Id-Version: Slic3rPE\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2023-04-01 13:21+0800\n"
"Last-Translator: Jiang Yue <maze1024@gmail.com>\n" "Last-Translator: Jiang Yue <maze1024@gmail.com>\n"
"Language-Team: \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." msgid "You need to select the material type and color first."
msgstr "" msgstr ""
msgid "Other color" msgid "Other Color"
msgstr ""
msgid "Custom Color"
msgstr "" msgstr ""
msgid "Dynamic flow calibration" msgid "Dynamic flow calibration"
@@ -6187,6 +6190,9 @@ msgstr ""
msgid "No extrusions under current settings." msgid "No extrusions under current settings."
msgstr "根据当前设置,不会生成任何打印。" msgstr "根据当前设置,不会生成任何打印。"
msgid "Bed temperatures for the used filaments differ significantly."
msgstr ""
msgid "" msgid ""
"Smooth mode of timelapse is not supported when \"by object\" sequence is " "Smooth mode of timelapse is not supported when \"by object\" sequence is "
"enabled." "enabled."
@@ -6745,15 +6751,15 @@ msgid "Internal bridge support thickness"
msgstr "内部桥接支撑厚度" msgstr "内部桥接支撑厚度"
msgid "" msgid ""
"If enabled, Studio will generate support loops under the contours of " "If enabled, support loops will be generated under the contours of internal "
"internal bridges.These support loops could prevent internal bridges from " "bridges.These support loops could prevent internal bridges from extruding "
"extruding over the air and improve the top surface quality, especially when " "over the air and improve the top surface quality, especially when the sparse "
"the sparse infill density is low.This value determines the thickness of the " "infill density is low.This value determines the thickness of the support "
"support loops. 0 means disable this feature" "loops. 0 means disable this feature"
msgstr "" msgstr ""
"如果开启,Studio会沿着内部桥接的边沿在其下方生成支撑轮廓。这些支撑轮廓可以防" "如果开启,逆戟鲸切片会沿着内部桥接的边沿在其下方生成支撑轮廓。这些支撑轮廓可"
"止悬空地打印内部桥接并提高顶面质量,特别是在填充密度较低的情况下。这个设置用" "以防止悬空地打印内部桥接并提高顶面质量,特别是在填充密度较低的情况下。这个设"
"于调整支撑轮廓的厚度0表示关闭此特性。" "置用于调整支撑轮廓的厚度0表示关闭此特性。"
msgid "Top surface pattern" msgid "Top surface pattern"
msgstr "顶面图案" msgstr "顶面图案"
@@ -7091,6 +7097,54 @@ msgstr "支撑立方体"
msgid "Lightning" msgid "Lightning"
msgstr "闪电" 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" msgid "Acceleration of outer walls"
msgstr "外墙的加速度。它通常使用比内壁速度慢的加速度,以获得更好的质量" msgstr "外墙的加速度。它通常使用比内壁速度慢的加速度,以获得更好的质量"
@@ -7869,6 +7923,14 @@ msgstr "背面"
msgid "Random" msgid "Random"
msgstr "随机" 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" msgid "Seam gap"
msgstr "接缝留空" msgstr "接缝留空"
@@ -7924,6 +7986,12 @@ msgstr "Skirt圈数"
msgid "Number of loops for the skirt. Zero means disabling skirt" msgid "Number of loops for the skirt. Zero means disabling skirt"
msgstr "skirt的圈数。0表示关闭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 "" msgid ""
"The printing speed in exported gcode will be slowed down, when the estimated " "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" "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." msgid "Connection to printers connected via the print host failed."
msgstr "" msgstr ""
#: resources/data/hints.ini: [hint:3D Scene Operations] #~ msgid ""
msgid "" #~ "3D Scene Operations\n"
"3D Scene Operations\n" #~ "Did you know how to control view and object/part selection with mouse and "
"Did you know how to control view and object/part selection with mouse and " #~ "touchpanel in the 3D scene?"
"touchpanel in the 3D scene?" #~ msgstr ""
msgstr "" #~ "3D场景操作\n"
"3D场景操作\n" #~ "如何在3D场景中使用鼠标和触摸面板进行视角控制和对象/部件选择"
"如何在3D场景中使用鼠标和触摸面板进行视角控制和对象/部件选择"
#: resources/data/hints.ini: [hint:Cut Tool] #~ msgid ""
msgid "" #~ "Cut Tool\n"
"Cut Tool\n" #~ "Did you know that you can cut a model at any angle and position with the "
"Did you know that you can cut a model at any angle and position with the " #~ "cutting tool?"
"cutting tool?" #~ msgstr ""
msgstr "" #~ "切割工具\n"
"切割工具\n" #~ "您知道吗?您可以使用切割工具以任何角度和位置切割模型。"
"您知道吗?您可以使用切割工具以任何角度和位置切割模型。"
#: resources/data/hints.ini: [hint:Fix Model] #~ msgid ""
msgid "" #~ "Fix Model\n"
"Fix Model\n" #~ "Did you know that you can fix a corrupted 3D model to avoid a lot of "
"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing " #~ "slicing problems?"
"problems?" #~ msgstr ""
msgstr "" #~ "修复模型\n"
"修复模型\n" #~ "您知道吗您可以修复一个损坏的3D模型以避免诸多切片问题。"
"您知道吗您可以修复一个损坏的3D模型以避免诸多切片问题。"
#: resources/data/hints.ini: [hint:Timelapse] #~ msgid ""
msgid "" #~ "Timelapse\n"
"Timelapse\n" #~ "Did you know that you can generate a timelapse video during each print?"
"Did you know that you can generate a timelapse video during each print?" #~ msgstr ""
msgstr "" #~ "延时摄影\n"
"延时摄影\n" #~ "您知道吗?您可以每次打印时生成一段延时摄影"
"您知道吗?您可以每次打印时生成一段延时摄影。"
#: resources/data/hints.ini: [hint:Auto-Arrange] #~ msgid ""
msgid "" #~ "Auto-Arrange\n"
"Auto-Arrange\n" #~ "Did you know that you can auto-arrange all objects in your project?"
"Did you know that you can auto-arrange all objects in your project?" #~ msgstr ""
msgstr "" #~ "自动摆盘\n"
"自动摆盘\n" #~ "您知道吗?您可以自动排列项目中的所有对象。"
"您知道吗?您可以自动排列项目中的所有对象。"
#: resources/data/hints.ini: [hint:Auto-Orient] #~ msgid ""
msgid "" #~ "Auto-Orient\n"
"Auto-Orient\n" #~ "Did you know that you can rotate objects to an optimal orientation for "
"Did you know that you can rotate objects to an optimal orientation for " #~ "printing by a simple click?"
"printing by a simple click?" #~ msgstr ""
msgstr "" #~ "自动朝向\n"
"自动朝向\n" #~ "您知道吗,您只需单击鼠标,即可将对象旋转到适合的打印方向。"
"您知道吗,您只需单击鼠标,即可将对象旋转到适合的打印方向。"
#: resources/data/hints.ini: [hint:Lay on Face] #~ msgid ""
msgid "" #~ "Lay on Face\n"
"Lay on Face\n" #~ "Did you know that you can quickly orient a model so that one of its faces "
"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 "
"sits on the print bed? Select the \"Place on face\" function or press the " #~ "<b>F</b> key."
"<b>F</b> key." #~ msgstr ""
msgstr "" #~ "放置在面部\n"
"放置在面部\n" #~ "您知道吗,您可以快速指定模型的底面,使其位于打印床上。选择“放置在面部”功能"
"您知道吗,您可以快速指定模型的底面,使其位于打印床上。选择“放置在面部”功能或" #~ "或按<b>F</b>键。"
"按<b>F</b>键。"
#: resources/data/hints.ini: [hint:Object List] #~ msgid ""
msgid "" #~ "Object List\n"
"Object List\n" #~ "Did you know that you can view all objects/parts in a list and change "
"Did you know that you can view all objects/parts in a list and change " #~ "settings for each object/part?"
"settings for each object/part?" #~ msgstr ""
msgstr "" #~ "对象列表\n"
"对象列表\n" #~ "您知道对象列表吗?您可以在其中的查看所有对象/部件,并更改每个对象/部件的设"
"您知道对象列表吗?您可以在其中的查看所有对象/部件,并更改每个对象/部件的设" #~ "置。"
"置。"
#: resources/data/hints.ini: [hint:Simplify Model] #~ msgid ""
msgid "" #~ "Simplify Model\n"
"Simplify Model\n" #~ "Did you know that you can reduce the number of triangles in a mesh using "
"Did you know that you can reduce the number of triangles in a mesh using the " #~ "the Simplify mesh feature? Right-click the model and select Simplify "
"Simplify mesh feature? Right-click the model and select Simplify model. Read " #~ "model. Read more in the documentation."
"more in the documentation." #~ msgstr ""
msgstr "" #~ "简化模型\n"
"简化模型\n" #~ "您知道吗,您可以使用“简化模型”功能减少模型的三角形数。在模型上单击鼠标右"
"您知道吗,您可以使用“简化模型”功能减少模型的三角形数。在模型上单击鼠标右键," #~ "键,然后选择“简化模型”。"
"然后选择“简化模型”。"
#: resources/data/hints.ini: [hint:Slicing Parameter Table] #~ msgid ""
msgid "" #~ "Slicing Parameter Table\n"
"Slicing Parameter Table\n" #~ "Did you know that you can view all objects/parts on a table and change "
"Did you know that you can view all objects/parts on a table and change " #~ "settings for each object/part?"
"settings for each object/part?" #~ msgstr ""
msgstr "" #~ "参数表格\n"
"参数表格\n" #~ "您知道吗?您可以参数表格上的所有对象/部件,并更改每个对象/部件的设置。"
"您知道吗?您可以参数表格上的所有对象/部件,并更改每个对象/部件的设置。"
#: resources/data/hints.ini: [hint:Split to Objects/Parts] #~ msgid ""
msgid "" #~ "Split to Objects/Parts\n"
"Split to Objects/Parts\n" #~ "Did you know that you can split a big object into small ones for easy "
"Did you know that you can split a big object into small ones for easy " #~ "colorizing or printing?"
"colorizing or printing?" #~ msgstr ""
msgstr "" #~ "分割成对象/零件\n"
"分割成对象/零件\n" #~ "您知道吗,您可以把一个大对象分割成多个小对象/零件以便着色或打印。"
"您知道吗,您可以把一个大对象分割成多个小对象/零件以便着色或打印。"
#: resources/data/hints.ini: [hint:Subtract a Part] #~ msgid ""
msgid "" #~ "Subtract a Part\n"
"Subtract a Part\n" #~ "Did you know that you can subtract one mesh from another using the "
"Did you know that you can subtract one mesh from another using the Negative " #~ "Negative part modifier? That way you can, for example, create easily "
"part modifier? That way you can, for example, create easily resizable holes " #~ "resizable holes directly in Orca Slicer. Read more in the documentation."
"directly in Orca Slicer. Read more in the documentation." #~ msgstr ""
msgstr "" #~ "减去部分几何体\n"
"减去部分几何体\n" #~ "您知道吗,您可以使用负零件从另一个几何体中减去另一个几何体。例如,可以直接"
"您知道吗,您可以使用负零件从另一个几何体中减去另一个几何体。例如,可以直接在" #~ "在逆戟鲸中创建可轻松调整大小的孔。"
"逆戟鲸中创建可轻松调整大小的孔。"
#: resources/data/hints.ini: [hint:STEP] #~ msgid ""
msgid "" #~ "STEP\n"
"STEP\n" #~ "Did you know that you can improve your print quality by slicing a STEP "
"Did you know that you can improve your print quality by slicing a STEP file " #~ "file instead of an STL?\n"
"instead of an STL?\n" #~ "Orca Slicer supports slicing STEP files, providing smoother results than "
"Orca Slicer supports slicing STEP files, providing smoother results than a " #~ "a lower resolution STL. Give it a try!"
"lower resolution STL. Give it a try!" #~ msgstr ""
msgstr "" #~ "STEP文件\n"
"STEP文件\n" #~ "您知道吗通过切片STEP文件而不是STL文件可以提高打印质量。\n"
"您知道吗通过切片STEP文件而不是STL文件可以提高打印质量。\n" #~ "逆戟鲸支持切片STEP文件提供比低分辨率STL更平滑的结果。试试看"
"逆戟鲸支持切片STEP文件提供比低分辨率STL更平滑的结果。试试看"
#: resources/data/hints.ini: [hint:Z seam location] #~ msgid ""
msgid "" #~ "Z seam location\n"
"Z seam location\n" #~ "Did you know that you can customize the location of the Z seam, and even "
"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 "
"paint it on your print, to have it in a less visible location? This improves " #~ "improves the overall look of your model. Check it out!"
"the overall look of your model. Check it out!" #~ msgstr ""
msgstr "" #~ "Z接缝位置\n"
"Z接缝位置\n" #~ "您知道吗,您可以自定义Z接缝位置,甚至可以将其绘制在打印上,使其位于不太"
"您知道吗您可以自定义Z接缝的位置甚至可以将其绘制在打印上使其位于不太可见" #~ "可见的位置。这样可以改善模型的整体外观。试试看!"
"的位置。这样可以改善模型的整体外观。试试看!"
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate] #~ msgid ""
msgid "" #~ "Fine-tuning for flow rate\n"
"Fine-tuning for flow rate\n" #~ "Did you know that flow rate can be fine-tuned for even better-looking "
"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 "
"prints? Depending on the material, you can improve the overall finish of the " #~ "the printed model by doing some fine-tuning."
"printed model by doing some fine-tuning." #~ msgstr ""
msgstr "" #~ "流量微调\n"
"流量微调\n" #~ "你知道吗,您可以微调流量,以获得更好看的打印效果。根据材料的不同,可以通过"
"你知道吗,您可以微调流量,以获得更好看的打印效果。根据材料的不同,可以通过进" #~ "进行一些微调来提高打印模型的整体光洁度。"
"行一些微调来提高打印模型的整体光洁度。"
#: resources/data/hints.ini: [hint:Split your prints into plates] #~ msgid ""
msgid "" #~ "Split your prints into plates\n"
"Split your prints into plates\n" #~ "Did you know that you can split a model that has a lot of parts into "
"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 "
"individual plates ready to print? This will simplify the process of keeping " #~ "keeping track of all the parts."
"track of all the parts." #~ msgstr ""
msgstr "" #~ "分盘打印\n"
"分盘打印\n" #~ "您知道吗,您可以把一个有很多零件的模型安排到多个独立的分盘,然后打印出来,"
"您知道吗,您可以把一个有很多零件的模型安排到多个独立的分盘,然后打印出来,这" #~ "这将简化对所有零件的管理。"
"将简化对所有零件的管理。"
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer #~ msgid ""
#: Height] #~ "Speed up your print with Adaptive Layer Height\n"
msgid "" #~ "Did you know that you can print a model even faster, by using the "
"Speed up your print with Adaptive Layer Height\n" #~ "Adaptive Layer Height option? Check it out!"
"Did you know that you can print a model even faster, by using the Adaptive " #~ msgstr ""
"Layer Height option? Check it out!" #~ "自适应层高度加速打印\n"
msgstr "" #~ "您知道吗,您可以使用“自适应层高度”选项可以更快地打印模型。试试看!"
"自适应层高度加速打印\n"
"您知道吗,您可以使用“自适应层高度”选项可以更快地打印模型。试试看!"
#: resources/data/hints.ini: [hint:Support painting] #~ msgid ""
msgid "" #~ "Support painting\n"
"Support painting\n" #~ "Did you know that you can paint the location of your supports? This "
"Did you know that you can paint the location of your supports? This feature " #~ "feature makes it easy to place the support material only on the sections "
"makes it easy to place the support material only on the sections of the " #~ "of the model that actually need it."
"model that actually need it." #~ msgstr ""
msgstr "" #~ "绘制支撑\n"
"绘制支撑\n" #~ "您知道吗,您可以手动绘制添加/屏蔽支撑的位置,此功能使仅将支撑材料放置在实"
"您知道吗,您可以手动绘制添加/屏蔽支撑的位置,此功能使仅将支撑材料放置在实际需" #~ "际需要的模型截面上变得容易。"
"要的模型截面上变得容易。"
#: resources/data/hints.ini: [hint:Different types of supports] #~ msgid ""
msgid "" #~ "Different types of supports\n"
"Different types of supports\n" #~ "Did you know that you can choose from multiple types of supports? Tree "
"Did you know that you can choose from multiple types of supports? Tree " #~ "supports work great for organic models, while saving filament and "
"supports work great for organic models, while saving filament and improving " #~ "improving print speed. Check them out!"
"print speed. Check them out!" #~ msgstr ""
msgstr "" #~ "支撑类型\n"
"支撑类型\n" #~ "您知道吗,有多种可选的支撑类型,树状支撑非常适合人物/动物模型,同时可以节"
"您知道吗,有多种可选的支撑类型,树状支撑非常适合人物/动物模型,同时可以节耗材" #~ "耗材并提高打印速度。试试看!"
"并提高打印速度。试试看!"
#: resources/data/hints.ini: [hint:Printing Silk Filament] #~ msgid ""
msgid "" #~ "Printing Silk Filament\n"
"Printing Silk Filament\n" #~ "Did you know that Silk filament needs special consideration to print it "
"Did you know that Silk filament needs special consideration to print it " #~ "successfully? Higher temperature and lower speed are always recommended "
"successfully? Higher temperature and lower speed are always recommended for " #~ "for the best results."
"the best results." #~ msgstr ""
msgstr "" #~ "打印丝绸耗材\n"
"打印丝绸耗材\n" #~ "你知道吗,丝绸耗材需要特别考虑才能成功打印。为了获得最佳效果,通常建议使用"
"你知道吗,丝绸耗材需要特别考虑才能成功打印。为了获得最佳效果,通常建议使用较" #~ "较高的温度和较低的速度。"
"高的温度和较低的速度。"
#: resources/data/hints.ini: [hint:Brim for better adhesion] #~ msgid ""
msgid "" #~ "Brim for better adhesion\n"
"Brim for better adhesion\n" #~ "Did you know that when printing models have a small contact interface "
"Did you know that when printing models have a small contact interface with " #~ "with the printing surface, it's recommended to use a brim?"
"the printing surface, it's recommended to use a brim?" #~ msgstr ""
msgstr "" #~ "使用Brim\n"
"使用Brim\n" #~ "您知道吗?当模型与热床表面的接触面积较小时,建议使用brim以提高打印成功率。"
"您知道吗当模型与热床表面的接触面积较小时建议使用brim以提高打印成功率。"
#: resources/data/hints.ini: [hint:Set parameters for multiple objects] #~ msgid ""
msgid "" #~ "Set parameters for multiple objects\n"
"Set parameters for multiple objects\n" #~ "Did you know that you can set slicing parameters for all selected objects "
"Did you know that you can set slicing parameters for all selected objects at " #~ "at one time?"
"one time?" #~ msgstr ""
msgstr "" #~ "为多个对象设置参数\n"
"为多个对象设置参数\n" #~ "您知道吗,可以同时为所有选定对象设置切片参数。"
"您知道吗,可以同时为所有选定对象设置切片参数。"
#: resources/data/hints.ini: [hint:Stack objects] #~ msgid ""
msgid "" #~ "Stack objects\n"
"Stack objects\n" #~ "Did you know that you can stack objects as a whole one?"
"Did you know that you can stack objects as a whole one?" #~ msgstr ""
msgstr "" #~ "组合物体\n"
"组合物体\n" #~ "你知道吗?你可以把多个对象组合为一个整体。"
"你知道吗?你可以把多个对象组合为一个整体。"
#: resources/data/hints.ini: [hint:Flush into support/objects/infill] #~ msgid ""
msgid "" #~ "Flush into support/objects/infill\n"
"Flush into support/objects/infill\n" #~ "Did you know that you can save the wasted filament by flushing them into "
"Did you know that you can save the wasted filament by flushing them into " #~ "support/objects/infill during filament change?"
"support/objects/infill during filament change?" #~ msgstr ""
msgstr "" #~ "冲刷到支持/对象/填充中\n"
"冲刷到支持/对象/填充中\n" #~ "你知道吗?你可以在换料时将它们冲入支撑/对象/填充,以节省浪费的料丝。"
"你知道吗?你可以在换料时将它们冲入支撑/对象/填充,以节省浪费的料丝。"
#: resources/data/hints.ini: [hint:Improve strength] #~ msgid ""
msgid "" #~ "Improve strength\n"
"Improve strength\n" #~ "Did you know that you can use more wall loops and higher sparse infill "
"Did you know that you can use more wall loops and higher sparse infill " #~ "density to improve the strength of the model?"
"density to improve the strength of the model?" #~ msgstr ""
msgstr "" #~ "提高强度\n"
"提高强度\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" #~ msgid "Bridge direction"
#~ msgstr "桥接方向" #~ msgstr "桥接方向"
@@ -9649,8 +9702,8 @@ msgstr ""
#~ "中打印指定厚度的环形走线为内部桥接提供更好的铆接。0值代表关闭该功能。" #~ "中打印指定厚度的环形走线为内部桥接提供更好的铆接。0值代表关闭该功能。"
#~ msgid "" #~ msgid ""
#~ "If enabled, Studio will generate support loops under the contours of " #~ "If enabled, support loops will be generated under the contours of "
#~ "internal bridges.These support loops could prevent internal bridges from " #~ "internal bridges. These support loops could prevent internal bridges from "
#~ "extruding over the air and improve the top surface quality, expecially " #~ "extruding over the air and improve the top surface quality, expecially "
#~ "with a low infill density.This value determins the thickness of the " #~ "with a low infill density.This value determins the thickness of the "
#~ "support loops." #~ "support loops."
@@ -12216,24 +12269,12 @@ msgstr ""
#~ msgid "Bridges" #~ msgid "Bridges"
#~ msgstr "桥接" #~ msgstr "桥接"
#~ msgid "Sparse infill anchor length"
#~ msgstr "稀疏填充锚线长度"
#~ msgid "0 (no open anchors)"
#~ msgstr "0 (无锚线)"
#~ msgid "5 mm" #~ msgid "5 mm"
#~ msgstr "5 mm" #~ msgstr "5 mm"
#~ msgid "10 mm" #~ msgid "10 mm"
#~ msgstr "10 mm" #~ msgstr "10 mm"
#~ msgid "1000 (unlimited)"
#~ msgstr "1000无限制"
#~ msgid "Maximum length of the infill anchor"
#~ msgstr "填充锚线的最大长度"
#~ msgid "0 (not anchored)" #~ msgid "0 (not anchored)"
#~ msgstr "0" #~ msgstr "0"

View File

@@ -118,5 +118,13 @@
<true/> <true/>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>${MACOSX_BUNDLE_COPYRIGHT}</string> <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> </dict>
</plist> </plist>

View File

@@ -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 https://github.com/Open-Cascade-SAS/OCCT/archive/refs/tags/V7_6_0.zip
URL_HASH SHA256=28334f0e98f1b1629799783e9b4d21e05349d89e695809d7e6dfa45ea43e1dbc URL_HASH SHA256=28334f0e98f1b1629799783e9b4d21e05349d89e695809d7e6dfa45ea43e1dbc
#PATCH_COMMAND ${PATCH_CMD} ${CMAKE_CURRENT_LIST_DIR}/0001-OCCT-fix.patch #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_Boost
#DEPENDS dep_FREETYPE #DEPENDS dep_FREETYPE
CMAKE_ARGS CMAKE_ARGS

31
deps/OpenEXR/0001-OpenEXR-GCC13.patch vendored Normal file
View 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>

View File

@@ -33,12 +33,13 @@ bambustudio_add_cmake_project(OpenEXR
# GIT_REPOSITORY https://github.com/openexr/openexr.git # GIT_REPOSITORY https://github.com/openexr/openexr.git
URL https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v2.5.5.zip URL https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v2.5.5.zip
URL_HASH SHA256=0307a3d7e1fa1e77e9d84d7e9a8694583fbbbfd50bdc6884e2c96b8ef6b902de URL_HASH SHA256=0307a3d7e1fa1e77e9d84d7e9a8694583fbbbfd50bdc6884e2c96b8ef6b902de
PATCH_COMMAND ${PATCH_CMD} ${CMAKE_CURRENT_LIST_DIR}/0001-OpenEXR-GCC13.patch
DEPENDS ${ZLIB_PKG} DEPENDS ${ZLIB_PKG}
GIT_TAG v2.5.5 GIT_TAG v2.5.5
CMAKE_ARGS CMAKE_ARGS
-DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON
-DBUILD_TESTING=OFF -DBUILD_TESTING=OFF
-DPYILMBASE_ENABLE:BOOL=OFF -DPYILMBASE_ENABLE:BOOL=OFF
-DOPENEXR_VIEWERS_ENABLE:BOOL=OFF -DOPENEXR_VIEWERS_ENABLE:BOOL=OFF
-DOPENEXR_BUILD_UTILS:BOOL=OFF -DOPENEXR_BUILD_UTILS:BOOL=OFF
) )

11
deps/TBB/0001-TBB-GCC13.patch vendored Normal file
View 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
View File

@@ -2,7 +2,8 @@ bambustudio_add_cmake_project(
TBB TBB
URL "https://github.com/wjakob/tbb/archive/a0dc9bf76d0120f917b641ed095360448cabc85b.tar.gz" URL "https://github.com/wjakob/tbb/archive/a0dc9bf76d0120f917b641ed095360448cabc85b.tar.gz"
URL_HASH SHA256=0545cb6033bd1873fcae3ea304def720a380a88292726943ae3b9b207f322efe 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_SHARED=OFF
-DTBB_BUILD_TESTS=OFF -DTBB_BUILD_TESTS=OFF
-DTBB_BUILD_TESTS=OFF -DTBB_BUILD_TESTS=OFF

View File

@@ -6,8 +6,8 @@
- [Temp tower](#Temp-tower) - [Temp tower](#Temp-tower)
- [Retraction test](#Retraction-test) - [Retraction test](#Retraction-test)
- [Orca Tolerance Test](#Orca-Tolerance-Test) - [Orca Tolerance Test](#Orca-Tolerance-Test)
- [Advanced calibration] - [Advanced calibration](#Advanced-Calibration)
1. [Max Volumetric speed] 1. [Max Volumetric speed](#Max-Volumetric-speed)
2. [VFA] 2. [VFA]
**NOTE**: After completing the calibration process, remember to create a new project in order to exit the calibration mode. **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
![image](./images/OrcaToleranceTes_m6.jpg) ![image](./images/OrcaToleranceTes_m6.jpg)
![image](./images/OrcaToleranceTest_print.jpg) ![image](./images/OrcaToleranceTest_print.jpg)
# 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.
![image](./images/vmf_measurement_point.jpg)
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.
![image](./images/caliper_sample_mvf.jpg)
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.
![image](./images/max_volumetric_flow.jpg)
#### *NOTE You may also choose to conservatively reduce the flow by 5-10% to ensure print quality.*
*** ***
*Credits:* *Credits:*
- *The Flowrate test and retraction test is inspired by [SuperSlicer](https://github.com/supermerill/SuperSlicer)* - *The Flowrate test and retraction test is inspired by [SuperSlicer](https://github.com/supermerill/SuperSlicer)*

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 KiB

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.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -79,7 +79,7 @@
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5", "support_base_pattern_spacing": "2.5",
"support_speed": "60", "support_speed": "60",
"support_threshold_angle": "0", "support_threshold_angle": "30",
"support_object_xy_distance": "50%", "support_object_xy_distance": "50%",
"tree_support_branch_angle": "40", "tree_support_branch_angle": "40",
"tree_support_wall_count": "0", "tree_support_wall_count": "0",

View File

@@ -79,7 +79,7 @@
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5", "support_base_pattern_spacing": "2.5",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "0", "support_threshold_angle": "30",
"support_object_xy_distance": "50%", "support_object_xy_distance": "50%",
"tree_support_branch_angle": "40", "tree_support_branch_angle": "40",
"tree_support_wall_count": "0", "tree_support_wall_count": "0",

View File

@@ -79,7 +79,7 @@
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5", "support_base_pattern_spacing": "2.5",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "0", "support_threshold_angle": "30",
"support_object_xy_distance": "50%", "support_object_xy_distance": "50%",
"tree_support_branch_angle": "40", "tree_support_branch_angle": "40",
"tree_support_wall_count": "0", "tree_support_wall_count": "0",

View File

@@ -79,7 +79,7 @@
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5", "support_base_pattern_spacing": "2.5",
"support_speed": "60", "support_speed": "60",
"support_threshold_angle": "0", "support_threshold_angle": "30",
"support_object_xy_distance": "50%", "support_object_xy_distance": "50%",
"tree_support_branch_angle": "40", "tree_support_branch_angle": "40",
"tree_support_wall_count": "0", "tree_support_wall_count": "0",

View File

@@ -79,7 +79,7 @@
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5", "support_base_pattern_spacing": "2.5",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "0", "support_threshold_angle": "30",
"support_object_xy_distance": "50%", "support_object_xy_distance": "50%",
"tree_support_branch_angle": "40", "tree_support_branch_angle": "40",
"tree_support_wall_count": "0", "tree_support_wall_count": "0",

View File

@@ -79,7 +79,7 @@
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5", "support_base_pattern_spacing": "2.5",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "0", "support_threshold_angle": "30",
"support_object_xy_distance": "50%", "support_object_xy_distance": "50%",
"tree_support_branch_angle": "40", "tree_support_branch_angle": "40",
"tree_support_wall_count": "0", "tree_support_wall_count": "0",

View File

@@ -79,7 +79,7 @@
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5", "support_base_pattern_spacing": "2.5",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "0", "support_threshold_angle": "30",
"support_object_xy_distance": "50%", "support_object_xy_distance": "50%",
"tree_support_branch_angle": "40", "tree_support_branch_angle": "40",
"tree_support_wall_count": "0", "tree_support_wall_count": "0",

View File

@@ -79,7 +79,7 @@
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5", "support_base_pattern_spacing": "2.5",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "0", "support_threshold_angle": "30",
"support_object_xy_distance": "50%", "support_object_xy_distance": "50%",
"tree_support_branch_angle": "40", "tree_support_branch_angle": "40",
"tree_support_wall_count": "0", "tree_support_wall_count": "0",

View File

@@ -79,7 +79,7 @@
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5", "support_base_pattern_spacing": "2.5",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "0", "support_threshold_angle": "30",
"support_object_xy_distance": "50%", "support_object_xy_distance": "50%",
"tree_support_branch_angle": "40", "tree_support_branch_angle": "40",
"tree_support_wall_count": "0", "tree_support_wall_count": "0",

View File

@@ -79,7 +79,7 @@
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5", "support_base_pattern_spacing": "2.5",
"support_speed": "60", "support_speed": "60",
"support_threshold_angle": "0", "support_threshold_angle": "30",
"support_object_xy_distance": "50%", "support_object_xy_distance": "50%",
"tree_support_branch_angle": "40", "tree_support_branch_angle": "40",
"tree_support_wall_count": "0", "tree_support_wall_count": "0",

View File

@@ -868,6 +868,38 @@
{ {
"name": "Bambu PET-CF @BBL P1P", "name": "Bambu PET-CF @BBL P1P",
"sub_path": "filament/P1P/Bambu PET-CF @BBL P1P.json" "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": [ "machine_list": [

View File

@@ -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"
]
}

View File

@@ -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"
]
}

View File

@@ -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"
]
}

View File

@@ -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"
]
}

View File

@@ -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"
]
}

View File

@@ -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"
]
}

View File

@@ -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"
]
}

View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "BIQU", "name": "BIQU",
"version": "01.00.01.00", "version": "01.01.00.00",
"force_update": "0", "force_update": "0",
"description": "BIQU configurations", "description": "BIQU configurations",
"machine_model_list": [ "machine_model_list": [
@@ -31,52 +31,52 @@
"sub_path": "process/fdm_process_hurakan_common.json" "sub_path": "process/fdm_process_hurakan_common.json"
}, },
{ {
"name": "0.12mm Fine @BX", "name": "0.12mm Fine @BIQU BX (0.4 nozzle)",
"sub_path": "process/0.12mm Fine @BIQU BX.json" "sub_path": "process/0.12mm Fine @BIQU BX (0.4 nozzle).json"
}, },
{ {
"name": "0.15mm Optimal @BX", "name": "0.15mm Optimal @BIQU BX (0.4 nozzle)",
"sub_path": "process/0.15mm Optimal @BIQU BX.json" "sub_path": "process/0.15mm Optimal @BIQU BX (0.4 nozzle).json"
}, },
{ {
"name": "0.20mm Standard @BX", "name": "0.20mm Standard @BIQU BX (0.4 nozzle)",
"sub_path": "process/0.20mm Standard @BIQU BX.json" "sub_path": "process/0.20mm Standard @BIQU BX (0.4 nozzle).json"
}, },
{ {
"name": "0.24mm Draft @BX", "name": "0.24mm Draft @BIQU BX (0.4 nozzle)",
"sub_path": "process/0.24mm Draft @BIQU BX.json" "sub_path": "process/0.24mm Draft @BIQU BX (0.4 nozzle).json"
}, },
{ {
"name": "0.12mm Fine @B1", "name": "0.12mm Fine @BIQU B1 (0.4 nozzle)",
"sub_path": "process/0.12mm Fine @BIQU B1.json" "sub_path": "process/0.12mm Fine @BIQU B1 (0.4 nozzle).json"
}, },
{ {
"name": "0.15mm Optimal @B1", "name": "0.15mm Optimal @BIQU B1 (0.4 nozzle)",
"sub_path": "process/0.15mm Optimal @BIQU B1.json" "sub_path": "process/0.15mm Optimal @BIQU B1 (0.4 nozzle).json"
}, },
{ {
"name": "0.20mm Standard @B1", "name": "0.20mm Standard @BIQU B1 (0.4 nozzle)",
"sub_path": "process/0.20mm Standard @BIQU B1.json" "sub_path": "process/0.20mm Standard @BIQU B1 (0.4 nozzle).json"
}, },
{ {
"name": "0.24mm Draft @B1", "name": "0.24mm Draft @BIQU B1 (0.4 nozzle)",
"sub_path": "process/0.24mm Draft @BIQU B1.json" "sub_path": "process/0.24mm Draft @BIQU B1 (0.4 nozzle).json"
}, },
{ {
"name": "0.12mm Fine @Hurakan", "name": "0.12mm Fine @BIQU Hurakan (0.4 nozzle)",
"sub_path": "process/0.12mm Fine @BIQU Hurakan.json" "sub_path": "process/0.12mm Fine @BIQU Hurakan (0.4 nozzle).json"
}, },
{ {
"name": "0.15mm Optimal @Hurakan", "name": "0.15mm Optimal @BIQU Hurakan (0.4 nozzle)",
"sub_path": "process/0.15mm Optimal @BIQU Hurakan.json" "sub_path": "process/0.15mm Optimal @BIQU Hurakan (0.4 nozzle).json"
}, },
{ {
"name": "0.20mm Standard @Hurakan", "name": "0.20mm Standard @BIQU Hurakan (0.4 nozzle)",
"sub_path": "process/0.20mm Standard @BIQU Hurakan.json" "sub_path": "process/0.20mm Standard @BIQU Hurakan (0.4 nozzle).json"
}, },
{ {
"name": "0.24mm Draft @Hurakan", "name": "0.24mm Draft @BIQU Hurakan (0.4 nozzle)",
"sub_path": "process/0.24mm Draft @BIQU Hurakan.json" "sub_path": "process/0.24mm Draft @BIQU Hurakan (0.4 nozzle).json"
} }
], ],
"filament_list": [ "filament_list": [
@@ -179,16 +179,16 @@
"sub_path": "machine/fdm_klipper_common.json" "sub_path": "machine/fdm_klipper_common.json"
}, },
{ {
"name": "BIQU BX 0.4 nozzle", "name": "BIQU BX (0.4 nozzle)",
"sub_path": "machine/BIQU BX 0.4 nozzle.json" "sub_path": "machine/BIQU BX (0.4 nozzle).json"
}, },
{ {
"name": "BIQU B1 0.4 nozzle", "name": "BIQU B1 (0.4 nozzle)",
"sub_path": "machine/BIQU B1 0.4 nozzle.json" "sub_path": "machine/BIQU B1 (0.4 nozzle).json"
}, },
{ {
"name": "BIQU Hurakan 0.4 nozzle", "name": "BIQU Hurakan (0.4 nozzle)",
"sub_path": "machine/BIQU Hurakan 0.4 nozzle.json" "sub_path": "machine/BIQU Hurakan (0.4 nozzle).json"
} }
] ]
} }

View File

@@ -13,8 +13,8 @@
"12" "12"
], ],
"compatible_printers": [ "compatible_printers": [
"BIQU BX 0.4 nozzle", "BIQU BX (0.4 nozzle)",
"BIQU B1 0.4 nozzle", "BIQU B1 (0.4 nozzle)",
"BIQU Hurakan 0.4 nozzle" "BIQU Hurakan (0.4 nozzle)"
] ]
} }

View File

@@ -13,8 +13,8 @@
"0.926" "0.926"
], ],
"compatible_printers": [ "compatible_printers": [
"BIQU BX 0.4 nozzle", "BIQU BX (0.4 nozzle)",
"BIQU B1 0.4 nozzle", "BIQU B1 (0.4 nozzle)",
"BIQU Hurakan 0.4 nozzle" "BIQU Hurakan (0.4 nozzle)"
] ]
} }

View File

@@ -37,8 +37,8 @@
"2" "2"
], ],
"compatible_printers": [ "compatible_printers": [
"BIQU BX 0.4 nozzle", "BIQU BX (0.4 nozzle)",
"BIQU B1 0.4 nozzle", "BIQU B1 (0.4 nozzle)",
"BIQU Hurakan 0.4 nozzle" "BIQU Hurakan (0.4 nozzle)"
] ]
} }

View File

@@ -19,8 +19,8 @@
"16" "16"
], ],
"compatible_printers": [ "compatible_printers": [
"BIQU BX 0.4 nozzle", "BIQU BX (0.4 nozzle)",
"BIQU B1 0.4 nozzle", "BIQU B1 (0.4 nozzle)",
"BIQU Hurakan 0.4 nozzle" "BIQU Hurakan (0.4 nozzle)"
] ]
} }

View File

@@ -13,8 +13,8 @@
"0.94" "0.94"
], ],
"compatible_printers": [ "compatible_printers": [
"BIQU BX 0.4 nozzle", "BIQU BX (0.4 nozzle)",
"BIQU B1 0.4 nozzle", "BIQU B1 (0.4 nozzle)",
"BIQU Hurakan 0.4 nozzle" "BIQU Hurakan (0.4 nozzle)"
] ]
} }

View File

@@ -82,8 +82,8 @@
"20" "20"
], ],
"compatible_printers": [ "compatible_printers": [
"BIQU BX 0.4 nozzle", "BIQU BX (0.4 nozzle)",
"BIQU B1 0.4 nozzle", "BIQU B1 (0.4 nozzle)",
"BIQU Hurakan 0.4 nozzle" "BIQU Hurakan (0.4 nozzle)"
] ]
} }

View File

@@ -43,8 +43,8 @@
"; filament start gcode\n" "; filament start gcode\n"
], ],
"compatible_printers": [ "compatible_printers": [
"BIQU BX 0.4 nozzle", "BIQU BX (0.4 nozzle)",
"BIQU B1 0.4 nozzle", "BIQU B1 (0.4 nozzle)",
"BIQU Hurakan 0.4 nozzle" "BIQU Hurakan (0.4 nozzle)"
] ]
} }

View File

@@ -14,6 +14,7 @@
], ],
"filament_flow_ratio": [ "filament_flow_ratio": [
"0.98" "0.98"
],
"slow_down_layer_time": [ "slow_down_layer_time": [
"8" "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" "; 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": [ "compatible_printers": [
"BIQU BX 0.4 nozzle", "BIQU BX (0.4 nozzle)",
"BIQU B1 0.4 nozzle", "BIQU B1 (0.4 nozzle)",
"BIQU Hurakan 0.4 nozzle" "BIQU Hurakan (0.4 nozzle)"
] ]
} }

View File

@@ -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}" "; 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": [ "compatible_printers": [
"BIQU BX 0.4 nozzle", "BIQU BX (0.4 nozzle)",
"BIQU B1 0.4 nozzle", "BIQU B1 (0.4 nozzle)",
"BIQU Hurakan 0.4 nozzle" "BIQU Hurakan (0.4 nozzle)"
] ]
} }

View File

@@ -16,8 +16,8 @@
"8" "8"
], ],
"compatible_printers": [ "compatible_printers": [
"BIQU BX 0.4 nozzle", "BIQU BX (0.4 nozzle)",
"BIQU B1 0.4 nozzle", "BIQU B1 (0.4 nozzle)",
"BIQU Hurakan 0.4 nozzle" "BIQU Hurakan (0.4 nozzle)"
] ]
} }

View File

@@ -19,8 +19,8 @@
"10" "10"
], ],
"compatible_printers": [ "compatible_printers": [
"BIQU BX 0.4 nozzle", "BIQU BX (0.4 nozzle)",
"BIQU B1 0.4 nozzle", "BIQU B1 (0.4 nozzle)",
"BIQU Hurakan 0.4 nozzle" "BIQU Hurakan (0.4 nozzle)"
] ]
} }

View File

@@ -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}" "; 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": [ "compatible_printers": [
"BIQU BX 0.4 nozzle", "BIQU BX (0.4 nozzle)",
"BIQU B1 0.4 nozzle", "BIQU B1 (0.4 nozzle)",
"BIQU Hurakan 0.4 nozzle" "BIQU Hurakan (0.4 nozzle)"
] ]
} }

View 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"
}

View File

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

View File

@@ -5,8 +5,8 @@
"nozzle_diameter": "0.4", "nozzle_diameter": "0.4",
"machine_tech": "FFF", "machine_tech": "FFF",
"family": "BIQU", "family": "BIQU",
"bed_model": "BIQU_B1_buildplate_model.stl", "bed_model": "biqu_b1_buildplate_model.stl",
"bed_texture": "BIQU_B1_buildplate_texture.png", "bed_texture": "biqu_b1_buildplate_texture.png",
"hotend_model": "BIQU_B1_hotend.stl", "hotend_model": "biqu_b1_hotend.stl",
"default_materials": "BIQU Generic PLA;BIQU Generic PETG;BIQU Generic ABS;" "default_materials": "BIQU Generic PLA;BIQU Generic PETG;BIQU Generic ABS"
} }

View 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"
}

View File

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

View File

@@ -5,8 +5,8 @@
"nozzle_diameter": "0.4", "nozzle_diameter": "0.4",
"machine_tech": "FFF", "machine_tech": "FFF",
"family": "BIQU", "family": "BIQU",
"bed_model": "BIQU_BX_buildplate_model.stl", "bed_model": "biqu_bx_buildplate_model.stl",
"bed_texture": "BIQU_BX_buildplate_texture.png", "bed_texture": "biqu_bx_buildplate_texture.png",
"hotend_model": "Biqu_BX_hotend.stl", "hotend_model": "biqu_bx_hotend.stl",
"default_materials": "BIQU Generic PLA;BIQU Generic PETG;BIQU Generic ABS;" "default_materials": "BIQU Generic PLA;BIQU Generic PETG;BIQU Generic ABS"
} }

View File

@@ -1,11 +1,12 @@
{ {
"type": "machine", "type": "machine",
"setting_id": "GM001", "setting_id": "GM001",
"name": "BIQU Hurakan 0.4 nozzle", "name": "BIQU Hurakan (0.4 nozzle)",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",
"inherits": "fdm_klipper_common", "inherits": "fdm_klipper_common",
"printer_model": "BIQU Hurakan", "printer_model": "BIQU Hurakan",
"default_print_profile": "0.20mm Standard @BIQU Hurakan (0.4 nozzle)",
"nozzle_diameter": [ "nozzle_diameter": [
"0.4" "0.4"
], ],

View File

@@ -5,8 +5,8 @@
"nozzle_diameter": "0.4", "nozzle_diameter": "0.4",
"machine_tech": "FFF", "machine_tech": "FFF",
"family": "BIQU", "family": "BIQU",
"bed_model": "BIQU_Hurakan_buildplate_model.stl", "bed_model": "biqu_hurakan_buildplate_model.stl",
"bed_texture": "BIQU_Hurakan_buildplate_texture.png", "bed_texture": "biqu_hurakan_buildplate_texture.png",
"hotend_model": "Biqu_Hurakan_hotend.stl", "hotend_model": "biqu_hurakan_hotend.stl",
"default_materials": "BIQU Generic PLA;BIQU Generic PETG;BIQU Generic ABS;" "default_materials": "BIQU Generic PLA;BIQU Generic PETG;BIQU Generic ABS"
} }

View File

@@ -124,9 +124,8 @@
"1" "1"
], ],
"default_filament_profile": [ "default_filament_profile": [
"Generic PLA @BIQU" "BIQU Generic PLA"
], ],
"default_print_profile": "0.20mm Standard @BIQU",
"bed_exclude_area": [ "bed_exclude_area": [
"0x0" "0x0"
], ],

View File

@@ -111,7 +111,6 @@
"1" "1"
], ],
"z_lift_type": "NormalLift", "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_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" "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"
} }

View File

@@ -1,7 +1,7 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP004", "setting_id": "GP004",
"name": "0.12mm Fine @BIQU BX", "name": "0.12mm Fine @BIQU B1 (0.4 nozzle)",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",
"inherits": "fdm_process_biqu_common", "inherits": "fdm_process_biqu_common",
@@ -9,6 +9,6 @@
"bottom_shell_layers": "5", "bottom_shell_layers": "5",
"top_shell_layers": "6", "top_shell_layers": "6",
"compatible_printers": [ "compatible_printers": [
"BIQU BX 0.4 nozzle" "BIQU B1 (0.4 nozzle)"
] ]
} }

View File

@@ -1,7 +1,7 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP004", "setting_id": "GP004",
"name": "0.12mm Fine @BIQU Hurakan", "name": "0.12mm Fine @BIQU BX (0.4 nozzle)",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",
"inherits": "fdm_process_biqu_common", "inherits": "fdm_process_biqu_common",
@@ -9,6 +9,6 @@
"bottom_shell_layers": "5", "bottom_shell_layers": "5",
"top_shell_layers": "6", "top_shell_layers": "6",
"compatible_printers": [ "compatible_printers": [
"BIQU Hurakan 0.4 nozzle" "BIQU BX (0.4 nozzle)"
] ]
} }

View File

@@ -1,7 +1,7 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP004", "setting_id": "GP004",
"name": "0.12mm Fine @BIQU B1", "name": "0.12mm Fine @BIQU Hurakan (0.4 nozzle)",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",
"inherits": "fdm_process_biqu_common", "inherits": "fdm_process_biqu_common",
@@ -9,6 +9,6 @@
"bottom_shell_layers": "5", "bottom_shell_layers": "5",
"top_shell_layers": "6", "top_shell_layers": "6",
"compatible_printers": [ "compatible_printers": [
"BIQU B1 0.4 nozzle" "BIQU Hurakan (0.4 nozzle)"
] ]
} }

View File

@@ -1,7 +1,7 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP004", "setting_id": "GP004",
"name": "0.15mm Optimal @BIQU BX", "name": "0.15mm Optimal @BIQU B1 (0.4 nozzle)",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",
"inherits": "fdm_process_biqu_common", "inherits": "fdm_process_biqu_common",
@@ -9,6 +9,6 @@
"top_shell_layers": "5", "top_shell_layers": "5",
"layer_height": "0.15", "layer_height": "0.15",
"compatible_printers": [ "compatible_printers": [
"BIQU BX 0.4 nozzle" "BIQU B1 (0.4 nozzle)"
] ]
} }

View File

@@ -1,7 +1,7 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP004", "setting_id": "GP004",
"name": "0.15mm Optimal @BIQU B1", "name": "0.15mm Optimal @BIQU BX (0.4 nozzle)",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",
"inherits": "fdm_process_biqu_common", "inherits": "fdm_process_biqu_common",
@@ -9,6 +9,6 @@
"top_shell_layers": "5", "top_shell_layers": "5",
"layer_height": "0.15", "layer_height": "0.15",
"compatible_printers": [ "compatible_printers": [
"BIQU B1 0.4 nozzle" "BIQU BX (0.4 nozzle)"
] ]
} }

View File

@@ -1,7 +1,7 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP004", "setting_id": "GP004",
"name": "0.15mm Optimal @BIQU Hurakan", "name": "0.15mm Optimal @BIQU Hurakan (0.4 nozzle)",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",
"inherits": "fdm_process_hurakan_common", "inherits": "fdm_process_hurakan_common",
@@ -9,6 +9,6 @@
"top_shell_layers": "5", "top_shell_layers": "5",
"layer_height": "0.15", "layer_height": "0.15",
"compatible_printers": [ "compatible_printers": [
"BIQU Hurakan 0.4 nozzle" "BIQU Hurakan (0.4 nozzle)"
] ]
} }

View File

@@ -1,7 +1,7 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP004", "setting_id": "GP004",
"name": "0.20mm Standard @BIQU B1", "name": "0.20mm Standard @BIQU B1 (0.4 nozzle)",
"from": "system", "from": "system",
"inherits": "fdm_process_biqu_common", "inherits": "fdm_process_biqu_common",
"instantiation": "true", "instantiation": "true",
@@ -9,6 +9,6 @@
"bottom_shell_layers": "3", "bottom_shell_layers": "3",
"top_shell_layers": "4", "top_shell_layers": "4",
"compatible_printers": [ "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