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

|
||||
- Step 2: in `System Settings` -> `Privacy & Security`, click `Open Anyway`:
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-06 13:46+0200\n"
|
||||
"POT-Creation-Date: 2023-07-07 00:37+0800\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -17,29 +17,6 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
||||
msgid "Physical Printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "HTTPS CA file is optional. It is only needed if you use HTTPS with a self-signed certificate."
|
||||
msgstr ""
|
||||
|
||||
msgid "On this system, %s uses HTTPS certificates from the system Certificate Store or Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "To use a custom CA file, please import your CA file into Certificate Store / Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid "Send to print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Upload and Print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Use forward slashes ( / ) as a directory separator if needed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Supports Painting"
|
||||
msgstr ""
|
||||
@ -1861,7 +1838,10 @@ msgstr ""
|
||||
msgid "You need to select the material type and color first."
|
||||
msgstr ""
|
||||
|
||||
msgid "Other color"
|
||||
msgid "Other Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Custom Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Dynamic flow calibration"
|
||||
@ -3194,6 +3174,12 @@ msgstr ""
|
||||
msgid "Pressure advance"
|
||||
msgstr ""
|
||||
|
||||
msgid "Retraction test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Orca Tolerance Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Max flowrate"
|
||||
msgstr ""
|
||||
|
||||
@ -4975,8 +4961,8 @@ msgstr ""
|
||||
msgid ""
|
||||
"When recording timelapse without toolhead, it is recommended to add a "
|
||||
"\"Timelapse Wipe Tower\" \n"
|
||||
"by right-click the empty position of build plate and choose \"Add "
|
||||
"Primitive\"->\"Timelapse Wipe Tower\"."
|
||||
"by right-click the empty position of build plate and choose \"Add Primitive"
|
||||
"\"->\"Timelapse Wipe Tower\"."
|
||||
msgstr ""
|
||||
|
||||
msgid "Line width"
|
||||
@ -5158,7 +5144,7 @@ msgstr ""
|
||||
msgid "Cooling Fan"
|
||||
msgstr ""
|
||||
|
||||
msgid "Fan speedup time"
|
||||
msgid "Fan speed-up time"
|
||||
msgstr ""
|
||||
|
||||
msgid "Extruder Clearance"
|
||||
@ -6084,6 +6070,9 @@ msgstr ""
|
||||
msgid "No extrusions under current settings."
|
||||
msgstr ""
|
||||
|
||||
msgid "Bed temperatures for the used filaments differ significantly."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
|
||||
"enabled."
|
||||
@ -6616,11 +6605,11 @@ msgid "Internal bridge support thickness"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If enabled, Studio will generate support loops under the contours of "
|
||||
"internal bridges.These support loops could prevent internal bridges from "
|
||||
"extruding over the air and improve the top surface quality, especially when "
|
||||
"the sparse infill density is low.This value determines the thickness of the "
|
||||
"support loops. 0 means disable this feature"
|
||||
"If enabled, support loops will be generated under the contours of internal "
|
||||
"bridges.These support loops could prevent internal bridges from extruding "
|
||||
"over the air and improve the top surface quality, especially when the sparse "
|
||||
"infill density is low.This value determines the thickness of the support "
|
||||
"loops. 0 means disable this feature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Top surface pattern"
|
||||
@ -6946,6 +6935,45 @@ msgstr ""
|
||||
msgid "Lightning"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than infill_anchor_max is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a "
|
||||
"single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr ""
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than this parameter is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to infill_anchor, but no longer than this parameter. \n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should "
|
||||
"create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of outer walls"
|
||||
msgstr ""
|
||||
|
||||
@ -7044,6 +7072,14 @@ msgstr ""
|
||||
msgid "Travel speed of initial layer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Number of slow layers"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The first few layers are printed slower than normal. The speed is gradually "
|
||||
"increased in a linear fashion over the specified number of layers."
|
||||
msgstr ""
|
||||
|
||||
msgid "Initial layer nozzle temperature"
|
||||
msgstr ""
|
||||
|
||||
@ -7053,6 +7089,24 @@ msgstr ""
|
||||
msgid "Full fan speed at layer"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Fan speed will be ramped up linearly from zero at layer "
|
||||
"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer"
|
||||
"\". \"full_fan_speed_layer\" will be ignored if lower than "
|
||||
"\"close_fan_the_first_x_layers\", in which case the fan will be running at "
|
||||
"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This fan speed is enforced during all support interfaces, to be able to "
|
||||
"weaken their bonding with a high fan speed.\n"
|
||||
"Set to -1 to disable this override.\n"
|
||||
"Can only be overriden by disable_fan_first_layers."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Randomly jitter while printing the wall, so that the surface has a rough "
|
||||
"look. This setting controls the fuzzy position"
|
||||
@ -7158,9 +7212,6 @@ msgstr ""
|
||||
msgid "Enable this option if machine has auxiliary part cooling fan"
|
||||
msgstr ""
|
||||
|
||||
msgid "Fan Speedup Time"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Start the fan this number of seconds earlier than its target start time (you "
|
||||
"can use fractional seconds). It assumes infinite acceleration for this time "
|
||||
@ -7675,6 +7726,14 @@ msgstr ""
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
msgid "Staggered inner seams"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This option causes the inner seams to be shifted backwards based on their "
|
||||
"depth, forming a zigzag pattern."
|
||||
msgstr ""
|
||||
|
||||
msgid "Seam gap"
|
||||
msgstr ""
|
||||
|
||||
@ -7730,6 +7789,12 @@ msgstr ""
|
||||
msgid "Number of loops for the skirt. Zero means disabling skirt"
|
||||
msgstr ""
|
||||
|
||||
msgid "Skirt speed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The printing speed in exported gcode will be slowed down, when the estimated "
|
||||
"layer time is shorter than this value, to get better cooling for these layers"
|
||||
@ -8655,102 +8720,54 @@ msgid ""
|
||||
"end > start + step)"
|
||||
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?"
|
||||
msgid "Start retraction length: "
|
||||
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?"
|
||||
msgid "End retraction length: "
|
||||
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?"
|
||||
msgid "mm/mm"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Timelapse]
|
||||
msgid "Timelapse\nDid you know that you can generate a timelapse video during each print?"
|
||||
msgid "Physical Printer"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Arrange]
|
||||
msgid "Auto-Arrange\nDid you know that you can auto-arrange all objects in your project?"
|
||||
msgid "Print Host upload"
|
||||
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?"
|
||||
msgid "Test"
|
||||
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."
|
||||
msgid "Could not get a valid Printer Host reference"
|
||||
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?"
|
||||
msgid "Success!"
|
||||
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."
|
||||
msgid "Refresh Printers"
|
||||
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?"
|
||||
msgid ""
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
"signed certificate."
|
||||
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?"
|
||||
msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*"
|
||||
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."
|
||||
msgid "Open CA certificate file"
|
||||
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!"
|
||||
#, possible-c-format, possible-boost-format
|
||||
msgid ""
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
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!"
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
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?"
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-29 20:13+0800\n"
|
||||
"POT-Creation-Date: 2023-07-07 00:37+0800\n"
|
||||
"PO-Revision-Date: 2023-03-31 22:48+0200\n"
|
||||
"Last-Translator: Momo <renemosner@seznam.cz>\n"
|
||||
"Language-Team: \n"
|
||||
@ -1909,7 +1909,10 @@ msgstr "Zadejte platnou hodnotu (K v 0~0,5, N v 0,6~2,0)"
|
||||
msgid "You need to select the material type and color first."
|
||||
msgstr ""
|
||||
|
||||
msgid "Other color"
|
||||
msgid "Other Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Custom Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Dynamic flow calibration"
|
||||
@ -3350,6 +3353,12 @@ msgstr "Průtok"
|
||||
msgid "Pressure advance"
|
||||
msgstr "Předstih tlaku"
|
||||
|
||||
msgid "Retraction test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Orca Tolerance Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Max flowrate"
|
||||
msgstr "Max. průtok"
|
||||
|
||||
@ -5319,9 +5328,6 @@ msgstr "Výstup G-kódu"
|
||||
msgid "Post-processing Scripts"
|
||||
msgstr "Skripty Post-processing"
|
||||
|
||||
msgid "Post-processing scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Frequent"
|
||||
msgstr "Časté"
|
||||
|
||||
@ -5458,6 +5464,12 @@ msgstr ""
|
||||
msgid "Printable space"
|
||||
msgstr "Prostor pro tisk"
|
||||
|
||||
msgid "Cooling Fan"
|
||||
msgstr ""
|
||||
|
||||
msgid "Fan speed-up time"
|
||||
msgstr ""
|
||||
|
||||
msgid "Extruder Clearance"
|
||||
msgstr "Vzdálenost extrudéru"
|
||||
|
||||
@ -6428,6 +6440,9 @@ msgstr ""
|
||||
msgid "No extrusions under current settings."
|
||||
msgstr "Žádné extruze pod aktuálním nastavením."
|
||||
|
||||
msgid "Bed temperatures for the used filaments differ significantly."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
|
||||
"enabled."
|
||||
@ -6812,8 +6827,8 @@ msgstr ""
|
||||
"jak velká šířka linky bez podpěry spodní vrstvy. 0% znamená vynucení "
|
||||
"chlazení pro celou vnější stěnu bez ohledu na míru převisu"
|
||||
|
||||
msgid "Bridge direction"
|
||||
msgstr "Směr mostu"
|
||||
msgid "Bridge infill direction"
|
||||
msgstr "Směr výplně mostu"
|
||||
|
||||
msgid ""
|
||||
"Bridging angle override. If left to zero, the bridging angle will be "
|
||||
@ -7070,17 +7085,12 @@ msgid "Internal bridge support thickness"
|
||||
msgstr "Tloušťka vnitřní podpory mostu"
|
||||
|
||||
msgid ""
|
||||
"If enabled, Studio will generate support loops under the contours of "
|
||||
"internal bridges.These support loops could prevent internal bridges from "
|
||||
"extruding over the air and improve the top surface quality, especially when "
|
||||
"the sparse infill density is low.This value determines the thickness of the "
|
||||
"support loops. 0 means disable this feature"
|
||||
"If enabled, support loops will be generated under the contours of internal "
|
||||
"bridges.These support loops could prevent internal bridges from extruding "
|
||||
"over the air and improve the top surface quality, especially when the sparse "
|
||||
"infill density is low.This value determines the thickness of the support "
|
||||
"loops. 0 means disable this feature"
|
||||
msgstr ""
|
||||
"Pokud je povoleno, Studio vygeneruje podpůrné smyčky pod obrysy vnitřních "
|
||||
"mostů. Tyto podpůrné smyčky by mohly bránit vnitřním mostům vytlačováním "
|
||||
"vzduchem a zlepšují špičkovou kvalitu povrchu, zvláště když řídká hustota "
|
||||
"výplně je nízká. Tato hodnota určuje tloušťku výplně podpůrné smyčky. 0 "
|
||||
"znamená vypnutí této funkce"
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "Vzor horního povrchu"
|
||||
@ -7404,14 +7414,6 @@ msgid ""
|
||||
"of line"
|
||||
msgstr "Úhel pro vzor řídké výplně, který řídí začátek nebo hlavní směr linky"
|
||||
|
||||
msgid "Bridge infill direction"
|
||||
msgstr "Směr výplně mostu"
|
||||
|
||||
msgid ""
|
||||
"Angle for bridge infill pattern, which controls the start or main direction "
|
||||
"of line"
|
||||
msgstr "Úhel pro vzor výplně mostu, který řídí začátek nebo hlavní směr linky"
|
||||
|
||||
msgid "Sparse infill density"
|
||||
msgstr "Hustota řídké výplně"
|
||||
|
||||
@ -7455,6 +7457,45 @@ msgstr "Kubický podepíraný"
|
||||
msgid "Lightning"
|
||||
msgstr "Blesky"
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than infill_anchor_max is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a "
|
||||
"single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr ""
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than this parameter is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to infill_anchor, but no longer than this parameter. \n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should "
|
||||
"create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of outer walls"
|
||||
msgstr "Zrychlení vnějších stěny"
|
||||
|
||||
@ -7565,6 +7606,14 @@ msgstr "Rychlost pohybu první vrstvy"
|
||||
msgid "Travel speed of initial layer"
|
||||
msgstr "Cestovní rychlost počáteční vrstvy"
|
||||
|
||||
msgid "Number of slow layers"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The first few layers are printed slower than normal. The speed is gradually "
|
||||
"increased in a linear fashion over the specified number of layers."
|
||||
msgstr ""
|
||||
|
||||
msgid "Initial layer nozzle temperature"
|
||||
msgstr "Teplota trysky první vrstvy"
|
||||
|
||||
@ -7574,6 +7623,24 @@ msgstr "Teplota trysky pro tisk první vrstvy při použití tohoto filamentu"
|
||||
msgid "Full fan speed at layer"
|
||||
msgstr "Maximální otáčky ventilátoru ve vrstvě"
|
||||
|
||||
msgid ""
|
||||
"Fan speed will be ramped up linearly from zero at layer "
|
||||
"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer"
|
||||
"\". \"full_fan_speed_layer\" will be ignored if lower than "
|
||||
"\"close_fan_the_first_x_layers\", in which case the fan will be running at "
|
||||
"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This fan speed is enforced during all support interfaces, to be able to "
|
||||
"weaken their bonding with a high fan speed.\n"
|
||||
"Set to -1 to disable this override.\n"
|
||||
"Can only be overriden by disable_fan_first_layers."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Randomly jitter while printing the wall, so that the surface has a rough "
|
||||
"look. This setting controls the fuzzy position"
|
||||
@ -7697,6 +7764,35 @@ msgstr ""
|
||||
msgid "Enable this option if machine has auxiliary part cooling fan"
|
||||
msgstr "Povolte tuto možnost, pokud má stroj pomocný chladicí ventilátor"
|
||||
|
||||
msgid ""
|
||||
"Start the fan this number of seconds earlier than its target start time (you "
|
||||
"can use fractional seconds). It assumes infinite acceleration for this time "
|
||||
"estimation, and will only take into account G1 and G0 moves (arc fitting is "
|
||||
"unsupported).\n"
|
||||
"It won't move fan comands from custom gcodes (they act as a sort of "
|
||||
"'barrier').\n"
|
||||
"It won't move fan comands into the start gcode if the 'only custom start "
|
||||
"gcode' is activated.\n"
|
||||
"Use 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "Only overhangs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Will only take into account the delay for the cooling of overhangs."
|
||||
msgstr ""
|
||||
|
||||
msgid "Fan kick-start time"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Emit a max fan speed command for this amount of seconds before reducing to "
|
||||
"target speed to kick-start the cooling fan.\n"
|
||||
"This is useful for fans where a low PWM/power may be insufficient to get the "
|
||||
"fan started spinning from a stop, or to get the fan up to speed faster.\n"
|
||||
"Set to 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "G-code flavor"
|
||||
msgstr "Druh G-code"
|
||||
|
||||
@ -8246,14 +8342,22 @@ msgstr "Zezadu"
|
||||
msgid "Random"
|
||||
msgstr "Náhodný"
|
||||
|
||||
msgid "Staggered inner seams"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This option causes the inner seams to be shifted backwards based on their "
|
||||
"depth, forming a zigzag pattern."
|
||||
msgstr ""
|
||||
|
||||
msgid "Seam gap"
|
||||
msgstr "Mezera švu"
|
||||
|
||||
msgid ""
|
||||
"In order to reduce the visibility of the seam in a closed loop extrusion, "
|
||||
"the loop is interrupted and shortened by a specified amount.\n"
|
||||
"This amount can be specified in millimeters or as a percentage of the current "
|
||||
"extruder diameter. The default value for this parameter is 15%."
|
||||
"This amount can be specified in millimeters or as a percentage of the "
|
||||
"current extruder diameter. The default value for this parameter is 15%."
|
||||
msgstr ""
|
||||
"Aby se snížila viditelnost švu při vytlačování s uzavřenou smyčkou, smyčka "
|
||||
"se přeruší a zkrátí o zadanou hodnotu.\n"
|
||||
@ -8314,6 +8418,12 @@ msgstr "Obrysové Smyčky"
|
||||
msgid "Number of loops for the skirt. Zero means disabling skirt"
|
||||
msgstr "Počet smyček pro Obrys. Nula znamená deaktivaci sukně"
|
||||
|
||||
msgid "Skirt speed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The printing speed in exported gcode will be slowed down, when the estimated "
|
||||
"layer time is shorter than this value, to get better cooling for these layers"
|
||||
@ -9388,270 +9498,320 @@ msgstr ""
|
||||
"start > 10 kroků >= 0\n"
|
||||
"konec > začátek + krok)"
|
||||
|
||||
#: 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?"
|
||||
msgid "Start retraction length: "
|
||||
msgstr ""
|
||||
"Operace 3D scény\n"
|
||||
"Did jste, jak ovládat pohled a výběr objektů/dílů pomocí myši a dotykového "
|
||||
"panelu ve 3D scéně?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Cut Tool]
|
||||
msgid ""
|
||||
"Cut Tool\n"
|
||||
"Did you know that you can cut a model at any angle and position with the "
|
||||
"cutting tool?"
|
||||
msgid "End retraction length: "
|
||||
msgstr ""
|
||||
"Nástroj pro řezání\n"
|
||||
"Did jste, že pomocí řezného nástroje můžete řezat model v libovolném úhlu a "
|
||||
"poloze?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fix Model]
|
||||
msgid ""
|
||||
"Fix Model\n"
|
||||
"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing "
|
||||
"problems?"
|
||||
msgid "mm/mm"
|
||||
msgstr ""
|
||||
"Opravit model\n"
|
||||
"Did jste, že můžete opravit poškozený 3D model, abyste se vyhnuli mnoha "
|
||||
"problémům s krájením?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Timelapse]
|
||||
msgid ""
|
||||
"Timelapse\n"
|
||||
"Did you know that you can generate a timelapse video during each print?"
|
||||
msgid "Physical Printer"
|
||||
msgstr ""
|
||||
"Časosběr\n"
|
||||
"Did jste, že můžete generovat časosběrné video během každého tisku?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Arrange]
|
||||
msgid ""
|
||||
"Auto-Arrange\n"
|
||||
"Did you know that you can auto-arrange all objects in your project?"
|
||||
msgid "Print Host upload"
|
||||
msgstr ""
|
||||
"Automatické uspořádání\n"
|
||||
"Did jste, že můžete automaticky uspořádat všechny objekty ve svém projektu?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Orient]
|
||||
msgid ""
|
||||
"Auto-Orient\n"
|
||||
"Did you know that you can rotate objects to an optimal orientation for "
|
||||
"printing by a simple click?"
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
"Auto-Orient\n"
|
||||
"Did jste, že můžete otočit objekty do optimální orientace pro tisk "
|
||||
"jednoduchým kliknutím?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Lay on Face]
|
||||
msgid ""
|
||||
"Lay on Face\n"
|
||||
"Did you know that you can quickly orient a model so that one of its faces "
|
||||
"sits on the print bed? Select the \"Place on face\" function or press the "
|
||||
"<b>F</b> key."
|
||||
msgid "Could not get a valid Printer Host reference"
|
||||
msgstr ""
|
||||
"Plochou na podložku\n"
|
||||
"Did jste, že můžete rychle orientovat model tak, aby jedna z jeho tváří "
|
||||
"seděla na tiskové podložce? Vyberte funkci \"Umístit na obličej\" nebo "
|
||||
"stiskněte klávesu <b>F</b> ."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Object List]
|
||||
msgid ""
|
||||
"Object List\n"
|
||||
"Did you know that you can view all objects/parts in a list and change "
|
||||
"settings for each object/part?"
|
||||
msgid "Success!"
|
||||
msgstr ""
|
||||
"Seznam objektů\n"
|
||||
"Did jste, že můžete zobrazit všechny objekty/části v seznamu a změnit "
|
||||
"nastavení pro každý objekt/část?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Simplify Model]
|
||||
msgid ""
|
||||
"Simplify Model\n"
|
||||
"Did you know that you can reduce the number of triangles in a mesh using the "
|
||||
"Simplify mesh feature? Right-click the model and select Simplify model. Read "
|
||||
"more in the documentation."
|
||||
msgid "Refresh Printers"
|
||||
msgstr ""
|
||||
"Zjednodušte model\n"
|
||||
"Did jste, že můžete snížit počet trojúhelníků v síti pomocí funkce "
|
||||
"Zjednodušit síť? Klikněte pravým tlačítkem na model a vyberte Zjednodušit "
|
||||
"model. Více v dokumentaci."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
|
||||
msgid ""
|
||||
"Slicing Parameter Table\n"
|
||||
"Did you know that you can view all objects/parts on a table and change "
|
||||
"settings for each object/part?"
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
"signed certificate."
|
||||
msgstr ""
|
||||
"Tabulka parametrů dělení\n"
|
||||
"Did jste, že můžete zobrazit všechny objekty/části v tabulce a změnit "
|
||||
"nastavení pro každý objekt/část?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
|
||||
msgid ""
|
||||
"Split to Objects/Parts\n"
|
||||
"Did you know that you can split a big object into small ones for easy "
|
||||
"colorizing or printing?"
|
||||
msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*"
|
||||
msgstr ""
|
||||
"Rozdělit na objekty/části\n"
|
||||
"Didi jste, že velký objekt můžete rozdělit na malé pro snadné obarvení nebo "
|
||||
"tisk?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Subtract a Part]
|
||||
msgid ""
|
||||
"Subtract a Part\n"
|
||||
"Did you know that you can subtract one mesh from another using the Negative "
|
||||
"part modifier? That way you can, for example, create easily resizable holes "
|
||||
"directly in Orca Slicer. Read more in the documentation."
|
||||
msgid "Open CA certificate file"
|
||||
msgstr ""
|
||||
"Odečtení dílu\n"
|
||||
"Did jste, že můžete odečíst jednu síť od druhé pomocí modifikátoru záporné "
|
||||
"části? Tímto způsobem můžete například vytvářet snadno měnitelné otvory "
|
||||
"přímo v Orca Slicer. Přečtěte si více v dokumentaci."
|
||||
|
||||
#: resources/data/hints.ini: [hint:STEP]
|
||||
#, c-format, boost-format
|
||||
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!"
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
msgstr ""
|
||||
"STEP\n"
|
||||
"Did jste, že kvalitu tisku můžete zlepšit krájením souboru STEP místo STL?\n"
|
||||
"Orca Slicer podporuje krájení souborů STEP a poskytuje hladší výsledky než "
|
||||
"STL s nižším rozlišením. Vyzkoušejte to!"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Z seam location]
|
||||
msgid ""
|
||||
"Z seam location\n"
|
||||
"Did you know that you can customize the location of the Z seam, and even "
|
||||
"paint it on your print, to have it in a less visible location? This improves "
|
||||
"the overall look of your model. Check it out!"
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
"Umístění Z švu\n"
|
||||
"Did jste, že si můžete přizpůsobit umístění Z švu a dokonce jej namalovat na "
|
||||
"tisk, abyste jej měli na méně viditelném místě? To zlepšuje celkový vzhled "
|
||||
"vašeho modelu. Vyzkoušejte to!"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
|
||||
msgid ""
|
||||
"Fine-tuning for flow rate\n"
|
||||
"Did you know that flow rate can be fine-tuned for even better-looking "
|
||||
"prints? Depending on the material, you can improve the overall finish of the "
|
||||
"printed model by doing some fine-tuning."
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
"Jemné doladění průtoku\n"
|
||||
"Did jste, že průtok lze vyladit pro ještě lépe vypadající výtisky? V "
|
||||
"závislosti na materiálu můžete vylepšit celkovou povrchovou úpravu tištěného "
|
||||
"modelu provedením nějakého jemného doladění."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split your prints into plates]
|
||||
msgid ""
|
||||
"Split your prints into plates\n"
|
||||
"Did you know that you can split a model that has a lot of parts into "
|
||||
"individual plates ready to print? This will simplify the process of keeping "
|
||||
"track of all the parts."
|
||||
msgstr ""
|
||||
"Rozdělit výtisky na desky\n"
|
||||
"Did jste, že můžete rozdělit model, který má mnoho dílů, na jednotlivé desky "
|
||||
"připravené k tisku? To zjednoduší proces sledování všech dílů."
|
||||
#~ msgid ""
|
||||
#~ "3D Scene Operations\n"
|
||||
#~ "Did you know how to control view and object/part selection with mouse and "
|
||||
#~ "touchpanel in the 3D scene?"
|
||||
#~ msgstr ""
|
||||
#~ "Operace 3D scény\n"
|
||||
#~ "Did jste, jak ovládat pohled a výběr objektů/dílů pomocí myši a "
|
||||
#~ "dotykového panelu ve 3D scéně?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer
|
||||
#: Height]
|
||||
msgid ""
|
||||
"Speed up your print with Adaptive Layer Height\n"
|
||||
"Did you know that you can print a model even faster, by using the Adaptive "
|
||||
"Layer Height option? Check it out!"
|
||||
msgstr ""
|
||||
"Urychlete svůj tisk pomocí Adaptivní výšky vrstvy\n"
|
||||
"Did jste, že můžete tisknout model ještě rychleji pomocí možnosti Adaptivní "
|
||||
"výška vrstvy? Vyzkoušejte to!"
|
||||
#~ msgid ""
|
||||
#~ "Cut Tool\n"
|
||||
#~ "Did you know that you can cut a model at any angle and position with the "
|
||||
#~ "cutting tool?"
|
||||
#~ msgstr ""
|
||||
#~ "Nástroj pro řezání\n"
|
||||
#~ "Did jste, že pomocí řezného nástroje můžete řezat model v libovolném úhlu "
|
||||
#~ "a poloze?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Support painting]
|
||||
msgid ""
|
||||
"Support painting\n"
|
||||
"Did you know that you can paint the location of your supports? This feature "
|
||||
"makes it easy to place the support material only on the sections of the "
|
||||
"model that actually need it."
|
||||
msgstr ""
|
||||
"Malování podpěry\n"
|
||||
"Did jste, že můžete namalovat umístění svých podpěr? Tato funkce usnadňuje "
|
||||
"umístění podpěrného materiálu pouze na části modelu, které to skutečně "
|
||||
"potřebují."
|
||||
#~ msgid ""
|
||||
#~ "Fix Model\n"
|
||||
#~ "Did you know that you can fix a corrupted 3D model to avoid a lot of "
|
||||
#~ "slicing problems?"
|
||||
#~ msgstr ""
|
||||
#~ "Opravit model\n"
|
||||
#~ "Did jste, že můžete opravit poškozený 3D model, abyste se vyhnuli mnoha "
|
||||
#~ "problémům s krájením?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Different types of supports]
|
||||
msgid ""
|
||||
"Different types of supports\n"
|
||||
"Did you know that you can choose from multiple types of supports? Tree "
|
||||
"supports work great for organic models, while saving filament and improving "
|
||||
"print speed. Check them out!"
|
||||
msgstr ""
|
||||
"Různé typy podpěr\n"
|
||||
"Did jste, že si můžete vybrat z více typů podpěr? Podpěry stromu fungují "
|
||||
"skvěle pro organické modely, přičemž šetří vlákno a zlepšují rychlost tisku. "
|
||||
"Vyzkoušejte je!"
|
||||
#~ msgid ""
|
||||
#~ "Timelapse\n"
|
||||
#~ "Did you know that you can generate a timelapse video during each print?"
|
||||
#~ msgstr ""
|
||||
#~ "Časosběr\n"
|
||||
#~ "Did jste, že můžete generovat časosběrné video během každého tisku?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Printing Silk Filament]
|
||||
msgid ""
|
||||
"Printing Silk Filament\n"
|
||||
"Did you know that Silk filament needs special consideration to print it "
|
||||
"successfully? Higher temperature and lower speed are always recommended for "
|
||||
"the best results."
|
||||
msgstr ""
|
||||
"Tisk hedvábného vlákna\n"
|
||||
"Did jste, že hedvábný filament vyžaduje zvláštní pozornost, aby byl úspěšný? "
|
||||
"Pro dosažení nejlepších výsledků se vždy doporučuje vyšší teplota a nižší "
|
||||
"rychlost."
|
||||
#~ msgid ""
|
||||
#~ "Auto-Arrange\n"
|
||||
#~ "Did you know that you can auto-arrange all objects in your project?"
|
||||
#~ msgstr ""
|
||||
#~ "Automatické uspořádání\n"
|
||||
#~ "Did jste, že můžete automaticky uspořádat všechny objekty ve svém "
|
||||
#~ "projektu?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Brim for better adhesion]
|
||||
msgid ""
|
||||
"Brim for better adhesion\n"
|
||||
"Did you know that when printing models have a small contact interface with "
|
||||
"the printing surface, it's recommended to use a brim?"
|
||||
msgstr ""
|
||||
"Okraj pro lepší přilnavost\n"
|
||||
"Did jste, že když tiskové modely mají malé kontaktní rozhraní s tiskovou "
|
||||
"plochou, doporučuje se použít okraj?"
|
||||
#~ msgid ""
|
||||
#~ "Auto-Orient\n"
|
||||
#~ "Did you know that you can rotate objects to an optimal orientation for "
|
||||
#~ "printing by a simple click?"
|
||||
#~ msgstr ""
|
||||
#~ "Auto-Orient\n"
|
||||
#~ "Did jste, že můžete otočit objekty do optimální orientace pro tisk "
|
||||
#~ "jednoduchým kliknutím?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
|
||||
msgid ""
|
||||
"Set parameters for multiple objects\n"
|
||||
"Did you know that you can set slicing parameters for all selected objects at "
|
||||
"one time?"
|
||||
msgstr ""
|
||||
"Nastavit parametry pro více objektů\n"
|
||||
"Did jste, že můžete nastavit parametry krájení pro všechny vybrané objekty "
|
||||
"najednou?"
|
||||
#~ msgid ""
|
||||
#~ "Lay on Face\n"
|
||||
#~ "Did you know that you can quickly orient a model so that one of its faces "
|
||||
#~ "sits on the print bed? Select the \"Place on face\" function or press the "
|
||||
#~ "<b>F</b> key."
|
||||
#~ msgstr ""
|
||||
#~ "Plochou na podložku\n"
|
||||
#~ "Did jste, že můžete rychle orientovat model tak, aby jedna z jeho tváří "
|
||||
#~ "seděla na tiskové podložce? Vyberte funkci \"Umístit na obličej\" nebo "
|
||||
#~ "stiskněte klávesu <b>F</b> ."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Stack objects]
|
||||
msgid ""
|
||||
"Stack objects\n"
|
||||
"Did you know that you can stack objects as a whole one?"
|
||||
msgstr ""
|
||||
"Skládat objekty\n"
|
||||
"Did jste, že můžete skládat objekty jako jeden celek?"
|
||||
#~ msgid ""
|
||||
#~ "Object List\n"
|
||||
#~ "Did you know that you can view all objects/parts in a list and change "
|
||||
#~ "settings for each object/part?"
|
||||
#~ msgstr ""
|
||||
#~ "Seznam objektů\n"
|
||||
#~ "Did jste, že můžete zobrazit všechny objekty/části v seznamu a změnit "
|
||||
#~ "nastavení pro každý objekt/část?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
|
||||
msgid ""
|
||||
"Flush into support/objects/infill\n"
|
||||
"Did you know that you can save the wasted filament by flushing them into "
|
||||
"support/objects/infill during filament change?"
|
||||
msgstr ""
|
||||
"Vypláchnout do support/objects/infill\n"
|
||||
"Did jste, že můžete zachránit ztracené vlákno jejich vypláchnutím do support/"
|
||||
"objects/infill během výměny vlákna?"
|
||||
#~ msgid ""
|
||||
#~ "Simplify Model\n"
|
||||
#~ "Did you know that you can reduce the number of triangles in a mesh using "
|
||||
#~ "the Simplify mesh feature? Right-click the model and select Simplify "
|
||||
#~ "model. Read more in the documentation."
|
||||
#~ msgstr ""
|
||||
#~ "Zjednodušte model\n"
|
||||
#~ "Did jste, že můžete snížit počet trojúhelníků v síti pomocí funkce "
|
||||
#~ "Zjednodušit síť? Klikněte pravým tlačítkem na model a vyberte Zjednodušit "
|
||||
#~ "model. Více v dokumentaci."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Improve strength]
|
||||
msgid ""
|
||||
"Improve strength\n"
|
||||
"Did you know that you can use more wall loops and higher sparse infill "
|
||||
"density to improve the strength of the model?"
|
||||
msgstr ""
|
||||
"Zlepšete pevnost\n"
|
||||
"Did jste, že ke zlepšení pevnosti modelu můžete použít více smyček na stěně "
|
||||
"a vyšší hustotu výplně?"
|
||||
#~ msgid ""
|
||||
#~ "Slicing Parameter Table\n"
|
||||
#~ "Did you know that you can view all objects/parts on a table and change "
|
||||
#~ "settings for each object/part?"
|
||||
#~ msgstr ""
|
||||
#~ "Tabulka parametrů dělení\n"
|
||||
#~ "Did jste, že můžete zobrazit všechny objekty/části v tabulce a změnit "
|
||||
#~ "nastavení pro každý objekt/část?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Split to Objects/Parts\n"
|
||||
#~ "Did you know that you can split a big object into small ones for easy "
|
||||
#~ "colorizing or printing?"
|
||||
#~ msgstr ""
|
||||
#~ "Rozdělit na objekty/části\n"
|
||||
#~ "Didi jste, že velký objekt můžete rozdělit na malé pro snadné obarvení "
|
||||
#~ "nebo tisk?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Subtract a Part\n"
|
||||
#~ "Did you know that you can subtract one mesh from another using the "
|
||||
#~ "Negative part modifier? That way you can, for example, create easily "
|
||||
#~ "resizable holes directly in Orca Slicer. Read more in the documentation."
|
||||
#~ msgstr ""
|
||||
#~ "Odečtení dílu\n"
|
||||
#~ "Did jste, že můžete odečíst jednu síť od druhé pomocí modifikátoru "
|
||||
#~ "záporné části? Tímto způsobem můžete například vytvářet snadno měnitelné "
|
||||
#~ "otvory přímo v Orca Slicer. Přečtěte si více v dokumentaci."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "STEP\n"
|
||||
#~ "Did you know that you can improve your print quality by slicing a STEP "
|
||||
#~ "file instead of an STL?\n"
|
||||
#~ "Orca Slicer supports slicing STEP files, providing smoother results than "
|
||||
#~ "a lower resolution STL. Give it a try!"
|
||||
#~ msgstr ""
|
||||
#~ "STEP\n"
|
||||
#~ "Did jste, že kvalitu tisku můžete zlepšit krájením souboru STEP místo "
|
||||
#~ "STL?\n"
|
||||
#~ "Orca Slicer podporuje krájení souborů STEP a poskytuje hladší výsledky "
|
||||
#~ "než STL s nižším rozlišením. Vyzkoušejte to!"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Z seam location\n"
|
||||
#~ "Did you know that you can customize the location of the Z seam, and even "
|
||||
#~ "paint it on your print, to have it in a less visible location? This "
|
||||
#~ "improves the overall look of your model. Check it out!"
|
||||
#~ msgstr ""
|
||||
#~ "Umístění Z švu\n"
|
||||
#~ "Did jste, že si můžete přizpůsobit umístění Z švu a dokonce jej namalovat "
|
||||
#~ "na tisk, abyste jej měli na méně viditelném místě? To zlepšuje celkový "
|
||||
#~ "vzhled vašeho modelu. Vyzkoušejte to!"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Fine-tuning for flow rate\n"
|
||||
#~ "Did you know that flow rate can be fine-tuned for even better-looking "
|
||||
#~ "prints? Depending on the material, you can improve the overall finish of "
|
||||
#~ "the printed model by doing some fine-tuning."
|
||||
#~ msgstr ""
|
||||
#~ "Jemné doladění průtoku\n"
|
||||
#~ "Did jste, že průtok lze vyladit pro ještě lépe vypadající výtisky? V "
|
||||
#~ "závislosti na materiálu můžete vylepšit celkovou povrchovou úpravu "
|
||||
#~ "tištěného modelu provedením nějakého jemného doladění."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Split your prints into plates\n"
|
||||
#~ "Did you know that you can split a model that has a lot of parts into "
|
||||
#~ "individual plates ready to print? This will simplify the process of "
|
||||
#~ "keeping track of all the parts."
|
||||
#~ msgstr ""
|
||||
#~ "Rozdělit výtisky na desky\n"
|
||||
#~ "Did jste, že můžete rozdělit model, který má mnoho dílů, na jednotlivé "
|
||||
#~ "desky připravené k tisku? To zjednoduší proces sledování všech dílů."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Speed up your print with Adaptive Layer Height\n"
|
||||
#~ "Did you know that you can print a model even faster, by using the "
|
||||
#~ "Adaptive Layer Height option? Check it out!"
|
||||
#~ msgstr ""
|
||||
#~ "Urychlete svůj tisk pomocí Adaptivní výšky vrstvy\n"
|
||||
#~ "Did jste, že můžete tisknout model ještě rychleji pomocí možnosti "
|
||||
#~ "Adaptivní výška vrstvy? Vyzkoušejte to!"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Support painting\n"
|
||||
#~ "Did you know that you can paint the location of your supports? This "
|
||||
#~ "feature makes it easy to place the support material only on the sections "
|
||||
#~ "of the model that actually need it."
|
||||
#~ msgstr ""
|
||||
#~ "Malování podpěry\n"
|
||||
#~ "Did jste, že můžete namalovat umístění svých podpěr? Tato funkce "
|
||||
#~ "usnadňuje umístění podpěrného materiálu pouze na části modelu, které to "
|
||||
#~ "skutečně potřebují."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Different types of supports\n"
|
||||
#~ "Did you know that you can choose from multiple types of supports? Tree "
|
||||
#~ "supports work great for organic models, while saving filament and "
|
||||
#~ "improving print speed. Check them out!"
|
||||
#~ msgstr ""
|
||||
#~ "Různé typy podpěr\n"
|
||||
#~ "Did jste, že si můžete vybrat z více typů podpěr? Podpěry stromu fungují "
|
||||
#~ "skvěle pro organické modely, přičemž šetří vlákno a zlepšují rychlost "
|
||||
#~ "tisku. Vyzkoušejte je!"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Printing Silk Filament\n"
|
||||
#~ "Did you know that Silk filament needs special consideration to print it "
|
||||
#~ "successfully? Higher temperature and lower speed are always recommended "
|
||||
#~ "for the best results."
|
||||
#~ msgstr ""
|
||||
#~ "Tisk hedvábného vlákna\n"
|
||||
#~ "Did jste, že hedvábný filament vyžaduje zvláštní pozornost, aby byl "
|
||||
#~ "úspěšný? Pro dosažení nejlepších výsledků se vždy doporučuje vyšší "
|
||||
#~ "teplota a nižší rychlost."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Brim for better adhesion\n"
|
||||
#~ "Did you know that when printing models have a small contact interface "
|
||||
#~ "with the printing surface, it's recommended to use a brim?"
|
||||
#~ msgstr ""
|
||||
#~ "Okraj pro lepší přilnavost\n"
|
||||
#~ "Did jste, že když tiskové modely mají malé kontaktní rozhraní s tiskovou "
|
||||
#~ "plochou, doporučuje se použít okraj?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Set parameters for multiple objects\n"
|
||||
#~ "Did you know that you can set slicing parameters for all selected objects "
|
||||
#~ "at one time?"
|
||||
#~ msgstr ""
|
||||
#~ "Nastavit parametry pro více objektů\n"
|
||||
#~ "Did jste, že můžete nastavit parametry krájení pro všechny vybrané "
|
||||
#~ "objekty najednou?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Stack objects\n"
|
||||
#~ "Did you know that you can stack objects as a whole one?"
|
||||
#~ msgstr ""
|
||||
#~ "Skládat objekty\n"
|
||||
#~ "Did jste, že můžete skládat objekty jako jeden celek?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Flush into support/objects/infill\n"
|
||||
#~ "Did you know that you can save the wasted filament by flushing them into "
|
||||
#~ "support/objects/infill during filament change?"
|
||||
#~ msgstr ""
|
||||
#~ "Vypláchnout do support/objects/infill\n"
|
||||
#~ "Did jste, že můžete zachránit ztracené vlákno jejich vypláchnutím do "
|
||||
#~ "support/objects/infill během výměny vlákna?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Improve strength\n"
|
||||
#~ "Did you know that you can use more wall loops and higher sparse infill "
|
||||
#~ "density to improve the strength of the model?"
|
||||
#~ msgstr ""
|
||||
#~ "Zlepšete pevnost\n"
|
||||
#~ "Did jste, že ke zlepšení pevnosti modelu můžete použít více smyček na "
|
||||
#~ "stěně a vyšší hustotu výplně?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "If enabled, support loops will be generated under the contours of "
|
||||
#~ "internal bridges. These support loops could prevent internal bridges from "
|
||||
#~ "extruding over the air and improve the top surface quality, especially "
|
||||
#~ "when the sparse infill density is low.This value determines the thickness "
|
||||
#~ "of the support loops. 0 means disable this feature"
|
||||
#~ msgstr ""
|
||||
#~ "Pokud je povoleno, Studio vygeneruje podpůrné smyčky pod obrysy vnitřních "
|
||||
#~ "mostů. Tyto podpůrné smyčky by mohly bránit vnitřním mostům vytlačováním "
|
||||
#~ "vzduchem a zlepšují špičkovou kvalitu povrchu, zvláště když řídká hustota "
|
||||
#~ "výplně je nízká. Tato hodnota určuje tloušťku výplně podpůrné smyčky. 0 "
|
||||
#~ "znamená vypnutí této funkce"
|
||||
|
||||
#~ msgid "Bridge direction"
|
||||
#~ msgstr "Směr mostu"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Angle for bridge infill pattern, which controls the start or main "
|
||||
#~ "direction of line"
|
||||
#~ msgstr ""
|
||||
#~ "Úhel pro vzor výplně mostu, který řídí začátek nebo hlavní směr linky"
|
||||
|
||||
#~ msgid "Keep upper part"
|
||||
#~ msgstr "Zachovat horní část"
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-06 13:46+0200\n"
|
||||
"POT-Creation-Date: 2023-07-07 00:37+0800\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Heiko Liebscher <hliebschergmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
@ -13,39 +13,6 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\n"
|
||||
"X-Generator: Poedit 3.2.2\n"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Physical Printer"
|
||||
msgstr "Drucker"
|
||||
|
||||
msgid ""
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
"signed certificate."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Send to print"
|
||||
msgstr "Zum Drucker senden"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Upload"
|
||||
msgstr "Entladen"
|
||||
|
||||
msgid "Upload and Print"
|
||||
msgstr ""
|
||||
|
||||
msgid "Use forward slashes ( / ) as a directory separator if needed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Supports Painting"
|
||||
msgstr "Stützen aufmalen"
|
||||
|
||||
@ -874,7 +841,7 @@ msgid "Load..."
|
||||
msgstr "Laden..."
|
||||
|
||||
msgid "Orca Cube"
|
||||
msgstr ""
|
||||
msgstr "Orca Würfel"
|
||||
|
||||
msgid "3DBenchy"
|
||||
msgstr ""
|
||||
@ -883,7 +850,7 @@ msgid "Autodesk FDM Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Voron Cube"
|
||||
msgstr ""
|
||||
msgstr "Voron Würfel"
|
||||
|
||||
msgid "Cube"
|
||||
msgstr "Würfel"
|
||||
@ -1982,8 +1949,11 @@ msgstr ""
|
||||
msgid "You need to select the material type and color first."
|
||||
msgstr "Sie müssen zuerst den Materialtyp und die Farbe auswählen."
|
||||
|
||||
msgid "Other color"
|
||||
msgstr "Andere Farbe"
|
||||
msgid "Other Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Custom Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Dynamic flow calibration"
|
||||
msgstr "Dynamische Flusskalibrierung"
|
||||
@ -3212,7 +3182,7 @@ msgid "Export G-code file"
|
||||
msgstr "G-Code als Datei exportieren"
|
||||
|
||||
msgid "Send"
|
||||
msgstr "Aktuelle Platte senden"
|
||||
msgstr "Senden"
|
||||
|
||||
msgid "Export plate sliced file"
|
||||
msgstr "Exportiere aktuelle Platte als STL Datei"
|
||||
@ -3224,7 +3194,7 @@ msgid "Print all"
|
||||
msgstr "Alle Platten drucken"
|
||||
|
||||
msgid "Send all"
|
||||
msgstr "Alle Platten senden"
|
||||
msgstr "Sende alle"
|
||||
|
||||
msgid "Keyboard Shortcuts"
|
||||
msgstr "Tastaturkürzel"
|
||||
@ -3469,6 +3439,13 @@ msgstr "Durchflussrate"
|
||||
msgid "Pressure advance"
|
||||
msgstr "Pressure advance"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Retraction test"
|
||||
msgstr "Rückzugslängen Test"
|
||||
|
||||
msgid "Orca Tolerance Test"
|
||||
msgstr "Orca Toleranz Test"
|
||||
|
||||
msgid "Max flowrate"
|
||||
msgstr "Maximale Durchflussrate"
|
||||
|
||||
@ -3830,7 +3807,7 @@ msgid "0"
|
||||
msgstr "0"
|
||||
|
||||
msgid "Layer: N/A"
|
||||
msgstr ""
|
||||
msgstr "Schicht: N/A"
|
||||
|
||||
msgid "Clear"
|
||||
msgstr "Löschen"
|
||||
@ -4794,7 +4771,7 @@ msgid "Update built-in Presets automatically."
|
||||
msgstr "Aktualisiere integrierte Voreinstellungen automatisch."
|
||||
|
||||
msgid "System Sync"
|
||||
msgstr ""
|
||||
msgstr "System-Synchronisation "
|
||||
|
||||
msgid "Clear my choice on the unsaved presets."
|
||||
msgstr "Meine Auswahl bei den nicht gespeicherten Voreinstellungen löschen."
|
||||
@ -5447,13 +5424,13 @@ msgstr ""
|
||||
msgid ""
|
||||
"When recording timelapse without toolhead, it is recommended to add a "
|
||||
"\"Timelapse Wipe Tower\" \n"
|
||||
"by right-click the empty position of build plate and choose \"Add "
|
||||
"Primitive\"->\"Timelapse Wipe Tower\"."
|
||||
"by right-click the empty position of build plate and choose \"Add Primitive"
|
||||
"\"->\"Timelapse Wipe Tower\"."
|
||||
msgstr ""
|
||||
"Wenn Sie einen Zeitraffer ohne Werkzeugkopf aufnehmen, wird empfohlen, einen "
|
||||
"\"Timelapse Wischturm\" hinzuzufügen, indem Sie mit der rechten Maustaste "
|
||||
"auf die leere Position der Bauplatte klicken und \"Primitiv hinzufügen\"-"
|
||||
">\"Timelapse Wischturm\" wählen."
|
||||
"auf die leere Position der Bauplatte klicken und \"Primitiv hinzufügen\"->"
|
||||
"\"Timelapse Wischturm\" wählen."
|
||||
|
||||
msgid "Line width"
|
||||
msgstr "Breite der Linie"
|
||||
@ -5666,8 +5643,8 @@ msgid "Cooling Fan"
|
||||
msgstr "Kühlung"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Fan speedup time"
|
||||
msgstr "Lüftergeschwindigkeit"
|
||||
msgid "Fan speed-up time"
|
||||
msgstr "Lüfter Beschleunigungszeit"
|
||||
|
||||
msgid "Extruder Clearance"
|
||||
msgstr "Freiraum des Extruders"
|
||||
@ -5983,10 +5960,10 @@ msgid "The multiplier should be in range [%.2f, %.2f]."
|
||||
msgstr "Der Multiplikator sollte im Bereich [%.2f, %.2f] liegen."
|
||||
|
||||
msgid "unloaded"
|
||||
msgstr "entladen wird"
|
||||
msgstr "entladen"
|
||||
|
||||
msgid "loaded"
|
||||
msgstr "geladen wird"
|
||||
msgstr "geladen"
|
||||
|
||||
msgid "Filament #"
|
||||
msgstr "Filament #"
|
||||
@ -6667,6 +6644,9 @@ msgstr ""
|
||||
msgid "No extrusions under current settings."
|
||||
msgstr "Keine Extrusion unter den aktuellen Einstellungen."
|
||||
|
||||
msgid "Bed temperatures for the used filaments differ significantly."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
|
||||
"enabled."
|
||||
@ -7341,17 +7321,12 @@ msgid "Internal bridge support thickness"
|
||||
msgstr "Dicke der internen Brückenstützen"
|
||||
|
||||
msgid ""
|
||||
"If enabled, Studio will generate support loops under the contours of "
|
||||
"internal bridges.These support loops could prevent internal bridges from "
|
||||
"extruding over the air and improve the top surface quality, especially when "
|
||||
"the sparse infill density is low.This value determines the thickness of the "
|
||||
"support loops. 0 means disable this feature"
|
||||
"If enabled, support loops will be generated under the contours of internal "
|
||||
"bridges.These support loops could prevent internal bridges from extruding "
|
||||
"over the air and improve the top surface quality, especially when the sparse "
|
||||
"infill density is low.This value determines the thickness of the support "
|
||||
"loops. 0 means disable this feature"
|
||||
msgstr ""
|
||||
"Wenn aktiviert, generiert Studio Stützschleifen unter den Konturen interner "
|
||||
"Brücken. Diese Stützschleifen könnten verhindern, dass interne Brücken über "
|
||||
"die Luft extrudieren, und die höchste Oberflächenqualität verbessern, "
|
||||
"insbesondere wenn die spärliche Fülldichte niedrig ist. Dieser Wert bestimmt "
|
||||
"die Dicke der Stützschleifen. 0 bedeutet, diese Funktion zu deaktivieren"
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "Muster der Oberfläche"
|
||||
@ -7738,6 +7713,66 @@ msgstr "Kubisch Stützen"
|
||||
msgid "Lightning"
|
||||
msgstr "Blitz"
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Länge des Infill-Ankers"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than infill_anchor_max is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a "
|
||||
"single infill line."
|
||||
msgstr ""
|
||||
"Verbindet eine Infill-Linie mit einem kurzen Segment eines zusätzlichen "
|
||||
"Perimeters mit einem internen Perimeter. Wenn sie als Prozentsatz "
|
||||
"ausgedrückt wird (Beispiel: 15%), wird sie über die Breite der Infill-"
|
||||
"Extrusion berechnet. OrcaSlicer versucht, zwei nahe beieinander liegende "
|
||||
"Infill-Linien mit einem kurzen Perimetersegment zu verbinden. Wenn kein "
|
||||
"solches Perimetersegment gefunden wird, das kürzer als infill_anchor_max "
|
||||
"ist, wird die Infill-Linie nur an einer Seite mit einem Perimetersegment "
|
||||
"verbunden und die Länge des genommenen Perimetersegments ist auf diesen "
|
||||
"Parameter begrenzt, aber nicht länger als anchor_length_max. Setzen Sie "
|
||||
"diesen Parameter auf Null, um die Verankerung von Perimetern zu "
|
||||
"deaktivieren, die mit einer einzelnen Infill-Linie verbunden sind."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (keine offenen Anker)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (unbegrenzt)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Maximale Länge des Infill-Ankers"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than this parameter is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to infill_anchor, but no longer than this parameter. \n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should "
|
||||
"create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"Verbindet eine Infill-Linie mit einem kurzen Segment eines zusätzlichen "
|
||||
"Perimeters mit einem internen Perimeter. Wenn sie als Prozentsatz "
|
||||
"ausgedrückt wird (Beispiel: 15%), wird sie über die Breite der Infill-"
|
||||
"Extrusion berechnet. OrcaSlicer versucht, zwei nahe beieinander liegende "
|
||||
"Infill-Linien mit einem kurzen Perimetersegment zu verbinden. Wenn kein "
|
||||
"solches Perimetersegment gefunden wird, das kürzer als dieser Parameter ist, "
|
||||
"wird die Infill-Linie nur an einer Seite mit einem Perimetersegment "
|
||||
"verbunden und die Länge des genommenen Perimetersegments wird auf "
|
||||
"infill_anchor begrenzt, aber nicht länger als dieser Parameter. Setzen Sie "
|
||||
"diesen Parameter auf Null, um die Verankerung zu deaktivieren."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (Einfache Verbindung)"
|
||||
|
||||
msgid "Acceleration of outer walls"
|
||||
msgstr "Beschleunigung Außenwände"
|
||||
|
||||
@ -7858,6 +7893,18 @@ msgstr "Bewegung"
|
||||
msgid "Travel speed of initial layer"
|
||||
msgstr "Bewegungsgeschwindigkeit der ersten Schicht"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Number of slow layers"
|
||||
msgstr "Anzahl der lansamen Schichten"
|
||||
|
||||
msgid ""
|
||||
"The first few layers are printed slower than normal. The speed is gradually "
|
||||
"increased in a linear fashion over the specified number of layers."
|
||||
msgstr ""
|
||||
"Die ersten paar Schichten werden langsamer als normal gedruckt. Die "
|
||||
"Geschwindigkeitwird allmählich linear über die angegebene Anzahl von "
|
||||
"Schichten erhöht."
|
||||
|
||||
msgid "Initial layer nozzle temperature"
|
||||
msgstr "Düsentemperatur für die erste Schicht"
|
||||
|
||||
@ -7869,6 +7916,34 @@ msgstr ""
|
||||
msgid "Full fan speed at layer"
|
||||
msgstr "Volle Lüfterdrehzahl ab Schicht"
|
||||
|
||||
msgid ""
|
||||
"Fan speed will be ramped up linearly from zero at layer "
|
||||
"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer"
|
||||
"\". \"full_fan_speed_layer\" will be ignored if lower than "
|
||||
"\"close_fan_the_first_x_layers\", in which case the fan will be running at "
|
||||
"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
||||
msgstr ""
|
||||
"Die Lüftergeschwindigkeit wird linear von Null bei der Schicht"
|
||||
"\"close_fan_the_first_x_layers\" auf das Maximum bei der Schicht "
|
||||
"\"full_fan_speed_layer\" erhöht. \"full_fan_speed_layer\" wird ignoriert, "
|
||||
"wenn es niedriger ist als \"close_fan_the_first_x_layers\",in diesem Fall "
|
||||
"läuft der Lüfter bei Schicht \"close_fan_the_first_x_layers\"+ 1 mit maximal "
|
||||
"zulässiger Geschwindigkeit."
|
||||
|
||||
#, fuzzy
|
||||
msgid "Support interface fan speed"
|
||||
msgstr "Stützstruktur-Schnittstelle"
|
||||
|
||||
msgid ""
|
||||
"This fan speed is enforced during all support interfaces, to be able to "
|
||||
"weaken their bonding with a high fan speed.\n"
|
||||
"Set to -1 to disable this override.\n"
|
||||
"Can only be overriden by disable_fan_first_layers."
|
||||
msgstr ""
|
||||
"Diese Lüftergeschwindigkeit wird während der Stützstruktur verwendet.\n"
|
||||
"Setzen Sie es auf -1, um dies zu deaktivieren.\n"
|
||||
"Kann nur durch disable_fan_first_layers außer Kraft gesetzt werden."
|
||||
|
||||
msgid ""
|
||||
"Randomly jitter while printing the wall, so that the surface has a rough "
|
||||
"look. This setting controls the fuzzy position"
|
||||
@ -7997,10 +8072,6 @@ msgstr ""
|
||||
"Aktivieren Sie diese Option, wenn die Maschine über ein zusätzliches "
|
||||
"Kühlgebläse verfügt"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Fan Speedup Time"
|
||||
msgstr "Lüftergeschwindigkeit: "
|
||||
|
||||
msgid ""
|
||||
"Start the fan this number of seconds earlier than its target start time (you "
|
||||
"can use fractional seconds). It assumes infinite acceleration for this time "
|
||||
@ -8012,16 +8083,23 @@ msgid ""
|
||||
"gcode' is activated.\n"
|
||||
"Use 0 to deactivate."
|
||||
msgstr ""
|
||||
"Starte den Lüfter diese Anzahl an Sekunden früher. (du kannst auch Milli-"
|
||||
"Sekunden verwenden). Dabei wird eine unendliche Beschleunigung angenommenund "
|
||||
"nur G1- und G0-Bewegungen berücksichtigt (Kurvenanpassung wird nicht "
|
||||
"unterstützt).Fan-Befehle in benutzerdefinierten G-Codes werden nicht "
|
||||
"verschoben (sie wirken wie eine Art 'Barriere').Fan-Befehle werden nicht in "
|
||||
"den Start-G-Code verschoben, wenn nur benutzerdefinierterStart-G-Code "
|
||||
"aktiviert ist. Verwende 0, um den Lüfter zu deaktivieren."
|
||||
|
||||
#, fuzzy
|
||||
msgid "Only overhangs"
|
||||
msgstr "Nur an Überhängen"
|
||||
|
||||
msgid "Will only take into account the delay for the cooling of overhangs."
|
||||
msgstr ""
|
||||
msgstr "Berücksichtigt nur die Verzögerung für die Kühlung von Überhängen."
|
||||
|
||||
msgid "Fan kick-start time"
|
||||
msgstr ""
|
||||
msgstr "Lüfter Anlaufzeit"
|
||||
|
||||
msgid ""
|
||||
"Emit a max fan speed command for this amount of seconds before reducing to "
|
||||
@ -8030,6 +8108,12 @@ msgid ""
|
||||
"fan started spinning from a stop, or to get the fan up to speed faster.\n"
|
||||
"Set to 0 to deactivate."
|
||||
msgstr ""
|
||||
"Gib für die angegebene Zeit einen Befehl zur maximalen Lüftergeschwindigkeit "
|
||||
"aus, bevor die Geschwindigkeit auf die Zielgeschwindigkeit reduziert wird, "
|
||||
"um den Kühlventilator anzuschubsen.Dies ist bei Lüftern nützlich, bei denen "
|
||||
"eine niedrige PWM-Leistung möglicherweise nicht ausreicht, um den Lüfter vom "
|
||||
"Stillstand aus zu starten oder um den Lüfter schneller auf Touren zu bringen."
|
||||
"Setze den Wert auf 0, um diese Funktion zu deaktivieren."
|
||||
|
||||
msgid "G-code flavor"
|
||||
msgstr "G-Code Typ"
|
||||
@ -8606,6 +8690,14 @@ msgstr "Rückseite"
|
||||
msgid "Random"
|
||||
msgstr "Zufall"
|
||||
|
||||
msgid "Staggered inner seams"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This option causes the inner seams to be shifted backwards based on their "
|
||||
"depth, forming a zigzag pattern."
|
||||
msgstr ""
|
||||
|
||||
msgid "Seam gap"
|
||||
msgstr "Naht Zwischenraum"
|
||||
|
||||
@ -8682,6 +8774,12 @@ msgid "Number of loops for the skirt. Zero means disabling skirt"
|
||||
msgstr ""
|
||||
"Anzahl der Ringe für die Umrandung. Null bedeutet Deaktivierung der Umrandung"
|
||||
|
||||
msgid "Skirt speed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The printing speed in exported gcode will be slowed down, when the estimated "
|
||||
"layer time is shorter than this value, to get better cooling for these layers"
|
||||
@ -9805,278 +9903,353 @@ msgstr ""
|
||||
"Start > 10 Schrittweite >= 0\n"
|
||||
"Ende > Start + Schrittweite)"
|
||||
|
||||
#: resources/data/hints.ini: [hint:3D Scene Operations]
|
||||
msgid ""
|
||||
"3D Scene Operations\n"
|
||||
"Did you know how to control view and object/part selection with mouse and "
|
||||
"touchpanel in the 3D scene?"
|
||||
msgstr ""
|
||||
"3D-Szenenbedienung\n"
|
||||
"Wissen Sie, wie Sie die Ansicht und die Auswahl von Objekten/Teilen in der "
|
||||
"3D-Szene mit der Maus und dem Touchpad steuern können?"
|
||||
#, fuzzy
|
||||
msgid "Start retraction length: "
|
||||
msgstr "Start Rückzugslänge"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Cut Tool]
|
||||
msgid ""
|
||||
"Cut Tool\n"
|
||||
"Did you know that you can cut a model at any angle and position with the "
|
||||
"cutting tool?"
|
||||
msgstr ""
|
||||
"Schnittwerkzeug\n"
|
||||
"Wussten Sie, dass Sie mit dem Schnittwerkzeug ein Modell in jedem beliebigen "
|
||||
"Winkel und jeder beliebigen Position zerschneiden können?"
|
||||
#, fuzzy
|
||||
msgid "End retraction length: "
|
||||
msgstr "Ende Rückzugslänge"
|
||||
|
||||
#: 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?"
|
||||
msgid "mm/mm"
|
||||
msgstr ""
|
||||
"Modell reparieren\n"
|
||||
"Wussten Sie, dass Sie ein beschädigtes 3D-Modell reparieren können, um viele "
|
||||
"Probleme beim Slicen zu vermeiden?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Timelapse]
|
||||
msgid ""
|
||||
"Timelapse\n"
|
||||
"Did you know that you can generate a timelapse video during each print?"
|
||||
msgstr ""
|
||||
"Zeitraffer\n"
|
||||
"Wussten Sie, dass Sie bei jedem Druck ein Zeitraffervideo erstellen können?"
|
||||
#, fuzzy
|
||||
msgid "Physical Printer"
|
||||
msgstr "Drucker"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Arrange]
|
||||
msgid ""
|
||||
"Auto-Arrange\n"
|
||||
"Did you know that you can auto-arrange all objects in your project?"
|
||||
msgstr ""
|
||||
"Automatisch anordnen\n"
|
||||
"Wussten Sie, dass Sie alle Objekte in Ihrem Projekt automatisch anordnen "
|
||||
"können?"
|
||||
msgid "Print Host upload"
|
||||
msgstr "Hochladen zum Druck-Host"
|
||||
|
||||
#: 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?"
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
"Automatische Ausrichtung\n"
|
||||
"Wussten Sie schon, dass Sie Objekte mit einem einfachen Klick in eine für "
|
||||
"den Druck optimale Ausrichtung drehen können?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Lay on Face]
|
||||
msgid ""
|
||||
"Lay on Face\n"
|
||||
"Did you know that you can quickly orient a model so that one of its faces "
|
||||
"sits on the print bed? Select the \"Place on face\" function or press the "
|
||||
"<b>F</b> key."
|
||||
msgstr ""
|
||||
"Auf Fläche legen\n"
|
||||
"Wussten Sie, dass Sie ein Modell schnell so ausrichten können, dass eine "
|
||||
"seiner Flächen auf dem Druckbett liegt? Wählen Sie die Funktion \"Auf Fläche "
|
||||
"legen\" oder drücken Sie die Taste <b>F</b>."
|
||||
msgid "Could not get a valid Printer Host reference"
|
||||
msgstr "Konnte keine gültige Referenz zum Druck-Host erhalten"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Object List]
|
||||
msgid ""
|
||||
"Object List\n"
|
||||
"Did you know that you can view all objects/parts in a list and change "
|
||||
"settings for each object/part?"
|
||||
msgstr ""
|
||||
"Objekt-Liste\n"
|
||||
"Wussten Sie, dass Sie alle Objekte/Teile in einer Liste anzeigen und die "
|
||||
"Einstellungen für jedes Objekt/Teil ändern können?"
|
||||
msgid "Success!"
|
||||
msgstr "Erfolgreich!"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Simplify Model]
|
||||
msgid ""
|
||||
"Simplify Model\n"
|
||||
"Did you know that you can reduce the number of triangles in a mesh using the "
|
||||
"Simplify mesh feature? Right-click the model and select Simplify model. Read "
|
||||
"more in the documentation."
|
||||
msgstr ""
|
||||
"Modell vereinfachen\n"
|
||||
"Wussten Sie schon, dass Sie die Anzahl der Dreiecke in einem Netz mit der "
|
||||
"Funktion \"Netz vereinfachen\" reduzieren können? Klicken Sie mit der "
|
||||
"rechten Maustaste auf das Modell und wählen Sie \"Modell vereinfachen\". "
|
||||
"Weitere Informationen finden Sie in der Dokumentation."
|
||||
msgid "Refresh Printers"
|
||||
msgstr "Drucker aktualisieren"
|
||||
|
||||
#: 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?"
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
"signed certificate."
|
||||
msgstr ""
|
||||
"Parametertabelle für das Slicen\n"
|
||||
"Wussten Sie, dass Sie alle Objekte/Teile in einer Tabelle anzeigen und die "
|
||||
"Einstellungen für jedes Objekt/Teil ändern können?"
|
||||
"Die HTTPS-CA-Datei ist optional. Sie wird nur benötigt, wenn Sie HTTPS mit "
|
||||
"einem selbstsignierten Zertifikat verwenden."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
|
||||
msgid ""
|
||||
"Split to Objects/Parts\n"
|
||||
"Did you know that you can split a big object into small ones for easy "
|
||||
"colorizing or printing?"
|
||||
msgstr ""
|
||||
"In Objekte/Teile aufteilen\n"
|
||||
"Wussten Sie, dass Sie ein großes Objekt in kleine Teile aufteilen können, um "
|
||||
"es leichter einzufärben oder drucken zu können?"
|
||||
msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*"
|
||||
msgstr "Zertifikatdateien (*.crt, *.pem)|*.crt;*.pem|Alle Dateien|*.*"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Subtract a Part]
|
||||
msgid ""
|
||||
"Subtract a Part\n"
|
||||
"Did you know that you can subtract one mesh from another using the Negative "
|
||||
"part modifier? That way you can, for example, create easily resizable holes "
|
||||
"directly in Orca Slicer. Read more in the documentation."
|
||||
msgstr ""
|
||||
"Ein Teil subtrahieren\n"
|
||||
"Wussten Sie, dass Sie mit dem \"negatives Teil Modifikator\" ein Netz von "
|
||||
"einem anderen subtrahieren können? Auf diese Weise können Sie z.B. leicht "
|
||||
"veränderbare Löcher direkt in Bambu Studio erstellen. Lesen Sie mehr dazu in "
|
||||
"der Dokumentation."
|
||||
msgid "Open CA certificate file"
|
||||
msgstr "Öffnen Sie die CA-Zertifikatsdatei."
|
||||
|
||||
#: resources/data/hints.ini: [hint:STEP]
|
||||
#, c-format, boost-format
|
||||
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!"
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
msgstr ""
|
||||
"STEP\n"
|
||||
"Wussten Sie, dass Sie Ihre Druckqualität verbessern können, indem Sie eine "
|
||||
"STEP-Datei anstelle einer STL-Datei slicen?\n"
|
||||
"Bambu Studio unterstützt das Slicen von STEP-Dateien und liefert glattere "
|
||||
"Ergebnisse als eine STL mit geringerer Auflösung. Probiere es aus!"
|
||||
"Auf diesem System verwendet %s HTTPS-Zertifikate aus dem "
|
||||
"Systemzertifikatspeicher oder dem Schlüsselbund."
|
||||
|
||||
#: 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!"
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
"Position der Z-Naht\n"
|
||||
"Wussten Sie, dass Sie die Position der Z-Naht anpassen und sie sogar auf "
|
||||
"Ihren Druck malen können, um sie an einer weniger sichtbaren Stelle "
|
||||
"anzubringen? Dadurch wird das Gesamtbild Ihres Modells verbessert. Probiere "
|
||||
"es aus!"
|
||||
"Um eine benutzerdefinierte CA-Datei zu verwenden, importieren Sie bitte Ihre "
|
||||
"CA-Datei in den Zertifikatspeicher / das Schlüsselbund."
|
||||
|
||||
#: 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."
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
"Feineinstellung der Flussrate\n"
|
||||
"Wussten Sie, dass die Flussgeschwindigkeit des Filament fein eingestellt "
|
||||
"werden kann, um noch besser aussehende Drucke zu erhalten? Je nach Material "
|
||||
"können Sie das Gesamtergebnis des gedruckten Modells verbessern, indem Sie "
|
||||
"eine Feineinstellung vornehmen."
|
||||
"Die Verbindung zu den über den Druck-Host verbundenen Druckern ist "
|
||||
"fehlgeschlagen."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split your prints into plates]
|
||||
msgid ""
|
||||
"Split your prints into plates\n"
|
||||
"Did you know that you can split a model that has a lot of parts into "
|
||||
"individual plates ready to print? This will simplify the process of keeping "
|
||||
"track of all the parts."
|
||||
msgstr ""
|
||||
"Drucke in mehrere Druckplatten aufteilen\n"
|
||||
"Wussten Sie, dass Sie ein Modell, das aus vielen Teilen besteht, in einzelne "
|
||||
"Druckplatten aufteilen können? Dadurch wird es einfacher, den Überblick über "
|
||||
"alle Teile zu behalten."
|
||||
#~ msgid "Other color"
|
||||
#~ msgstr "Andere Farbe"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer
|
||||
#: Height]
|
||||
msgid ""
|
||||
"Speed up your print with Adaptive Layer Height\n"
|
||||
"Did you know that you can print a model even faster, by using the Adaptive "
|
||||
"Layer Height option? Check it out!"
|
||||
msgstr ""
|
||||
"Beschleunigen Sie Ihren Druck mit adaptiven Schichthöhe\n"
|
||||
"Wussten Sie, dass Sie ein Modell noch schneller drucken können, wenn Sie die "
|
||||
"Option \"Adaptive Schichthöhe\" verwenden? Probiere es aus!"
|
||||
#~ msgid ""
|
||||
#~ "3D Scene Operations\n"
|
||||
#~ "Did you know how to control view and object/part selection with mouse and "
|
||||
#~ "touchpanel in the 3D scene?"
|
||||
#~ msgstr ""
|
||||
#~ "3D-Szenenbedienung\n"
|
||||
#~ "Wissen Sie, wie Sie die Ansicht und die Auswahl von Objekten/Teilen in "
|
||||
#~ "der 3D-Szene mit der Maus und dem Touchpad steuern können?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Support painting]
|
||||
msgid ""
|
||||
"Support painting\n"
|
||||
"Did you know that you can paint the location of your supports? This feature "
|
||||
"makes it easy to place the support material only on the sections of the "
|
||||
"model that actually need it."
|
||||
msgstr ""
|
||||
"Stützen malen\n"
|
||||
"Wussten Sie, dass Sie die Position der Stützen aufmalen können? Diese "
|
||||
"Funktion macht es möglich, das Stützmaterial nur auf die Bereiche des "
|
||||
"Modells zu platzieren, die es tatsächlich benötigen."
|
||||
#~ msgid ""
|
||||
#~ "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:Different types of supports]
|
||||
msgid ""
|
||||
"Different types of supports\n"
|
||||
"Did you know that you can choose from multiple types of supports? Tree "
|
||||
"supports work great for organic models, while saving filament and improving "
|
||||
"print speed. Check them out!"
|
||||
msgstr ""
|
||||
"Verschiedene Arten von Stützstrukturen\n"
|
||||
"Wussten Sie, dass Sie zwischen verschiedenen Arten von Stützen wählen "
|
||||
"können? Baumstützen eignet sich hervorragend für organische Modelle, sparen "
|
||||
"Filament und erhöhen die Druckgeschwindigkeit. Probiere sie aus!"
|
||||
#~ msgid ""
|
||||
#~ "Fix Model\n"
|
||||
#~ "Did you know that you can fix a corrupted 3D model to avoid a lot of "
|
||||
#~ "slicing problems?"
|
||||
#~ msgstr ""
|
||||
#~ "Modell reparieren\n"
|
||||
#~ "Wussten Sie, dass Sie ein beschädigtes 3D-Modell reparieren können, um "
|
||||
#~ "viele Probleme beim Slicen zu vermeiden?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Printing Silk Filament]
|
||||
msgid ""
|
||||
"Printing Silk Filament\n"
|
||||
"Did you know that Silk filament needs special consideration to print it "
|
||||
"successfully? Higher temperature and lower speed are always recommended for "
|
||||
"the best results."
|
||||
msgstr ""
|
||||
"Drucken von Silkfilamenten\n"
|
||||
"Wussten Sie, dass Silkfilamente besondere Bedingungen erfordern, um "
|
||||
"erfolgreich gedruckt zu werden? Eine höhere Temperatur und eine niedrigere "
|
||||
"Geschwindigkeit werden immer empfohlen, um die besten Ergebnisse zu erzielen."
|
||||
#~ msgid ""
|
||||
#~ "Timelapse\n"
|
||||
#~ "Did you know that you can generate a timelapse video during each print?"
|
||||
#~ msgstr ""
|
||||
#~ "Zeitraffer\n"
|
||||
#~ "Wussten Sie, dass Sie bei jedem Druck ein Zeitraffervideo erstellen "
|
||||
#~ "können?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Brim for better adhesion]
|
||||
msgid ""
|
||||
"Brim for better adhesion\n"
|
||||
"Did you know that when printing models have a small contact interface with "
|
||||
"the printing surface, it's recommended to use a brim?"
|
||||
msgstr ""
|
||||
"Rand für bessere Haftung\n"
|
||||
"Wussten Sie, dass bei gedruckten Modellen, die eine kleine Kontaktfläche mit "
|
||||
"der Druckoberfläche haben, die Verwendung eines Randes empfohlen wird?"
|
||||
#~ msgid ""
|
||||
#~ "Auto-Arrange\n"
|
||||
#~ "Did you know that you can auto-arrange all objects in your project?"
|
||||
#~ msgstr ""
|
||||
#~ "Automatisch anordnen\n"
|
||||
#~ "Wussten Sie, dass Sie alle Objekte in Ihrem Projekt automatisch anordnen "
|
||||
#~ "können?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
|
||||
msgid ""
|
||||
"Set parameters for multiple objects\n"
|
||||
"Did you know that you can set slicing parameters for all selected objects at "
|
||||
"one time?"
|
||||
msgstr ""
|
||||
"Parameter für mehrere Objekte festlegen\n"
|
||||
"Wussten Sie schon, dass Sie die Slicingparameter für alle ausgewählten "
|
||||
"Objekte gleichzeitig festlegen können?"
|
||||
#~ msgid ""
|
||||
#~ "Auto-Orient\n"
|
||||
#~ "Did you know that you can rotate objects to an optimal orientation for "
|
||||
#~ "printing by a simple click?"
|
||||
#~ msgstr ""
|
||||
#~ "Automatische Ausrichtung\n"
|
||||
#~ "Wussten Sie schon, dass Sie Objekte mit einem einfachen Klick in eine für "
|
||||
#~ "den Druck optimale Ausrichtung drehen können?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Stack objects]
|
||||
msgid ""
|
||||
"Stack objects\n"
|
||||
"Did you know that you can stack objects as a whole one?"
|
||||
msgstr ""
|
||||
"Objekte stapeln\n"
|
||||
"Wussten Sie, dass Sie Objekte als Ganzes stapeln können?"
|
||||
#~ msgid ""
|
||||
#~ "Lay on Face\n"
|
||||
#~ "Did you know that you can quickly orient a model so that one of its faces "
|
||||
#~ "sits on the print bed? Select the \"Place on face\" function or press the "
|
||||
#~ "<b>F</b> key."
|
||||
#~ msgstr ""
|
||||
#~ "Auf Fläche legen\n"
|
||||
#~ "Wussten Sie, dass Sie ein Modell schnell so ausrichten können, dass eine "
|
||||
#~ "seiner Flächen auf dem Druckbett liegt? Wählen Sie die Funktion \"Auf "
|
||||
#~ "Fläche legen\" oder drücken Sie die Taste <b>F</b>."
|
||||
|
||||
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
|
||||
msgid ""
|
||||
"Flush into support/objects/infill\n"
|
||||
"Did you know that you can save the wasted filament by flushing them into "
|
||||
"support/objects/infill during filament change?"
|
||||
msgstr ""
|
||||
"Reinigen in Stützstrukturen/Objekten/Füllungen\n"
|
||||
"Wussten Sie schon, dass Sie die Menge an verschwendetem Filament reduzieren "
|
||||
"können, indem Sie es während des Filamentwechsels in Stützstrukturen/"
|
||||
"Objekten/Füllungen reinigen?"
|
||||
#~ msgid ""
|
||||
#~ "Object List\n"
|
||||
#~ "Did you know that you can view all objects/parts in a list and change "
|
||||
#~ "settings for each object/part?"
|
||||
#~ msgstr ""
|
||||
#~ "Objekt-Liste\n"
|
||||
#~ "Wussten Sie, dass Sie alle Objekte/Teile in einer Liste anzeigen und die "
|
||||
#~ "Einstellungen für jedes Objekt/Teil ändern können?"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Improve strength]
|
||||
msgid ""
|
||||
"Improve strength\n"
|
||||
"Did you know that you can use more wall loops and higher sparse infill "
|
||||
"density to improve the strength of the model?"
|
||||
msgstr ""
|
||||
"Festigkeit verbessern\n"
|
||||
"Wussten Sie, dass Sie die Festigkeit des Modells durch mehr Wandschleifen "
|
||||
"und eine höhere Dichte der Füllung verbessern können?"
|
||||
#~ msgid ""
|
||||
#~ "Simplify Model\n"
|
||||
#~ "Did you know that you can reduce the number of triangles in a mesh using "
|
||||
#~ "the Simplify mesh feature? Right-click the model and select Simplify "
|
||||
#~ "model. Read more in the documentation."
|
||||
#~ msgstr ""
|
||||
#~ "Modell vereinfachen\n"
|
||||
#~ "Wussten Sie schon, dass Sie die Anzahl der Dreiecke in einem Netz mit der "
|
||||
#~ "Funktion \"Netz vereinfachen\" reduzieren können? Klicken Sie mit der "
|
||||
#~ "rechten Maustaste auf das Modell und wählen Sie \"Modell vereinfachen\". "
|
||||
#~ "Weitere Informationen finden Sie in der Dokumentation."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Slicing Parameter Table\n"
|
||||
#~ "Did you know that you can view all objects/parts on a table and change "
|
||||
#~ "settings for each object/part?"
|
||||
#~ msgstr ""
|
||||
#~ "Parametertabelle für das Slicen\n"
|
||||
#~ "Wussten Sie, dass Sie alle Objekte/Teile in einer Tabelle anzeigen und "
|
||||
#~ "die Einstellungen für jedes Objekt/Teil ändern können?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Split to Objects/Parts\n"
|
||||
#~ "Did you know that you can split a big object into small ones for easy "
|
||||
#~ "colorizing or printing?"
|
||||
#~ msgstr ""
|
||||
#~ "In Objekte/Teile aufteilen\n"
|
||||
#~ "Wussten Sie, dass Sie ein großes Objekt in kleine Teile aufteilen können, "
|
||||
#~ "um es leichter einzufärben oder drucken zu können?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Subtract a Part\n"
|
||||
#~ "Did you know that you can subtract one mesh from another using the "
|
||||
#~ "Negative part modifier? That way you can, for example, create easily "
|
||||
#~ "resizable holes directly in Orca Slicer. Read more in the documentation."
|
||||
#~ msgstr ""
|
||||
#~ "Ein Teil subtrahieren\n"
|
||||
#~ "Wussten Sie, dass Sie mit dem \"negatives Teil Modifikator\" ein Netz von "
|
||||
#~ "einem anderen subtrahieren können? Auf diese Weise können Sie z.B. leicht "
|
||||
#~ "veränderbare Löcher direkt in Bambu Studio erstellen. Lesen Sie mehr dazu "
|
||||
#~ "in der Dokumentation."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "STEP\n"
|
||||
#~ "Did you know that you can improve your print quality by slicing a STEP "
|
||||
#~ "file instead of an STL?\n"
|
||||
#~ "Orca Slicer supports slicing STEP files, providing smoother results than "
|
||||
#~ "a lower resolution STL. Give it a try!"
|
||||
#~ msgstr ""
|
||||
#~ "STEP\n"
|
||||
#~ "Wussten Sie, dass Sie Ihre Druckqualität verbessern können, indem Sie "
|
||||
#~ "eine STEP-Datei anstelle einer STL-Datei slicen?\n"
|
||||
#~ "Bambu Studio unterstützt das Slicen von STEP-Dateien und liefert glattere "
|
||||
#~ "Ergebnisse als eine STL mit geringerer Auflösung. Probiere es aus!"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Z seam location\n"
|
||||
#~ "Did you know that you can customize the location of the Z seam, and even "
|
||||
#~ "paint it on your print, to have it in a less visible location? This "
|
||||
#~ "improves the overall look of your model. Check it out!"
|
||||
#~ msgstr ""
|
||||
#~ "Position der Z-Naht\n"
|
||||
#~ "Wussten Sie, dass Sie die Position der Z-Naht anpassen und sie sogar auf "
|
||||
#~ "Ihren Druck malen können, um sie an einer weniger sichtbaren Stelle "
|
||||
#~ "anzubringen? Dadurch wird das Gesamtbild Ihres Modells verbessert. "
|
||||
#~ "Probiere es aus!"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Fine-tuning for flow rate\n"
|
||||
#~ "Did you know that flow rate can be fine-tuned for even better-looking "
|
||||
#~ "prints? Depending on the material, you can improve the overall finish of "
|
||||
#~ "the printed model by doing some fine-tuning."
|
||||
#~ msgstr ""
|
||||
#~ "Feineinstellung der Flussrate\n"
|
||||
#~ "Wussten Sie, dass die Flussgeschwindigkeit des Filament fein eingestellt "
|
||||
#~ "werden kann, um noch besser aussehende Drucke zu erhalten? Je nach "
|
||||
#~ "Material können Sie das Gesamtergebnis des gedruckten Modells verbessern, "
|
||||
#~ "indem Sie eine Feineinstellung vornehmen."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Split your prints into plates\n"
|
||||
#~ "Did you know that you can split a model that has a lot of parts into "
|
||||
#~ "individual plates ready to print? This will simplify the process of "
|
||||
#~ "keeping track of all the parts."
|
||||
#~ msgstr ""
|
||||
#~ "Drucke in mehrere Druckplatten aufteilen\n"
|
||||
#~ "Wussten Sie, dass Sie ein Modell, das aus vielen Teilen besteht, in "
|
||||
#~ "einzelne Druckplatten aufteilen können? Dadurch wird es einfacher, den "
|
||||
#~ "Überblick über alle Teile zu behalten."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Speed up your print with Adaptive Layer Height\n"
|
||||
#~ "Did you know that you can print a model even faster, by using the "
|
||||
#~ "Adaptive Layer Height option? Check it out!"
|
||||
#~ msgstr ""
|
||||
#~ "Beschleunigen Sie Ihren Druck mit adaptiven Schichthöhe\n"
|
||||
#~ "Wussten Sie, dass Sie ein Modell noch schneller drucken können, wenn Sie "
|
||||
#~ "die Option \"Adaptive Schichthöhe\" verwenden? Probiere es aus!"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Support painting\n"
|
||||
#~ "Did you know that you can paint the location of your supports? This "
|
||||
#~ "feature makes it easy to place the support material only on the sections "
|
||||
#~ "of the model that actually need it."
|
||||
#~ msgstr ""
|
||||
#~ "Stützen malen\n"
|
||||
#~ "Wussten Sie, dass Sie die Position der Stützen aufmalen können? Diese "
|
||||
#~ "Funktion macht es möglich, das Stützmaterial nur auf die Bereiche des "
|
||||
#~ "Modells zu platzieren, die es tatsächlich benötigen."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Different types of supports\n"
|
||||
#~ "Did you know that you can choose from multiple types of supports? Tree "
|
||||
#~ "supports work great for organic models, while saving filament and "
|
||||
#~ "improving print speed. Check them out!"
|
||||
#~ msgstr ""
|
||||
#~ "Verschiedene Arten von Stützstrukturen\n"
|
||||
#~ "Wussten Sie, dass Sie zwischen verschiedenen Arten von Stützen wählen "
|
||||
#~ "können? Baumstützen eignet sich hervorragend für organische Modelle, "
|
||||
#~ "sparen Filament und erhöhen die Druckgeschwindigkeit. Probiere sie aus!"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Printing Silk Filament\n"
|
||||
#~ "Did you know that Silk filament needs special consideration to print it "
|
||||
#~ "successfully? Higher temperature and lower speed are always recommended "
|
||||
#~ "for the best results."
|
||||
#~ msgstr ""
|
||||
#~ "Drucken von Silkfilamenten\n"
|
||||
#~ "Wussten Sie, dass Silkfilamente besondere Bedingungen erfordern, um "
|
||||
#~ "erfolgreich gedruckt zu werden? Eine höhere Temperatur und eine "
|
||||
#~ "niedrigere Geschwindigkeit werden immer empfohlen, um die besten "
|
||||
#~ "Ergebnisse zu erzielen."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Brim for better adhesion\n"
|
||||
#~ "Did you know that when printing models have a small contact interface "
|
||||
#~ "with the printing surface, it's recommended to use a brim?"
|
||||
#~ msgstr ""
|
||||
#~ "Rand für bessere Haftung\n"
|
||||
#~ "Wussten Sie, dass bei gedruckten Modellen, die eine kleine Kontaktfläche "
|
||||
#~ "mit der Druckoberfläche haben, die Verwendung eines Randes empfohlen wird?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Set parameters for multiple objects\n"
|
||||
#~ "Did you know that you can set slicing parameters for all selected objects "
|
||||
#~ "at one time?"
|
||||
#~ msgstr ""
|
||||
#~ "Parameter für mehrere Objekte festlegen\n"
|
||||
#~ "Wussten Sie schon, dass Sie die Slicingparameter für alle ausgewählten "
|
||||
#~ "Objekte gleichzeitig festlegen können?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Stack objects\n"
|
||||
#~ "Did you know that you can stack objects as a whole one?"
|
||||
#~ msgstr ""
|
||||
#~ "Objekte stapeln\n"
|
||||
#~ "Wussten Sie, dass Sie Objekte als Ganzes stapeln können?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Flush into support/objects/infill\n"
|
||||
#~ "Did you know that you can save the wasted filament by flushing them into "
|
||||
#~ "support/objects/infill during filament change?"
|
||||
#~ msgstr ""
|
||||
#~ "Reinigen in Stützstrukturen/Objekten/Füllungen\n"
|
||||
#~ "Wussten Sie schon, dass Sie die Menge an verschwendetem Filament "
|
||||
#~ "reduzieren können, indem Sie es während des Filamentwechsels in "
|
||||
#~ "Stützstrukturen/Objekten/Füllungen reinigen?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Improve strength\n"
|
||||
#~ "Did you know that you can use more wall loops and higher sparse infill "
|
||||
#~ "density to improve the strength of the model?"
|
||||
#~ msgstr ""
|
||||
#~ "Festigkeit verbessern\n"
|
||||
#~ "Wussten Sie, dass Sie die Festigkeit des Modells durch mehr Wandschleifen "
|
||||
#~ "und eine höhere Dichte der Füllung verbessern können?"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "If enabled, support loops will be generated under the contours of "
|
||||
#~ "internal bridges. These support loops could prevent internal bridges from "
|
||||
#~ "extruding over the air and improve the top surface quality, especially "
|
||||
#~ "when the sparse infill density is low.This value determines the thickness "
|
||||
#~ "of the support loops. 0 means disable this feature"
|
||||
#~ msgstr ""
|
||||
#~ "Wenn aktiviert, generiert Studio Stützschleifen unter den Konturen "
|
||||
#~ "interner Brücken. Diese Stützschleifen könnten verhindern, dass interne "
|
||||
#~ "Brücken über die Luft extrudieren, und die höchste Oberflächenqualität "
|
||||
#~ "verbessern, insbesondere wenn die spärliche Fülldichte niedrig ist. "
|
||||
#~ "Dieser Wert bestimmt die Dicke der Stützschleifen. 0 bedeutet, diese "
|
||||
#~ "Funktion zu deaktivieren"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Send to print"
|
||||
#~ msgstr "Zum Drucker senden"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Upload"
|
||||
#~ msgstr "Entladen"
|
||||
|
||||
#~ msgid "Upload and Print"
|
||||
#~ msgstr "Hochladen und Drucken"
|
||||
|
||||
#~ msgid "Use forward slashes ( / ) as a directory separator if needed."
|
||||
#~ msgstr ""
|
||||
#~ "Verwenden Sie bei Bedarf Schrägstriche (/) als Verzeichnistrennzeichen."
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Fan Speedup Time"
|
||||
#~ msgstr "Lüftergeschwindigkeit: "
|
||||
|
||||
#~ msgid "Post-processing scripts"
|
||||
#~ msgstr "Post-Processing-Skripte"
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-29 20:13+0800\n"
|
||||
"POT-Creation-Date: 2023-07-07 00:37+0800\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@ -1872,7 +1872,10 @@ msgstr ""
|
||||
msgid "You need to select the material type and color first."
|
||||
msgstr ""
|
||||
|
||||
msgid "Other color"
|
||||
msgid "Other Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Custom Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Dynamic flow calibration"
|
||||
@ -3277,6 +3280,12 @@ msgstr ""
|
||||
msgid "Pressure advance"
|
||||
msgstr ""
|
||||
|
||||
msgid "Retraction test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Orca Tolerance Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Max flowrate"
|
||||
msgstr ""
|
||||
|
||||
@ -5152,9 +5161,6 @@ msgstr ""
|
||||
msgid "Post-processing Scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Post-processing scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Frequent"
|
||||
msgstr "Frequent"
|
||||
|
||||
@ -5290,6 +5296,12 @@ msgstr "Filament end G-code"
|
||||
msgid "Printable space"
|
||||
msgstr "Printable space"
|
||||
|
||||
msgid "Cooling Fan"
|
||||
msgstr ""
|
||||
|
||||
msgid "Fan speed-up time"
|
||||
msgstr ""
|
||||
|
||||
msgid "Extruder Clearance"
|
||||
msgstr ""
|
||||
|
||||
@ -6238,6 +6250,9 @@ msgstr ""
|
||||
msgid "No extrusions under current settings."
|
||||
msgstr "No extrusions under current settings."
|
||||
|
||||
msgid "Bed temperatures for the used filaments differ significantly."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
|
||||
"enabled."
|
||||
@ -6591,7 +6606,7 @@ msgid ""
|
||||
"all outer wall no matter how much overhang degree"
|
||||
msgstr ""
|
||||
|
||||
msgid "Bridge direction"
|
||||
msgid "Bridge infill direction"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@ -6840,11 +6855,11 @@ msgid "Internal bridge support thickness"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If enabled, Studio will generate support loops under the contours of "
|
||||
"internal bridges.These support loops could prevent internal bridges from "
|
||||
"extruding over the air and improve the top surface quality, especially when "
|
||||
"the sparse infill density is low.This value determines the thickness of the "
|
||||
"support loops. 0 means disable this feature"
|
||||
"If enabled, support loops will be generated under the contours of internal "
|
||||
"bridges.These support loops could prevent internal bridges from extruding "
|
||||
"over the air and improve the top surface quality, especially when the sparse "
|
||||
"infill density is low.This value determines the thickness of the support "
|
||||
"loops. 0 means disable this feature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Top surface pattern"
|
||||
@ -7154,14 +7169,6 @@ msgstr ""
|
||||
"This is the angle for sparse infill pattern, which controls the start or "
|
||||
"main direction of lines."
|
||||
|
||||
msgid "Bridge infill direction"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Angle for bridge infill pattern, which controls the start or main direction "
|
||||
"of line"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill density"
|
||||
msgstr "Sparse infill density"
|
||||
|
||||
@ -7207,6 +7214,45 @@ msgstr ""
|
||||
msgid "Lightning"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than infill_anchor_max is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a "
|
||||
"single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr ""
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than this parameter is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to infill_anchor, but no longer than this parameter. \n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should "
|
||||
"create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of outer walls"
|
||||
msgstr ""
|
||||
|
||||
@ -7312,6 +7358,15 @@ msgstr ""
|
||||
msgid "Travel speed of initial layer"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Number of slow layers"
|
||||
msgstr "This is the number of top interface layers."
|
||||
|
||||
msgid ""
|
||||
"The first few layers are printed slower than normal. The speed is gradually "
|
||||
"increased in a linear fashion over the specified number of layers."
|
||||
msgstr ""
|
||||
|
||||
msgid "Initial layer nozzle temperature"
|
||||
msgstr "First layer nozzle temperature"
|
||||
|
||||
@ -7321,6 +7376,24 @@ msgstr "Nozzle temperature for printing the first layer with this filament"
|
||||
msgid "Full fan speed at layer"
|
||||
msgstr "Full fan speed at layer"
|
||||
|
||||
msgid ""
|
||||
"Fan speed will be ramped up linearly from zero at layer "
|
||||
"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer"
|
||||
"\". \"full_fan_speed_layer\" will be ignored if lower than "
|
||||
"\"close_fan_the_first_x_layers\", in which case the fan will be running at "
|
||||
"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This fan speed is enforced during all support interfaces, to be able to "
|
||||
"weaken their bonding with a high fan speed.\n"
|
||||
"Set to -1 to disable this override.\n"
|
||||
"Can only be overriden by disable_fan_first_layers."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Randomly jitter while printing the wall, so that the surface has a rough "
|
||||
"look. This setting controls the fuzzy position"
|
||||
@ -7442,6 +7515,35 @@ msgstr ""
|
||||
msgid "Enable this option if machine has auxiliary part cooling fan"
|
||||
msgstr "Enable this option if the machine has an auxiliary part cooling fan"
|
||||
|
||||
msgid ""
|
||||
"Start the fan this number of seconds earlier than its target start time (you "
|
||||
"can use fractional seconds). It assumes infinite acceleration for this time "
|
||||
"estimation, and will only take into account G1 and G0 moves (arc fitting is "
|
||||
"unsupported).\n"
|
||||
"It won't move fan comands from custom gcodes (they act as a sort of "
|
||||
"'barrier').\n"
|
||||
"It won't move fan comands into the start gcode if the 'only custom start "
|
||||
"gcode' is activated.\n"
|
||||
"Use 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "Only overhangs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Will only take into account the delay for the cooling of overhangs."
|
||||
msgstr ""
|
||||
|
||||
msgid "Fan kick-start time"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Emit a max fan speed command for this amount of seconds before reducing to "
|
||||
"target speed to kick-start the cooling fan.\n"
|
||||
"This is useful for fans where a low PWM/power may be insufficient to get the "
|
||||
"fan started spinning from a stop, or to get the fan up to speed faster.\n"
|
||||
"Set to 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "G-code flavor"
|
||||
msgstr "G-code flavor"
|
||||
|
||||
@ -7969,14 +8071,22 @@ msgstr "Back"
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
msgid "Staggered inner seams"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This option causes the inner seams to be shifted backwards based on their "
|
||||
"depth, forming a zigzag pattern."
|
||||
msgstr ""
|
||||
|
||||
msgid "Seam gap"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"In order to reduce the visibility of the seam in a closed loop extrusion, "
|
||||
"the loop is interrupted and shortened by a specified amount.\n"
|
||||
"This amount can be specified in millimeters or as a percentage of the current "
|
||||
"extruder diameter. The default value for this parameter is 15%."
|
||||
"This amount can be specified in millimeters or as a percentage of the "
|
||||
"current extruder diameter. The default value for this parameter is 15%."
|
||||
msgstr ""
|
||||
|
||||
msgid "Role base wipe speed"
|
||||
@ -8025,6 +8135,12 @@ msgid "Number of loops for the skirt. Zero means disabling skirt"
|
||||
msgstr ""
|
||||
"This is the number of loops for the skirt. 0 means the skirt is disabled."
|
||||
|
||||
msgid "Skirt speed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The printing speed in exported gcode will be slowed down, when the estimated "
|
||||
"layer time is shorter than this value, to get better cooling for these layers"
|
||||
@ -9006,189 +9122,70 @@ msgid ""
|
||||
"end > start + step)"
|
||||
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?"
|
||||
msgid "Start retraction length: "
|
||||
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?"
|
||||
msgid "End retraction length: "
|
||||
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?"
|
||||
msgid "mm/mm"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Timelapse]
|
||||
msgid ""
|
||||
"Timelapse\n"
|
||||
"Did you know that you can generate a timelapse video during each print?"
|
||||
#, fuzzy
|
||||
msgid "Physical Printer"
|
||||
msgstr "Printer"
|
||||
|
||||
msgid "Print Host upload"
|
||||
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?"
|
||||
msgid "Test"
|
||||
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?"
|
||||
msgid "Could not get a valid Printer Host reference"
|
||||
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."
|
||||
msgid "Success!"
|
||||
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?"
|
||||
msgid "Refresh Printers"
|
||||
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."
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
"signed certificate."
|
||||
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?"
|
||||
msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*"
|
||||
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?"
|
||||
msgid "Open CA certificate file"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Subtract a Part]
|
||||
#, c-format, boost-format
|
||||
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."
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
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!"
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
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!"
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
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 ""
|
||||
#, fuzzy
|
||||
#~ msgid "Send to print"
|
||||
#~ msgstr "Send to printer"
|
||||
|
||||
#: 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 ""
|
||||
#, fuzzy
|
||||
#~ msgid "Upload"
|
||||
#~ msgstr "Unload"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer
|
||||
#: Height]
|
||||
msgid ""
|
||||
"Speed up your print with Adaptive Layer Height\n"
|
||||
"Did you know that you can print a model even faster, by using the Adaptive "
|
||||
"Layer Height option? Check it out!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Support painting]
|
||||
msgid ""
|
||||
"Support painting\n"
|
||||
"Did you know that you can paint the location of your supports? This feature "
|
||||
"makes it easy to place the support material only on the sections of the "
|
||||
"model that actually need it."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Different types of supports]
|
||||
msgid ""
|
||||
"Different types of supports\n"
|
||||
"Did you know that you can choose from multiple types of supports? Tree "
|
||||
"supports work great for organic models, while saving filament and improving "
|
||||
"print speed. Check them out!"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Printing Silk Filament]
|
||||
msgid ""
|
||||
"Printing Silk Filament\n"
|
||||
"Did you know that Silk filament needs special consideration to print it "
|
||||
"successfully? Higher temperature and lower speed are always recommended for "
|
||||
"the best results."
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Brim for better adhesion]
|
||||
msgid ""
|
||||
"Brim for better adhesion\n"
|
||||
"Did you know that when printing models have a small contact interface with "
|
||||
"the printing surface, it's recommended to use a brim?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
|
||||
msgid ""
|
||||
"Set parameters for multiple objects\n"
|
||||
"Did you know that you can set slicing parameters for all selected objects at "
|
||||
"one time?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Stack objects]
|
||||
msgid ""
|
||||
"Stack objects\n"
|
||||
"Did you know that you can stack objects as a whole one?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
|
||||
msgid ""
|
||||
"Flush into support/objects/infill\n"
|
||||
"Did you know that you can save the wasted filament by flushing them into "
|
||||
"support/objects/infill during filament change?"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Improve strength]
|
||||
msgid ""
|
||||
"Improve strength\n"
|
||||
"Did you know that you can use more wall loops and higher sparse infill "
|
||||
"density to improve the strength of the model?"
|
||||
msgstr ""
|
||||
#, fuzzy
|
||||
#~ msgid "Upload and Print"
|
||||
#~ msgstr "Uploading"
|
||||
|
||||
#~ msgid "Keep upper part"
|
||||
#~ msgstr "Keep upper part"
|
||||
@ -9835,9 +9832,6 @@ msgstr ""
|
||||
#~ msgid "Unable to create zip file"
|
||||
#~ msgstr "Unable to create zip file"
|
||||
|
||||
#~ msgid "Uploading"
|
||||
#~ msgstr "Uploading"
|
||||
|
||||
#~ msgid "User pause"
|
||||
#~ msgstr "User pause"
|
||||
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-29 20:13+0800\n"
|
||||
"POT-Creation-Date: 2023-07-07 00:37+0800\n"
|
||||
"Language: hu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -1894,7 +1894,10 @@ msgstr ""
|
||||
msgid "You need to select the material type and color first."
|
||||
msgstr ""
|
||||
|
||||
msgid "Other color"
|
||||
msgid "Other Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Custom Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Dynamic flow calibration"
|
||||
@ -3302,6 +3305,12 @@ msgstr ""
|
||||
msgid "Pressure advance"
|
||||
msgstr ""
|
||||
|
||||
msgid "Retraction test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Orca Tolerance Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Max flowrate"
|
||||
msgstr ""
|
||||
|
||||
@ -5185,9 +5194,6 @@ msgstr "G-kód kimenet"
|
||||
msgid "Post-processing Scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Post-processing scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Frequent"
|
||||
msgstr "Gyakori"
|
||||
|
||||
@ -5326,6 +5332,12 @@ msgstr "Filament befejező G-kód"
|
||||
msgid "Printable space"
|
||||
msgstr "Nyomtatási terület"
|
||||
|
||||
msgid "Cooling Fan"
|
||||
msgstr ""
|
||||
|
||||
msgid "Fan speed-up time"
|
||||
msgstr ""
|
||||
|
||||
msgid "Extruder Clearance"
|
||||
msgstr ""
|
||||
|
||||
@ -6291,6 +6303,9 @@ msgstr ""
|
||||
msgid "No extrusions under current settings."
|
||||
msgstr "A jelenlegi beállítások mellett nincsenek extrudálások."
|
||||
|
||||
msgid "Bed temperatures for the used filaments differ significantly."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
|
||||
"enabled."
|
||||
@ -6645,7 +6660,7 @@ msgid ""
|
||||
"all outer wall no matter how much overhang degree"
|
||||
msgstr ""
|
||||
|
||||
msgid "Bridge direction"
|
||||
msgid "Bridge infill direction"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@ -6897,11 +6912,11 @@ msgid "Internal bridge support thickness"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If enabled, Studio will generate support loops under the contours of "
|
||||
"internal bridges.These support loops could prevent internal bridges from "
|
||||
"extruding over the air and improve the top surface quality, especially when "
|
||||
"the sparse infill density is low.This value determines the thickness of the "
|
||||
"support loops. 0 means disable this feature"
|
||||
"If enabled, support loops will be generated under the contours of internal "
|
||||
"bridges.These support loops could prevent internal bridges from extruding "
|
||||
"over the air and improve the top surface quality, especially when the sparse "
|
||||
"infill density is low.This value determines the thickness of the support "
|
||||
"loops. 0 means disable this feature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Top surface pattern"
|
||||
@ -7214,14 +7229,6 @@ msgstr ""
|
||||
"A ritkás kitöltési minta szöge, amely a vonal kezdő- vagy fő irányát "
|
||||
"szabályozza"
|
||||
|
||||
msgid "Bridge infill direction"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Angle for bridge infill pattern, which controls the start or main direction "
|
||||
"of line"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill density"
|
||||
msgstr "Kitöltés sűrűsége"
|
||||
|
||||
@ -7267,6 +7274,45 @@ msgstr ""
|
||||
msgid "Lightning"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than infill_anchor_max is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a "
|
||||
"single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr ""
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than this parameter is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to infill_anchor, but no longer than this parameter. \n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should "
|
||||
"create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of outer walls"
|
||||
msgstr ""
|
||||
|
||||
@ -7371,6 +7417,14 @@ msgstr ""
|
||||
msgid "Travel speed of initial layer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Number of slow layers"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The first few layers are printed slower than normal. The speed is gradually "
|
||||
"increased in a linear fashion over the specified number of layers."
|
||||
msgstr ""
|
||||
|
||||
msgid "Initial layer nozzle temperature"
|
||||
msgstr "Az első réteg fúvóka hőmérséklete"
|
||||
|
||||
@ -7380,6 +7434,24 @@ msgstr "A fúvóka hőmérséklete az első réteg nyomtatásakor ezzel a filame
|
||||
msgid "Full fan speed at layer"
|
||||
msgstr "Teljes ventilátor fordulatszám ennél a rétegnél"
|
||||
|
||||
msgid ""
|
||||
"Fan speed will be ramped up linearly from zero at layer "
|
||||
"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer"
|
||||
"\". \"full_fan_speed_layer\" will be ignored if lower than "
|
||||
"\"close_fan_the_first_x_layers\", in which case the fan will be running at "
|
||||
"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This fan speed is enforced during all support interfaces, to be able to "
|
||||
"weaken their bonding with a high fan speed.\n"
|
||||
"Set to -1 to disable this override.\n"
|
||||
"Can only be overriden by disable_fan_first_layers."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Randomly jitter while printing the wall, so that the surface has a rough "
|
||||
"look. This setting controls the fuzzy position"
|
||||
@ -7502,6 +7574,35 @@ msgstr ""
|
||||
"Engedélyezd ezt az opciót, ha a gép rendelkezik kiegészítő tárgyhűtő "
|
||||
"ventilátorral"
|
||||
|
||||
msgid ""
|
||||
"Start the fan this number of seconds earlier than its target start time (you "
|
||||
"can use fractional seconds). It assumes infinite acceleration for this time "
|
||||
"estimation, and will only take into account G1 and G0 moves (arc fitting is "
|
||||
"unsupported).\n"
|
||||
"It won't move fan comands from custom gcodes (they act as a sort of "
|
||||
"'barrier').\n"
|
||||
"It won't move fan comands into the start gcode if the 'only custom start "
|
||||
"gcode' is activated.\n"
|
||||
"Use 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "Only overhangs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Will only take into account the delay for the cooling of overhangs."
|
||||
msgstr ""
|
||||
|
||||
msgid "Fan kick-start time"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Emit a max fan speed command for this amount of seconds before reducing to "
|
||||
"target speed to kick-start the cooling fan.\n"
|
||||
"This is useful for fans where a low PWM/power may be insufficient to get the "
|
||||
"fan started spinning from a stop, or to get the fan up to speed faster.\n"
|
||||
"Set to 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "G-code flavor"
|
||||
msgstr "G-kód változat"
|
||||
|
||||
@ -8040,14 +8141,22 @@ msgstr "Hátul"
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
msgid "Staggered inner seams"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This option causes the inner seams to be shifted backwards based on their "
|
||||
"depth, forming a zigzag pattern."
|
||||
msgstr ""
|
||||
|
||||
msgid "Seam gap"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"In order to reduce the visibility of the seam in a closed loop extrusion, "
|
||||
"the loop is interrupted and shortened by a specified amount.\n"
|
||||
"This amount can be specified in millimeters or as a percentage of the current "
|
||||
"extruder diameter. The default value for this parameter is 15%."
|
||||
"This amount can be specified in millimeters or as a percentage of the "
|
||||
"current extruder diameter. The default value for this parameter is 15%."
|
||||
msgstr ""
|
||||
|
||||
msgid "Role base wipe speed"
|
||||
@ -8101,6 +8210,12 @@ msgstr ""
|
||||
"Még a tárgyak előtt kerül nyomtatásra és a feladata a fúvóka "
|
||||
"anyagáramlásának stabilizálása"
|
||||
|
||||
msgid "Skirt speed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The printing speed in exported gcode will be slowed down, when the estimated "
|
||||
"layer time is shorter than this value, to get better cooling for these layers"
|
||||
@ -9088,188 +9203,56 @@ msgid ""
|
||||
"end > start + step)"
|
||||
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?"
|
||||
msgid "Start retraction length: "
|
||||
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?"
|
||||
msgid "End retraction length: "
|
||||
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?"
|
||||
msgid "mm/mm"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Timelapse]
|
||||
msgid ""
|
||||
"Timelapse\n"
|
||||
"Did you know that you can generate a timelapse video during each print?"
|
||||
msgid "Physical Printer"
|
||||
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?"
|
||||
msgid "Print Host upload"
|
||||
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?"
|
||||
msgid "Test"
|
||||
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."
|
||||
msgid "Could not get a valid Printer Host reference"
|
||||
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?"
|
||||
msgid "Success!"
|
||||
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."
|
||||
msgid "Refresh Printers"
|
||||
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?"
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
"signed certificate."
|
||||
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?"
|
||||
msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*"
|
||||
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."
|
||||
msgid "Open CA certificate file"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:STEP]
|
||||
#, c-format, boost-format
|
||||
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!"
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
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!"
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
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?"
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Keep upper part"
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-29 20:13+0800\n"
|
||||
"POT-Creation-Date: 2023-07-07 00:37+0800\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -1870,7 +1870,10 @@ msgstr ""
|
||||
msgid "You need to select the material type and color first."
|
||||
msgstr ""
|
||||
|
||||
msgid "Other color"
|
||||
msgid "Other Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Custom Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Dynamic flow calibration"
|
||||
@ -3276,6 +3279,12 @@ msgstr ""
|
||||
msgid "Pressure advance"
|
||||
msgstr ""
|
||||
|
||||
msgid "Retraction test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Orca Tolerance Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Max flowrate"
|
||||
msgstr ""
|
||||
|
||||
@ -5147,9 +5156,6 @@ msgstr ""
|
||||
msgid "Post-processing Scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Post-processing scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Frequent"
|
||||
msgstr "Frequent"
|
||||
|
||||
@ -5285,6 +5291,12 @@ msgstr "Filament end G-code"
|
||||
msgid "Printable space"
|
||||
msgstr "Printable space"
|
||||
|
||||
msgid "Cooling Fan"
|
||||
msgstr ""
|
||||
|
||||
msgid "Fan speed-up time"
|
||||
msgstr ""
|
||||
|
||||
msgid "Extruder Clearance"
|
||||
msgstr ""
|
||||
|
||||
@ -6238,6 +6250,9 @@ msgstr ""
|
||||
msgid "No extrusions under current settings."
|
||||
msgstr "No extrusions under current settings."
|
||||
|
||||
msgid "Bed temperatures for the used filaments differ significantly."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
|
||||
"enabled."
|
||||
@ -6591,7 +6606,7 @@ msgid ""
|
||||
"all outer wall no matter how much overhang degree"
|
||||
msgstr ""
|
||||
|
||||
msgid "Bridge direction"
|
||||
msgid "Bridge infill direction"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@ -6840,11 +6855,11 @@ msgid "Internal bridge support thickness"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If enabled, Studio will generate support loops under the contours of "
|
||||
"internal bridges.These support loops could prevent internal bridges from "
|
||||
"extruding over the air and improve the top surface quality, especially when "
|
||||
"the sparse infill density is low.This value determines the thickness of the "
|
||||
"support loops. 0 means disable this feature"
|
||||
"If enabled, support loops will be generated under the contours of internal "
|
||||
"bridges.These support loops could prevent internal bridges from extruding "
|
||||
"over the air and improve the top surface quality, especially when the sparse "
|
||||
"infill density is low.This value determines the thickness of the support "
|
||||
"loops. 0 means disable this feature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Top surface pattern"
|
||||
@ -7154,14 +7169,6 @@ msgstr ""
|
||||
"This is the angle for sparse infill pattern, which controls the start or "
|
||||
"main direction of lines."
|
||||
|
||||
msgid "Bridge infill direction"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Angle for bridge infill pattern, which controls the start or main direction "
|
||||
"of line"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill density"
|
||||
msgstr "Sparse infill density"
|
||||
|
||||
@ -7207,6 +7214,45 @@ msgstr ""
|
||||
msgid "Lightning"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than infill_anchor_max is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a "
|
||||
"single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr ""
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than this parameter is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to infill_anchor, but no longer than this parameter. \n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should "
|
||||
"create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of outer walls"
|
||||
msgstr ""
|
||||
|
||||
@ -7312,6 +7358,14 @@ msgstr ""
|
||||
msgid "Travel speed of initial layer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Number of slow layers"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The first few layers are printed slower than normal. The speed is gradually "
|
||||
"increased in a linear fashion over the specified number of layers."
|
||||
msgstr ""
|
||||
|
||||
msgid "Initial layer nozzle temperature"
|
||||
msgstr "First layer nozzle temperature"
|
||||
|
||||
@ -7321,6 +7375,24 @@ msgstr "Nozzle temperature for printing the first layer with this filament"
|
||||
msgid "Full fan speed at layer"
|
||||
msgstr "Massima velocità della ventola al layer"
|
||||
|
||||
msgid ""
|
||||
"Fan speed will be ramped up linearly from zero at layer "
|
||||
"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer"
|
||||
"\". \"full_fan_speed_layer\" will be ignored if lower than "
|
||||
"\"close_fan_the_first_x_layers\", in which case the fan will be running at "
|
||||
"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This fan speed is enforced during all support interfaces, to be able to "
|
||||
"weaken their bonding with a high fan speed.\n"
|
||||
"Set to -1 to disable this override.\n"
|
||||
"Can only be overriden by disable_fan_first_layers."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Randomly jitter while printing the wall, so that the surface has a rough "
|
||||
"look. This setting controls the fuzzy position"
|
||||
@ -7442,6 +7514,35 @@ msgstr ""
|
||||
msgid "Enable this option if machine has auxiliary part cooling fan"
|
||||
msgstr "Enable this option if the machine has an auxiliary part cooling fan"
|
||||
|
||||
msgid ""
|
||||
"Start the fan this number of seconds earlier than its target start time (you "
|
||||
"can use fractional seconds). It assumes infinite acceleration for this time "
|
||||
"estimation, and will only take into account G1 and G0 moves (arc fitting is "
|
||||
"unsupported).\n"
|
||||
"It won't move fan comands from custom gcodes (they act as a sort of "
|
||||
"'barrier').\n"
|
||||
"It won't move fan comands into the start gcode if the 'only custom start "
|
||||
"gcode' is activated.\n"
|
||||
"Use 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "Only overhangs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Will only take into account the delay for the cooling of overhangs."
|
||||
msgstr ""
|
||||
|
||||
msgid "Fan kick-start time"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Emit a max fan speed command for this amount of seconds before reducing to "
|
||||
"target speed to kick-start the cooling fan.\n"
|
||||
"This is useful for fans where a low PWM/power may be insufficient to get the "
|
||||
"fan started spinning from a stop, or to get the fan up to speed faster.\n"
|
||||
"Set to 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "G-code flavor"
|
||||
msgstr "Formato G-code"
|
||||
|
||||
@ -7969,14 +8070,22 @@ msgstr "Back"
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
msgid "Staggered inner seams"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This option causes the inner seams to be shifted backwards based on their "
|
||||
"depth, forming a zigzag pattern."
|
||||
msgstr ""
|
||||
|
||||
msgid "Seam gap"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"In order to reduce the visibility of the seam in a closed loop extrusion, "
|
||||
"the loop is interrupted and shortened by a specified amount.\n"
|
||||
"This amount can be specified in millimeters or as a percentage of the current "
|
||||
"extruder diameter. The default value for this parameter is 15%."
|
||||
"This amount can be specified in millimeters or as a percentage of the "
|
||||
"current extruder diameter. The default value for this parameter is 15%."
|
||||
msgstr ""
|
||||
|
||||
msgid "Role base wipe speed"
|
||||
@ -8025,6 +8134,12 @@ msgid "Number of loops for the skirt. Zero means disabling skirt"
|
||||
msgstr ""
|
||||
"This is the number of loops for the skirt. 0 means the skirt is disabled."
|
||||
|
||||
msgid "Skirt speed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The printing speed in exported gcode will be slowed down, when the estimated "
|
||||
"layer time is shorter than this value, to get better cooling for these layers"
|
||||
@ -9006,188 +9121,56 @@ msgid ""
|
||||
"end > start + step)"
|
||||
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?"
|
||||
msgid "Start retraction length: "
|
||||
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?"
|
||||
msgid "End retraction length: "
|
||||
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?"
|
||||
msgid "mm/mm"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Timelapse]
|
||||
msgid ""
|
||||
"Timelapse\n"
|
||||
"Did you know that you can generate a timelapse video during each print?"
|
||||
msgid "Physical Printer"
|
||||
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?"
|
||||
msgid "Print Host upload"
|
||||
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?"
|
||||
msgid "Test"
|
||||
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."
|
||||
msgid "Could not get a valid Printer Host reference"
|
||||
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?"
|
||||
msgid "Success!"
|
||||
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."
|
||||
msgid "Refresh Printers"
|
||||
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?"
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
"signed certificate."
|
||||
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?"
|
||||
msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*"
|
||||
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."
|
||||
msgid "Open CA certificate file"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:STEP]
|
||||
#, c-format, boost-format
|
||||
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!"
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
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!"
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
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?"
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Keep upper part"
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-29 20:13+0800\n"
|
||||
"POT-Creation-Date: 2023-07-07 00:37+0800\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@ -1861,7 +1861,10 @@ msgstr "有効な値を入力してください (K: 0 ~ 0.5, N: 0.6 ~ 2.0)"
|
||||
msgid "You need to select the material type and color first."
|
||||
msgstr ""
|
||||
|
||||
msgid "Other color"
|
||||
msgid "Other Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Custom Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Dynamic flow calibration"
|
||||
@ -3258,6 +3261,12 @@ msgstr ""
|
||||
msgid "Pressure advance"
|
||||
msgstr ""
|
||||
|
||||
msgid "Retraction test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Orca Tolerance Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Max flowrate"
|
||||
msgstr ""
|
||||
|
||||
@ -5160,9 +5169,6 @@ msgstr "G-code出力"
|
||||
msgid "Post-processing Scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Post-processing scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Frequent"
|
||||
msgstr "よく使う"
|
||||
|
||||
@ -5292,6 +5298,12 @@ msgstr "フィラメント終了G-code"
|
||||
msgid "Printable space"
|
||||
msgstr "造形可能領域"
|
||||
|
||||
msgid "Cooling Fan"
|
||||
msgstr ""
|
||||
|
||||
msgid "Fan speed-up time"
|
||||
msgstr ""
|
||||
|
||||
msgid "Extruder Clearance"
|
||||
msgstr "押出機クリアランス"
|
||||
|
||||
@ -6236,6 +6248,9 @@ msgstr ""
|
||||
msgid "No extrusions under current settings."
|
||||
msgstr "現在の設定では造形しません"
|
||||
|
||||
msgid "Bed temperatures for the used filaments differ significantly."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
|
||||
"enabled."
|
||||
@ -6591,8 +6606,8 @@ msgstr ""
|
||||
"how much width of the line without support from lower layer. 0% means "
|
||||
"forcing cooling for all outer wall no matter the overhang degree."
|
||||
|
||||
msgid "Bridge direction"
|
||||
msgstr "ブリッジ方向"
|
||||
msgid "Bridge infill direction"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Bridging angle override. If left to zero, the bridging angle will be "
|
||||
@ -6834,11 +6849,11 @@ msgid "Internal bridge support thickness"
|
||||
msgstr "内部ブリッジサポート厚さ"
|
||||
|
||||
msgid ""
|
||||
"If enabled, Studio will generate support loops under the contours of "
|
||||
"internal bridges.These support loops could prevent internal bridges from "
|
||||
"extruding over the air and improve the top surface quality, especially when "
|
||||
"the sparse infill density is low.This value determines the thickness of the "
|
||||
"support loops. 0 means disable this feature"
|
||||
"If enabled, support loops will be generated under the contours of internal "
|
||||
"bridges.These support loops could prevent internal bridges from extruding "
|
||||
"over the air and improve the top surface quality, especially when the sparse "
|
||||
"infill density is low.This value determines the thickness of the support "
|
||||
"loops. 0 means disable this feature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Top surface pattern"
|
||||
@ -7143,14 +7158,6 @@ msgid ""
|
||||
"of line"
|
||||
msgstr "スパース インフィル パターンの角度です"
|
||||
|
||||
msgid "Bridge infill direction"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Angle for bridge infill pattern, which controls the start or main direction "
|
||||
"of line"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill density"
|
||||
msgstr "充填密度"
|
||||
|
||||
@ -7194,6 +7201,45 @@ msgstr "キュービックサポート"
|
||||
msgid "Lightning"
|
||||
msgstr "ライトニング"
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than infill_anchor_max is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a "
|
||||
"single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr ""
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than this parameter is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to infill_anchor, but no longer than this parameter. \n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should "
|
||||
"create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of outer walls"
|
||||
msgstr ""
|
||||
|
||||
@ -7295,6 +7341,14 @@ msgstr ""
|
||||
msgid "Travel speed of initial layer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Number of slow layers"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The first few layers are printed slower than normal. The speed is gradually "
|
||||
"increased in a linear fashion over the specified number of layers."
|
||||
msgstr ""
|
||||
|
||||
msgid "Initial layer nozzle temperature"
|
||||
msgstr "1層目のノズル温度"
|
||||
|
||||
@ -7304,6 +7358,24 @@ msgstr "1層目でのノズル温度"
|
||||
msgid "Full fan speed at layer"
|
||||
msgstr "最大回転速度の積層"
|
||||
|
||||
msgid ""
|
||||
"Fan speed will be ramped up linearly from zero at layer "
|
||||
"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer"
|
||||
"\". \"full_fan_speed_layer\" will be ignored if lower than "
|
||||
"\"close_fan_the_first_x_layers\", in which case the fan will be running at "
|
||||
"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This fan speed is enforced during all support interfaces, to be able to "
|
||||
"weaken their bonding with a high fan speed.\n"
|
||||
"Set to -1 to disable this override.\n"
|
||||
"Can only be overriden by disable_fan_first_layers."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Randomly jitter while printing the wall, so that the surface has a rough "
|
||||
"look. This setting controls the fuzzy position"
|
||||
@ -7415,6 +7487,35 @@ msgstr "HRC"
|
||||
msgid "Enable this option if machine has auxiliary part cooling fan"
|
||||
msgstr "パーツ補助冷却ファンがある場合有効にしてください"
|
||||
|
||||
msgid ""
|
||||
"Start the fan this number of seconds earlier than its target start time (you "
|
||||
"can use fractional seconds). It assumes infinite acceleration for this time "
|
||||
"estimation, and will only take into account G1 and G0 moves (arc fitting is "
|
||||
"unsupported).\n"
|
||||
"It won't move fan comands from custom gcodes (they act as a sort of "
|
||||
"'barrier').\n"
|
||||
"It won't move fan comands into the start gcode if the 'only custom start "
|
||||
"gcode' is activated.\n"
|
||||
"Use 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "Only overhangs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Will only take into account the delay for the cooling of overhangs."
|
||||
msgstr ""
|
||||
|
||||
msgid "Fan kick-start time"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Emit a max fan speed command for this amount of seconds before reducing to "
|
||||
"target speed to kick-start the cooling fan.\n"
|
||||
"This is useful for fans where a low PWM/power may be insufficient to get the "
|
||||
"fan started spinning from a stop, or to get the fan up to speed faster.\n"
|
||||
"Set to 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "G-code flavor"
|
||||
msgstr "G-codeスタイル"
|
||||
|
||||
@ -7930,14 +8031,22 @@ msgstr "背面"
|
||||
msgid "Random"
|
||||
msgstr "ランダム"
|
||||
|
||||
msgid "Staggered inner seams"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This option causes the inner seams to be shifted backwards based on their "
|
||||
"depth, forming a zigzag pattern."
|
||||
msgstr ""
|
||||
|
||||
msgid "Seam gap"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"In order to reduce the visibility of the seam in a closed loop extrusion, "
|
||||
"the loop is interrupted and shortened by a specified amount.\n"
|
||||
"This amount can be specified in millimeters or as a percentage of the current "
|
||||
"extruder diameter. The default value for this parameter is 15%."
|
||||
"This amount can be specified in millimeters or as a percentage of the "
|
||||
"current extruder diameter. The default value for this parameter is 15%."
|
||||
msgstr ""
|
||||
|
||||
msgid "Role base wipe speed"
|
||||
@ -7985,6 +8094,12 @@ msgstr "スカートのループ数"
|
||||
msgid "Number of loops for the skirt. Zero means disabling skirt"
|
||||
msgstr "スカートのループ数です、値が0の場合、スカートが無効になります。"
|
||||
|
||||
msgid "Skirt speed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The printing speed in exported gcode will be slowed down, when the estimated "
|
||||
"layer time is shorter than this value, to get better cooling for these layers"
|
||||
@ -8987,244 +9102,273 @@ msgid ""
|
||||
"end > start + step)"
|
||||
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?"
|
||||
msgid "Start retraction length: "
|
||||
msgstr ""
|
||||
"3Dシーンの操作\n"
|
||||
"マウスとタッチパネルで、オブジェクト/パーツの操作方法を確認しましょう"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Cut Tool]
|
||||
msgid ""
|
||||
"Cut Tool\n"
|
||||
"Did you know that you can cut a model at any angle and position with the "
|
||||
"cutting tool?"
|
||||
msgid "End retraction length: "
|
||||
msgstr ""
|
||||
"カットツール\n"
|
||||
"カットツールでモデルを自由な角度で修正することができます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fix Model]
|
||||
msgid ""
|
||||
"Fix Model\n"
|
||||
"Did you know that you can fix a corrupted 3D model to avoid a lot of slicing "
|
||||
"problems?"
|
||||
msgid "mm/mm"
|
||||
msgstr ""
|
||||
"モデル修復\n"
|
||||
"破損したモデルでも修復してスライスできます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Timelapse]
|
||||
msgid ""
|
||||
"Timelapse\n"
|
||||
"Did you know that you can generate a timelapse video during each print?"
|
||||
msgid "Physical Printer"
|
||||
msgstr ""
|
||||
"タイムラプス\n"
|
||||
"カメラの活用は、モニタリングだけでなく、自慢のタイムラプスビデオも生成できま"
|
||||
"す。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Arrange]
|
||||
msgid ""
|
||||
"Auto-Arrange\n"
|
||||
"Did you know that you can auto-arrange all objects in your project?"
|
||||
msgid "Print Host upload"
|
||||
msgstr ""
|
||||
"自動レイアウト\n"
|
||||
"自動レイアウトでプレートを最大限利用できます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Orient]
|
||||
msgid ""
|
||||
"Auto-Orient\n"
|
||||
"Did you know that you can rotate objects to an optimal orientation for "
|
||||
"printing by a simple click?"
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
"自動向き調整\n"
|
||||
"自動向き調整で最適な向きをワンクリックで実現できます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Lay on Face]
|
||||
msgid ""
|
||||
"Lay on Face\n"
|
||||
"Did you know that you can quickly orient a model so that one of its faces "
|
||||
"sits on the print bed? Select the \"Place on face\" function or press the "
|
||||
"<b>F</b> key."
|
||||
msgid "Could not get a valid Printer Host reference"
|
||||
msgstr ""
|
||||
"底面を選択\n"
|
||||
"プレートと接触する面を指定し、オブジェクトの向きを簡単に調整できます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Object List]
|
||||
msgid ""
|
||||
"Object List\n"
|
||||
"Did you know that you can view all objects/parts in a list and change "
|
||||
"settings for each object/part?"
|
||||
msgid "Success!"
|
||||
msgstr ""
|
||||
"オブジェクト一覧\n"
|
||||
"全てのオブジェクトを確認でき、造形パラメータもオブジェクト別で設定できます"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Simplify Model]
|
||||
msgid ""
|
||||
"Simplify Model\n"
|
||||
"Did you know that you can reduce the number of triangles in a mesh using the "
|
||||
"Simplify mesh feature? Right-click the model and select Simplify model. Read "
|
||||
"more in the documentation."
|
||||
msgid "Refresh Printers"
|
||||
msgstr ""
|
||||
"モデルを簡略化\n"
|
||||
"オブジェクトのメッシュを簡略化して、スライスの速度を上げられます。モデルを右"
|
||||
"クリックし、メニューで選択できます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
|
||||
msgid ""
|
||||
"Slicing Parameter Table\n"
|
||||
"Did you know that you can view all objects/parts on a table and change "
|
||||
"settings for each object/part?"
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
"signed certificate."
|
||||
msgstr ""
|
||||
"スライシングパラメータ\n"
|
||||
"オブジェクト/パーツごとのパラメータを設定できます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
|
||||
msgid ""
|
||||
"Split to Objects/Parts\n"
|
||||
"Did you know that you can split a big object into small ones for easy "
|
||||
"colorizing or printing?"
|
||||
msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*"
|
||||
msgstr ""
|
||||
"オブジェクト/パーツに分割\n"
|
||||
"一つのオブジェクトを複数のオブジェクト/パーツに分割して色を簡単につけましょ"
|
||||
"う。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Subtract a Part]
|
||||
msgid ""
|
||||
"Subtract a Part\n"
|
||||
"Did you know that you can subtract one mesh from another using the Negative "
|
||||
"part modifier? That way you can, for example, create easily resizable holes "
|
||||
"directly in Orca Slicer. Read more in the documentation."
|
||||
msgid "Open CA certificate file"
|
||||
msgstr ""
|
||||
"パーツをサブストラクト\n"
|
||||
"マイナスパーツでモデルからメッシュを引くことができます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:STEP]
|
||||
#, c-format, boost-format
|
||||
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!"
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
msgstr ""
|
||||
"STEP\n"
|
||||
"STEP形式で、STL形式よりもっと高品質なスライス結果を得られます、是非お試しくだ"
|
||||
"さい。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Z seam location]
|
||||
msgid ""
|
||||
"Z seam location\n"
|
||||
"Did you know that you can customize the location of the Z seam, and even "
|
||||
"paint it on your print, to have it in a less visible location? This improves "
|
||||
"the overall look of your model. Check it out!"
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
"継ぎ目位置\n"
|
||||
"継ぎ目の位置を描き、見えにくい場所に指定して仕上がりを向上させます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
|
||||
msgid ""
|
||||
"Fine-tuning for flow rate\n"
|
||||
"Did you know that flow rate can be fine-tuned for even better-looking "
|
||||
"prints? Depending on the material, you can improve the overall finish of the "
|
||||
"printed model by doing some fine-tuning."
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
"流量を微調整\n"
|
||||
"流量を材料、温度により微調整し、更に良い仕上がりが得られます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split your prints into plates]
|
||||
msgid ""
|
||||
"Split your prints into plates\n"
|
||||
"Did you know that you can split a model that has a lot of parts into "
|
||||
"individual plates ready to print? This will simplify the process of keeping "
|
||||
"track of all the parts."
|
||||
msgstr ""
|
||||
"複数のプレートに分割\n"
|
||||
"一つのモデルを分割し、複数のプレートで造形することもできます。"
|
||||
#~ msgid ""
|
||||
#~ "3D Scene Operations\n"
|
||||
#~ "Did you know how to control view and object/part selection with mouse and "
|
||||
#~ "touchpanel in the 3D scene?"
|
||||
#~ msgstr ""
|
||||
#~ "3Dシーンの操作\n"
|
||||
#~ "マウスとタッチパネルで、オブジェクト/パーツの操作方法を確認しましょう"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer
|
||||
#: Height]
|
||||
msgid ""
|
||||
"Speed up your print with Adaptive Layer Height\n"
|
||||
"Did you know that you can print a model even faster, by using the Adaptive "
|
||||
"Layer Height option? Check it out!"
|
||||
msgstr "「アダプティブ積層ピッチ」で造形速度アップ!"
|
||||
#~ msgid ""
|
||||
#~ "Cut Tool\n"
|
||||
#~ "Did you know that you can cut a model at any angle and position with the "
|
||||
#~ "cutting tool?"
|
||||
#~ msgstr ""
|
||||
#~ "カットツール\n"
|
||||
#~ "カットツールでモデルを自由な角度で修正することができます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Support painting]
|
||||
msgid ""
|
||||
"Support painting\n"
|
||||
"Did you know that you can paint the location of your supports? This feature "
|
||||
"makes it easy to place the support material only on the sections of the "
|
||||
"model that actually need it."
|
||||
msgstr ""
|
||||
"サポートペイント\n"
|
||||
"サポートは塗り絵のように生成することができます。"
|
||||
#~ msgid ""
|
||||
#~ "Fix Model\n"
|
||||
#~ "Did you know that you can fix a corrupted 3D model to avoid a lot of "
|
||||
#~ "slicing problems?"
|
||||
#~ msgstr ""
|
||||
#~ "モデル修復\n"
|
||||
#~ "破損したモデルでも修復してスライスできます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Different types of supports]
|
||||
msgid ""
|
||||
"Different types of supports\n"
|
||||
"Did you know that you can choose from multiple types of supports? Tree "
|
||||
"supports work great for organic models, while saving filament and improving "
|
||||
"print speed. Check them out!"
|
||||
msgstr ""
|
||||
"さまざまなサポートタイプ\n"
|
||||
"いろんなサポートタイプをつかえます、ツリータイプではフィラメントも節約できる"
|
||||
"し、造形時間も短縮できます。"
|
||||
#~ msgid ""
|
||||
#~ "Timelapse\n"
|
||||
#~ "Did you know that you can generate a timelapse video during each print?"
|
||||
#~ msgstr ""
|
||||
#~ "タイムラプス\n"
|
||||
#~ "カメラの活用は、モニタリングだけでなく、自慢のタイムラプスビデオも生成でき"
|
||||
#~ "ます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Printing Silk Filament]
|
||||
msgid ""
|
||||
"Printing Silk Filament\n"
|
||||
"Did you know that Silk filament needs special consideration to print it "
|
||||
"successfully? Higher temperature and lower speed are always recommended for "
|
||||
"the best results."
|
||||
msgstr ""
|
||||
"シルク質感のフィラメント\n"
|
||||
"光沢がある美しい造形物をできるフィラメントは、プロセスに特別なケアが必要で"
|
||||
"す。"
|
||||
#~ msgid ""
|
||||
#~ "Auto-Arrange\n"
|
||||
#~ "Did you know that you can auto-arrange all objects in your project?"
|
||||
#~ msgstr ""
|
||||
#~ "自動レイアウト\n"
|
||||
#~ "自動レイアウトでプレートを最大限利用できます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Brim for better adhesion]
|
||||
msgid ""
|
||||
"Brim for better adhesion\n"
|
||||
"Did you know that when printing models have a small contact interface with "
|
||||
"the printing surface, it's recommended to use a brim?"
|
||||
msgstr ""
|
||||
"接着力を高めるには?\n"
|
||||
"ブリムを活用してください。"
|
||||
#~ msgid ""
|
||||
#~ "Auto-Orient\n"
|
||||
#~ "Did you know that you can rotate objects to an optimal orientation for "
|
||||
#~ "printing by a simple click?"
|
||||
#~ msgstr ""
|
||||
#~ "自動向き調整\n"
|
||||
#~ "自動向き調整で最適な向きをワンクリックで実現できます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
|
||||
msgid ""
|
||||
"Set parameters for multiple objects\n"
|
||||
"Did you know that you can set slicing parameters for all selected objects at "
|
||||
"one time?"
|
||||
msgstr ""
|
||||
"オブジェクトのパラメータを設定\n"
|
||||
"複数のオブジェクトを一回で設定できます"
|
||||
#~ msgid ""
|
||||
#~ "Lay on Face\n"
|
||||
#~ "Did you know that you can quickly orient a model so that one of its faces "
|
||||
#~ "sits on the print bed? Select the \"Place on face\" function or press the "
|
||||
#~ "<b>F</b> key."
|
||||
#~ msgstr ""
|
||||
#~ "底面を選択\n"
|
||||
#~ "プレートと接触する面を指定し、オブジェクトの向きを簡単に調整できます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Stack objects]
|
||||
msgid ""
|
||||
"Stack objects\n"
|
||||
"Did you know that you can stack objects as a whole one?"
|
||||
msgstr ""
|
||||
"オブジェクトを積み重ね\n"
|
||||
"複数のオブジェクトを積み重ねて造形できます。"
|
||||
#~ msgid ""
|
||||
#~ "Object List\n"
|
||||
#~ "Did you know that you can view all objects/parts in a list and change "
|
||||
#~ "settings for each object/part?"
|
||||
#~ msgstr ""
|
||||
#~ "オブジェクト一覧\n"
|
||||
#~ "全てのオブジェクトを確認でき、造形パラメータもオブジェクト別で設定できます"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
|
||||
msgid ""
|
||||
"Flush into support/objects/infill\n"
|
||||
"Did you know that you can save the wasted filament by flushing them into "
|
||||
"support/objects/infill during filament change?"
|
||||
msgstr ""
|
||||
"サポート/オブジェクト/インフィルにフラッシュ\n"
|
||||
"サポート、オブジェクトやインフィルどちらにもフラッシュでき、廃料の節約や、造"
|
||||
"形時間短縮も有効的です。"
|
||||
#~ msgid ""
|
||||
#~ "Simplify Model\n"
|
||||
#~ "Did you know that you can reduce the number of triangles in a mesh using "
|
||||
#~ "the Simplify mesh feature? Right-click the model and select Simplify "
|
||||
#~ "model. Read more in the documentation."
|
||||
#~ msgstr ""
|
||||
#~ "モデルを簡略化\n"
|
||||
#~ "オブジェクトのメッシュを簡略化して、スライスの速度を上げられます。モデルを"
|
||||
#~ "右クリックし、メニューで選択できます。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Improve strength]
|
||||
msgid ""
|
||||
"Improve strength\n"
|
||||
"Did you know that you can use more wall loops and higher sparse infill "
|
||||
"density to improve the strength of the model?"
|
||||
msgstr ""
|
||||
"強度の向上\n"
|
||||
"壁面層数やインフィルの充填密度を増やして造形強度を向上できます。"
|
||||
#~ msgid ""
|
||||
#~ "Slicing Parameter Table\n"
|
||||
#~ "Did you know that you can view all objects/parts on a table and change "
|
||||
#~ "settings for each object/part?"
|
||||
#~ msgstr ""
|
||||
#~ "スライシングパラメータ\n"
|
||||
#~ "オブジェクト/パーツごとのパラメータを設定できます。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Split to Objects/Parts\n"
|
||||
#~ "Did you know that you can split a big object into small ones for easy "
|
||||
#~ "colorizing or printing?"
|
||||
#~ msgstr ""
|
||||
#~ "オブジェクト/パーツに分割\n"
|
||||
#~ "一つのオブジェクトを複数のオブジェクト/パーツに分割して色を簡単につけま"
|
||||
#~ "しょう。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Subtract a Part\n"
|
||||
#~ "Did you know that you can subtract one mesh from another using the "
|
||||
#~ "Negative part modifier? That way you can, for example, create easily "
|
||||
#~ "resizable holes directly in Orca Slicer. Read more in the documentation."
|
||||
#~ msgstr ""
|
||||
#~ "パーツをサブストラクト\n"
|
||||
#~ "マイナスパーツでモデルからメッシュを引くことができます。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "STEP\n"
|
||||
#~ "Did you know that you can improve your print quality by slicing a STEP "
|
||||
#~ "file instead of an STL?\n"
|
||||
#~ "Orca Slicer supports slicing STEP files, providing smoother results than "
|
||||
#~ "a lower resolution STL. Give it a try!"
|
||||
#~ msgstr ""
|
||||
#~ "STEP\n"
|
||||
#~ "STEP形式で、STL形式よりもっと高品質なスライス結果を得られます、是非お試し"
|
||||
#~ "ください。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Z seam location\n"
|
||||
#~ "Did you know that you can customize the location of the Z seam, and even "
|
||||
#~ "paint it on your print, to have it in a less visible location? This "
|
||||
#~ "improves the overall look of your model. Check it out!"
|
||||
#~ msgstr ""
|
||||
#~ "継ぎ目位置\n"
|
||||
#~ "継ぎ目の位置を描き、見えにくい場所に指定して仕上がりを向上させます。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Fine-tuning for flow rate\n"
|
||||
#~ "Did you know that flow rate can be fine-tuned for even better-looking "
|
||||
#~ "prints? Depending on the material, you can improve the overall finish of "
|
||||
#~ "the printed model by doing some fine-tuning."
|
||||
#~ msgstr ""
|
||||
#~ "流量を微調整\n"
|
||||
#~ "流量を材料、温度により微調整し、更に良い仕上がりが得られます。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Split your prints into plates\n"
|
||||
#~ "Did you know that you can split a model that has a lot of parts into "
|
||||
#~ "individual plates ready to print? This will simplify the process of "
|
||||
#~ "keeping track of all the parts."
|
||||
#~ msgstr ""
|
||||
#~ "複数のプレートに分割\n"
|
||||
#~ "一つのモデルを分割し、複数のプレートで造形することもできます。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Speed up your print with Adaptive Layer Height\n"
|
||||
#~ "Did you know that you can print a model even faster, by using the "
|
||||
#~ "Adaptive Layer Height option? Check it out!"
|
||||
#~ msgstr "「アダプティブ積層ピッチ」で造形速度アップ!"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Support painting\n"
|
||||
#~ "Did you know that you can paint the location of your supports? This "
|
||||
#~ "feature makes it easy to place the support material only on the sections "
|
||||
#~ "of the model that actually need it."
|
||||
#~ msgstr ""
|
||||
#~ "サポートペイント\n"
|
||||
#~ "サポートは塗り絵のように生成することができます。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Different types of supports\n"
|
||||
#~ "Did you know that you can choose from multiple types of supports? Tree "
|
||||
#~ "supports work great for organic models, while saving filament and "
|
||||
#~ "improving print speed. Check them out!"
|
||||
#~ msgstr ""
|
||||
#~ "さまざまなサポートタイプ\n"
|
||||
#~ "いろんなサポートタイプをつかえます、ツリータイプではフィラメントも節約でき"
|
||||
#~ "るし、造形時間も短縮できます。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Printing Silk Filament\n"
|
||||
#~ "Did you know that Silk filament needs special consideration to print it "
|
||||
#~ "successfully? Higher temperature and lower speed are always recommended "
|
||||
#~ "for the best results."
|
||||
#~ msgstr ""
|
||||
#~ "シルク質感のフィラメント\n"
|
||||
#~ "光沢がある美しい造形物をできるフィラメントは、プロセスに特別なケアが必要で"
|
||||
#~ "す。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Brim for better adhesion\n"
|
||||
#~ "Did you know that when printing models have a small contact interface "
|
||||
#~ "with the printing surface, it's recommended to use a brim?"
|
||||
#~ msgstr ""
|
||||
#~ "接着力を高めるには?\n"
|
||||
#~ "ブリムを活用してください。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Set parameters for multiple objects\n"
|
||||
#~ "Did you know that you can set slicing parameters for all selected objects "
|
||||
#~ "at one time?"
|
||||
#~ msgstr ""
|
||||
#~ "オブジェクトのパラメータを設定\n"
|
||||
#~ "複数のオブジェクトを一回で設定できます"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Stack objects\n"
|
||||
#~ "Did you know that you can stack objects as a whole one?"
|
||||
#~ msgstr ""
|
||||
#~ "オブジェクトを積み重ね\n"
|
||||
#~ "複数のオブジェクトを積み重ねて造形できます。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Flush into support/objects/infill\n"
|
||||
#~ "Did you know that you can save the wasted filament by flushing them into "
|
||||
#~ "support/objects/infill during filament change?"
|
||||
#~ msgstr ""
|
||||
#~ "サポート/オブジェクト/インフィルにフラッシュ\n"
|
||||
#~ "サポート、オブジェクトやインフィルどちらにもフラッシュでき、廃料の節約や、"
|
||||
#~ "造形時間短縮も有効的です。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Improve strength\n"
|
||||
#~ "Did you know that you can use more wall loops and higher sparse infill "
|
||||
#~ "density to improve the strength of the model?"
|
||||
#~ msgstr ""
|
||||
#~ "強度の向上\n"
|
||||
#~ "壁面層数やインフィルの充填密度を増やして造形強度を向上できます。"
|
||||
|
||||
#~ msgid "Bridge direction"
|
||||
#~ msgstr "ブリッジ方向"
|
||||
|
||||
#~ msgid "Keep upper part"
|
||||
#~ msgstr "上の部分を残す"
|
||||
|
@ -130,4 +130,5 @@ src/libslic3r/PrintObject.cpp
|
||||
src/libslic3r/PrintObjectSlice.cpp
|
||||
src/libslic3r/PlaceholderParser.cpp
|
||||
src/libslic3r/TreeSupport.cpp
|
||||
src/slic3r/GUI/calib_dlg.cpp
|
||||
src/slic3r/GUI/calib_dlg.cpp
|
||||
src/slic3r/GUI/PhysicalPrinterDialog.cpp
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-29 20:13+0800\n"
|
||||
"POT-Creation-Date: 2023-07-07 00:37+0800\n"
|
||||
"Language: nl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -1899,7 +1899,10 @@ msgstr ""
|
||||
msgid "You need to select the material type and color first."
|
||||
msgstr ""
|
||||
|
||||
msgid "Other color"
|
||||
msgid "Other Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Custom Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Dynamic flow calibration"
|
||||
@ -3311,6 +3314,12 @@ msgstr ""
|
||||
msgid "Pressure advance"
|
||||
msgstr ""
|
||||
|
||||
msgid "Retraction test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Orca Tolerance Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Max flowrate"
|
||||
msgstr ""
|
||||
|
||||
@ -5215,9 +5224,6 @@ msgstr ""
|
||||
msgid "Post-processing Scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Post-processing scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Frequent"
|
||||
msgstr "Veelgebruikt"
|
||||
|
||||
@ -5357,6 +5363,12 @@ msgstr "Filament einde G-code"
|
||||
msgid "Printable space"
|
||||
msgstr "Ruimte waarbinnen geprint kan worden"
|
||||
|
||||
msgid "Cooling Fan"
|
||||
msgstr ""
|
||||
|
||||
msgid "Fan speed-up time"
|
||||
msgstr ""
|
||||
|
||||
msgid "Extruder Clearance"
|
||||
msgstr ""
|
||||
|
||||
@ -6326,6 +6338,9 @@ msgstr ""
|
||||
msgid "No extrusions under current settings."
|
||||
msgstr "Geen extrusion onder de huidige instellingen"
|
||||
|
||||
msgid "Bed temperatures for the used filaments differ significantly."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
|
||||
"enabled."
|
||||
@ -6684,7 +6699,7 @@ msgid ""
|
||||
"all outer wall no matter how much overhang degree"
|
||||
msgstr ""
|
||||
|
||||
msgid "Bridge direction"
|
||||
msgid "Bridge infill direction"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@ -6936,11 +6951,11 @@ msgid "Internal bridge support thickness"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If enabled, Studio will generate support loops under the contours of "
|
||||
"internal bridges.These support loops could prevent internal bridges from "
|
||||
"extruding over the air and improve the top surface quality, especially when "
|
||||
"the sparse infill density is low.This value determines the thickness of the "
|
||||
"support loops. 0 means disable this feature"
|
||||
"If enabled, support loops will be generated under the contours of internal "
|
||||
"bridges.These support loops could prevent internal bridges from extruding "
|
||||
"over the air and improve the top surface quality, especially when the sparse "
|
||||
"infill density is low.This value determines the thickness of the support "
|
||||
"loops. 0 means disable this feature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Top surface pattern"
|
||||
@ -7256,14 +7271,6 @@ msgstr ""
|
||||
"Dit is de hoek voor een dun opvulpatroon, dat het begin of de hoofdrichting "
|
||||
"van de lijnen bepaalt."
|
||||
|
||||
msgid "Bridge infill direction"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Angle for bridge infill pattern, which controls the start or main direction "
|
||||
"of line"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill density"
|
||||
msgstr "Vulling percentage"
|
||||
|
||||
@ -7309,6 +7316,45 @@ msgstr ""
|
||||
msgid "Lightning"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than infill_anchor_max is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a "
|
||||
"single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr ""
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than this parameter is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to infill_anchor, but no longer than this parameter. \n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should "
|
||||
"create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of outer walls"
|
||||
msgstr ""
|
||||
|
||||
@ -7415,6 +7461,14 @@ msgstr ""
|
||||
msgid "Travel speed of initial layer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Number of slow layers"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The first few layers are printed slower than normal. The speed is gradually "
|
||||
"increased in a linear fashion over the specified number of layers."
|
||||
msgstr ""
|
||||
|
||||
msgid "Initial layer nozzle temperature"
|
||||
msgstr "Nozzle temperatuur voor de eerste laag"
|
||||
|
||||
@ -7426,6 +7480,24 @@ msgstr ""
|
||||
msgid "Full fan speed at layer"
|
||||
msgstr "Volledige snelheid op laag"
|
||||
|
||||
msgid ""
|
||||
"Fan speed will be ramped up linearly from zero at layer "
|
||||
"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer"
|
||||
"\". \"full_fan_speed_layer\" will be ignored if lower than "
|
||||
"\"close_fan_the_first_x_layers\", in which case the fan will be running at "
|
||||
"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This fan speed is enforced during all support interfaces, to be able to "
|
||||
"weaken their bonding with a high fan speed.\n"
|
||||
"Set to -1 to disable this override.\n"
|
||||
"Can only be overriden by disable_fan_first_layers."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Randomly jitter while printing the wall, so that the surface has a rough "
|
||||
"look. This setting controls the fuzzy position"
|
||||
@ -7549,6 +7621,35 @@ msgid "Enable this option if machine has auxiliary part cooling fan"
|
||||
msgstr ""
|
||||
"Schakel deze optie in als de machine een ventilator voor de enclosure heeft"
|
||||
|
||||
msgid ""
|
||||
"Start the fan this number of seconds earlier than its target start time (you "
|
||||
"can use fractional seconds). It assumes infinite acceleration for this time "
|
||||
"estimation, and will only take into account G1 and G0 moves (arc fitting is "
|
||||
"unsupported).\n"
|
||||
"It won't move fan comands from custom gcodes (they act as a sort of "
|
||||
"'barrier').\n"
|
||||
"It won't move fan comands into the start gcode if the 'only custom start "
|
||||
"gcode' is activated.\n"
|
||||
"Use 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "Only overhangs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Will only take into account the delay for the cooling of overhangs."
|
||||
msgstr ""
|
||||
|
||||
msgid "Fan kick-start time"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Emit a max fan speed command for this amount of seconds before reducing to "
|
||||
"target speed to kick-start the cooling fan.\n"
|
||||
"This is useful for fans where a low PWM/power may be insufficient to get the "
|
||||
"fan started spinning from a stop, or to get the fan up to speed faster.\n"
|
||||
"Set to 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "G-code flavor"
|
||||
msgstr "G-code type"
|
||||
|
||||
@ -8091,14 +8192,22 @@ msgstr "Achterzijde"
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
msgid "Staggered inner seams"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This option causes the inner seams to be shifted backwards based on their "
|
||||
"depth, forming a zigzag pattern."
|
||||
msgstr ""
|
||||
|
||||
msgid "Seam gap"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"In order to reduce the visibility of the seam in a closed loop extrusion, "
|
||||
"the loop is interrupted and shortened by a specified amount.\n"
|
||||
"This amount can be specified in millimeters or as a percentage of the current "
|
||||
"extruder diameter. The default value for this parameter is 15%."
|
||||
"This amount can be specified in millimeters or as a percentage of the "
|
||||
"current extruder diameter. The default value for this parameter is 15%."
|
||||
msgstr ""
|
||||
|
||||
msgid "Role base wipe speed"
|
||||
@ -8148,6 +8257,12 @@ msgstr ""
|
||||
"Dit is het aantal lussen voor de skirt. 0 betekent dat de skirt is "
|
||||
"uitgeschakeld."
|
||||
|
||||
msgid "Skirt speed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The printing speed in exported gcode will be slowed down, when the estimated "
|
||||
"layer time is shorter than this value, to get better cooling for these layers"
|
||||
@ -9141,188 +9256,56 @@ msgid ""
|
||||
"end > start + step)"
|
||||
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?"
|
||||
msgid "Start retraction length: "
|
||||
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?"
|
||||
msgid "End retraction length: "
|
||||
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?"
|
||||
msgid "mm/mm"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Timelapse]
|
||||
msgid ""
|
||||
"Timelapse\n"
|
||||
"Did you know that you can generate a timelapse video during each print?"
|
||||
msgid "Physical Printer"
|
||||
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?"
|
||||
msgid "Print Host upload"
|
||||
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?"
|
||||
msgid "Test"
|
||||
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."
|
||||
msgid "Could not get a valid Printer Host reference"
|
||||
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?"
|
||||
msgid "Success!"
|
||||
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."
|
||||
msgid "Refresh Printers"
|
||||
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?"
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
"signed certificate."
|
||||
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?"
|
||||
msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*"
|
||||
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."
|
||||
msgid "Open CA certificate file"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:STEP]
|
||||
#, c-format, boost-format
|
||||
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!"
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
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!"
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
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?"
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Keep upper part"
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-29 20:13+0800\n"
|
||||
"POT-Creation-Date: 2023-07-07 00:37+0800\n"
|
||||
"Language: sv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -1878,7 +1878,10 @@ msgstr ""
|
||||
msgid "You need to select the material type and color first."
|
||||
msgstr ""
|
||||
|
||||
msgid "Other color"
|
||||
msgid "Other Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Custom Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Dynamic flow calibration"
|
||||
@ -3280,6 +3283,12 @@ msgstr ""
|
||||
msgid "Pressure advance"
|
||||
msgstr ""
|
||||
|
||||
msgid "Retraction test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Orca Tolerance Test"
|
||||
msgstr ""
|
||||
|
||||
msgid "Max flowrate"
|
||||
msgstr ""
|
||||
|
||||
@ -5148,9 +5157,6 @@ msgstr ""
|
||||
msgid "Post-processing Scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Post-processing scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Frequent"
|
||||
msgstr "Återkommande"
|
||||
|
||||
@ -5287,6 +5293,12 @@ msgstr "Filament stop G-kod"
|
||||
msgid "Printable space"
|
||||
msgstr "Utskriftsbar yta"
|
||||
|
||||
msgid "Cooling Fan"
|
||||
msgstr ""
|
||||
|
||||
msgid "Fan speed-up time"
|
||||
msgstr ""
|
||||
|
||||
msgid "Extruder Clearance"
|
||||
msgstr ""
|
||||
|
||||
@ -6241,6 +6253,9 @@ msgstr ""
|
||||
msgid "No extrusions under current settings."
|
||||
msgstr "Nuvarande inställning har ingen extrudering."
|
||||
|
||||
msgid "Bed temperatures for the used filaments differ significantly."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
|
||||
"enabled."
|
||||
@ -6586,7 +6601,7 @@ msgid ""
|
||||
"all outer wall no matter how much overhang degree"
|
||||
msgstr ""
|
||||
|
||||
msgid "Bridge direction"
|
||||
msgid "Bridge infill direction"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@ -6832,11 +6847,11 @@ msgid "Internal bridge support thickness"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"If enabled, Studio will generate support loops under the contours of "
|
||||
"internal bridges.These support loops could prevent internal bridges from "
|
||||
"extruding over the air and improve the top surface quality, especially when "
|
||||
"the sparse infill density is low.This value determines the thickness of the "
|
||||
"support loops. 0 means disable this feature"
|
||||
"If enabled, support loops will be generated under the contours of internal "
|
||||
"bridges.These support loops could prevent internal bridges from extruding "
|
||||
"over the air and improve the top surface quality, especially when the sparse "
|
||||
"infill density is low.This value determines the thickness of the support "
|
||||
"loops. 0 means disable this feature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Top surface pattern"
|
||||
@ -7145,14 +7160,6 @@ msgstr ""
|
||||
"Vinkeln för sparsam ifyllnads mönster, som styr start- eller huvudriktningen "
|
||||
"för linjer"
|
||||
|
||||
msgid "Bridge infill direction"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Angle for bridge infill pattern, which controls the start or main direction "
|
||||
"of line"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill density"
|
||||
msgstr "Sparsam ifyllnads densitet"
|
||||
|
||||
@ -7197,6 +7204,45 @@ msgstr ""
|
||||
msgid "Lightning"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than infill_anchor_max is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a "
|
||||
"single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr ""
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than this parameter is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to infill_anchor, but no longer than this parameter. \n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should "
|
||||
"create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of outer walls"
|
||||
msgstr ""
|
||||
|
||||
@ -7302,6 +7348,14 @@ msgstr ""
|
||||
msgid "Travel speed of initial layer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Number of slow layers"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The first few layers are printed slower than normal. The speed is gradually "
|
||||
"increased in a linear fashion over the specified number of layers."
|
||||
msgstr ""
|
||||
|
||||
msgid "Initial layer nozzle temperature"
|
||||
msgstr "Nozzel temperatur för första lager"
|
||||
|
||||
@ -7311,6 +7365,24 @@ msgstr "Nozzel temperatur för första lager med detta filament"
|
||||
msgid "Full fan speed at layer"
|
||||
msgstr "Full fläkthastighet vid lager"
|
||||
|
||||
msgid ""
|
||||
"Fan speed will be ramped up linearly from zero at layer "
|
||||
"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer"
|
||||
"\". \"full_fan_speed_layer\" will be ignored if lower than "
|
||||
"\"close_fan_the_first_x_layers\", in which case the fan will be running at "
|
||||
"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This fan speed is enforced during all support interfaces, to be able to "
|
||||
"weaken their bonding with a high fan speed.\n"
|
||||
"Set to -1 to disable this override.\n"
|
||||
"Can only be overriden by disable_fan_first_layers."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Randomly jitter while printing the wall, so that the surface has a rough "
|
||||
"look. This setting controls the fuzzy position"
|
||||
@ -7432,6 +7504,35 @@ msgstr ""
|
||||
msgid "Enable this option if machine has auxiliary part cooling fan"
|
||||
msgstr "Aktivera detta val om maskinen har extra kylfläkt"
|
||||
|
||||
msgid ""
|
||||
"Start the fan this number of seconds earlier than its target start time (you "
|
||||
"can use fractional seconds). It assumes infinite acceleration for this time "
|
||||
"estimation, and will only take into account G1 and G0 moves (arc fitting is "
|
||||
"unsupported).\n"
|
||||
"It won't move fan comands from custom gcodes (they act as a sort of "
|
||||
"'barrier').\n"
|
||||
"It won't move fan comands into the start gcode if the 'only custom start "
|
||||
"gcode' is activated.\n"
|
||||
"Use 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "Only overhangs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Will only take into account the delay for the cooling of overhangs."
|
||||
msgstr ""
|
||||
|
||||
msgid "Fan kick-start time"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Emit a max fan speed command for this amount of seconds before reducing to "
|
||||
"target speed to kick-start the cooling fan.\n"
|
||||
"This is useful for fans where a low PWM/power may be insufficient to get the "
|
||||
"fan started spinning from a stop, or to get the fan up to speed faster.\n"
|
||||
"Set to 0 to deactivate."
|
||||
msgstr ""
|
||||
|
||||
msgid "G-code flavor"
|
||||
msgstr "G-kod smak"
|
||||
|
||||
@ -7964,14 +8065,22 @@ msgstr "Tillbaka"
|
||||
msgid "Random"
|
||||
msgstr ""
|
||||
|
||||
msgid "Staggered inner seams"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This option causes the inner seams to be shifted backwards based on their "
|
||||
"depth, forming a zigzag pattern."
|
||||
msgstr ""
|
||||
|
||||
msgid "Seam gap"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"In order to reduce the visibility of the seam in a closed loop extrusion, "
|
||||
"the loop is interrupted and shortened by a specified amount.\n"
|
||||
"This amount can be specified in millimeters or as a percentage of the current "
|
||||
"extruder diameter. The default value for this parameter is 15%."
|
||||
"This amount can be specified in millimeters or as a percentage of the "
|
||||
"current extruder diameter. The default value for this parameter is 15%."
|
||||
msgstr ""
|
||||
|
||||
msgid "Role base wipe speed"
|
||||
@ -8019,6 +8128,12 @@ msgstr "Skirt varv"
|
||||
msgid "Number of loops for the skirt. Zero means disabling skirt"
|
||||
msgstr "Antal skirt varv. 0 betyder att skirt är inaktiverad"
|
||||
|
||||
msgid "Skirt speed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The printing speed in exported gcode will be slowed down, when the estimated "
|
||||
"layer time is shorter than this value, to get better cooling for these layers"
|
||||
@ -8998,188 +9113,56 @@ msgid ""
|
||||
"end > start + step)"
|
||||
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?"
|
||||
msgid "Start retraction length: "
|
||||
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?"
|
||||
msgid "End retraction length: "
|
||||
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?"
|
||||
msgid "mm/mm"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:Timelapse]
|
||||
msgid ""
|
||||
"Timelapse\n"
|
||||
"Did you know that you can generate a timelapse video during each print?"
|
||||
msgid "Physical Printer"
|
||||
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?"
|
||||
msgid "Print Host upload"
|
||||
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?"
|
||||
msgid "Test"
|
||||
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."
|
||||
msgid "Could not get a valid Printer Host reference"
|
||||
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?"
|
||||
msgid "Success!"
|
||||
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."
|
||||
msgid "Refresh Printers"
|
||||
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?"
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
"signed certificate."
|
||||
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?"
|
||||
msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*"
|
||||
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."
|
||||
msgid "Open CA certificate file"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:STEP]
|
||||
#, c-format, boost-format
|
||||
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!"
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
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!"
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
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?"
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Keep upper part"
|
||||
|
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Slic3rPE\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-29 20:13+0800\n"
|
||||
"POT-Creation-Date: 2023-07-07 00:37+0800\n"
|
||||
"PO-Revision-Date: 2023-04-01 13:21+0800\n"
|
||||
"Last-Translator: Jiang Yue <maze1024@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
@ -812,16 +812,16 @@ msgid "Load..."
|
||||
msgstr "加载..."
|
||||
|
||||
msgid "Orca Cube"
|
||||
msgstr ""
|
||||
msgstr "Orca逆方块"
|
||||
|
||||
msgid "3DBenchy"
|
||||
msgstr ""
|
||||
msgstr "小船"
|
||||
|
||||
msgid "Autodesk FDM Test"
|
||||
msgstr ""
|
||||
msgstr "欧特克FDM测试"
|
||||
|
||||
msgid "Voron Cube"
|
||||
msgstr ""
|
||||
msgstr "Voron方块"
|
||||
|
||||
msgid "Cube"
|
||||
msgstr "立方体"
|
||||
@ -1841,7 +1841,10 @@ msgstr "请输入有效的数值 (K的范围为0~0.5, N的范围为0.6~2.0)"
|
||||
msgid "You need to select the material type and color first."
|
||||
msgstr ""
|
||||
|
||||
msgid "Other color"
|
||||
msgid "Other Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Custom Color"
|
||||
msgstr ""
|
||||
|
||||
msgid "Dynamic flow calibration"
|
||||
@ -3239,6 +3242,12 @@ msgstr "流量"
|
||||
msgid "Pressure advance"
|
||||
msgstr "压力提前"
|
||||
|
||||
msgid "Retraction test"
|
||||
msgstr "回抽测试"
|
||||
|
||||
msgid "Orca Tolerance Test"
|
||||
msgstr "Orca误差测试"
|
||||
|
||||
msgid "Max flowrate"
|
||||
msgstr "最大体积流量"
|
||||
|
||||
@ -5119,9 +5128,6 @@ msgstr "G-code 输出"
|
||||
msgid "Post-processing Scripts"
|
||||
msgstr "后处理脚本"
|
||||
|
||||
msgid "Post-processing scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid "Frequent"
|
||||
msgstr "常用"
|
||||
|
||||
@ -5241,6 +5247,12 @@ msgstr "耗材丝结束G-code"
|
||||
msgid "Printable space"
|
||||
msgstr "可打印区域"
|
||||
|
||||
msgid "Cooling Fan"
|
||||
msgstr "冷却风扇"
|
||||
|
||||
msgid "Fan speed-up time"
|
||||
msgstr "风扇响应时间"
|
||||
|
||||
msgid "Extruder Clearance"
|
||||
msgstr "挤出机避让空间"
|
||||
|
||||
@ -6178,6 +6190,9 @@ msgstr ""
|
||||
msgid "No extrusions under current settings."
|
||||
msgstr "根据当前设置,不会生成任何打印。"
|
||||
|
||||
msgid "Bed temperatures for the used filaments differ significantly."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Smooth mode of timelapse is not supported when \"by object\" sequence is "
|
||||
"enabled."
|
||||
@ -6499,8 +6514,8 @@ msgstr ""
|
||||
"有下层支撑的线的宽度是多少。0%%意味着无论悬垂程度如何,都要对所有外壁强制冷"
|
||||
"却。"
|
||||
|
||||
msgid "Bridge direction"
|
||||
msgstr "桥接方向"
|
||||
msgid "Bridge infill direction"
|
||||
msgstr "拉桥填充方向"
|
||||
|
||||
msgid ""
|
||||
"Bridging angle override. If left to zero, the bridging angle will be "
|
||||
@ -6736,15 +6751,15 @@ msgid "Internal bridge support thickness"
|
||||
msgstr "内部桥接支撑厚度"
|
||||
|
||||
msgid ""
|
||||
"If enabled, Studio will generate support loops under the contours of "
|
||||
"internal bridges.These support loops could prevent internal bridges from "
|
||||
"extruding over the air and improve the top surface quality, especially when "
|
||||
"the sparse infill density is low.This value determines the thickness of the "
|
||||
"support loops. 0 means disable this feature"
|
||||
"If enabled, support loops will be generated under the contours of internal "
|
||||
"bridges.These support loops could prevent internal bridges from extruding "
|
||||
"over the air and improve the top surface quality, especially when the sparse "
|
||||
"infill density is low.This value determines the thickness of the support "
|
||||
"loops. 0 means disable this feature"
|
||||
msgstr ""
|
||||
"如果开启,Studio会沿着内部桥接的边沿在其下方生成支撑轮廓。这些支撑轮廓可以防"
|
||||
"止悬空地打印内部桥接并提高顶面质量,特别是在填充密度较低的情况下。这个设置用"
|
||||
"于调整支撑轮廓的厚度,0表示关闭此特性。"
|
||||
"如果开启,逆戟鲸切片会沿着内部桥接的边沿在其下方生成支撑轮廓。这些支撑轮廓可"
|
||||
"以防止悬空地打印内部桥接并提高顶面质量,特别是在填充密度较低的情况下。这个设"
|
||||
"置用于调整支撑轮廓的厚度,0表示关闭此特性。"
|
||||
|
||||
msgid "Top surface pattern"
|
||||
msgstr "顶面图案"
|
||||
@ -7039,14 +7054,6 @@ msgid ""
|
||||
"of line"
|
||||
msgstr "稀疏填充图案的角度,决定走线的开始或整体方向。"
|
||||
|
||||
msgid "Bridge infill direction"
|
||||
msgstr "拉桥填充方向"
|
||||
|
||||
msgid ""
|
||||
"Angle for bridge infill pattern, which controls the start or main direction "
|
||||
"of line"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill density"
|
||||
msgstr "稀疏填充密度"
|
||||
|
||||
@ -7090,6 +7097,54 @@ msgstr "支撑立方体"
|
||||
msgid "Lightning"
|
||||
msgstr "闪电"
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "稀疏填充锚线长度"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than infill_anchor_max is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to this parameter, but no longer than anchor_length_max. \n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a "
|
||||
"single infill line."
|
||||
msgstr ""
|
||||
"用附加周长的一小段将填充线连接到内部周长。如果以百分比(例如:15%)表示,则计"
|
||||
"算填充拉伸宽度。OrcaSlicer 试图将两条紧密的填充线连接到一个短的周长段。如果找"
|
||||
"不到短于“填充”和“锚点”最大值的周长线段,则填充线仅在一侧连接到周长线段,并且"
|
||||
"所取周长线段的长度仅限于此参数,但不超过“锚点长度”最大值。将此参数设置为零,"
|
||||
"以禁用连接到单个填充线的锚点周长。"
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (无锚线)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000(无限制)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "填充锚线的最大长度"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||
"additional perimeter. If expressed as percentage (example: 15%) it is "
|
||||
"calculated over infill extrusion width. Slic3r tries to connect two close "
|
||||
"infill lines to a short perimeter segment. If no such perimeter segment "
|
||||
"shorter than this parameter is found, the infill line is connected to a "
|
||||
"perimeter segment at just one side and the length of the perimeter segment "
|
||||
"taken is limited to infill_anchor, but no longer than this parameter. \n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should "
|
||||
"create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"用附加周长的一小段将填充线连接到内部周长。如果以百分比(例如:15%)表示,则计"
|
||||
"算填充拉伸宽度。OrcaSlicer 试图将两条紧密的填充线连接到一个短的周长段。如果找"
|
||||
"不到比此参数短的周长线段,则填充线仅在一侧连接到周长线段,并且所采用的周长线"
|
||||
"段的长度仅限于 infl_anchor,但不超过此参数。将此参数设置为零以禁用锚点。"
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of outer walls"
|
||||
msgstr "外墙的加速度。它通常使用比内壁速度慢的加速度,以获得更好的质量"
|
||||
|
||||
@ -7188,6 +7243,14 @@ msgstr "首层空驶速度"
|
||||
msgid "Travel speed of initial layer"
|
||||
msgstr "首层空驶速度"
|
||||
|
||||
msgid "Number of slow layers"
|
||||
msgstr "慢速打印层数"
|
||||
|
||||
msgid ""
|
||||
"The first few layers are printed slower than normal. The speed is gradually "
|
||||
"increased in a linear fashion over the specified number of layers."
|
||||
msgstr "减慢前几层的打印速度。打印速度会逐渐加速到满速"
|
||||
|
||||
msgid "Initial layer nozzle temperature"
|
||||
msgstr "首层打印温度"
|
||||
|
||||
@ -7197,6 +7260,27 @@ msgstr "打印首层时的喷嘴温度"
|
||||
msgid "Full fan speed at layer"
|
||||
msgstr "满速风扇在"
|
||||
|
||||
msgid ""
|
||||
"Fan speed will be ramped up linearly from zero at layer "
|
||||
"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer"
|
||||
"\". \"full_fan_speed_layer\" will be ignored if lower than "
|
||||
"\"close_fan_the_first_x_layers\", in which case the fan will be running at "
|
||||
"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
||||
msgstr ""
|
||||
"风扇速度将从“禁用第一层”的零线性上升到“全风扇速度层”的最大。如果低于“禁用风扇"
|
||||
"第一层”,则“全风扇速度第一层”将被忽略,在这种情况下,风扇将在“禁用风扇第一"
|
||||
"层”+1层以最大允许速度运行。"
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr "支撐接触面风扇"
|
||||
|
||||
msgid ""
|
||||
"This fan speed is enforced during all support interfaces, to be able to "
|
||||
"weaken their bonding with a high fan speed.\n"
|
||||
"Set to -1 to disable this override.\n"
|
||||
"Can only be overriden by disable_fan_first_layers."
|
||||
msgstr "此风扇速度在所有支撑接触层打印期间强制执行"
|
||||
|
||||
msgid ""
|
||||
"Randomly jitter while printing the wall, so that the surface has a rough "
|
||||
"look. This setting controls the fuzzy position"
|
||||
@ -7303,6 +7387,39 @@ msgstr "洛氏硬度"
|
||||
msgid "Enable this option if machine has auxiliary part cooling fan"
|
||||
msgstr "如果机器有辅助部件冷却风扇,勾选该选项"
|
||||
|
||||
msgid ""
|
||||
"Start the fan this number of seconds earlier than its target start time (you "
|
||||
"can use fractional seconds). It assumes infinite acceleration for this time "
|
||||
"estimation, and will only take into account G1 and G0 moves (arc fitting is "
|
||||
"unsupported).\n"
|
||||
"It won't move fan comands from custom gcodes (they act as a sort of "
|
||||
"'barrier').\n"
|
||||
"It won't move fan comands into the start gcode if the 'only custom start "
|
||||
"gcode' is activated.\n"
|
||||
"Use 0 to deactivate."
|
||||
msgstr ""
|
||||
"把风扇启动指令往前移动指定时间以补偿风扇的启动时间。目前支支持G1 G0指令\n"
|
||||
"设为0以禁用此选项"
|
||||
|
||||
msgid "Only overhangs"
|
||||
msgstr "仅悬垂"
|
||||
|
||||
msgid "Will only take into account the delay for the cooling of overhangs."
|
||||
msgstr "仅对悬垂有效"
|
||||
|
||||
msgid "Fan kick-start time"
|
||||
msgstr "风扇"
|
||||
|
||||
msgid ""
|
||||
"Emit a max fan speed command for this amount of seconds before reducing to "
|
||||
"target speed to kick-start the cooling fan.\n"
|
||||
"This is useful for fans where a low PWM/power may be insufficient to get the "
|
||||
"fan started spinning from a stop, or to get the fan up to speed faster.\n"
|
||||
"Set to 0 to deactivate."
|
||||
msgstr ""
|
||||
"让风扇满速运行指定时间以帮助风扇顺利启动\n"
|
||||
"设为0禁用此选项"
|
||||
|
||||
msgid "G-code flavor"
|
||||
msgstr "G-code风格"
|
||||
|
||||
@ -7806,14 +7923,22 @@ msgstr "背面"
|
||||
msgid "Random"
|
||||
msgstr "随机"
|
||||
|
||||
msgid "Staggered inner seams"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This option causes the inner seams to be shifted backwards based on their "
|
||||
"depth, forming a zigzag pattern."
|
||||
msgstr ""
|
||||
|
||||
msgid "Seam gap"
|
||||
msgstr "接缝留空"
|
||||
|
||||
msgid ""
|
||||
"In order to reduce the visibility of the seam in a closed loop extrusion, "
|
||||
"the loop is interrupted and shortened by a specified amount.\n"
|
||||
"This amount can be specified in millimeters or as a percentage of the current "
|
||||
"extruder diameter. The default value for this parameter is 15%."
|
||||
"This amount can be specified in millimeters or as a percentage of the "
|
||||
"current extruder diameter. The default value for this parameter is 15%."
|
||||
msgstr ""
|
||||
|
||||
msgid "Role base wipe speed"
|
||||
@ -7861,6 +7986,12 @@ msgstr "Skirt圈数"
|
||||
msgid "Number of loops for the skirt. Zero means disabling skirt"
|
||||
msgstr "skirt的圈数。0表示关闭skirt。"
|
||||
|
||||
msgid "Skirt speed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Speed of skirt, in mm/s. Zero means use default layer extrusion speed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"The printing speed in exported gcode will be slowed down, when the estimated "
|
||||
"layer time is shorter than this value, to get better cooling for these layers"
|
||||
@ -8019,7 +8150,7 @@ msgid "The z gap between the bottom support interface and object"
|
||||
msgstr "支撑生成于模型表面时,支撑面底部和模型之间的z间隙"
|
||||
|
||||
msgid "Support/raft base"
|
||||
msgstr ""
|
||||
msgstr "支撑/筏层主体"
|
||||
|
||||
msgid ""
|
||||
"Filament to print support base and raft. \"Default\" means no specific "
|
||||
@ -8038,7 +8169,7 @@ msgid ""
|
||||
msgstr "使用圈形走线覆盖顶部接触面。默认关闭。"
|
||||
|
||||
msgid "Support/raft interface"
|
||||
msgstr ""
|
||||
msgstr "支撑/筏层界面"
|
||||
|
||||
msgid ""
|
||||
"Filament to print support interface. \"Default\" means no specific filament "
|
||||
@ -8719,21 +8850,6 @@ msgstr "支撑:正在生成多边形"
|
||||
msgid "Support: generate toolpath"
|
||||
msgstr "支撑:正在生成走线路径"
|
||||
|
||||
msgid "Unknown file format. Input file must have .stl, .obj, .amf(.xml) extension."
|
||||
msgstr "未知的文件格式。输入文件的扩展名必须为.stl、.obj 或 .amf(.xml)。"
|
||||
|
||||
msgid "Loading of a model file failed."
|
||||
msgstr "加载模型文件失败。"
|
||||
|
||||
msgid "The supplied file couldn't be read because it's empty"
|
||||
msgstr "无法读取提供的文件,因为该文件为空。"
|
||||
|
||||
msgid "Unknown file format. Input file must have .3mf or .zip.amf extension."
|
||||
msgstr "未知的文件格式。输入文件的扩展名必须为.3mf或.zip .amf。"
|
||||
|
||||
msgid "Canceled"
|
||||
msgstr "已取消"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Support: generate polygons at layer %d"
|
||||
msgstr "支撑:正在生成层%d的多边形"
|
||||
@ -8836,7 +8952,7 @@ msgid "End volumetric speed: "
|
||||
msgstr "结束流量"
|
||||
|
||||
msgid "step: "
|
||||
msgstr "流量步距"
|
||||
msgstr "步距"
|
||||
|
||||
msgid ""
|
||||
"Please input valid values:\n"
|
||||
@ -8859,253 +8975,308 @@ msgid ""
|
||||
"end > start + step)"
|
||||
msgstr ""
|
||||
|
||||
#: resources/data/hints.ini: [hint:3D Scene Operations]
|
||||
msgid ""
|
||||
"3D Scene Operations\n"
|
||||
"Did you know how to control view and object/part selection with mouse and "
|
||||
"touchpanel in the 3D scene?"
|
||||
msgstr ""
|
||||
"3D场景操作\n"
|
||||
"如何在3D场景中使用鼠标和触摸面板进行视角控制和对象/部件选择"
|
||||
msgid "Start retraction length: "
|
||||
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 ""
|
||||
"切割工具\n"
|
||||
"您知道吗?您可以使用切割工具以任何角度和位置切割模型。"
|
||||
msgid "End retraction length: "
|
||||
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?"
|
||||
msgid "mm/mm"
|
||||
msgstr ""
|
||||
"修复模型\n"
|
||||
"您知道吗?您可以修复一个损坏的3D模型以避免诸多切片问题。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Timelapse]
|
||||
msgid ""
|
||||
"Timelapse\n"
|
||||
"Did you know that you can generate a timelapse video during each print?"
|
||||
msgid "Physical Printer"
|
||||
msgstr "物理打印机"
|
||||
|
||||
msgid "Print Host upload"
|
||||
msgstr ""
|
||||
"延时摄影\n"
|
||||
"您知道吗?您可以每次打印时生成一段延时摄影。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Arrange]
|
||||
msgid ""
|
||||
"Auto-Arrange\n"
|
||||
"Did you know that you can auto-arrange all objects in your project?"
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
"自动摆盘\n"
|
||||
"您知道吗?您可以自动排列项目中的所有对象。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Auto-Orient]
|
||||
msgid ""
|
||||
"Auto-Orient\n"
|
||||
"Did you know that you can rotate objects to an optimal orientation for "
|
||||
"printing by a simple click?"
|
||||
msgid "Could not get a valid Printer Host reference"
|
||||
msgstr ""
|
||||
"自动朝向\n"
|
||||
"您知道吗,您只需单击鼠标,即可将对象旋转到适合的打印方向。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Lay on Face]
|
||||
msgid ""
|
||||
"Lay on Face\n"
|
||||
"Did you know that you can quickly orient a model so that one of its faces "
|
||||
"sits on the print bed? Select the \"Place on face\" function or press the "
|
||||
"<b>F</b> key."
|
||||
msgid "Success!"
|
||||
msgstr ""
|
||||
"放置在面部\n"
|
||||
"您知道吗,您可以快速指定模型的底面,使其位于打印床上。选择“放置在面部”功能或"
|
||||
"按<b>F</b>键。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Object List]
|
||||
msgid ""
|
||||
"Object List\n"
|
||||
"Did you know that you can view all objects/parts in a list and change "
|
||||
"settings for each object/part?"
|
||||
msgid "Refresh Printers"
|
||||
msgstr ""
|
||||
"对象列表\n"
|
||||
"您知道对象列表吗?您可以在其中的查看所有对象/部件,并更改每个对象/部件的设"
|
||||
"置。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Simplify Model]
|
||||
msgid ""
|
||||
"Simplify Model\n"
|
||||
"Did you know that you can reduce the number of triangles in a mesh using the "
|
||||
"Simplify mesh feature? Right-click the model and select Simplify model. Read "
|
||||
"more in the documentation."
|
||||
"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-"
|
||||
"signed certificate."
|
||||
msgstr ""
|
||||
"简化模型\n"
|
||||
"您知道吗,您可以使用“简化模型”功能减少模型的三角形数。在模型上单击鼠标右键,"
|
||||
"然后选择“简化模型”。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Slicing Parameter Table]
|
||||
msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*"
|
||||
msgstr ""
|
||||
|
||||
msgid "Open CA certificate file"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
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?"
|
||||
"On this system, %s uses HTTPS certificates from the system Certificate Store "
|
||||
"or Keychain."
|
||||
msgstr ""
|
||||
"参数表格\n"
|
||||
"您知道吗?您可以参数表格上的所有对象/部件,并更改每个对象/部件的设置。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split to Objects/Parts]
|
||||
msgid ""
|
||||
"Split to Objects/Parts\n"
|
||||
"Did you know that you can split a big object into small ones for easy "
|
||||
"colorizing or printing?"
|
||||
"To use a custom CA file, please import your CA file into Certificate Store / "
|
||||
"Keychain."
|
||||
msgstr ""
|
||||
"分割成对象/零件\n"
|
||||
"您知道吗,您可以把一个大对象分割成多个小对象/零件以便着色或打印。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Subtract a Part]
|
||||
msgid ""
|
||||
"Subtract a Part\n"
|
||||
"Did you know that you can subtract one mesh from another using the Negative "
|
||||
"part modifier? That way you can, for example, create easily resizable holes "
|
||||
"directly in Orca Slicer. Read more in the documentation."
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
"减去部分几何体\n"
|
||||
"您知道吗,您可以使用负零件从另一个几何体中减去另一个几何体。例如,可以直接在"
|
||||
"逆戟鲸中创建可轻松调整大小的孔。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:STEP]
|
||||
msgid ""
|
||||
"STEP\n"
|
||||
"Did you know that you can improve your print quality by slicing a STEP file "
|
||||
"instead of an STL?\n"
|
||||
"Orca Slicer supports slicing STEP files, providing smoother results than a "
|
||||
"lower resolution STL. Give it a try!"
|
||||
msgstr ""
|
||||
"STEP文件\n"
|
||||
"您知道吗,通过切片STEP文件而不是STL文件可以提高打印质量。\n"
|
||||
"逆戟鲸支持切片STEP文件,提供比低分辨率STL更平滑的结果。试试看!"
|
||||
#~ msgid ""
|
||||
#~ "3D Scene Operations\n"
|
||||
#~ "Did you know how to control view and object/part selection with mouse and "
|
||||
#~ "touchpanel in the 3D scene?"
|
||||
#~ msgstr ""
|
||||
#~ "3D场景操作\n"
|
||||
#~ "如何在3D场景中使用鼠标和触摸面板进行视角控制和对象/部件选择"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Z seam location]
|
||||
msgid ""
|
||||
"Z seam location\n"
|
||||
"Did you know that you can customize the location of the Z seam, and even "
|
||||
"paint it on your print, to have it in a less visible location? This improves "
|
||||
"the overall look of your model. Check it out!"
|
||||
msgstr ""
|
||||
"Z接缝位置\n"
|
||||
"您知道吗,您可以自定义Z接缝的位置,甚至可以将其绘制在打印上,使其位于不太可见"
|
||||
"的位置。这样可以改善模型的整体外观。试试看!"
|
||||
#~ msgid ""
|
||||
#~ "Cut Tool\n"
|
||||
#~ "Did you know that you can cut a model at any angle and position with the "
|
||||
#~ "cutting tool?"
|
||||
#~ msgstr ""
|
||||
#~ "切割工具\n"
|
||||
#~ "您知道吗?您可以使用切割工具以任何角度和位置切割模型。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Fine-tuning for flow rate]
|
||||
msgid ""
|
||||
"Fine-tuning for flow rate\n"
|
||||
"Did you know that flow rate can be fine-tuned for even better-looking "
|
||||
"prints? Depending on the material, you can improve the overall finish of the "
|
||||
"printed model by doing some fine-tuning."
|
||||
msgstr ""
|
||||
"流量微调\n"
|
||||
"你知道吗,您可以微调流量,以获得更好看的打印效果。根据材料的不同,可以通过进"
|
||||
"行一些微调来提高打印模型的整体光洁度。"
|
||||
#~ msgid ""
|
||||
#~ "Fix Model\n"
|
||||
#~ "Did you know that you can fix a corrupted 3D model to avoid a lot of "
|
||||
#~ "slicing problems?"
|
||||
#~ msgstr ""
|
||||
#~ "修复模型\n"
|
||||
#~ "您知道吗?您可以修复一个损坏的3D模型以避免诸多切片问题。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Split your prints into plates]
|
||||
msgid ""
|
||||
"Split your prints into plates\n"
|
||||
"Did you know that you can split a model that has a lot of parts into "
|
||||
"individual plates ready to print? This will simplify the process of keeping "
|
||||
"track of all the parts."
|
||||
msgstr ""
|
||||
"分盘打印\n"
|
||||
"您知道吗,您可以把一个有很多零件的模型安排到多个独立的分盘,然后打印出来,这"
|
||||
"将简化对所有零件的管理。"
|
||||
#~ msgid ""
|
||||
#~ "Timelapse\n"
|
||||
#~ "Did you know that you can generate a timelapse video during each print?"
|
||||
#~ msgstr ""
|
||||
#~ "延时摄影\n"
|
||||
#~ "您知道吗?您可以每次打印时生成一段延时摄影。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Speed up your print with Adaptive Layer
|
||||
#: Height]
|
||||
msgid ""
|
||||
"Speed up your print with Adaptive Layer Height\n"
|
||||
"Did you know that you can print a model even faster, by using the Adaptive "
|
||||
"Layer Height option? Check it out!"
|
||||
msgstr ""
|
||||
"自适应层高度加速打印\n"
|
||||
"您知道吗,您可以使用“自适应层高度”选项可以更快地打印模型。试试看!"
|
||||
#~ msgid ""
|
||||
#~ "Auto-Arrange\n"
|
||||
#~ "Did you know that you can auto-arrange all objects in your project?"
|
||||
#~ msgstr ""
|
||||
#~ "自动摆盘\n"
|
||||
#~ "您知道吗?您可以自动排列项目中的所有对象。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Support painting]
|
||||
msgid ""
|
||||
"Support painting\n"
|
||||
"Did you know that you can paint the location of your supports? This feature "
|
||||
"makes it easy to place the support material only on the sections of the "
|
||||
"model that actually need it."
|
||||
msgstr ""
|
||||
"绘制支撑\n"
|
||||
"您知道吗,您可以手动绘制添加/屏蔽支撑的位置,此功能使仅将支撑材料放置在实际需"
|
||||
"要的模型截面上变得容易。"
|
||||
#~ msgid ""
|
||||
#~ "Auto-Orient\n"
|
||||
#~ "Did you know that you can rotate objects to an optimal orientation for "
|
||||
#~ "printing by a simple click?"
|
||||
#~ msgstr ""
|
||||
#~ "自动朝向\n"
|
||||
#~ "您知道吗,您只需单击鼠标,即可将对象旋转到适合的打印方向。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Different types of supports]
|
||||
msgid ""
|
||||
"Different types of supports\n"
|
||||
"Did you know that you can choose from multiple types of supports? Tree "
|
||||
"supports work great for organic models, while saving filament and improving "
|
||||
"print speed. Check them out!"
|
||||
msgstr ""
|
||||
"支撑类型\n"
|
||||
"您知道吗,有多种可选的支撑类型,树状支撑非常适合人物/动物模型,同时可以节耗材"
|
||||
"并提高打印速度。试试看!"
|
||||
#~ msgid ""
|
||||
#~ "Lay on Face\n"
|
||||
#~ "Did you know that you can quickly orient a model so that one of its faces "
|
||||
#~ "sits on the print bed? Select the \"Place on face\" function or press the "
|
||||
#~ "<b>F</b> key."
|
||||
#~ msgstr ""
|
||||
#~ "放置在面部\n"
|
||||
#~ "您知道吗,您可以快速指定模型的底面,使其位于打印床上。选择“放置在面部”功能"
|
||||
#~ "或按<b>F</b>键。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Printing Silk Filament]
|
||||
msgid ""
|
||||
"Printing Silk Filament\n"
|
||||
"Did you know that Silk filament needs special consideration to print it "
|
||||
"successfully? Higher temperature and lower speed are always recommended for "
|
||||
"the best results."
|
||||
msgstr ""
|
||||
"打印丝绸耗材\n"
|
||||
"你知道吗,丝绸耗材需要特别考虑才能成功打印。为了获得最佳效果,通常建议使用较"
|
||||
"高的温度和较低的速度。"
|
||||
#~ msgid ""
|
||||
#~ "Object List\n"
|
||||
#~ "Did you know that you can view all objects/parts in a list and change "
|
||||
#~ "settings for each object/part?"
|
||||
#~ msgstr ""
|
||||
#~ "对象列表\n"
|
||||
#~ "您知道对象列表吗?您可以在其中的查看所有对象/部件,并更改每个对象/部件的设"
|
||||
#~ "置。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Brim for better adhesion]
|
||||
msgid ""
|
||||
"Brim for better adhesion\n"
|
||||
"Did you know that when printing models have a small contact interface with "
|
||||
"the printing surface, it's recommended to use a brim?"
|
||||
msgstr ""
|
||||
"使用Brim\n"
|
||||
"您知道吗?当模型与热床表面的接触面积较小时,建议使用brim以提高打印成功率。"
|
||||
#~ msgid ""
|
||||
#~ "Simplify Model\n"
|
||||
#~ "Did you know that you can reduce the number of triangles in a mesh using "
|
||||
#~ "the Simplify mesh feature? Right-click the model and select Simplify "
|
||||
#~ "model. Read more in the documentation."
|
||||
#~ msgstr ""
|
||||
#~ "简化模型\n"
|
||||
#~ "您知道吗,您可以使用“简化模型”功能减少模型的三角形数。在模型上单击鼠标右"
|
||||
#~ "键,然后选择“简化模型”。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Set parameters for multiple objects]
|
||||
msgid ""
|
||||
"Set parameters for multiple objects\n"
|
||||
"Did you know that you can set slicing parameters for all selected objects at "
|
||||
"one time?"
|
||||
msgstr ""
|
||||
"为多个对象设置参数\n"
|
||||
"您知道吗,可以同时为所有选定对象设置切片参数。"
|
||||
#~ msgid ""
|
||||
#~ "Slicing Parameter Table\n"
|
||||
#~ "Did you know that you can view all objects/parts on a table and change "
|
||||
#~ "settings for each object/part?"
|
||||
#~ msgstr ""
|
||||
#~ "参数表格\n"
|
||||
#~ "您知道吗?您可以参数表格上的所有对象/部件,并更改每个对象/部件的设置。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Stack objects]
|
||||
msgid ""
|
||||
"Stack objects\n"
|
||||
"Did you know that you can stack objects as a whole one?"
|
||||
msgstr ""
|
||||
"组合物体\n"
|
||||
"你知道吗?你可以把多个对象组合为一个整体。"
|
||||
#~ msgid ""
|
||||
#~ "Split to Objects/Parts\n"
|
||||
#~ "Did you know that you can split a big object into small ones for easy "
|
||||
#~ "colorizing or printing?"
|
||||
#~ msgstr ""
|
||||
#~ "分割成对象/零件\n"
|
||||
#~ "您知道吗,您可以把一个大对象分割成多个小对象/零件以便着色或打印。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Flush into support/objects/infill]
|
||||
msgid ""
|
||||
"Flush into support/objects/infill\n"
|
||||
"Did you know that you can save the wasted filament by flushing them into "
|
||||
"support/objects/infill during filament change?"
|
||||
msgstr ""
|
||||
"冲刷到支持/对象/填充中\n"
|
||||
"你知道吗?你可以在换料时将它们冲入支撑/对象/填充,以节省浪费的料丝。"
|
||||
#~ msgid ""
|
||||
#~ "Subtract a Part\n"
|
||||
#~ "Did you know that you can subtract one mesh from another using the "
|
||||
#~ "Negative part modifier? That way you can, for example, create easily "
|
||||
#~ "resizable holes directly in Orca Slicer. Read more in the documentation."
|
||||
#~ msgstr ""
|
||||
#~ "减去部分几何体\n"
|
||||
#~ "您知道吗,您可以使用负零件从另一个几何体中减去另一个几何体。例如,可以直接"
|
||||
#~ "在逆戟鲸中创建可轻松调整大小的孔。"
|
||||
|
||||
#: resources/data/hints.ini: [hint:Improve strength]
|
||||
msgid ""
|
||||
"Improve strength\n"
|
||||
"Did you know that you can use more wall loops and higher sparse infill "
|
||||
"density to improve the strength of the model?"
|
||||
msgstr ""
|
||||
"提高强度\n"
|
||||
"你知道吗?你可以使用更多的墙层数和更高的疏散填充密度来提高模型的强度。"
|
||||
#~ msgid ""
|
||||
#~ "STEP\n"
|
||||
#~ "Did you know that you can improve your print quality by slicing a STEP "
|
||||
#~ "file instead of an STL?\n"
|
||||
#~ "Orca Slicer supports slicing STEP files, providing smoother results than "
|
||||
#~ "a lower resolution STL. Give it a try!"
|
||||
#~ msgstr ""
|
||||
#~ "STEP文件\n"
|
||||
#~ "您知道吗,通过切片STEP文件而不是STL文件可以提高打印质量。\n"
|
||||
#~ "逆戟鲸支持切片STEP文件,提供比低分辨率STL更平滑的结果。试试看!"
|
||||
|
||||
#~ msgid "Physical Printer"
|
||||
#~ msgstr "物理打印机"
|
||||
#~ msgid ""
|
||||
#~ "Z seam location\n"
|
||||
#~ "Did you know that you can customize the location of the Z seam, and even "
|
||||
#~ "paint it on your print, to have it in a less visible location? This "
|
||||
#~ "improves the overall look of your model. Check it out!"
|
||||
#~ msgstr ""
|
||||
#~ "Z接缝位置\n"
|
||||
#~ "您知道吗,您可以自定义Z接缝的位置,甚至可以将其绘制在打印上,使其位于不太"
|
||||
#~ "可见的位置。这样可以改善模型的整体外观。试试看!"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Fine-tuning for flow rate\n"
|
||||
#~ "Did you know that flow rate can be fine-tuned for even better-looking "
|
||||
#~ "prints? Depending on the material, you can improve the overall finish of "
|
||||
#~ "the printed model by doing some fine-tuning."
|
||||
#~ msgstr ""
|
||||
#~ "流量微调\n"
|
||||
#~ "你知道吗,您可以微调流量,以获得更好看的打印效果。根据材料的不同,可以通过"
|
||||
#~ "进行一些微调来提高打印模型的整体光洁度。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Split your prints into plates\n"
|
||||
#~ "Did you know that you can split a model that has a lot of parts into "
|
||||
#~ "individual plates ready to print? This will simplify the process of "
|
||||
#~ "keeping track of all the parts."
|
||||
#~ msgstr ""
|
||||
#~ "分盘打印\n"
|
||||
#~ "您知道吗,您可以把一个有很多零件的模型安排到多个独立的分盘,然后打印出来,"
|
||||
#~ "这将简化对所有零件的管理。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Speed up your print with Adaptive Layer Height\n"
|
||||
#~ "Did you know that you can print a model even faster, by using the "
|
||||
#~ "Adaptive Layer Height option? Check it out!"
|
||||
#~ msgstr ""
|
||||
#~ "自适应层高度加速打印\n"
|
||||
#~ "您知道吗,您可以使用“自适应层高度”选项可以更快地打印模型。试试看!"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Support painting\n"
|
||||
#~ "Did you know that you can paint the location of your supports? This "
|
||||
#~ "feature makes it easy to place the support material only on the sections "
|
||||
#~ "of the model that actually need it."
|
||||
#~ msgstr ""
|
||||
#~ "绘制支撑\n"
|
||||
#~ "您知道吗,您可以手动绘制添加/屏蔽支撑的位置,此功能使仅将支撑材料放置在实"
|
||||
#~ "际需要的模型截面上变得容易。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Different types of supports\n"
|
||||
#~ "Did you know that you can choose from multiple types of supports? Tree "
|
||||
#~ "supports work great for organic models, while saving filament and "
|
||||
#~ "improving print speed. Check them out!"
|
||||
#~ msgstr ""
|
||||
#~ "支撑类型\n"
|
||||
#~ "您知道吗,有多种可选的支撑类型,树状支撑非常适合人物/动物模型,同时可以节"
|
||||
#~ "耗材并提高打印速度。试试看!"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Printing Silk Filament\n"
|
||||
#~ "Did you know that Silk filament needs special consideration to print it "
|
||||
#~ "successfully? Higher temperature and lower speed are always recommended "
|
||||
#~ "for the best results."
|
||||
#~ msgstr ""
|
||||
#~ "打印丝绸耗材\n"
|
||||
#~ "你知道吗,丝绸耗材需要特别考虑才能成功打印。为了获得最佳效果,通常建议使用"
|
||||
#~ "较高的温度和较低的速度。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Brim for better adhesion\n"
|
||||
#~ "Did you know that when printing models have a small contact interface "
|
||||
#~ "with the printing surface, it's recommended to use a brim?"
|
||||
#~ msgstr ""
|
||||
#~ "使用Brim\n"
|
||||
#~ "您知道吗?当模型与热床表面的接触面积较小时,建议使用brim以提高打印成功率。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Set parameters for multiple objects\n"
|
||||
#~ "Did you know that you can set slicing parameters for all selected objects "
|
||||
#~ "at one time?"
|
||||
#~ msgstr ""
|
||||
#~ "为多个对象设置参数\n"
|
||||
#~ "您知道吗,可以同时为所有选定对象设置切片参数。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Stack objects\n"
|
||||
#~ "Did you know that you can stack objects as a whole one?"
|
||||
#~ msgstr ""
|
||||
#~ "组合物体\n"
|
||||
#~ "你知道吗?你可以把多个对象组合为一个整体。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Flush into support/objects/infill\n"
|
||||
#~ "Did you know that you can save the wasted filament by flushing them into "
|
||||
#~ "support/objects/infill during filament change?"
|
||||
#~ msgstr ""
|
||||
#~ "冲刷到支持/对象/填充中\n"
|
||||
#~ "你知道吗?你可以在换料时将它们冲入支撑/对象/填充,以节省浪费的料丝。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Improve strength\n"
|
||||
#~ "Did you know that you can use more wall loops and higher sparse infill "
|
||||
#~ "density to improve the strength of the model?"
|
||||
#~ msgstr ""
|
||||
#~ "提高强度\n"
|
||||
#~ "你知道吗?你可以使用更多的墙层数和更高的疏散填充密度来提高模型的强度。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "If enabled, support loops will be generated under the contours of "
|
||||
#~ "internal bridges. These support loops could prevent internal bridges from "
|
||||
#~ "extruding over the air and improve the top surface quality, especially "
|
||||
#~ "when the sparse infill density is low.This value determines the thickness "
|
||||
#~ "of the support loops. 0 means disable this feature"
|
||||
#~ msgstr ""
|
||||
#~ "如果开启,Studio会沿着内部桥接的边沿在其下方生成支撑轮廓。这些支撑轮廓可以"
|
||||
#~ "防止悬空地打印内部桥接并提高顶面质量,特别是在填充密度较低的情况下。这个设"
|
||||
#~ "置用于调整支撑轮廓的厚度,0表示关闭此特性。"
|
||||
|
||||
#~ msgid "Bridge direction"
|
||||
#~ msgstr "桥接方向"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Unknown file format. Input file must have .stl, .obj, .amf(.xml) "
|
||||
#~ "extension."
|
||||
#~ msgstr "未知的文件格式。输入文件的扩展名必须为.stl、.obj 或 .amf(.xml)。"
|
||||
|
||||
#~ msgid "Loading of a model file failed."
|
||||
#~ msgstr "加载模型文件失败。"
|
||||
|
||||
#~ msgid "The supplied file couldn't be read because it's empty"
|
||||
#~ msgstr "无法读取提供的文件,因为该文件为空。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Unknown file format. Input file must have .3mf or .zip.amf extension."
|
||||
#~ msgstr "未知的文件格式。输入文件的扩展名必须为.3mf或.zip .amf。"
|
||||
|
||||
#~ msgid "Canceled"
|
||||
#~ msgstr "已取消"
|
||||
|
||||
#~ msgid "Keep upper part"
|
||||
#~ msgstr "保留上半部分"
|
||||
@ -9531,8 +9702,8 @@ msgstr ""
|
||||
#~ "中打印指定厚度的环形走线,为内部桥接提供更好的铆接。0值代表关闭该功能。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "If enabled, Studio will generate support loops under the contours of "
|
||||
#~ "internal bridges.These support loops could prevent internal bridges from "
|
||||
#~ "If enabled, support loops will be generated under the contours of "
|
||||
#~ "internal bridges. These support loops could prevent internal bridges from "
|
||||
#~ "extruding over the air and improve the top surface quality, expecially "
|
||||
#~ "with a low infill density.This value determins the thickness of the "
|
||||
#~ "support loops."
|
||||
@ -12098,24 +12269,12 @@ msgstr ""
|
||||
#~ msgid "Bridges"
|
||||
#~ msgstr "桥接"
|
||||
|
||||
#~ msgid "Sparse infill anchor length"
|
||||
#~ msgstr "稀疏填充锚线长度"
|
||||
|
||||
#~ msgid "0 (no open anchors)"
|
||||
#~ msgstr "0 (无锚线)"
|
||||
|
||||
#~ msgid "5 mm"
|
||||
#~ msgstr "5 mm"
|
||||
|
||||
#~ msgid "10 mm"
|
||||
#~ msgstr "10 mm"
|
||||
|
||||
#~ msgid "1000 (unlimited)"
|
||||
#~ msgstr "1000(无限制)"
|
||||
|
||||
#~ msgid "Maximum length of the infill anchor"
|
||||
#~ msgstr "填充锚线的最大长度"
|
||||
|
||||
#~ msgid "0 (not anchored)"
|
||||
#~ msgstr "0(无)"
|
||||
|
||||
|
@ -118,5 +118,13 @@
|
||||
<true/>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<!-- Disable App Transport Security. Resolves https://github.com/SoftFever/OrcaSlicer/issues/791 -->
|
||||
<key>NSAllowsArbitraryLoads</key>
|
||||
<true/>
|
||||
<key>NSAllowsArbitraryLoadsInWebContent</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
|
2
deps/OCCT/OCCT.cmake
vendored
@ -8,7 +8,7 @@ bambustudio_add_cmake_project(OCCT
|
||||
URL https://github.com/Open-Cascade-SAS/OCCT/archive/refs/tags/V7_6_0.zip
|
||||
URL_HASH SHA256=28334f0e98f1b1629799783e9b4d21e05349d89e695809d7e6dfa45ea43e1dbc
|
||||
#PATCH_COMMAND ${PATCH_CMD} ${CMAKE_CURRENT_LIST_DIR}/0001-OCCT-fix.patch
|
||||
PATCH_COMMAND git apply --directory deps/build/dep_OCCT-prefix/src/dep_OCCT --verbose --ignore-space-change --whitespace=fix ${CMAKE_CURRENT_LIST_DIR}/0001-OCCT-fix.patch
|
||||
PATCH_COMMAND git apply --directory ${CMAKE_BINARY_DIR}/dep_OCCT-prefix/src/dep_OCCT --verbose --ignore-space-change --whitespace=fix ${CMAKE_CURRENT_LIST_DIR}/0001-OCCT-fix.patch
|
||||
#DEPENDS dep_Boost
|
||||
#DEPENDS dep_FREETYPE
|
||||
CMAKE_ARGS
|
||||
|
31
deps/OpenEXR/0001-OpenEXR-GCC13.patch
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
--- a/OpenEXR/IlmImf/ImfDwaCompressor.cpp
|
||||
+++ b/OpenEXR/IlmImf/ImfDwaCompressor.cpp
|
||||
@@ -159,6 +159,7 @@
|
||||
#include <limits>
|
||||
|
||||
#include <cstddef>
|
||||
+#include <cstdint>
|
||||
|
||||
|
||||
// Windows specific addition to prevent the indirect import of the redefined min/max macros
|
||||
--- a/OpenEXR/IlmImf/ImfHuf.h
|
||||
+++ b/OpenEXR/IlmImf/ImfHuf.h
|
||||
@@ -40,6 +40,8 @@
|
||||
#include "ImfExport.h"
|
||||
#include "ImfNamespace.h"
|
||||
|
||||
+#include <cstdint>
|
||||
+
|
||||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// 16-bit Huffman compression and decompression:
|
||||
--- a/OpenEXR/IlmImf/ImfMisc.h
|
||||
+++ b/OpenEXR/IlmImf/ImfMisc.h
|
||||
@@ -51,6 +51,7 @@
|
||||
#include "ImfForward.h"
|
||||
|
||||
#include <cstddef>
|
||||
+#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
|
5
deps/OpenEXR/OpenEXR.cmake
vendored
@ -33,12 +33,13 @@ bambustudio_add_cmake_project(OpenEXR
|
||||
# GIT_REPOSITORY https://github.com/openexr/openexr.git
|
||||
URL https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v2.5.5.zip
|
||||
URL_HASH SHA256=0307a3d7e1fa1e77e9d84d7e9a8694583fbbbfd50bdc6884e2c96b8ef6b902de
|
||||
PATCH_COMMAND ${PATCH_CMD} ${CMAKE_CURRENT_LIST_DIR}/0001-OpenEXR-GCC13.patch
|
||||
DEPENDS ${ZLIB_PKG}
|
||||
GIT_TAG v2.5.5
|
||||
CMAKE_ARGS
|
||||
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
|
||||
-DBUILD_TESTING=OFF
|
||||
-DPYILMBASE_ENABLE:BOOL=OFF
|
||||
-DBUILD_TESTING=OFF
|
||||
-DPYILMBASE_ENABLE:BOOL=OFF
|
||||
-DOPENEXR_VIEWERS_ENABLE:BOOL=OFF
|
||||
-DOPENEXR_BUILD_UTILS:BOOL=OFF
|
||||
)
|
||||
|
11
deps/TBB/0001-TBB-GCC13.patch
vendored
Normal file
@ -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
@ -2,7 +2,8 @@ bambustudio_add_cmake_project(
|
||||
TBB
|
||||
URL "https://github.com/wjakob/tbb/archive/a0dc9bf76d0120f917b641ed095360448cabc85b.tar.gz"
|
||||
URL_HASH SHA256=0545cb6033bd1873fcae3ea304def720a380a88292726943ae3b9b207f322efe
|
||||
CMAKE_ARGS
|
||||
PATCH_COMMAND ${PATCH_CMD} ${CMAKE_CURRENT_LIST_DIR}/0001-TBB-GCC13.patch
|
||||
CMAKE_ARGS
|
||||
-DTBB_BUILD_SHARED=OFF
|
||||
-DTBB_BUILD_TESTS=OFF
|
||||
-DTBB_BUILD_TESTS=OFF
|
||||
|
@ -3,12 +3,17 @@
|
||||
1. [Line method](#Line-method)
|
||||
2. [Tower method](#Tower-method)
|
||||
- [Temp tower](#Temp-tower)
|
||||
- [Advanced calibration]
|
||||
1. [Max Volumetric speed]
|
||||
- [Retraction test](#Retraction-test)
|
||||
- [Orca Tolerance Test](#Orca-Tolerance-Test)
|
||||
- [Advanced calibration](#Advanced-Calibration)
|
||||
1. [Max Volumetric speed](#Max-Volumetric-speed)
|
||||
2. [VFA]
|
||||
|
||||
**NOTE**: After completing the calibration process, remember to create a new project in order to exit the calibration mode.
|
||||
# Flow rate
|
||||
##### *NOTE: For Bambulab X1/X1C users, make sure you do not select the 'Flow calibration' option.*
|
||||

|
||||
----------------------------------------
|
||||

|
||||
Calibrating the flow rate involves a two-step process.
|
||||
Steps
|
||||
@ -26,13 +31,10 @@ Steps
|
||||

|
||||

|
||||
|
||||
### NOTE:
|
||||
* For Bambulab X1/X1C users, make sure you do not select the 'Flow calibration' option.*
|
||||

|
||||
|
||||
# Pressure Advance
|
||||
I will present two approaches for calibrating the pressure advance value. Both methods have their own advantages and disadvantages. It is important to note that each method has two versions: one for a direct drive extruder and one for a Bowden extruder. Make sure to select the appropriate version for your test.
|
||||
|
||||
##### *NOTE: For Bambulab X1/X1C users, make sure you do not select the 'Flow calibration' option.*
|
||||

|
||||
### Line method
|
||||
The line method is quick and straightforward to test. However, its accuracy highly depends on your first layer quality. It is suggested to turn on the bed mesh leveling for this test.
|
||||
Steps:
|
||||
@ -56,18 +58,56 @@ Steps:
|
||||

|
||||
|
||||

|
||||
### NOTE:
|
||||
* For Bambulab X1/X1C users, make sure you do not select the 'Flow calibration' option.*
|
||||

|
||||
|
||||
# Temp tower
|
||||

|
||||
Temp tower is a straightforward test. The temp tower is a vertical tower with multiple blocks, each printed at a different temperature. Once the print is complete, we can examine each block of the tower and determine the optimal temperature for the filament. The optimal temperature is the one that produces the highest quality print with the least amount of issues, such as stringing, layer adhesion, warping (overhang), and bridging.
|
||||

|
||||
Temp tower is a straightforward test. The temp tower is a vertical tower with multiple blocks, each printed at a different temperature. Once the print is complete, we can examine each block of the tower and determine the optimal temperature for the filament. The optimal temperature is the one that produces the highest quality print with the least amount of issues, such as stringing, layer adhesion, warping (overhang), and bridging.
|
||||
|
||||
# Retraction test
|
||||

|
||||
This test generates a retraction tower automatically. The retraction tower is a vertical structure with multiple notches, each printed at a different retraction length. After the print is complete, we can examine each section of the tower to determine the optimal retraction length for the filament. The optimal retraction length is the shortest one that produces the cleanest tower.
|
||||

|
||||
In the dialog, you can select the start and end retraction length, as well as the retraction length increment step. The default values are 0mm for the start retraction length, 2mm for the end retraction length, and 0.1mm for the step. These values are suitable for most direct drive extruders. However, for Bowden extruders, you may want to increase the start and end retraction lengths to 1mm and 6mm, respectively, and set the step to 0.2mm.
|
||||
|
||||
**Note**: When testing filaments such as PLA or ABS that have minimal oozing, the retraction settings can be highly effective. You may find that the retraction tower appears clean right from the start. In such situations, setting the retraction length to 0.2mm - 0.4mm using Orca Slicer should suffice.
|
||||
On the other hand, if there is still a lot of stringing at the top of the tower, it is recommended to dry your filament and ensure that your nozzle is properly installed without any leaks.
|
||||

|
||||
|
||||
# Orca Tolerance Test
|
||||
This tolerance test is specifically designed to assess the dimensional accuracy of your printer and filament. The model comprises a base and a hexagon tester. The base contains six hexagon hole, each with a different tolerance: 0.0mm, 0.05mm, 0.1mm, 0.2mm, 0.3mm, and 0.4mm. The dimensions of the hexagon tester are illustrated in the image.
|
||||

|
||||
|
||||
You can assess the tolerance using either an M6 Allen key or the printed hexagon tester.
|
||||

|
||||

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

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

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

|
||||
|
||||
#### *NOTE You may also choose to conservatively reduce the flow by 5-10% to ensure print quality.*
|
||||
|
||||
***
|
||||
*Credits:*
|
||||
- *Flowrate test is inspired by [SuperSlicer](https://github.com/supermerill/SuperSlicer)*
|
||||
- *PA Line method is inspired by [K-factor Calibration Pattern](https://marlinfw.org/tools/lin_advance/k-factor.html)*
|
||||
- *PA Tower method is inspired by [Klipper](https://www.klipper3d.org/Pressure_Advance.html)*
|
||||
- *Temp tower model is remixed from [Smart compact temperature calibration tower](https://www.thingiverse.com/thing:2729076)
|
||||
- *The Flowrate test and retraction test is inspired by [SuperSlicer](https://github.com/supermerill/SuperSlicer)*
|
||||
- *The PA Line method is inspired by [K-factor Calibration Pattern](https://marlinfw.org/tools/lin_advance/k-factor.html)*
|
||||
- *The PA Tower method is inspired by [Klipper](https://www.klipper3d.org/Pressure_Advance.html)*
|
||||
- *The temp tower model is remixed from [Smart compact temperature calibration tower](https://www.thingiverse.com/thing:2729076)
|
||||
- *The max flowrate test was inspired by Stefan(CNC Kitchen), and the model used in the test is a remix of his [Extrusion Test Structure](https://www.printables.com/model/342075-extrusion-test-structure).
|
||||
- *chapgpt* ;)
|
||||
|
@ -1,12 +1,7 @@
|
||||
Welcome to the documentation wiki!
|
||||
Welcome to the OrcaSlicer WIKI!
|
||||
|
||||
We have divided it roughly into the following pages:
|
||||
|
||||
* [Calibration](wiki/Calibration)
|
||||
* [How to build - Linux et al](wiki/How-to-build---Linux-et-al)
|
||||
* [How to build Mac OS](wiki/How-to-build---Mac-OS)
|
||||
* [How to build Windows](wiki/How-to-build---Windows)
|
||||
* [Localization guide](wiki/Localization_guide)
|
||||
* [release_notes_cn](wiki/release_notes_cn)
|
||||
* [release_notes_en](wiki/release_notes_en)
|
||||
* [Seam](wiki/Seam)
|
||||
* [How to build Orca Slicer](wiki/How-to-build)
|
||||
|
11
doc/How to build
Normal file
@ -0,0 +1,11 @@
|
||||
# How to compile
|
||||
- Windows 64-bit
|
||||
- Tools needed: Visual Studio 2019, Cmake, git, Strawberry Perl.
|
||||
- Run `build_release.bat` in `x64 Native Tools Command Prompt for VS 2019`
|
||||
|
||||
- Mac 64-bit
|
||||
- Tools needed: Xcode, Cmake, git, gettext
|
||||
- run `build_release_macos.sh`
|
||||
|
||||
- Ubuntu
|
||||
- run `BuildLinux.sh -udisr`
|
@ -1,4 +0,0 @@
|
||||
|
||||
# Building Orca Slicer on UNIX/Linux
|
||||
|
||||
Currently Linux version is not verified, you can try it referring to [PrusaSlicer'S linux building guide](https://github.com/prusa3d/PrusaSlicer/blob/master/doc/How%20to%20build%20-%20Linux%20et%20al.md)
|
@ -1,41 +0,0 @@
|
||||
|
||||
# Building Orca Slicer on Mac OS
|
||||
|
||||
## Enviroment setup
|
||||
Install Following tools:
|
||||
- Xcode from app store
|
||||
- Cmake
|
||||
- git
|
||||
- gettext
|
||||
|
||||
Cmake, git, gettext can be installed from brew(brew install cmake git gettext)
|
||||
|
||||
## building the deps
|
||||
You need to build the dependence of OrcaSlicer first. (Only needs for the first time)
|
||||
|
||||
Suppose you download the codes into /Users/_username_/work/projects/BambuStudio
|
||||
create a directory to store the dependence built: /Users/_username_/work/projects/OrcaSlicer_dep
|
||||
**(Please make sure to replace the username with the one on your computer)**
|
||||
|
||||
`cd BambuStudio/deps`
|
||||
`mkdir build;cd build`
|
||||
|
||||
for arm64 architecture
|
||||
`cmake ../ -DDESTDIR="/Users/username/work/projects/OrcaSlicer_dep" -DOPENSSL_ARCH="darwin64-arm64-cc"`
|
||||
for x86 architeccture
|
||||
`cmake ../ -DDESTDIR="/Users/username/work/projects/OrcaSlicer_dep" -DOPENSSL_ARCH="darwin64-x86_64-cc"`
|
||||
`make -jN` (N can be a number between 1 and the max cpu number)
|
||||
|
||||
## building the Orca Slicer
|
||||
create a directory to store the installed files at /Users/username/work/projects/BambuStudio/install_dir
|
||||
`cd BambuStudio`
|
||||
`mkdir install_dir`
|
||||
`mkdir build;cd build`
|
||||
|
||||
building it use cmake
|
||||
`cmake .. -DBBL_RELEASE_TO_PUBLIC=1 -DCMAKE_PREFIX_PATH="/Users/username/work/projects/OrcaSlicer_dep/usr/local" -DCMAKE_INSTALL_PREFIX="../install_dir" -DCMAKE_BUILD_TYPE=Release -DCMAKE_MACOSX_RPATH=ON -DCMAKE_INSTALL_RPATH="/Users/username/work/projects/OrcaSlicer_dep/usr/local" -DCMAKE_MACOSX_BUNDLE=on`
|
||||
`cmake --build . --target install --config Release -jN`
|
||||
|
||||
building it use xcode
|
||||
`cmake .. -GXcode -DBBL_RELEASE_TO_PUBLIC=1 -DCMAKE_PREFIX_PATH="/Users/username/work/projects/OrcaSlicer_dep/usr/local" -DCMAKE_INSTALL_PREFIX="../install_dir" -DCMAKE_BUILD_TYPE=Release -DCMAKE_MACOSX_RPATH=ON -DCMAKE_INSTALL_RPATH="/Users/username/work/projects/OrcaSlicer_dep/usr/local" -DCMAKE_MACOSX_BUNDLE=on`
|
||||
then building it using Xcode
|
@ -1,35 +0,0 @@
|
||||
# Building Orca Slicer on Windows
|
||||
|
||||
## Enviroment setup
|
||||
Install Following tools:
|
||||
- Visual Studio Community 2019 from [visualstudio.microsoft.com/vs/](https://visualstudio.microsoft.com/vs/) (Older versions are not supported as Orca Slicer requires support for C++17, and newer versions should also be ok);
|
||||
- Cmake from [cmake.org](https://cmake.org/download/)
|
||||
- Git from [gitforwindows.org](https://gitforwindows.org/)
|
||||
- Perl from [strawberryperl](https://strawberryperl.com/)
|
||||
|
||||
## building the deps
|
||||
Suppose you download the codes into D:/work/Projects/BambuStudio
|
||||
create a directory to store the dependence built: D:/work/Projects/OrcaSlicer_dep
|
||||
|
||||
`cd BambuStudio/deps`
|
||||
`mkdir build;cd build`
|
||||
`cmake ../ -G "Visual Studio 16 2019" -DDESTDIR="D:/work/Projects/OrcaSlicer_dep" -DCMAKE_BUILD_TYPE=Release`
|
||||
`msbuild /m ALL_BUILD.vcxproj`
|
||||
|
||||
It takes "00:14:27.37" to finish it on my machine (11th Gen Intel(R) Core(TM) i9-11900 @2.50GHz 2.50 GHz, with 32.0 GB DDR)
|
||||
|
||||
## building the Orca Slicer
|
||||
create a directory to store the installed files at D:/work/Projects/BambuStudio/install_dir
|
||||
`cd BambuStudio`
|
||||
`mkdir install_dir`
|
||||
`mkdir build;cd build`
|
||||
|
||||
set -DWIN10SDK_PATH to your windows sdk path(for example: C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0) in below command:
|
||||
`cmake .. -G "Visual Studio 16 2019" -DBBL_RELEASE_TO_PUBLIC=1 -DCMAKE_PREFIX_PATH="D:/work/Projects/OrcaSlicer_dep/usr/local" -DCMAKE_INSTALL_PREFIX="../install_dir" -DCMAKE_BUILD_TYPE=Release -DWIN10SDK_PATH="C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0"`
|
||||
|
||||
then build it using command
|
||||
`cmake --build . --target install --config Release`
|
||||
|
||||
or building it under the Visual Studio 2019
|
||||
(set the OrcaSlicer_app_gui as start project)
|
||||

|
BIN
doc/images/OrcaToleranceTes_m6.jpg
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
doc/images/OrcaToleranceTest_print.jpg
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
doc/images/caliper_sample_mvf.jpg
Normal file
After Width: | Height: | Size: 158 KiB |
BIN
doc/images/max_volumetric_flow.jpg
Normal file
After Width: | Height: | Size: 285 KiB |
BIN
doc/images/retraction_test.gif
Normal file
After Width: | Height: | Size: 178 KiB |
BIN
doc/images/retraction_test_dlg.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
doc/images/retraction_test_print.jpg
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
doc/images/temp_tower_test.gif
Normal file
After Width: | Height: | Size: 224 KiB |
BIN
doc/images/tolerance_hole.jpg
Normal file
After Width: | Height: | Size: 7.2 KiB |
BIN
doc/images/vmf_measurement_point.jpg
Normal file
After Width: | Height: | Size: 165 KiB |
@ -1,18 +0,0 @@
|
||||
**新功能**
|
||||
1. 3D文字工具
|
||||
2. 对象和拷贝间的数据共享
|
||||
3. 参数表格
|
||||
4. 用户指南
|
||||
5. 支持Arachne特性
|
||||
|
||||
**改进**
|
||||
1. 支持导出通用的3mf格式,兼容其他切片软件
|
||||
2. 优化混合支撑和树状支撑的生成速度
|
||||
3. 支持不停靠工具头的延迟摄影
|
||||
4. 支持纹理PEI热床
|
||||
5. 支持导入和导出预设
|
||||
6. 支持随机位置的接缝设置
|
||||
7. 支持匈牙利语
|
||||
8. 一些关键问题修复
|
||||
|
||||
详细信息请查看:https://github.com/bambulab/BambuStudio/releases
|
@ -1,18 +0,0 @@
|
||||
**New Features**
|
||||
1. 3D text tool
|
||||
2. Shared data between an object and its copies
|
||||
3. Parameter table
|
||||
4. User manual
|
||||
5. Arachne feature
|
||||
|
||||
**Improvements**
|
||||
1. Added support for exporting generic 3mf that is compatible with other slicers
|
||||
2. Optimized the performance of hybrid and tree support
|
||||
3. Added traditional timelapse mode
|
||||
4. Added support for Textured PEI plate
|
||||
5. Added support for export/import preset
|
||||
6. Added random seam position
|
||||
7. Added Magyar translations
|
||||
8. Fixed some known bugs
|
||||
|
||||
For details, please check https://github.com/bambulab/BambuStudio/releases
|
BIN
resources/calib/tolerance_test/OrcaToleranceTest.stl
Normal file
BIN
resources/images/OrcaSlicer_32px.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
@ -1,22 +1,102 @@
|
||||
{
|
||||
"name": "Anycubic",
|
||||
"version": "01.04.04.00",
|
||||
"version": "01.05.00.00",
|
||||
"force_update": "0",
|
||||
"description": "Anycubic configurations",
|
||||
"machine_model_list": [
|
||||
{
|
||||
"name": "Anycubic i3 Mega S",
|
||||
"sub_path": "machine/Anycubic i3 Mega S.json"
|
||||
},
|
||||
{
|
||||
"name": "Anycubic Chiron",
|
||||
"sub_path": "machine/Anycubic Chiron.json"
|
||||
},
|
||||
{
|
||||
"name": "Anycubic Vyper",
|
||||
"sub_path": "machine/Anycubic Vyper.json"
|
||||
},
|
||||
{
|
||||
"name": "Anycubic Kobra Max",
|
||||
"sub_path": "machine/Anycubic Kobra Max.json"
|
||||
},
|
||||
{
|
||||
"name": "Anycubic 4Max Pro",
|
||||
"sub_path": "machine/Anycubic 4Max Pro.json"
|
||||
},
|
||||
{
|
||||
"name": "Anycubic 4Max Pro 2",
|
||||
"sub_path": "machine/Anycubic 4Max Pro 2.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
{
|
||||
"name": "fdm_process_common",
|
||||
"sub_path": "process/fdm_process_common.json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm Optimal @Anycubic i3MegaS",
|
||||
"sub_path": "process/0.15mm Optimal @Anycubic i3MegaS.json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm Optimal @Anycubic Chiron",
|
||||
"sub_path": "process/0.15mm Optimal @Anycubic Chiron.json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm Optimal @Anycubic Vyper",
|
||||
"sub_path": "process/0.15mm Optimal @Anycubic Vyper.json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm Optimal @Anycubic KobraMax",
|
||||
"sub_path": "process/0.15mm Optimal @Anycubic KobraMax.json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm Optimal @Anycubic 4MaxPro2",
|
||||
"sub_path": "process/0.15mm Optimal @Anycubic 4MaxPro2.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Anycubic i3MegaS",
|
||||
"sub_path": "process/0.20mm Standard @Anycubic i3MegaS.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Anycubic Chiron",
|
||||
"sub_path": "process/0.20mm Standard @Anycubic Chiron.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Anycubic Vyper",
|
||||
"sub_path": "process/0.20mm Standard @Anycubic Vyper.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Anycubic KobraMax",
|
||||
"sub_path": "process/0.20mm Standard @Anycubic KobraMax.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @4MaxPro",
|
||||
"sub_path": "process/0.20mm Standard @4MaxPro.json"
|
||||
"name": "0.20mm Standard @Anycubic 4MaxPro",
|
||||
"sub_path": "process/0.20mm Standard @Anycubic 4MaxPro.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Anycubic 4MaxPro2",
|
||||
"sub_path": "process/0.20mm Standard @Anycubic 4MaxPro2.json"
|
||||
},
|
||||
{
|
||||
"name": "0.30mm Draft @Anycubic i3MegaS",
|
||||
"sub_path": "process/0.30mm Draft @Anycubic i3MegaS.json"
|
||||
},
|
||||
{
|
||||
"name": "0.30mm Draft @Anycubic Chiron",
|
||||
"sub_path": "process/0.30mm Draft @Anycubic Chiron.json"
|
||||
},
|
||||
{
|
||||
"name": "0.30mm Draft @Anycubic Vyper",
|
||||
"sub_path": "process/0.30mm Draft @Anycubic Vyper.json"
|
||||
},
|
||||
{
|
||||
"name": "0.30mm Draft @Anycubic KobraMax",
|
||||
"sub_path": "process/0.30mm Draft @Anycubic KobraMax.json"
|
||||
},
|
||||
{
|
||||
"name": "0.30mm Draft @Anycubic 4MaxPro2",
|
||||
"sub_path": "process/0.30mm Draft @Anycubic 4MaxPro2.json"
|
||||
}
|
||||
],
|
||||
"filament_list": [
|
||||
@ -101,10 +181,30 @@
|
||||
{
|
||||
"name": "fdm_machine_common",
|
||||
"sub_path": "machine/fdm_machine_common.json"
|
||||
},
|
||||
{
|
||||
"name": "Anycubic i3 Mega S 0.4 nozzle",
|
||||
"sub_path": "machine/Anycubic i3 Mega S 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Anycubic Chiron 0.4 nozzle",
|
||||
"sub_path": "machine/Anycubic Chiron 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Anycubic Vyper 0.4 nozzle",
|
||||
"sub_path": "machine/Anycubic Vyper 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Anycubic Kobra Max 0.4 nozzle",
|
||||
"sub_path": "machine/Anycubic Kobra Max 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Anycubic 4Max Pro 0.4 nozzle",
|
||||
"sub_path": "machine/Anycubic 4Max Pro 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Anycubic 4Max Pro 2 0.4 nozzle",
|
||||
"sub_path": "machine/Anycubic 4Max Pro 2 0.4 nozzle.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
BIN
resources/profiles/Anycubic/Anycubic 4Max Pro 2_cover.png
Normal file
After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 31 KiB |
BIN
resources/profiles/Anycubic/Anycubic Chiron_cover.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
resources/profiles/Anycubic/Anycubic Kobra Max_cover.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
resources/profiles/Anycubic/Anycubic Vyper_cover.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
resources/profiles/Anycubic/Anycubic i3 Mega S_cover.png
Normal file
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 5.7 KiB |
After Width: | Height: | Size: 5.7 KiB |
BIN
resources/profiles/Anycubic/anycubic_chiron_buildplate_model.stl
Normal file
After Width: | Height: | Size: 9.0 KiB |
After Width: | Height: | Size: 5.3 KiB |
After Width: | Height: | Size: 9.0 KiB |
BIN
resources/profiles/Anycubic/anycubic_vyper_buildplate_model.stl
Normal file
After Width: | Height: | Size: 6.0 KiB |
@ -13,6 +13,11 @@
|
||||
"12"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Anycubic 4Max Pro 0.4 nozzle"
|
||||
"Anycubic i3 Mega S 0.4 nozzle",
|
||||
"Anycubic Chiron 0.4 nozzle",
|
||||
"Anycubic Vyper 0.4 nozzle",
|
||||
"Anycubic Kobra Max 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 2 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
@ -13,6 +13,11 @@
|
||||
"12"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Anycubic 4Max Pro 0.4 nozzle"
|
||||
"Anycubic i3 Mega S 0.4 nozzle",
|
||||
"Anycubic Chiron 0.4 nozzle",
|
||||
"Anycubic Vyper 0.4 nozzle",
|
||||
"Anycubic Kobra Max 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 2 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
@ -19,6 +19,11 @@
|
||||
"8"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Anycubic 4Max Pro 0.4 nozzle"
|
||||
"Anycubic i3 Mega S 0.4 nozzle",
|
||||
"Anycubic Chiron 0.4 nozzle",
|
||||
"Anycubic Vyper 0.4 nozzle",
|
||||
"Anycubic Kobra Max 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 2 0.4 nozzle"
|
||||
]
|
||||
}
|
@ -16,6 +16,11 @@
|
||||
"12"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Anycubic 4Max Pro 0.4 nozzle"
|
||||
"Anycubic i3 Mega S 0.4 nozzle",
|
||||
"Anycubic Chiron 0.4 nozzle",
|
||||
"Anycubic Vyper 0.4 nozzle",
|
||||
"Anycubic Kobra Max 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 2 0.4 nozzle"
|
||||
]
|
||||
}
|
@ -13,6 +13,11 @@
|
||||
"0.94"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Anycubic 4Max Pro 0.4 nozzle"
|
||||
"Anycubic i3 Mega S 0.4 nozzle",
|
||||
"Anycubic Chiron 0.4 nozzle",
|
||||
"Anycubic Vyper 0.4 nozzle",
|
||||
"Anycubic Kobra Max 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 2 0.4 nozzle"
|
||||
]
|
||||
}
|
@ -43,6 +43,11 @@
|
||||
"; filament start gcode\n"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Anycubic 4Max Pro 0.4 nozzle"
|
||||
"Anycubic i3 Mega S 0.4 nozzle",
|
||||
"Anycubic Chiron 0.4 nozzle",
|
||||
"Anycubic Vyper 0.4 nozzle",
|
||||
"Anycubic Kobra Max 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 2 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
@ -19,6 +19,11 @@
|
||||
"7"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Anycubic 4Max Pro 0.4 nozzle"
|
||||
"Anycubic i3 Mega S 0.4 nozzle",
|
||||
"Anycubic Chiron 0.4 nozzle",
|
||||
"Anycubic Vyper 0.4 nozzle",
|
||||
"Anycubic Kobra Max 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 2 0.4 nozzle"
|
||||
]
|
||||
}
|
@ -16,6 +16,11 @@
|
||||
"8"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Anycubic 4Max Pro 0.4 nozzle"
|
||||
"Anycubic i3 Mega S 0.4 nozzle",
|
||||
"Anycubic Chiron 0.4 nozzle",
|
||||
"Anycubic Vyper 0.4 nozzle",
|
||||
"Anycubic Kobra Max 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 2 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
@ -19,6 +19,11 @@
|
||||
"10"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Anycubic 4Max Pro 0.4 nozzle"
|
||||
"Anycubic i3 Mega S 0.4 nozzle",
|
||||
"Anycubic Chiron 0.4 nozzle",
|
||||
"Anycubic Vyper 0.4 nozzle",
|
||||
"Anycubic Kobra Max 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 2 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
@ -10,6 +10,11 @@
|
||||
"3.2"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Anycubic 4Max Pro 0.4 nozzle"
|
||||
"Anycubic i3 Mega S 0.4 nozzle",
|
||||
"Anycubic Chiron 0.4 nozzle",
|
||||
"Anycubic Vyper 0.4 nozzle",
|
||||
"Anycubic Kobra Max 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 0.4 nozzle",
|
||||
"Anycubic 4Max Pro 2 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Anycubic 4Max Pro",
|
||||
"default_print_profile": "0.20mm Standard @4MaxPro",
|
||||
"default_print_profile": "0.20mm Standard @Anycubic 4MaxPro",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
|
@ -0,0 +1,112 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Anycubic 4Max Pro 2 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Anycubic 4Max Pro 2",
|
||||
"default_print_profile": "0.20mm Standard @Anycubic 4MaxPro2",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"270x0",
|
||||
"270x210",
|
||||
"0x210"
|
||||
],
|
||||
"printable_height": "190",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"machine_max_acceleration_extruding": [
|
||||
"1250",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"1250",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_travel": [
|
||||
"1500",
|
||||
"1500"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"900",
|
||||
"900"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"900",
|
||||
"900"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"100",
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"120",
|
||||
"120"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"16",
|
||||
"16"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"5",
|
||||
"5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"6",
|
||||
"6"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"6",
|
||||
"6"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.2",
|
||||
"0.2"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.07"
|
||||
],
|
||||
"printer_settings_id": "Anycubic",
|
||||
"retraction_minimum_travel": [
|
||||
"2"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"0%"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.5"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"10"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"35"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"25"
|
||||
],
|
||||
"single_extruder_multi_material": "0",
|
||||
"change_filament_gcode": "M600",
|
||||
"machine_pause_gcode": "M601",
|
||||
"default_filament_profile": [
|
||||
"Anycubic Generic PLA"
|
||||
],
|
||||
"machine_start_gcode": "G21 ; metric values\nG90 ; absolute positioning\nM82 ; set extruder to absolute mode\nM140 S[first_layer_bed_temperature] ; set bed temp\nG28 X0 Y0 ; home X and Y\nG28 Z0 ; home Z\nG1 Z30 F{machine_max_speed_z[0]*60} ; move Z a bit down to not blow on the bed edge while heating\nG1 X10 F3900 ; let some space on x to prevent the filament cooling exhaust from beeing blocked by the servo motor\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM106 S80 ; turn on fan to prevent air nozzle melt while heating up\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nM107 ; start with the fan off\nG28 X0 ; goto X home again\nG92 E0 ; zero the extruded length\nG1 Z0.2 F360 ; move plattform upwards\n; extrude material next to the plattform (comment or remove following lines to disable)\nG1 F180 E20 ; extrude some material next to the plattform\nG92 E0 ; zero the extruded length\nG1 E-[retraction_length] F{retraction_speed[0]*60} ; do a filament retract\nG92 E0 ; zero the extruded length again\nG1 X5 F3900 ; move sideways to get rid of that string\nG1 E[retraction_length] F{retraction_speed[0]*60} ; do a filament deretract with retract parameters\nG92 E0 ; zero the extruded length again\n; draw intro line (comment or remove following lines to disable)\nG1 X30 E5 F700 ; draw intro line\nG92 E0 ; zero the extruded length\nG1 E-[retraction_length] F{retraction_speed[0]*60} ; do a filament retract\nG1 X40 Z2.0 ; move away from the introline\nG92 E0 ; zero the extruded length again\nG1 E[retraction_length] F{retraction_speed[0]*60} ; do a filament deretract with retract parameters\n; end of intro line code\nM117 Printing...\nG5",
|
||||
"machine_end_gcode": "M104 S0 ; turn off extruder heating\nM140 S0 ; turn off bed heating\nM107 ; turn off fans\nG91 ; relative positioning\nG0 Z+0.5 ; move Z up a tiny bit\nG90 ; absolute positioning\nG0 X135 Y105 F{machine_max_speed_x[0]*60} ; move extruder to center position\nG0 Z190.5 F{machine_max_speed_z[0]*60} ; lower the plattform to Z min\nM84 ; steppers off\nG90 ; absolute positioning\n",
|
||||
"scan_first_layer": "0"
|
||||
}
|
12
resources/profiles/Anycubic/machine/Anycubic 4Max Pro 2.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "Anycubic 4Max Pro 2",
|
||||
"model_id": "Anycubic-4Max-Pro-2",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "Anycubic",
|
||||
"bed_model": "anycubic_4maxpro2_buildplate_model.stl",
|
||||
"bed_texture": "anycubic_4maxpro2_buildplate_texture.png",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Anycubic Generic ABS;Anycubic Generic PLA;Anycubic Generic PLA-CF;Anycubic Generic PETG;Anycubic Generic TPU;Anycubic Generic ASA;Anycubic Generic PC;Anycubic Generic PVA;Anycubic Generic PA;Anycubic Generic PA-CF"
|
||||
}
|
@ -5,8 +5,8 @@
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "Anycubic",
|
||||
"bed_model": "",
|
||||
"bed_texture": "",
|
||||
"bed_model": "anycubic_4maxpro_buildplate_model.stl",
|
||||
"bed_texture": "anycubic_4maxpro_buildplate_texture.png",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Anycubic Generic ABS;Anycubic Generic PLA;Anycubic Generic PLA-CF;Anycubic Generic PETG;Anycubic Generic TPU;Anycubic Generic ASA;Anycubic Generic PC;Anycubic Generic PVA;Anycubic Generic PA;Anycubic Generic PA-CF"
|
||||
}
|
||||
|
@ -0,0 +1,118 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Anycubic Chiron 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Anycubic Chiron",
|
||||
"default_print_profile": "0.20mm Standard @Anycubic Chiron",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"400x0",
|
||||
"400x400",
|
||||
"0x400"
|
||||
],
|
||||
"printable_height": "450",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"machine_max_acceleration_e": [
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"1250",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"1250",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_travel": [
|
||||
"1500",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"1000",
|
||||
"960"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"1000",
|
||||
"960"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"120",
|
||||
"120"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"300",
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"300",
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"12",
|
||||
"12"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"4.5",
|
||||
"4.5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"8",
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"8",
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.4",
|
||||
"0.4"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.1"
|
||||
],
|
||||
"printer_settings_id": "Anycubic",
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"0%"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"40"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"0"
|
||||
],
|
||||
"single_extruder_multi_material": "0",
|
||||
"change_filament_gcode": "M600",
|
||||
"machine_pause_gcode": "M601",
|
||||
"default_filament_profile": [
|
||||
"Anycubic Generic PLA"
|
||||
],
|
||||
"machine_start_gcode": "M104 S140;start the nozzle preheat and don't wait\nG21;metric values\nG90;absolute positioning\nM82;set extruder to absolute mode\nM107 ;start with the fan off\nG28;home all\nM190 S[bed_temperature_initial_layer_single]; set wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nG1 Z15.0 F3600 ;move the platform down 15mm\nG92 E0;zero the extruded length\nG1 F200 E40;extrude 40mm of feed stock\nG92 E0;zero the extruded length again\nG1 F3600",
|
||||
"machine_end_gcode": "M104 S0;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91;relative positioning\nG1 E-4 F300;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+10 F3600 ;move Z up a bit\nG90;absolute positioning\nG1 X-10 F3000; get the head off the bed\nG1 F3000 Y400;kick the bed out\nM84;steppers off",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"scan_first_layer": "0"
|
||||
}
|
12
resources/profiles/Anycubic/machine/Anycubic Chiron.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "Anycubic Chiron",
|
||||
"model_id": "Anycubic-Chiron",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "Anycubic",
|
||||
"bed_model": "anycubic_chiron_buildplate_model.stl",
|
||||
"bed_texture": "anycubic_chiron_buildplate_texture.png",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Anycubic Generic ABS;Anycubic Generic PLA;Anycubic Generic PLA-CF;Anycubic Generic PETG;Anycubic Generic TPU;Anycubic Generic ASA;Anycubic Generic PC;Anycubic Generic PVA;Anycubic Generic PA;Anycubic Generic PA-CF"
|
||||
}
|
@ -0,0 +1,118 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Anycubic Kobra Max 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Anycubic Kobra Max",
|
||||
"default_print_profile": "0.20mm Standard @Anycubic KobraMax",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"400x0",
|
||||
"400x400",
|
||||
"0x400"
|
||||
],
|
||||
"printable_height": "450",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"machine_max_acceleration_e": [
|
||||
"3000",
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"4000",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"1000",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_travel": [
|
||||
"4000",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"700",
|
||||
"960"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"600",
|
||||
"960"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"100",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"60",
|
||||
"120"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"300",
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"300",
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"40",
|
||||
"12"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"5",
|
||||
"4.5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"20",
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"20",
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.3",
|
||||
"0.4"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.15"
|
||||
],
|
||||
"printer_settings_id": "Anycubic",
|
||||
"retraction_minimum_travel": [
|
||||
"5"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"70%"
|
||||
],
|
||||
"retraction_length": [
|
||||
"6"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"40"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"40"
|
||||
],
|
||||
"single_extruder_multi_material": "0",
|
||||
"change_filament_gcode": "M600",
|
||||
"machine_pause_gcode": "M601",
|
||||
"default_filament_profile": [
|
||||
"Anycubic Generic PLA"
|
||||
],
|
||||
"machine_start_gcode": "M104 S140;start the nozzle preheat and don't wait\nG21;metric values\nG90;absolute positioning\nM82;set extruder to absolute mode\nM107;start with the fan off\nG28;home all\nM190 S[bed_temperature_initial_layer_single] ; set wait for bed temp\nM355 S1;turn on the case light\nM109 S[nozzle_temperature_initial_layer]; wait for extruder temp\nG1 Z15.0 F1000 ;move the nozzle up 15mm\nG92 E0;zero the extruded length\nG1 F100 E60;extrude 60mm of feed stock\nG92 E0;zero the extruded length again",
|
||||
"machine_end_gcode": "M104 S0;extruder heater off\nM140 S0;heated bed heater off (if you have it)\nG91;relative positioning\nG1 Z+10 F3600 ;move Z up a bit\nG90;absolute positioning\nG1 X10 F3000; get the head off the bed\nG1 F3000 Y400 ;kick the bed out\nM84;steppers off\nM355 S0;turn off the case light",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;G92 E0.0\n;[layer_z]\n\n",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"scan_first_layer": "0"
|
||||
}
|
12
resources/profiles/Anycubic/machine/Anycubic Kobra Max.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "Anycubic Kobra Max",
|
||||
"model_id": "Anycubic-Kobra-Max",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "Anycubic",
|
||||
"bed_model": "anycubic_kobramax_buildplate_model.stl",
|
||||
"bed_texture": "anycubic_kobramax_buildplate_texture.png",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Anycubic Generic ABS;Anycubic Generic PLA;Anycubic Generic PLA-CF;Anycubic Generic PETG;Anycubic Generic TPU;Anycubic Generic ASA;Anycubic Generic PC;Anycubic Generic PVA;Anycubic Generic PA;Anycubic Generic PA-CF"
|
||||
}
|
@ -0,0 +1,114 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Anycubic Vyper 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Anycubic Vyper",
|
||||
"default_print_profile": "0.20mm Standard @Anycubic Vyper",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x255",
|
||||
"0x255"
|
||||
],
|
||||
"printable_height": "265",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"machine_max_acceleration_extruding": [
|
||||
"1250",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"1250",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_travel": [
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"5",
|
||||
"5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"8",
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"8",
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.4",
|
||||
"0.4"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.28"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.08"
|
||||
],
|
||||
"printer_settings_id": "Anycubic",
|
||||
"retraction_minimum_travel": [
|
||||
"1.5"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"0%"
|
||||
],
|
||||
"retraction_length": [
|
||||
"3"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"10"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"40"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"40"
|
||||
],
|
||||
"single_extruder_multi_material": "0",
|
||||
"change_filament_gcode": "M600",
|
||||
"machine_pause_gcode": "M601",
|
||||
"default_filament_profile": [
|
||||
"Anycubic Generic PLA"
|
||||
],
|
||||
"machine_start_gcode": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG0 Z0.2 F1800 ; move nozzle to print position\nG92 E0 ; specify current extruder position as zero\nG1 Y10 X180 E50 F1200 ; extrude a line in front of the printer\nG92 E0 ; specify current extruder position as zero\nG0 Z20 F6000 ; move head up\nG1 E-7 F2400 ; retract\nG04 S2 ; wait 2s\nG0 X0 F6000 ; wipe from oozed filament\nG1 E-1 F2400 ; undo some of the retraction to avoid oozing\nG1 F6000 ; set travel speed to move to start printing point\nM117",
|
||||
"machine_end_gcode": "G4 ; wait\nG92 E0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height)}{endif} ; move print head up\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y200 F3000 ; home X axis\nM84 ; disable motors",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"scan_first_layer": "0"
|
||||
}
|
12
resources/profiles/Anycubic/machine/Anycubic Vyper.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "Anycubic Vyper",
|
||||
"model_id": "Anycubic-Vyper",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "Anycubic",
|
||||
"bed_model": "anycubic_vyper_buildplate_model.stl",
|
||||
"bed_texture": "anycubic_vyper_buildplate_texture.png",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Anycubic Generic ABS;Anycubic Generic PLA;Anycubic Generic PLA-CF;Anycubic Generic PETG;Anycubic Generic TPU;Anycubic Generic ASA;Anycubic Generic PC;Anycubic Generic PVA;Anycubic Generic PA;Anycubic Generic PA-CF"
|
||||
}
|
@ -0,0 +1,118 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Anycubic i3 Mega S 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Anycubic i3 Mega S",
|
||||
"default_print_profile": "0.20mm Standard @Anycubic i3MegaS",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"210x0",
|
||||
"210x210",
|
||||
"0x210"
|
||||
],
|
||||
"printable_height": "205",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"machine_max_acceleration_e": [
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"1250",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"1250",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_travel": [
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"3000",
|
||||
"3000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"8",
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"5",
|
||||
"5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.4",
|
||||
"0.4"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.36"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.08"
|
||||
],
|
||||
"printer_settings_id": "Anycubic",
|
||||
"retraction_minimum_travel": [
|
||||
"1.5"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"60%"
|
||||
],
|
||||
"retraction_length": [
|
||||
"6"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"1"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"40"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"50"
|
||||
],
|
||||
"single_extruder_multi_material": "0",
|
||||
"change_filament_gcode": "M600",
|
||||
"machine_pause_gcode": "M25",
|
||||
"default_filament_profile": [
|
||||
"Anycubic Generic PLA"
|
||||
],
|
||||
"machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nG28 ; home all\nG1 Y1.0 Z0.3 F1000 ; move print head up\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nG92 E0.0\n; initial load\nG1 X205.0 E19 F1000\nG1 Y1.6\nG1 X5.0 E19 F1000\nG92 E0.0\n; intro line\nG1 Y2.0 Z0.2 F1000\nG1 X65.0 E9.0 F1000\nG1 X105.0 E12.5 F1000\nG92 E0.0",
|
||||
"machine_end_gcode": "G1 E-1.0 F2100 ; retract\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height)}{endif} E-34.0 F720 ; move print head up & retract filament\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y105 F3000 ; park print head\nM84 ; disable motors",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"scan_first_layer": "0"
|
||||
}
|
12
resources/profiles/Anycubic/machine/Anycubic i3 Mega S.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "Anycubic i3 Mega S",
|
||||
"model_id": "Anycubic-i3-Mega-S",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "Anycubic",
|
||||
"bed_model": "anycubic_i3megas_buildplate_model.stl",
|
||||
"bed_texture": "anycubic_i3megas_buildplate_texture.png",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Anycubic Generic ABS;Anycubic Generic PLA;Anycubic Generic PLA-CF;Anycubic Generic PETG;Anycubic Generic TPU;Anycubic Generic ASA;Anycubic Generic PC;Anycubic Generic PVA;Anycubic Generic PA;Anycubic Generic PA-CF"
|
||||
}
|
@ -131,7 +131,7 @@
|
||||
"change_filament_gcode": "",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"machine_pause_gcode": "M400 U1",
|
||||
"machine_pause_gcode": "M400 U1\n",
|
||||
"wipe": [
|
||||
"1"
|
||||
],
|
||||
|
@ -0,0 +1,108 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.15mm Optimal @Anycubic 4MaxPro2",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"layer_height": "0.15",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "5",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.65",
|
||||
"bridge_speed": "30",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "900",
|
||||
"top_surface_acceleration": "0",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.2",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.45",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "300",
|
||||
"travel_acceleration": "0",
|
||||
"inner_wall_acceleration": "0",
|
||||
"initial_layer_line_width": "0.65",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"infill_wall_overlap": "23%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "top",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "[input_filename_base].gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
"overhang_3_4_speed": "15",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "5",
|
||||
"skirt_height": "1",
|
||||
"skirt_loops": "2",
|
||||
"minimum_sparse_infill_area": "10",
|
||||
"internal_solid_infill_line_width": "0",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "grid",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.2",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.4",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "3",
|
||||
"support_interface_bottom_layers": "-1",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "100%",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "0.2",
|
||||
"support_speed": "45",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "60%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "1",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_shell_layers": "7",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "35%",
|
||||
"initial_layer_infill_speed": "35%",
|
||||
"outer_wall_speed": "25",
|
||||
"inner_wall_speed": "40",
|
||||
"internal_solid_infill_speed": "40",
|
||||
"top_surface_speed": "30",
|
||||
"gap_infill_speed": "30",
|
||||
"sparse_infill_speed": "45",
|
||||
"travel_speed": "60",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Anycubic 4Max Pro 2 0.4 nozzle"
|
||||
]
|
||||
}
|
@ -0,0 +1,108 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.15mm Optimal @Anycubic Chiron",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"layer_height": "0.15",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "5",
|
||||
"bottom_shell_thickness": "0.5",
|
||||
"bridge_flow": "1",
|
||||
"bridge_speed": "25",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "1000",
|
||||
"top_surface_acceleration": "0",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.2",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.45",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.45",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "800",
|
||||
"travel_acceleration": "0",
|
||||
"inner_wall_acceleration": "0",
|
||||
"initial_layer_line_width": "0.42",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"infill_wall_overlap": "23%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "top",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "[input_filename_base].gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
"overhang_3_4_speed": "15",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"wall_loops": "2",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "2",
|
||||
"skirt_height": "3",
|
||||
"skirt_loops": "2",
|
||||
"minimum_sparse_infill_area": "10",
|
||||
"internal_solid_infill_line_width": "0",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "grid",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.15",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.35",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "3",
|
||||
"support_interface_bottom_layers": "-1",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "100%",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "0.15",
|
||||
"support_speed": "50",
|
||||
"support_threshold_angle": "45",
|
||||
"support_object_xy_distance": "60%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "1",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.35",
|
||||
"top_shell_layers": "7",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "35%",
|
||||
"initial_layer_infill_speed": "35%",
|
||||
"outer_wall_speed": "40",
|
||||
"inner_wall_speed": "40",
|
||||
"internal_solid_infill_speed": "40",
|
||||
"top_surface_speed": "40",
|
||||
"gap_infill_speed": "30",
|
||||
"sparse_infill_speed": "60",
|
||||
"travel_speed": "180",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Anycubic Chiron 0.4 nozzle"
|
||||
]
|
||||
}
|
@ -0,0 +1,108 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.15mm Optimal @Anycubic KobraMax",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"layer_height": "0.15",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "5",
|
||||
"bottom_shell_thickness": "1.2",
|
||||
"bridge_flow": "1",
|
||||
"bridge_speed": "45",
|
||||
"brim_width": "8",
|
||||
"brim_object_gap": "0",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "1000",
|
||||
"top_surface_acceleration": "0",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.2",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.4",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"travel_acceleration": "0",
|
||||
"inner_wall_acceleration": "0",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"infill_wall_overlap": "10%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "10%",
|
||||
"ironing_spacing": "0.08",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "top",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "[input_filename_base].gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
"overhang_3_4_speed": "15",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "5",
|
||||
"skirt_height": "1",
|
||||
"skirt_loops": "4",
|
||||
"minimum_sparse_infill_area": "10",
|
||||
"internal_solid_infill_line_width": "0",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "grid",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.15",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.4",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "3",
|
||||
"support_interface_bottom_layers": "-1",
|
||||
"support_interface_spacing": "0.15",
|
||||
"support_interface_speed": "100%",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "0.15",
|
||||
"support_speed": "70",
|
||||
"support_threshold_angle": "65",
|
||||
"support_object_xy_distance": "60%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "1",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_shell_layers": "5",
|
||||
"top_shell_thickness": "1.2",
|
||||
"initial_layer_speed": "35%",
|
||||
"initial_layer_infill_speed": "35%",
|
||||
"outer_wall_speed": "40",
|
||||
"inner_wall_speed": "40",
|
||||
"internal_solid_infill_speed": "70",
|
||||
"top_surface_speed": "40",
|
||||
"gap_infill_speed": "30",
|
||||
"sparse_infill_speed": "70",
|
||||
"travel_speed": "120",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Anycubic Kobra Max 0.4 nozzle"
|
||||
]
|
||||
}
|