Merge remote-tracking branch 'upstream/main' into belt/baseChanges
Conflicts resolved in src/libslic3r/GCode.cpp and src/slic3r/GUI/GUI_Factories.cpp. GCode.cpp: combined upstream's air-filtration per-extruder gating (activate_air_filtration_during_print / _on_completion), the new extrusion-role-change gcode lambda, ZAA's path.z_contoured arc-fit disable, raft-aware slow_down_layers branch, and Vec3d/Line3 ZAA plumbing with the local belt-printer changes (path_on_first_layer, effective_layer_index_for_point, should_disable_arc_fitting). All auto-merged m_writer.X() calls converted to m_writer->X() to match the local unique_ptr<GCodeWriter> refactor. GUI_Factories.cpp: inserted brim_flow_ratio in the Support category list and renumbered around the local build_plate_tilt_x/y entries. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@@ -5,7 +5,7 @@ Language: Cpp
|
|||||||
AccessModifierOffset: -4
|
AccessModifierOffset: -4
|
||||||
AlignAfterOpenBracket: Align
|
AlignAfterOpenBracket: Align
|
||||||
AlignConsecutiveAssignments: true
|
AlignConsecutiveAssignments: true
|
||||||
AlignConsecutiveDeclarations: true
|
AlignConsecutiveDeclarations: false
|
||||||
AlignEscapedNewlines: DontAlign
|
AlignEscapedNewlines: DontAlign
|
||||||
AlignOperands: true
|
AlignOperands: true
|
||||||
AlignTrailingComments: true
|
AlignTrailingComments: true
|
||||||
|
|||||||
@@ -11,6 +11,15 @@ body:
|
|||||||
For this, please use the [Feature request](https://github.com/OrcaSlicer/OrcaSlicer/issues/new?assignees=&labels=&projects=&template=feature_request.yml) issue type or you can discuss your idea on our [Discord server](https://discord.gg/P4VE9UY9gJ) with others.
|
For this, please use the [Feature request](https://github.com/OrcaSlicer/OrcaSlicer/issues/new?assignees=&labels=&projects=&template=feature_request.yml) issue type or you can discuss your idea on our [Discord server](https://discord.gg/P4VE9UY9gJ) with others.
|
||||||
|
|
||||||
Before filing, please check if the issue already exists (either open or closed) by using the search bar on the issues page. If it does, comment there. Even if it's closed, we can reopen it based on your comment.
|
Before filing, please check if the issue already exists (either open or closed) by using the search bar on the issues page. If it does, comment there. Even if it's closed, we can reopen it based on your comment.
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Is this issue reproducible in the latest nightly build?
|
||||||
|
description: >
|
||||||
|
Please verify this issue still happens in the latest nightly build first. It may already be fixed there:
|
||||||
|
[Nightly builds](https://github.com/OrcaSlicer/OrcaSlicer/releases/tag/nightly-builds).
|
||||||
|
options:
|
||||||
|
- label: I have checked the latest nightly build and the issue is still reproducible
|
||||||
|
required: true
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Is there an existing issue for this problem?
|
label: Is there an existing issue for this problem?
|
||||||
|
|||||||
@@ -19,3 +19,9 @@
|
|||||||
<!--
|
<!--
|
||||||
> Please describe the tests that you have conducted to verify the changes made in this PR.
|
> Please describe the tests that you have conducted to verify the changes made in this PR.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
> A guide for users on how to download the artifacts from this PR.
|
||||||
|
-->
|
||||||
|
|
||||||
|
[How to Download Pull Requests Artifacts for Testing](https://www.orcaslicer.com/wiki/how_to_download_pr_artifacts)
|
||||||
|
|||||||
@@ -286,9 +286,10 @@ jobs:
|
|||||||
- name: Build slicer Win
|
- name: Build slicer Win
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
env:
|
# Orca: Removed Netfabb STL fixing service support in favor of CGAL.
|
||||||
WindowsSdkDir: 'C:\Program Files (x86)\Windows Kits\10\'
|
# env:
|
||||||
WindowsSDKVersion: '10.0.26100.0\'
|
# WindowsSdkDir: 'C:\Program Files (x86)\Windows Kits\10\'
|
||||||
|
# WindowsSDKVersion: '10.0.26100.0\'
|
||||||
run: .\build_release_vs.bat slicer
|
run: .\build_release_vs.bat slicer
|
||||||
|
|
||||||
- name: Create installer Win
|
- name: Create installer Win
|
||||||
@@ -399,6 +400,16 @@ jobs:
|
|||||||
retention-days: 5
|
retention-days: 5
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
|
- name: Run external slicer regression tests
|
||||||
|
if: runner.os == 'Linux'
|
||||||
|
timeout-minutes: 20
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
test_repo_dir="${{ runner.temp }}/orca-test-repo"
|
||||||
|
rm -rf "$test_repo_dir"
|
||||||
|
git clone --depth 1 https://github.com/OrcaSlicer/orca-test-repo.git "$test_repo_dir"
|
||||||
|
python3 "$test_repo_dir/run_test.py" "${{ github.workspace }}/build/package/bin/orca-slicer"
|
||||||
|
|
||||||
- name: Build orca_custom_preset_tests
|
- name: Build orca_custom_preset_tests
|
||||||
if: github.ref == 'refs/heads/main' && runner.os == 'Linux' && !vars.SELF_HOSTED
|
if: github.ref == 'refs/heads/main' && runner.os == 'Linux' && !vars.SELF_HOSTED
|
||||||
working-directory: ${{ github.workspace }}/build/src/Release
|
working-directory: ${{ github.workspace }}/build/src/Release
|
||||||
|
|||||||
@@ -34,6 +34,46 @@ jobs:
|
|||||||
python3 ./scripts/orca_extra_profile_check.py 2>&1 | tee ${{ runner.temp }}/extra_json_check.log
|
python3 ./scripts/orca_extra_profile_check.py 2>&1 | tee ${{ runner.temp }}/extra_json_check.log
|
||||||
exit ${PIPESTATUS[0]}
|
exit ${PIPESTATUS[0]}
|
||||||
|
|
||||||
|
- name: Check profile indentation
|
||||||
|
id: indentation_check
|
||||||
|
continue-on-error: true
|
||||||
|
run: |
|
||||||
|
set +e
|
||||||
|
python3 - <<'PY' 2>&1 | tee ${{ runner.temp }}/indentation_check.log
|
||||||
|
import re
|
||||||
|
from pathlib import Path
|
||||||
|
import sys
|
||||||
|
|
||||||
|
profiles_root = Path("resources/profiles")
|
||||||
|
invalid_files = []
|
||||||
|
|
||||||
|
for file_path in sorted(profiles_root.rglob("*.json")):
|
||||||
|
try:
|
||||||
|
for line_number, line in enumerate(file_path.read_text(encoding="utf-8").splitlines(), start=1):
|
||||||
|
if not line.strip():
|
||||||
|
continue
|
||||||
|
leading_ws = re.match(r"^[ \t]*", line).group(0)
|
||||||
|
if " " in leading_ws:
|
||||||
|
invalid_files.append((file_path, line_number))
|
||||||
|
break
|
||||||
|
except Exception as exc:
|
||||||
|
print(f"[ERROR] Unable to read {file_path}: {exc}")
|
||||||
|
invalid_files.append((file_path, 0))
|
||||||
|
|
||||||
|
if invalid_files:
|
||||||
|
for path, line in invalid_files:
|
||||||
|
if line > 0:
|
||||||
|
print(f"[ERROR] Space indentation found in {path}:{line}")
|
||||||
|
else:
|
||||||
|
print(f"[ERROR] Could not validate indentation in {path}")
|
||||||
|
print("Use tab indentation in profile JSON files (1 tab per indentation level).")
|
||||||
|
print("Tip: run python3 ./scripts/orca_filament_lib.py --fix --force to normalize formatting.")
|
||||||
|
sys.exit(1)
|
||||||
|
|
||||||
|
print("All profile JSON files use tab-only indentation.")
|
||||||
|
PY
|
||||||
|
exit ${PIPESTATUS[0]}
|
||||||
|
|
||||||
# download
|
# download
|
||||||
- name: Download
|
- name: Download
|
||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
@@ -62,7 +102,7 @@ jobs:
|
|||||||
exit ${PIPESTATUS[0]}
|
exit ${PIPESTATUS[0]}
|
||||||
|
|
||||||
- name: Prepare comment artifact
|
- name: Prepare comment artifact
|
||||||
if: ${{ always() && github.event_name == 'pull_request' && (steps.extra_json_check.outcome == 'failure' || steps.validate_system.outcome == 'failure' || steps.validate_custom.outcome == 'failure') }}
|
if: ${{ always() && github.event_name == 'pull_request' && (steps.extra_json_check.outcome == 'failure' || steps.indentation_check.outcome == 'failure' || steps.validate_system.outcome == 'failure' || steps.validate_custom.outcome == 'failure') }}
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ${{ runner.temp }}/profile-check-results
|
mkdir -p ${{ runner.temp }}/profile-check-results
|
||||||
|
|
||||||
@@ -79,6 +119,15 @@ jobs:
|
|||||||
echo ""
|
echo ""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "${{ steps.indentation_check.outcome }}" = "failure" ]; then
|
||||||
|
echo "### Indentation Check Failed"
|
||||||
|
echo ""
|
||||||
|
echo '```'
|
||||||
|
head -c 30000 ${{ runner.temp }}/indentation_check.log || echo "No output captured"
|
||||||
|
echo '```'
|
||||||
|
echo ""
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "${{ steps.validate_system.outcome }}" = "failure" ]; then
|
if [ "${{ steps.validate_system.outcome }}" = "failure" ]; then
|
||||||
echo "### System Profile Validation Failed"
|
echo "### System Profile Validation Failed"
|
||||||
echo ""
|
echo ""
|
||||||
@@ -104,7 +153,7 @@ jobs:
|
|||||||
echo "${{ github.event.pull_request.number }}" > ${{ runner.temp }}/profile-check-results/pr_number.txt
|
echo "${{ github.event.pull_request.number }}" > ${{ runner.temp }}/profile-check-results/pr_number.txt
|
||||||
|
|
||||||
- name: Upload comment artifact
|
- name: Upload comment artifact
|
||||||
if: ${{ always() && github.event_name == 'pull_request' && (steps.extra_json_check.outcome == 'failure' || steps.validate_system.outcome == 'failure' || steps.validate_custom.outcome == 'failure') }}
|
if: ${{ always() && github.event_name == 'pull_request' && (steps.extra_json_check.outcome == 'failure' || steps.indentation_check.outcome == 'failure' || steps.validate_system.outcome == 'failure' || steps.validate_custom.outcome == 'failure') }}
|
||||||
uses: actions/upload-artifact@v7
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: profile-check-results
|
name: profile-check-results
|
||||||
@@ -112,7 +161,7 @@ jobs:
|
|||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
- name: Fail if any check failed
|
- name: Fail if any check failed
|
||||||
if: ${{ always() && (steps.extra_json_check.outcome == 'failure' || steps.validate_system.outcome == 'failure' || steps.validate_custom.outcome == 'failure') }}
|
if: ${{ always() && (steps.extra_json_check.outcome == 'failure' || steps.indentation_check.outcome == 'failure' || steps.validate_system.outcome == 'failure' || steps.validate_custom.outcome == 'failure') }}
|
||||||
run: |
|
run: |
|
||||||
echo "One or more profile checks failed. See above for details."
|
echo "One or more profile checks failed. See above for details."
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
request-label:
|
request-label:
|
||||||
if: github.event_name == 'pull_request_target'
|
if: github.event_name == 'pull_request_target' && github.event.pull_request.author_association != 'COLLABORATOR' && github.event.pull_request.author_association != 'OWNER' && github.event.pull_request.author_association != 'MEMBER'
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|||||||
@@ -1,23 +1,48 @@
|
|||||||
# Repository Guidelines
|
# CLAUDE.md
|
||||||
|
|
||||||
## Project Structure & Module Organization
|
OrcaSlicer — open-source C++17 3D slicer. wxWidgets GUI, CMake build system.
|
||||||
OrcaSlicer’s C++17 sources live in `src/`, split by feature modules and platform adapters. User assets, icons, and printer presets are in `resources/`; translations stay in `localization/`. Tests sit in `tests/`, grouped by domain (`libslic3r/`, `sla_print/`, etc.) with fixtures under `tests/data/`. CMake helpers reside in `cmake/`, and longer references in `doc/` and `SoftFever_doc/`. Automation scripts belong in `scripts/` and `tools/`. Treat everything in `deps/` and `deps_src/` as vendored snapshots—do not modify without mirroring upstream tags.
|
|
||||||
|
|
||||||
## Build, Test, and Development Commands
|
## Build Commands
|
||||||
Use out-of-source builds:
|
|
||||||
- `cmake -S . -B build -DCMAKE_BUILD_TYPE=Release` configures dependencies and generates build files.
|
|
||||||
- `cmake --build build --target OrcaSlicer --config Release` compiles the app; add `--parallel` to speed up.
|
|
||||||
- `cmake --build build --target tests` then `ctest --test-dir build --output-on-failure` runs automated suites.
|
|
||||||
Platform helpers such as `build_linux.sh`, `build_release_macos.sh`, and `build_release_vs2022.bat` wrap the same flow with toolchain flags. Use `build_release_macos.sh -sx` when reproducing macOS build issues, and `scripts/DockerBuild.sh` for reproducible container builds.
|
|
||||||
|
|
||||||
## Coding Style & Naming Conventions
|
```bash
|
||||||
`.clang-format` enforces 4-space indents, a 140-column limit, aligned initializers, and brace wrapping for classes and functions. Run `clang-format -i <file>` before committing; the CMake `clang-format` target is available when LLVM tools are on your PATH. Prefer `CamelCase` for classes, `snake_case` for functions and locals, and `SCREAMING_CASE` for constants, matching conventions in `src/`. Keep headers self-contained and align include order with the IWYU pragmas.
|
# macOS
|
||||||
|
cmake --build build/arm64 --config RelWithDebInfo --target all --
|
||||||
|
|
||||||
## Testing Guidelines
|
# Linux
|
||||||
Unit tests rely on Catch2 (`tests/catch2/`). Name specs after the component under test—for example `tests/libslic3r/TestPlanarHole.cpp`—and tag long-running cases so `ctest -L fast` remains useful. Cover new algorithms with deterministic fixtures or sample G-code stored in `tests/data/`. Document manual printer validation or regression slicer checks in your PR when automated coverage is insufficient.
|
cmake --build build --config RelWithDebInfo --target all --
|
||||||
|
|
||||||
## Commit & Pull Request Guidelines
|
# Windows (replace %build_type% with Debug/Release/RelWithDebInfo)
|
||||||
The history favors concise, sentence-style subject lines with optional issue references, e.g., `Fix grid lines origin for multiple plates (#10724)`. Squash fixups locally before opening a PR. Complete `.github/pull_request_template.md`, include reproduction steps or screenshots for UI changes, and mention impacted presets or translations. Link issues via `Closes #NNNN` when applicable, and call out dependency bumps or profile migrations for maintainer review.
|
cmake --build . --config %build_type% --target ALL_BUILD -- -m
|
||||||
|
```
|
||||||
|
|
||||||
## Security & Configuration Tips
|
## Testing
|
||||||
Follow `SECURITY.md` for vulnerability reporting. Keep API tokens and printer credentials out of tracked configs; use `sandboxes/` for experimental settings. When touching third-party code in `deps_src/`, record the upstream commit or release in your PR description and run the relevant platform build script to confirm integration.
|
|
||||||
|
Catch2 framework. Tests in `tests/` directory.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd build && ctest --output-on-failure # all tests
|
||||||
|
ctest --test-dir ./tests/libslic3r # individual suite
|
||||||
|
ctest --test-dir ./tests/fff_print
|
||||||
|
```
|
||||||
|
|
||||||
|
## Code Style
|
||||||
|
|
||||||
|
- C++17, selective C++20. PascalCase classes, snake_case functions/variables
|
||||||
|
- `#pragma once` for headers. Smart pointers and RAII preferred
|
||||||
|
- Parallelization via TBB — be mindful of shared state
|
||||||
|
|
||||||
|
## Key Entry Points
|
||||||
|
|
||||||
|
- App startup: `src/OrcaSlicer.cpp`
|
||||||
|
- Slicing pipeline: `src/libslic3r/Print.cpp`
|
||||||
|
- All print/printer/material settings: `src/libslic3r/PrintConfig.cpp`
|
||||||
|
- GUI: `src/slic3r/GUI/`
|
||||||
|
- Core algorithms: `src/libslic3r/` (GCode/, Fill/, Support/, Geometry/, Format/, Arachne/)
|
||||||
|
- Printer profiles: `resources/profiles/[manufacturer].json`
|
||||||
|
|
||||||
|
## Critical Constraints
|
||||||
|
|
||||||
|
- **Backward compatibility required** for .3mf project files and printer profiles
|
||||||
|
- **Cross-platform** — all changes must work on Windows, macOS, and Linux
|
||||||
|
- Profile/format changes need version migration handling
|
||||||
|
- Dependencies built separately in `deps/build/`, then linked to main app
|
||||||
|
|||||||
@@ -1,234 +1 @@
|
|||||||
# CLAUDE.md
|
@AGENTS.md
|
||||||
|
|
||||||
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
|
|
||||||
|
|
||||||
## Overview
|
|
||||||
|
|
||||||
OrcaSlicer is an open-source 3D slicer application forked from Bambu Studio, built using C++ with wxWidgets for the GUI and CMake as the build system. The project uses a modular architecture with separate libraries for core slicing functionality, GUI components, and platform-specific code.
|
|
||||||
|
|
||||||
## Build Commands
|
|
||||||
|
|
||||||
### Building on Windows
|
|
||||||
**Always use this command to build the project when testing build issues on Windows.**
|
|
||||||
```bash
|
|
||||||
cmake --build . --config %build_type% --target ALL_BUILD -- -m
|
|
||||||
```
|
|
||||||
|
|
||||||
### Building on macOS
|
|
||||||
**Always use this command to build the project when testing build issues on macOS.**
|
|
||||||
```bash
|
|
||||||
cmake --build build/arm64 --config RelWithDebInfo --target all --
|
|
||||||
```
|
|
||||||
|
|
||||||
### Building on Linux
|
|
||||||
**Always use this command to build the project when testing build issues on Linux.**
|
|
||||||
```bash
|
|
||||||
cmake --build build/arm64 --config RelWithDebInfo --target all --
|
|
||||||
|
|
||||||
```
|
|
||||||
### Build test:
|
|
||||||
|
|
||||||
**Always use this command to build the project when testing build issues on Windows.**
|
|
||||||
```bash
|
|
||||||
cmake --build . --config %build_type% --target ALL_BUILD -- -m
|
|
||||||
```
|
|
||||||
|
|
||||||
### Building on macOS
|
|
||||||
**Always use this command to build the project when testing build issues on macOS.**
|
|
||||||
```bash
|
|
||||||
cmake --build build/arm64 --config RelWithDebInfo --target all --
|
|
||||||
```
|
|
||||||
|
|
||||||
### Building on Linux
|
|
||||||
**Always use this command to build the project when testing build issues on Linux.**
|
|
||||||
```bash
|
|
||||||
cmake --build build --config RelWithDebInfo --target all --
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
### Build System
|
|
||||||
- Uses CMake with minimum version 3.13 (maximum 3.31.x on Windows)
|
|
||||||
- Primary build directory: `build/`
|
|
||||||
- Dependencies are built in `deps/build/`
|
|
||||||
- The build process is split into dependency building and main application building
|
|
||||||
- Windows builds use Visual Studio generators
|
|
||||||
- macOS builds use Xcode by default, Ninja with -x flag
|
|
||||||
- Linux builds use Ninja generator
|
|
||||||
|
|
||||||
### Testing
|
|
||||||
Tests are located in the `tests/` directory and use the Catch2 testing framework. Test structure:
|
|
||||||
- `tests/libslic3r/` - Core library tests (21 test files)
|
|
||||||
- Geometry processing, algorithms, file formats (STL, 3MF, AMF)
|
|
||||||
- Polygon operations, clipper utilities, Voronoi diagrams
|
|
||||||
- `tests/fff_print/` - Fused Filament Fabrication tests (12 test files)
|
|
||||||
- Slicing algorithms, G-code generation, print mechanics
|
|
||||||
- Fill patterns, extrusion, support material
|
|
||||||
- `tests/sla_print/` - Stereolithography tests (4 test files)
|
|
||||||
- SLA-specific printing algorithms, support generation
|
|
||||||
- `tests/libnest2d/` - 2D nesting algorithm tests
|
|
||||||
- `tests/slic3rutils/` - Utility function tests
|
|
||||||
- `tests/sandboxes/` - Experimental/sandbox test code
|
|
||||||
|
|
||||||
Run all tests after building:
|
|
||||||
```bash
|
|
||||||
cd build && ctest
|
|
||||||
```
|
|
||||||
|
|
||||||
Run tests with verbose output:
|
|
||||||
```bash
|
|
||||||
cd build && ctest --output-on-failure
|
|
||||||
```
|
|
||||||
|
|
||||||
Run individual test suites:
|
|
||||||
```bash
|
|
||||||
# From build directory
|
|
||||||
ctest --test-dir ./tests/libslic3r/libslic3r_tests
|
|
||||||
ctest --test-dir ./tests/fff_print/fff_print_tests
|
|
||||||
ctest --test-dir ./tests/sla_print/sla_print_tests
|
|
||||||
# and so on
|
|
||||||
```
|
|
||||||
|
|
||||||
## Architecture
|
|
||||||
|
|
||||||
### Core Libraries
|
|
||||||
- **libslic3r/**: Core slicing engine and algorithms (platform-independent)
|
|
||||||
- Main slicing logic, geometry processing, G-code generation
|
|
||||||
- Key classes: Print, PrintObject, Layer, GCode, Config
|
|
||||||
- Modular design with specialized subdirectories:
|
|
||||||
- `GCode/` - G-code generation, cooling, pressure equalization, thumbnails
|
|
||||||
- `Fill/` - Infill pattern implementations (gyroid, honeycomb, lightning, etc.)
|
|
||||||
- `Support/` - Tree supports and traditional support generation
|
|
||||||
- `Geometry/` - Advanced geometry operations, Voronoi diagrams, medial axis
|
|
||||||
- `Format/` - File I/O for 3MF, AMF, STL, OBJ, STEP formats
|
|
||||||
- `SLA/` - SLA-specific print processing and support generation
|
|
||||||
- `Arachne/` - Advanced wall generation using skeletal trapezoidation
|
|
||||||
|
|
||||||
- **src/slic3r/**: Main application framework and GUI
|
|
||||||
- GUI application built with wxWidgets
|
|
||||||
- Integration between libslic3r core and user interface
|
|
||||||
- Located in `src/slic3r/GUI/` (not shown in this directory but exists)
|
|
||||||
|
|
||||||
### Key Algorithmic Components
|
|
||||||
- **Arachne Wall Generation**: Variable-width perimeter generation using skeletal trapezoidation
|
|
||||||
- **Tree Supports**: Organic support generation algorithm
|
|
||||||
- **Lightning Infill**: Sparse infill optimization for internal structures
|
|
||||||
- **Adaptive Slicing**: Variable layer height based on geometry
|
|
||||||
- **Multi-material**: Multi-extruder and soluble support processing
|
|
||||||
- **G-code Post-processing**: Cooling, fan control, pressure advance, conflict checking
|
|
||||||
|
|
||||||
### File Format Support
|
|
||||||
- **3MF/BBS_3MF**: Native format with extensions for multi-material and metadata
|
|
||||||
- **STL**: Standard tessellation language for 3D models
|
|
||||||
- **AMF**: Additive Manufacturing Format with color/material support
|
|
||||||
- **OBJ**: Wavefront OBJ with material definitions
|
|
||||||
- **STEP**: CAD format support for precise geometry
|
|
||||||
- **G-code**: Output format with extensive post-processing capabilities
|
|
||||||
|
|
||||||
### External Dependencies
|
|
||||||
- **Clipper2**: Advanced 2D polygon clipping and offsetting
|
|
||||||
- **libigl**: Computational geometry library for mesh operations
|
|
||||||
- **TBB**: Intel Threading Building Blocks for parallelization
|
|
||||||
- **wxWidgets**: Cross-platform GUI framework
|
|
||||||
- **OpenGL**: 3D graphics rendering and visualization
|
|
||||||
- **CGAL**: Computational Geometry Algorithms Library (selective use)
|
|
||||||
- **OpenVDB**: Volumetric data structures for advanced operations
|
|
||||||
- **Eigen**: Linear algebra library for mathematical operations
|
|
||||||
|
|
||||||
## File Organization
|
|
||||||
|
|
||||||
### Resources and Configuration
|
|
||||||
- `resources/profiles/` - Printer and material profiles organized by manufacturer
|
|
||||||
- `resources/printers/` - Printer-specific configurations and G-code templates
|
|
||||||
- `resources/images/` - UI icons, logos, calibration images
|
|
||||||
- `resources/calib/` - Calibration test patterns and data
|
|
||||||
- `resources/handy_models/` - Built-in test models (benchy, calibration cubes)
|
|
||||||
|
|
||||||
### Internationalization and Localization
|
|
||||||
- `localization/i18n/` - Source translation files (.pot, .po)
|
|
||||||
- `resources/i18n/` - Runtime language resources
|
|
||||||
- Translation managed via `scripts/run_gettext.sh` / `scripts/run_gettext.bat`
|
|
||||||
|
|
||||||
### Platform-Specific Code
|
|
||||||
- `src/libslic3r/Platform.cpp` - Platform abstractions and utilities
|
|
||||||
- `src/libslic3r/MacUtils.mm` - macOS-specific utilities (Objective-C++)
|
|
||||||
- Windows-specific build scripts and configurations
|
|
||||||
- Linux distribution support scripts in `scripts/linux.d/`
|
|
||||||
|
|
||||||
### Build and Development Tools
|
|
||||||
- `cmake/modules/` - Custom CMake find modules and utilities
|
|
||||||
- `scripts/` - Python utilities for profile generation and validation
|
|
||||||
- `tools/` - Windows build tools (gettext utilities)
|
|
||||||
- `deps/` - External dependency build configurations
|
|
||||||
|
|
||||||
## Development Workflow
|
|
||||||
|
|
||||||
### Code Style and Standards
|
|
||||||
- **C++17 standard** with selective C++20 features
|
|
||||||
- **Naming conventions**: PascalCase for classes, snake_case for functions/variables
|
|
||||||
- **Header guards**: Use `#pragma once`
|
|
||||||
- **Memory management**: Prefer smart pointers, RAII patterns
|
|
||||||
- **Thread safety**: Use TBB for parallelization, be mindful of shared state
|
|
||||||
|
|
||||||
### Common Development Tasks
|
|
||||||
|
|
||||||
#### Adding New Print Settings
|
|
||||||
1. Define setting in `PrintConfig.cpp` with proper bounds and defaults
|
|
||||||
2. Add UI controls in appropriate GUI components
|
|
||||||
3. Update serialization in config save/load
|
|
||||||
4. Add tooltips and help text for user guidance
|
|
||||||
5. Test with different printer profiles
|
|
||||||
|
|
||||||
#### Modifying Slicing Algorithms
|
|
||||||
1. Core algorithms live in `libslic3r/` subdirectories
|
|
||||||
2. Performance-critical code should be profiled and optimized
|
|
||||||
3. Consider multi-threading implications (TBB integration)
|
|
||||||
4. Validate changes don't break existing profiles
|
|
||||||
5. Add regression tests where appropriate
|
|
||||||
|
|
||||||
#### GUI Development
|
|
||||||
1. GUI code resides in `src/slic3r/GUI/` (not visible in current tree)
|
|
||||||
2. Use existing wxWidgets patterns and custom controls
|
|
||||||
3. Support both light and dark themes
|
|
||||||
4. Consider DPI scaling on high-resolution displays
|
|
||||||
5. Maintain cross-platform compatibility
|
|
||||||
|
|
||||||
#### Adding Printer Support
|
|
||||||
1. Create JSON profile in `resources/profiles/[manufacturer].json`
|
|
||||||
2. Add printer-specific start/end G-code templates
|
|
||||||
3. Configure build volume, capabilities, and material compatibility
|
|
||||||
4. Test thoroughly with actual hardware when possible
|
|
||||||
5. Follow existing profile structure and naming conventions
|
|
||||||
|
|
||||||
### Dependencies and Build System
|
|
||||||
- **CMake-based** with separate dependency building phase
|
|
||||||
- **Dependencies** built once in `deps/build/`, then linked to main application
|
|
||||||
- **Cross-platform** considerations important for all changes
|
|
||||||
- **Resource files** embedded at build time, platform-specific handling
|
|
||||||
|
|
||||||
### Performance Considerations
|
|
||||||
- **Slicing algorithms** are CPU-intensive, profile before optimizing
|
|
||||||
- **Memory usage** can be substantial with complex models
|
|
||||||
- **Multi-threading** extensively used via TBB
|
|
||||||
- **File I/O** optimized for large 3MF files with embedded textures
|
|
||||||
- **Real-time preview** requires efficient mesh processing
|
|
||||||
|
|
||||||
## Important Development Notes
|
|
||||||
|
|
||||||
### Codebase Navigation
|
|
||||||
- Use search tools extensively - codebase has 500k+ lines
|
|
||||||
- Key entry points: `src/OrcaSlicer.cpp` for application startup
|
|
||||||
- Core slicing: `libslic3r/Print.cpp` orchestrates the slicing pipeline
|
|
||||||
- Configuration: `PrintConfig.cpp` defines all print/printer/material settings
|
|
||||||
|
|
||||||
### Compatibility and Stability
|
|
||||||
- **Backward compatibility** maintained for project files and profiles
|
|
||||||
- **Cross-platform** support essential (Windows/macOS/Linux)
|
|
||||||
- **File format** changes require careful version handling
|
|
||||||
- **Profile migrations** needed when settings change significantly
|
|
||||||
|
|
||||||
### Quality and Testing
|
|
||||||
- **Regression testing** important due to algorithm complexity
|
|
||||||
- **Performance benchmarks** help catch performance regressions
|
|
||||||
- **Memory leak** detection important for long-running GUI application
|
|
||||||
- **Cross-platform** testing required before releases
|
|
||||||
@@ -323,43 +323,44 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
|||||||
|
|
||||||
# WIN10SDK_PATH is used to point CMake to the WIN10 SDK installation directory.
|
# WIN10SDK_PATH is used to point CMake to the WIN10 SDK installation directory.
|
||||||
# We pick it from environment if it is not defined in another way
|
# We pick it from environment if it is not defined in another way
|
||||||
if(WIN32)
|
# ORCA: Removed Netfabb STL fixing service support in favor of CGAL.
|
||||||
if(NOT DEFINED WIN10SDK_PATH)
|
# if(WIN32)
|
||||||
if(DEFINED ENV{WIN10SDK_PATH})
|
# if(NOT DEFINED WIN10SDK_PATH)
|
||||||
set(WIN10SDK_PATH "$ENV{WIN10SDK_PATH}")
|
# if(DEFINED ENV{WIN10SDK_PATH})
|
||||||
endif()
|
# set(WIN10SDK_PATH "$ENV{WIN10SDK_PATH}")
|
||||||
endif()
|
# endif()
|
||||||
if(DEFINED WIN10SDK_PATH)
|
# endif()
|
||||||
#BBS: modify win10sdk_path
|
# if(DEFINED WIN10SDK_PATH)
|
||||||
if (EXISTS "${WIN10SDK_PATH}/winrt/windows.graphics.printing3d.h")
|
# #BBS: modify win10sdk_path
|
||||||
set(WIN10SDK_INCLUDE_PATH "${WIN10SDK_PATH}")
|
# if (EXISTS "${WIN10SDK_PATH}/winrt/windows.graphics.printing3d.h")
|
||||||
else()
|
# set(WIN10SDK_INCLUDE_PATH "${WIN10SDK_PATH}")
|
||||||
message("WIN10SDK_PATH is invalid: ${WIN10SDK_PATH}")
|
# else()
|
||||||
message("${WIN10SDK_PATH}/winrt/windows.graphics.printing3d.h was not found")
|
# message("WIN10SDK_PATH is invalid: ${WIN10SDK_PATH}")
|
||||||
message("STL fixing by the Netfabb service will not be compiled")
|
# message("${WIN10SDK_PATH}/winrt/windows.graphics.printing3d.h was not found")
|
||||||
unset(WIN10SDK_PATH)
|
# message("STL fixing by the Netfabb service will not be compiled")
|
||||||
endif()
|
# unset(WIN10SDK_PATH)
|
||||||
else()
|
# endif()
|
||||||
# Try to use the default Windows 10 SDK path.
|
# else()
|
||||||
if (DEFINED ENV{WindowsSdkDir} AND DEFINED ENV{WindowsSDKVersion})
|
# # Try to use the default Windows 10 SDK path.
|
||||||
set(WIN10SDK_INCLUDE_PATH "$ENV{WindowsSdkDir}/Include/$ENV{WindowsSDKVersion}")
|
# if (DEFINED ENV{WindowsSdkDir} AND DEFINED ENV{WindowsSDKVersion})
|
||||||
else ()
|
# set(WIN10SDK_INCLUDE_PATH "$ENV{WindowsSdkDir}/Include/$ENV{WindowsSDKVersion}")
|
||||||
set(WIN10SDK_INCLUDE_PATH "C:/Program Files (x86)/Windows Kits/10/Include/10.0.26100.0")
|
# else ()
|
||||||
endif ()
|
# set(WIN10SDK_INCLUDE_PATH "C:/Program Files (x86)/Windows Kits/10/Include/10.0.26100.0")
|
||||||
if (NOT EXISTS "${WIN10SDK_INCLUDE_PATH}/winrt/windows.graphics.printing3d.h")
|
# endif ()
|
||||||
message("${WIN10SDK_INCLUDE_PATH}/winrt/windows.graphics.printing3d.h was not found")
|
# if (NOT EXISTS "${WIN10SDK_INCLUDE_PATH}/winrt/windows.graphics.printing3d.h")
|
||||||
message("STL fixing by the Netfabb service will not be compiled")
|
# message("${WIN10SDK_INCLUDE_PATH}/winrt/windows.graphics.printing3d.h was not found")
|
||||||
unset(WIN10SDK_INCLUDE_PATH)
|
# message("STL fixing by the Netfabb service will not be compiled")
|
||||||
endif()
|
# unset(WIN10SDK_INCLUDE_PATH)
|
||||||
endif()
|
# endif()
|
||||||
if(WIN10SDK_INCLUDE_PATH)
|
# endif()
|
||||||
message("Building with Win10 Netfabb STL fixing service support")
|
# if(WIN10SDK_INCLUDE_PATH)
|
||||||
add_definitions(-DHAS_WIN10SDK)
|
# message("Building with Win10 Netfabb STL fixing service support")
|
||||||
include_directories(SYSTEM "${WIN10SDK_INCLUDE_PATH}")
|
# add_definitions(-DHAS_WIN10SDK)
|
||||||
else()
|
# include_directories(SYSTEM "${WIN10SDK_INCLUDE_PATH}")
|
||||||
message("Building without Win10 Netfabb STL fixing service support")
|
# else()
|
||||||
endif()
|
# message("Building without Win10 Netfabb STL fixing service support")
|
||||||
endif()
|
# endif()
|
||||||
|
# endif()
|
||||||
|
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
message("OS X SDK Path: ${CMAKE_OSX_SYSROOT}")
|
message("OS X SDK Path: ${CMAKE_OSX_SYSROOT}")
|
||||||
@@ -784,8 +785,10 @@ function(orcaslicer_copy_dlls target config postfix output_dlls)
|
|||||||
set(_arch "x64")
|
set(_arch "x64")
|
||||||
elseif ("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "X86")
|
elseif ("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "X86")
|
||||||
set(_arch "x86")
|
set(_arch "x86")
|
||||||
|
elseif ("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "ARM64")
|
||||||
|
set(_arch "arm64")
|
||||||
else ()
|
else ()
|
||||||
message(FATAL_ERROR "Unable to detect architecture")
|
message(FATAL_ERROR "Unable to detect architecture: ${CMAKE_SYSTEM_PROCESSOR}")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
get_property(_is_multi GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
|
get_property(_is_multi GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
|
||||||
|
|||||||
@@ -137,9 +137,27 @@ winget install --id=SoftFever.OrcaSlicer -e
|
|||||||

|

|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## Linux (Ubuntu)
|
## Linux
|
||||||
|
|
||||||
1. If you run into trouble executing it, try this command in the terminal:
|
### Flathub (Recommended)
|
||||||
|
OrcaSlicer is available through FlatHub:
|
||||||
|
|
||||||
|
<a href='https://flathub.org/apps/com.orcaslicer.OrcaSlicer'><img width='240' alt='Download on Flathub' src='https://dl.flathub.org/assets/badges/flathub-badge-en.png'/></a>
|
||||||
|
|
||||||
|
Install from the command line:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
flatpak install flathub com.orcaslicer.OrcaSlicer
|
||||||
|
flatpak run com.orcaslicer.OrcaSlicer
|
||||||
|
```
|
||||||
|
|
||||||
|
It can also be installed through graphical software managers (KDE Discover, GNOME Software, etc.) when Flathub is enabled. Search for **OrcaSlicer** in your software center.
|
||||||
|
|
||||||
|
### AppImage
|
||||||
|
1. Download App image from the [releases page](https://github.com/OrcaSlicer/OrcaSlicer/releases).
|
||||||
|
2. Double click the downloaded file to run it.
|
||||||
|
|
||||||
|
3. If you run into trouble executing it, try this command in the terminal:
|
||||||
`chmod +x /path_to_appimage/OrcaSlicer_Linux.AppImage`
|
`chmod +x /path_to_appimage/OrcaSlicer_Linux.AppImage`
|
||||||
|
|
||||||
# How to Compile
|
# How to Compile
|
||||||
|
|||||||
@@ -504,6 +504,15 @@ if [[ -n "${USE_LLD}" ]] ; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Auto-detect ccache for faster rebuilds
|
||||||
|
export CMAKE_CCACHE_ARGS=()
|
||||||
|
if command -v ccache >/dev/null 2>&1 ; then
|
||||||
|
echo "ccache found at $(command -v ccache), enabling compiler caching..."
|
||||||
|
export CMAKE_CCACHE_ARGS=(-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache)
|
||||||
|
else
|
||||||
|
echo "Note: ccache not found. Install ccache for faster rebuilds."
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ -n "${BUILD_DEPS}" ]] ; then
|
if [[ -n "${BUILD_DEPS}" ]] ; then
|
||||||
echo "Configuring dependencies..."
|
echo "Configuring dependencies..."
|
||||||
read -r -a BUILD_ARGS <<< "${DEPS_EXTRA_BUILD_ARGS}"
|
read -r -a BUILD_ARGS <<< "${DEPS_EXTRA_BUILD_ARGS}"
|
||||||
@@ -536,7 +545,7 @@ if [[ -n "${BUILD_ORCA}" ]] || [[ -n "${BUILD_TESTS}" ]] ; then
|
|||||||
BUILD_ARGS+=(-DORCA_UPDATER_SIG_KEY="${ORCA_UPDATER_SIG_KEY}")
|
BUILD_ARGS+=(-DORCA_UPDATER_SIG_KEY="${ORCA_UPDATER_SIG_KEY}")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
print_and_run cmake -S . -B $BUILD_DIR "${CMAKE_C_CXX_COMPILER_CLANG[@]}" "${CMAKE_LLD_LINKER_ARGS[@]}" -G "Ninja Multi-Config" \
|
print_and_run cmake -S . -B $BUILD_DIR "${CMAKE_C_CXX_COMPILER_CLANG[@]}" "${CMAKE_LLD_LINKER_ARGS[@]}" "${CMAKE_CCACHE_ARGS[@]}" -G "Ninja Multi-Config" \
|
||||||
-DSLIC3R_PCH=${SLIC3R_PRECOMPILED_HEADERS} \
|
-DSLIC3R_PCH=${SLIC3R_PRECOMPILED_HEADERS} \
|
||||||
-DORCA_TOOLS=ON \
|
-DORCA_TOOLS=ON \
|
||||||
"${COLORED_OUTPUT}" \
|
"${COLORED_OUTPUT}" \
|
||||||
|
|||||||
@@ -265,8 +265,12 @@ if (MSVC)
|
|||||||
message(STATUS "\nDetected X86 compiler => building X86 deps bundle\n")
|
message(STATUS "\nDetected X86 compiler => building X86 deps bundle\n")
|
||||||
set(DEPS_ARCH "x86")
|
set(DEPS_ARCH "x86")
|
||||||
include("deps-windows.cmake")
|
include("deps-windows.cmake")
|
||||||
|
elseif ("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "ARM64")
|
||||||
|
message(STATUS "\nDetected ARM64 compiler => building ARM64 deps bundle\n")
|
||||||
|
set(DEPS_ARCH "arm64")
|
||||||
|
include("deps-windows.cmake")
|
||||||
else ()
|
else ()
|
||||||
message(FATAL_ERROR "Unable to detect architecture")
|
message(FATAL_ERROR "Unable to detect architecture: ${CMAKE_SYSTEM_PROCESSOR}")
|
||||||
endif ()
|
endif ()
|
||||||
elseif (APPLE)
|
elseif (APPLE)
|
||||||
message("OS X SDK Path: ${CMAKE_OSX_SYSROOT}")
|
message("OS X SDK Path: ${CMAKE_OSX_SYSROOT}")
|
||||||
|
|||||||
@@ -36,8 +36,10 @@ if ("${DEPS_ARCH}" STREQUAL "x86")
|
|||||||
set(DEP_PLATFORM "Win32")
|
set(DEP_PLATFORM "Win32")
|
||||||
elseif ("${DEPS_ARCH}" STREQUAL "x64")
|
elseif ("${DEPS_ARCH}" STREQUAL "x64")
|
||||||
set(DEP_PLATFORM "x64")
|
set(DEP_PLATFORM "x64")
|
||||||
|
elseif ("${DEPS_ARCH}" STREQUAL "arm64")
|
||||||
|
set(DEP_PLATFORM "ARM64")
|
||||||
else ()
|
else ()
|
||||||
message(FATAL_ERROR "Unsupported OS architecture")
|
message(FATAL_ERROR "Unsupported OS architecture: ${DEPS_ARCH}")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
if (${DEP_DEBUG})
|
if (${DEP_DEBUG})
|
||||||
@@ -64,8 +66,11 @@ if ("${DEPS_ARCH}" STREQUAL "x86")
|
|||||||
elseif ("${DEPS_ARCH}" STREQUAL "x64")
|
elseif ("${DEPS_ARCH}" STREQUAL "x64")
|
||||||
set(DEP_WXWIDGETS_TARGET "TARGET_CPU=X64")
|
set(DEP_WXWIDGETS_TARGET "TARGET_CPU=X64")
|
||||||
set(DEP_WXWIDGETS_LIBDIR "vc_x64_lib")
|
set(DEP_WXWIDGETS_LIBDIR "vc_x64_lib")
|
||||||
|
elseif ("${DEPS_ARCH}" STREQUAL "arm64")
|
||||||
|
set(DEP_WXWIDGETS_TARGET "TARGET_CPU=ARM64")
|
||||||
|
set(DEP_WXWIDGETS_LIBDIR "vc_arm64_lib")
|
||||||
else ()
|
else ()
|
||||||
message(FATAL_ERROR "Unsupported OS architecture")
|
message(FATAL_ERROR "Unsupported OS architecture: ${DEPS_ARCH}")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
find_package(Git REQUIRED)
|
find_package(Git REQUIRED)
|
||||||
|
|||||||
@@ -162,7 +162,7 @@ msgstr ""
|
|||||||
msgid "Smart fill angle"
|
msgid "Smart fill angle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "On overhangs only"
|
msgid "On highlighted overhangs only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Auto support threshold angle: "
|
msgid "Auto support threshold angle: "
|
||||||
@@ -10183,6 +10183,9 @@ msgstr ""
|
|||||||
msgid "Switch between Prepare/Preview"
|
msgid "Switch between Prepare/Preview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Toggle printable for object/part"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Plater"
|
msgid "Plater"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -12999,6 +13002,18 @@ msgstr ""
|
|||||||
msgid "Travel speed of the first layer."
|
msgid "Travel speed of the first layer."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "First layer travel acceleration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Travel acceleration of first layer."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "First layer travel jerk"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Travel jerk of first layer."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Number of slow layers"
|
msgid "Number of slow layers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -13106,6 +13121,9 @@ msgstr ""
|
|||||||
msgid "Contour"
|
msgid "Contour"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Hole"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Contour and hole"
|
msgid "Contour and hole"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -177,8 +177,8 @@ msgstr "Tipus d'eina"
|
|||||||
msgid "Smart fill angle"
|
msgid "Smart fill angle"
|
||||||
msgstr "Angle de farciment intel·ligent"
|
msgstr "Angle de farciment intel·ligent"
|
||||||
|
|
||||||
msgid "On overhangs only"
|
msgid "On highlighted overhangs only"
|
||||||
msgstr "Només als voladissos"
|
msgstr "Només als voladissos ressaltats"
|
||||||
|
|
||||||
msgid "Auto support threshold angle: "
|
msgid "Auto support threshold angle: "
|
||||||
msgstr "Angle llindar de suport automàtic: "
|
msgstr "Angle llindar de suport automàtic: "
|
||||||
@@ -15232,6 +15232,9 @@ msgstr "Només pintat"
|
|||||||
msgid "Contour"
|
msgid "Contour"
|
||||||
msgstr "Contorn"
|
msgstr "Contorn"
|
||||||
|
|
||||||
|
msgid "Hole"
|
||||||
|
msgstr "Forat"
|
||||||
|
|
||||||
msgid "Contour and hole"
|
msgid "Contour and hole"
|
||||||
msgstr "Contorn i forat"
|
msgstr "Contorn i forat"
|
||||||
|
|
||||||
|
|||||||
@@ -170,8 +170,8 @@ msgstr "Typ nástroje"
|
|||||||
msgid "Smart fill angle"
|
msgid "Smart fill angle"
|
||||||
msgstr "Úhel chytrého vyplnění"
|
msgstr "Úhel chytrého vyplnění"
|
||||||
|
|
||||||
msgid "On overhangs only"
|
msgid "On highlighted overhangs only"
|
||||||
msgstr "Pouze na převisy"
|
msgstr "Pouze na zvýrazněné převisy"
|
||||||
|
|
||||||
msgid "Auto support threshold angle: "
|
msgid "Auto support threshold angle: "
|
||||||
msgstr "Automatický prahový úhel podpěr: "
|
msgstr "Automatický prahový úhel podpěr: "
|
||||||
@@ -11072,7 +11072,7 @@ msgid "Gizmo assemble"
|
|||||||
msgstr "Gizmo sestavit"
|
msgstr "Gizmo sestavit"
|
||||||
|
|
||||||
msgid "Gizmo brim ears"
|
msgid "Gizmo brim ears"
|
||||||
msgstr "Gizmo přídavky okraje (uši)"
|
msgstr "Gizmo ouška lemu"
|
||||||
|
|
||||||
msgid "Zoom in"
|
msgid "Zoom in"
|
||||||
msgstr "Přiblížit"
|
msgstr "Přiblížit"
|
||||||
@@ -12583,13 +12583,13 @@ msgstr ""
|
|||||||
"průtokovým poměrem filamentu a případně průtokovým poměrem objektu."
|
"průtokovým poměrem filamentu a případně průtokovým poměrem objektu."
|
||||||
|
|
||||||
msgid "Set other flow ratios"
|
msgid "Set other flow ratios"
|
||||||
msgstr "Set other flow ratios"
|
msgstr "Nastavit další poměry průtoku"
|
||||||
|
|
||||||
msgid "Change flow ratios for other extrusion path types."
|
msgid "Change flow ratios for other extrusion path types."
|
||||||
msgstr "Change flow ratios for other extrusion path types."
|
msgstr "Změnit poměry průtoku pro další typy extruzních drah."
|
||||||
|
|
||||||
msgid "First layer flow ratio"
|
msgid "First layer flow ratio"
|
||||||
msgstr "First layer flow ratio"
|
msgstr "Poměr průtoku první vrstvy"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"This factor affects the amount of material on the first layer for the "
|
"This factor affects the amount of material on the first layer for the "
|
||||||
@@ -12598,14 +12598,14 @@ msgid ""
|
|||||||
"For the first layer, the actual flow ratio for each path role (does not "
|
"For the first layer, the actual flow ratio for each path role (does not "
|
||||||
"affect brims and skirts) will be multiplied by this value."
|
"affect brims and skirts) will be multiplied by this value."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"This factor affects the amount of material on the first layer for the "
|
"Tento faktor ovlivňuje množství materiálu na první vrstvě pro role extruzních "
|
||||||
"extrusion path roles listed in this section.\n"
|
"drah uvedené v této sekci.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"For the first layer, the actual flow ratio for each path role (does not "
|
"Pro první vrstvu bude skutečný poměr průtoku pro každou roli dráhy (neovlivňuje "
|
||||||
"affect brims and skirts) will be multiplied by this value."
|
"lem a sukni) vynásoben touto hodnotou."
|
||||||
|
|
||||||
msgid "Outer wall flow ratio"
|
msgid "Outer wall flow ratio"
|
||||||
msgstr "Outer wall flow ratio"
|
msgstr "Poměr průtoku vnější stěny"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"This factor affects the amount of material for outer walls.\n"
|
"This factor affects the amount of material for outer walls.\n"
|
||||||
@@ -12613,13 +12613,13 @@ msgid ""
|
|||||||
"The actual outer wall flow used is calculated by multiplying this value by "
|
"The actual outer wall flow used is calculated by multiplying this value by "
|
||||||
"the filament flow ratio, and if set, the object's flow ratio."
|
"the filament flow ratio, and if set, the object's flow ratio."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"This factor affects the amount of material for outer walls.\n"
|
"Tento faktor ovlivňuje množství materiálu pro vnější stěny.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The actual outer wall flow used is calculated by multiplying this value by "
|
"Skutečný průtok pro vnější stěny se vypočítá vynásobením této hodnoty "
|
||||||
"the filament flow ratio, and if set, the object's flow ratio."
|
"poměrem průtoku filamentu a případně také poměrem průtoku objektu."
|
||||||
|
|
||||||
msgid "Inner wall flow ratio"
|
msgid "Inner wall flow ratio"
|
||||||
msgstr "Inner wall flow ratio"
|
msgstr "Poměr průtoku vnitřní stěny"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"This factor affects the amount of material for inner walls.\n"
|
"This factor affects the amount of material for inner walls.\n"
|
||||||
@@ -12627,13 +12627,13 @@ msgid ""
|
|||||||
"The actual inner wall flow used is calculated by multiplying this value by "
|
"The actual inner wall flow used is calculated by multiplying this value by "
|
||||||
"the filament flow ratio, and if set, the object's flow ratio."
|
"the filament flow ratio, and if set, the object's flow ratio."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"This factor affects the amount of material for inner walls.\n"
|
"Tento faktor ovlivňuje množství materiálu pro vnitřní stěny.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The actual inner wall flow used is calculated by multiplying this value by "
|
"Skutečný průtok pro vnitřní stěny se vypočítá vynásobením této hodnoty "
|
||||||
"the filament flow ratio, and if set, the object's flow ratio."
|
"poměrem průtoku filamentu a případně také poměrem průtoku objektu."
|
||||||
|
|
||||||
msgid "Overhang flow ratio"
|
msgid "Overhang flow ratio"
|
||||||
msgstr "Overhang flow ratio"
|
msgstr "Poměr průtoku převisů"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"This factor affects the amount of material for overhangs.\n"
|
"This factor affects the amount of material for overhangs.\n"
|
||||||
@@ -12641,13 +12641,13 @@ msgid ""
|
|||||||
"The actual overhang flow used is calculated by multiplying this value by the "
|
"The actual overhang flow used is calculated by multiplying this value by the "
|
||||||
"filament flow ratio, and if set, the object's flow ratio."
|
"filament flow ratio, and if set, the object's flow ratio."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"This factor affects the amount of material for overhangs.\n"
|
"Tento faktor ovlivňuje množství materiálu pro převisy.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The actual overhang flow used is calculated by multiplying this value by the "
|
"Skutečný průtok pro převisy se vypočítá vynásobením této hodnoty "
|
||||||
"filament flow ratio, and if set, the object's flow ratio."
|
"poměrem průtoku filamentu a případně také poměrem průtoku objektu."
|
||||||
|
|
||||||
msgid "Sparse infill flow ratio"
|
msgid "Sparse infill flow ratio"
|
||||||
msgstr "Sparse infill flow ratio"
|
msgstr "Poměr průtoku řídké výplně"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"This factor affects the amount of material for sparse infill.\n"
|
"This factor affects the amount of material for sparse infill.\n"
|
||||||
@@ -12655,13 +12655,13 @@ msgid ""
|
|||||||
"The actual sparse infill flow used is calculated by multiplying this value "
|
"The actual sparse infill flow used is calculated by multiplying this value "
|
||||||
"by the filament flow ratio, and if set, the object's flow ratio."
|
"by the filament flow ratio, and if set, the object's flow ratio."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"This factor affects the amount of material for sparse infill.\n"
|
"Tento faktor ovlivňuje množství materiálu pro řídkou výplň.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The actual sparse infill flow used is calculated by multiplying this value "
|
"Skutečný průtok pro řídkou výplň se vypočítá vynásobením této hodnoty "
|
||||||
"by the filament flow ratio, and if set, the object's flow ratio."
|
"poměrem průtoku filamentu a případně také poměrem průtoku objektu."
|
||||||
|
|
||||||
msgid "Internal solid infill flow ratio"
|
msgid "Internal solid infill flow ratio"
|
||||||
msgstr "Internal solid infill flow ratio"
|
msgstr "Poměr průtoku vnitřní plné výplně"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"This factor affects the amount of material for internal solid infill.\n"
|
"This factor affects the amount of material for internal solid infill.\n"
|
||||||
@@ -12669,13 +12669,13 @@ msgid ""
|
|||||||
"The actual internal solid infill flow used is calculated by multiplying this "
|
"The actual internal solid infill flow used is calculated by multiplying this "
|
||||||
"value by the filament flow ratio, and if set, the object's flow ratio."
|
"value by the filament flow ratio, and if set, the object's flow ratio."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"This factor affects the amount of material for internal solid infill.\n"
|
"Tento faktor ovlivňuje množství materiálu pro vnitřní plnou výplň.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The actual internal solid infill flow used is calculated by multiplying this "
|
"Skutečný průtok pro vnitřní plnou výplň se vypočítá vynásobením této hodnoty "
|
||||||
"value by the filament flow ratio, and if set, the object's flow ratio."
|
"poměrem průtoku filamentu a případně také poměrem průtoku objektu."
|
||||||
|
|
||||||
msgid "Gap fill flow ratio"
|
msgid "Gap fill flow ratio"
|
||||||
msgstr "Gap fill flow ratio"
|
msgstr "Poměr průtoku vyplnění mezer"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"This factor affects the amount of material for filling the gaps.\n"
|
"This factor affects the amount of material for filling the gaps.\n"
|
||||||
@@ -12683,13 +12683,13 @@ msgid ""
|
|||||||
"The actual gap filling flow used is calculated by multiplying this value by "
|
"The actual gap filling flow used is calculated by multiplying this value by "
|
||||||
"the filament flow ratio, and if set, the object's flow ratio."
|
"the filament flow ratio, and if set, the object's flow ratio."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"This factor affects the amount of material for filling the gaps.\n"
|
"Tento faktor ovlivňuje množství materiálu pro vyplnění mezer.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The actual gap filling flow used is calculated by multiplying this value by "
|
"Skutečný průtok pro vyplnění mezer se vypočítá vynásobením této hodnoty "
|
||||||
"the filament flow ratio, and if set, the object's flow ratio."
|
"poměrem průtoku filamentu a případně také poměrem průtoku objektu."
|
||||||
|
|
||||||
msgid "Support flow ratio"
|
msgid "Support flow ratio"
|
||||||
msgstr "Support flow ratio"
|
msgstr "Poměr průtoku podpěr"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"This factor affects the amount of material for support.\n"
|
"This factor affects the amount of material for support.\n"
|
||||||
@@ -12697,13 +12697,13 @@ msgid ""
|
|||||||
"The actual support flow used is calculated by multiplying this value by the "
|
"The actual support flow used is calculated by multiplying this value by the "
|
||||||
"filament flow ratio, and if set, the object's flow ratio."
|
"filament flow ratio, and if set, the object's flow ratio."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"This factor affects the amount of material for support.\n"
|
"Tento faktor ovlivňuje množství materiálu pro podpěry.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The actual support flow used is calculated by multiplying this value by the "
|
"Skutečný průtok pro podpěry se vypočítá vynásobením této hodnoty "
|
||||||
"filament flow ratio, and if set, the object's flow ratio."
|
"poměrem průtoku filamentu a případně také poměrem průtoku objektu."
|
||||||
|
|
||||||
msgid "Support interface flow ratio"
|
msgid "Support interface flow ratio"
|
||||||
msgstr "Support interface flow ratio"
|
msgstr "Poměr průtoku rozhraní podpěr"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"This factor affects the amount of material for the support interface.\n"
|
"This factor affects the amount of material for the support interface.\n"
|
||||||
@@ -12711,10 +12711,10 @@ msgid ""
|
|||||||
"The actual support interface flow used is calculated by multiplying this "
|
"The actual support interface flow used is calculated by multiplying this "
|
||||||
"value by the filament flow ratio, and if set, the object's flow ratio."
|
"value by the filament flow ratio, and if set, the object's flow ratio."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"This factor affects the amount of material for the support interface.\n"
|
"Tento faktor ovlivňuje množství materiálu pro rozhraní podpěr.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The actual support interface flow used is calculated by multiplying this "
|
"Skutečný průtok pro rozhraní podpěr se vypočítá vynásobením této hodnoty "
|
||||||
"value by the filament flow ratio, and if set, the object's flow ratio."
|
"poměrem průtoku filamentu a případně také poměrem průtoku objektu."
|
||||||
|
|
||||||
msgid "Precise wall"
|
msgid "Precise wall"
|
||||||
msgstr "Přesná stěna"
|
msgstr "Přesná stěna"
|
||||||
@@ -14821,6 +14821,9 @@ msgstr "Painted only"
|
|||||||
msgid "Contour"
|
msgid "Contour"
|
||||||
msgstr "Obrys"
|
msgstr "Obrys"
|
||||||
|
|
||||||
|
msgid "Hole"
|
||||||
|
msgstr "Otvor"
|
||||||
|
|
||||||
msgid "Contour and hole"
|
msgid "Contour and hole"
|
||||||
msgstr "Obrys a otvor"
|
msgstr "Obrys a otvor"
|
||||||
|
|
||||||
|
|||||||
@@ -172,8 +172,8 @@ msgstr "Werkzeugtyp"
|
|||||||
msgid "Smart fill angle"
|
msgid "Smart fill angle"
|
||||||
msgstr "Intelligenter Füllwinkel"
|
msgstr "Intelligenter Füllwinkel"
|
||||||
|
|
||||||
msgid "On overhangs only"
|
msgid "On highlighted overhangs only"
|
||||||
msgstr "Nur an Überhängen"
|
msgstr "Nur an hervorgehobenen Überhängen"
|
||||||
|
|
||||||
msgid "Auto support threshold angle: "
|
msgid "Auto support threshold angle: "
|
||||||
msgstr "Winkel für automatische Supports: "
|
msgstr "Winkel für automatische Supports: "
|
||||||
@@ -15193,6 +15193,18 @@ msgstr "Bewegung"
|
|||||||
msgid "Travel speed of the first layer."
|
msgid "Travel speed of the first layer."
|
||||||
msgstr "Bewegungsgeschwindigkeit der ersten Schicht"
|
msgstr "Bewegungsgeschwindigkeit der ersten Schicht"
|
||||||
|
|
||||||
|
msgid "First layer travel acceleration"
|
||||||
|
msgstr "Eilgang Beschleunigung"
|
||||||
|
|
||||||
|
msgid "Travel acceleration of first layer."
|
||||||
|
msgstr "Eilgang Beschleunigung der ersten Schicht."
|
||||||
|
|
||||||
|
msgid "First layer travel jerk"
|
||||||
|
msgstr "Eilgang Ruck"
|
||||||
|
|
||||||
|
msgid "Travel jerk of first layer."
|
||||||
|
msgstr "Eilgang Ruck der ersten Schicht."
|
||||||
|
|
||||||
msgid "Number of slow layers"
|
msgid "Number of slow layers"
|
||||||
msgstr "Anzahl der langsamen Schichten"
|
msgstr "Anzahl der langsamen Schichten"
|
||||||
|
|
||||||
@@ -15345,6 +15357,9 @@ msgstr "Nur lackiert"
|
|||||||
msgid "Contour"
|
msgid "Contour"
|
||||||
msgstr "Kontur"
|
msgstr "Kontur"
|
||||||
|
|
||||||
|
msgid "Hole"
|
||||||
|
msgstr "Loch"
|
||||||
|
|
||||||
msgid "Contour and hole"
|
msgid "Contour and hole"
|
||||||
msgstr "Kontur und Loch"
|
msgstr "Kontur und Loch"
|
||||||
|
|
||||||
|
|||||||
@@ -158,7 +158,7 @@ msgstr ""
|
|||||||
msgid "Smart fill angle"
|
msgid "Smart fill angle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "On overhangs only"
|
msgid "On highlighted overhangs only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Auto support threshold angle: "
|
msgid "Auto support threshold angle: "
|
||||||
@@ -2614,7 +2614,7 @@ msgid "Brim"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Object/Part Setting"
|
msgid "Object/Part Setting"
|
||||||
msgstr "Object/part setting"
|
msgstr "Object/part settings"
|
||||||
|
|
||||||
msgid "Reset parameter"
|
msgid "Reset parameter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -13280,6 +13280,18 @@ msgstr ""
|
|||||||
msgid "Travel speed of the first layer."
|
msgid "Travel speed of the first layer."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "First layer travel acceleration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Travel acceleration of first layer."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "First layer travel jerk"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Travel jerk of first layer."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Number of slow layers"
|
msgid "Number of slow layers"
|
||||||
msgstr "This is the number of top interface layers."
|
msgstr "This is the number of top interface layers."
|
||||||
@@ -13391,6 +13403,9 @@ msgstr ""
|
|||||||
msgid "Contour"
|
msgid "Contour"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Hole"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Contour and hole"
|
msgid "Contour and hole"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -172,8 +172,8 @@ msgstr "Tipo de herramienta"
|
|||||||
msgid "Smart fill angle"
|
msgid "Smart fill angle"
|
||||||
msgstr "Ángulo de relleno en puente"
|
msgstr "Ángulo de relleno en puente"
|
||||||
|
|
||||||
msgid "On overhangs only"
|
msgid "On highlighted overhangs only"
|
||||||
msgstr "Solo en voladizos"
|
msgstr "Solo en voladizos resaltados"
|
||||||
|
|
||||||
msgid "Auto support threshold angle: "
|
msgid "Auto support threshold angle: "
|
||||||
msgstr "Ángulo del umbral de soporte automático: "
|
msgstr "Ángulo del umbral de soporte automático: "
|
||||||
@@ -15294,6 +15294,9 @@ msgstr "Solo pintado"
|
|||||||
msgid "Contour"
|
msgid "Contour"
|
||||||
msgstr "Contorno"
|
msgstr "Contorno"
|
||||||
|
|
||||||
|
msgid "Hole"
|
||||||
|
msgstr "Orificio"
|
||||||
|
|
||||||
msgid "Contour and hole"
|
msgid "Contour and hole"
|
||||||
msgstr "Contorno y orificio"
|
msgstr "Contorno y orificio"
|
||||||
|
|
||||||
|
|||||||
@@ -176,8 +176,8 @@ msgstr "Type d'outil"
|
|||||||
msgid "Smart fill angle"
|
msgid "Smart fill angle"
|
||||||
msgstr "Angle de remplissage intelligent"
|
msgstr "Angle de remplissage intelligent"
|
||||||
|
|
||||||
msgid "On overhangs only"
|
msgid "On highlighted overhangs only"
|
||||||
msgstr "Sur les surplombs uniquement"
|
msgstr "Uniquement sur les surplombs mis en évidence"
|
||||||
|
|
||||||
msgid "Auto support threshold angle: "
|
msgid "Auto support threshold angle: "
|
||||||
msgstr "Angle de seuil de support automatique : "
|
msgstr "Angle de seuil de support automatique : "
|
||||||
@@ -15433,6 +15433,9 @@ msgstr "Peint uniquement"
|
|||||||
msgid "Contour"
|
msgid "Contour"
|
||||||
msgstr "Contour"
|
msgstr "Contour"
|
||||||
|
|
||||||
|
msgid "Hole"
|
||||||
|
msgstr "Trou"
|
||||||
|
|
||||||
msgid "Contour and hole"
|
msgid "Contour and hole"
|
||||||
msgstr "Contour et trou"
|
msgstr "Contour et trou"
|
||||||
|
|
||||||
|
|||||||
@@ -169,8 +169,8 @@ msgstr "Eszköz típusa"
|
|||||||
msgid "Smart fill angle"
|
msgid "Smart fill angle"
|
||||||
msgstr "Okos kitöltési szög"
|
msgstr "Okos kitöltési szög"
|
||||||
|
|
||||||
msgid "On overhangs only"
|
msgid "On highlighted overhangs only"
|
||||||
msgstr "Csak túlnyúlásokon"
|
msgstr "Csak a kiemelt túlnyúlásokon"
|
||||||
|
|
||||||
msgid "Auto support threshold angle: "
|
msgid "Auto support threshold angle: "
|
||||||
msgstr "Automatikus támasz szögének határértéke: "
|
msgstr "Automatikus támasz szögének határértéke: "
|
||||||
@@ -14963,7 +14963,19 @@ msgid "First layer travel speed"
|
|||||||
msgstr "Első réteg mozgási sebessége"
|
msgstr "Első réteg mozgási sebessége"
|
||||||
|
|
||||||
msgid "Travel speed of the first layer."
|
msgid "Travel speed of the first layer."
|
||||||
msgstr "Az első réteg utazási sebessége."
|
msgstr "Az első réteg mozgási sebessége."
|
||||||
|
|
||||||
|
msgid "First layer travel acceleration"
|
||||||
|
msgstr "Első réteg mozgási gyorsulása"
|
||||||
|
|
||||||
|
msgid "Travel acceleration of first layer."
|
||||||
|
msgstr "Az első réteg mozgási gyorsulása."
|
||||||
|
|
||||||
|
msgid "First layer travel jerk"
|
||||||
|
msgstr "Első réteg mozgási jerkje"
|
||||||
|
|
||||||
|
msgid "Travel jerk of first layer."
|
||||||
|
msgstr "Az első réteg mozgási jerkje."
|
||||||
|
|
||||||
msgid "Number of slow layers"
|
msgid "Number of slow layers"
|
||||||
msgstr "Lassú rétegek száma"
|
msgstr "Lassú rétegek száma"
|
||||||
@@ -15110,6 +15122,9 @@ msgstr "Csak festett"
|
|||||||
msgid "Contour"
|
msgid "Contour"
|
||||||
msgstr "Kontúr"
|
msgstr "Kontúr"
|
||||||
|
|
||||||
|
msgid "Hole"
|
||||||
|
msgstr "Lyuk"
|
||||||
|
|
||||||
msgid "Contour and hole"
|
msgid "Contour and hole"
|
||||||
msgstr "Kontúr és lyuk"
|
msgstr "Kontúr és lyuk"
|
||||||
|
|
||||||
@@ -22662,7 +22677,7 @@ msgstr ""
|
|||||||
"Mikor nyomtass nyitott ajtóval\n"
|
"Mikor nyomtass nyitott ajtóval\n"
|
||||||
"Tudtad, hogy a nyomtató ajtajának kinyitásával csökkentheted az extruder/"
|
"Tudtad, hogy a nyomtató ajtajának kinyitásával csökkentheted az extruder/"
|
||||||
"fejegység eltömődésének valószínűségét, ha alacsonyabb hőmérsékletű "
|
"fejegység eltömődésének valószínűségét, ha alacsonyabb hőmérsékletű "
|
||||||
"filamentet nyomtatsz? További információ a Wikiben olvashatsz erről."
|
"filamentet nyomtatsz? További információ erről a Wikiben található."
|
||||||
|
|
||||||
#: resources/data/hints.ini: [hint:Avoid warping]
|
#: resources/data/hints.ini: [hint:Avoid warping]
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -22738,5 +22753,3 @@ msgstr ""
|
|||||||
#~ "maximális áramlás közül a kisebbik korlátozza. Kikapcsolva csak a "
|
#~ "maximális áramlás közül a kisebbik korlátozza. Kikapcsolva csak a "
|
||||||
#~ "felhasználó által megadott maximális áramlás érvényesül."
|
#~ "felhasználó által megadott maximális áramlás érvényesül."
|
||||||
|
|
||||||
#~ msgid "Travel speed of First layer."
|
|
||||||
#~ msgstr "Az első réteg mozgási sebessége."
|
|
||||||
|
|||||||
@@ -172,8 +172,8 @@ msgstr "Tipo di strumento"
|
|||||||
msgid "Smart fill angle"
|
msgid "Smart fill angle"
|
||||||
msgstr "Angolo di riempimento intelligente"
|
msgstr "Angolo di riempimento intelligente"
|
||||||
|
|
||||||
msgid "On overhangs only"
|
msgid "On highlighted overhangs only"
|
||||||
msgstr "Solo sulle sporgenze"
|
msgstr "Solo sulle sporgenze evidenziate"
|
||||||
|
|
||||||
msgid "Auto support threshold angle: "
|
msgid "Auto support threshold angle: "
|
||||||
msgstr "Angolo di soglia per supporto automatico: "
|
msgstr "Angolo di soglia per supporto automatico: "
|
||||||
@@ -15319,6 +15319,9 @@ msgstr "Solo verniciato"
|
|||||||
msgid "Contour"
|
msgid "Contour"
|
||||||
msgstr "Contorno"
|
msgstr "Contorno"
|
||||||
|
|
||||||
|
msgid "Hole"
|
||||||
|
msgstr "Foro"
|
||||||
|
|
||||||
msgid "Contour and hole"
|
msgid "Contour and hole"
|
||||||
msgstr "Contorno e foro"
|
msgstr "Contorno e foro"
|
||||||
|
|
||||||
|
|||||||
@@ -171,8 +171,8 @@ msgstr "ツールタイプ"
|
|||||||
msgid "Smart fill angle"
|
msgid "Smart fill angle"
|
||||||
msgstr "自動充填角度"
|
msgstr "自動充填角度"
|
||||||
|
|
||||||
msgid "On overhangs only"
|
msgid "On highlighted overhangs only"
|
||||||
msgstr "オーバーハングのみ"
|
msgstr "強調表示されたオーバーハングのみ"
|
||||||
|
|
||||||
msgid "Auto support threshold angle: "
|
msgid "Auto support threshold angle: "
|
||||||
msgstr "自動サポート角度閾値"
|
msgstr "自動サポート角度閾値"
|
||||||
@@ -14093,6 +14093,9 @@ msgstr "塗装のみ"
|
|||||||
msgid "Contour"
|
msgid "Contour"
|
||||||
msgstr "輪郭"
|
msgstr "輪郭"
|
||||||
|
|
||||||
|
msgid "Hole"
|
||||||
|
msgstr "穴"
|
||||||
|
|
||||||
msgid "Contour and hole"
|
msgid "Contour and hole"
|
||||||
msgstr "輪郭と穴"
|
msgstr "輪郭と穴"
|
||||||
|
|
||||||
|
|||||||
@@ -173,8 +173,8 @@ msgstr "도구 유형"
|
|||||||
msgid "Smart fill angle"
|
msgid "Smart fill angle"
|
||||||
msgstr "스마트 채우기 각도"
|
msgstr "스마트 채우기 각도"
|
||||||
|
|
||||||
msgid "On overhangs only"
|
msgid "On highlighted overhangs only"
|
||||||
msgstr "오버행에만 칠하기"
|
msgstr "강조된 오버행에만 칠하기"
|
||||||
|
|
||||||
msgid "Auto support threshold angle: "
|
msgid "Auto support threshold angle: "
|
||||||
msgstr "자동 서포트 임계값 각도: "
|
msgstr "자동 서포트 임계값 각도: "
|
||||||
@@ -14240,6 +14240,9 @@ msgstr "도색만"
|
|||||||
msgid "Contour"
|
msgid "Contour"
|
||||||
msgstr "윤곽"
|
msgstr "윤곽"
|
||||||
|
|
||||||
|
msgid "Hole"
|
||||||
|
msgstr "구멍"
|
||||||
|
|
||||||
msgid "Contour and hole"
|
msgid "Contour and hole"
|
||||||
msgstr "윤곽 및 구멍"
|
msgstr "윤곽 및 구멍"
|
||||||
|
|
||||||
|
|||||||
@@ -172,8 +172,8 @@ msgstr "Įrankio tipas"
|
|||||||
msgid "Smart fill angle"
|
msgid "Smart fill angle"
|
||||||
msgstr "Išmanaus užpildymo kampas"
|
msgstr "Išmanaus užpildymo kampas"
|
||||||
|
|
||||||
msgid "On overhangs only"
|
msgid "On highlighted overhangs only"
|
||||||
msgstr "Tik kabantiems"
|
msgstr "Tik paryškintiems kabantiems"
|
||||||
|
|
||||||
msgid "Auto support threshold angle: "
|
msgid "Auto support threshold angle: "
|
||||||
msgstr "Automatinių atramų generavimo kampas: "
|
msgstr "Automatinių atramų generavimo kampas: "
|
||||||
@@ -11223,6 +11223,9 @@ msgstr "Nutolinti"
|
|||||||
msgid "Switch between Prepare/Preview"
|
msgid "Switch between Prepare/Preview"
|
||||||
msgstr "Perjungimas tarp Paruošti / Peržiūrėti"
|
msgstr "Perjungimas tarp Paruošti / Peržiūrėti"
|
||||||
|
|
||||||
|
msgid "Toggle printable for object/part"
|
||||||
|
msgstr "Perjungti objekto / dalies spausdinimą"
|
||||||
|
|
||||||
msgid "Plater"
|
msgid "Plater"
|
||||||
msgstr "Plokštė"
|
msgstr "Plokštė"
|
||||||
|
|
||||||
@@ -15040,6 +15043,9 @@ msgstr "Tik dažytas"
|
|||||||
msgid "Contour"
|
msgid "Contour"
|
||||||
msgstr "Kontūras"
|
msgstr "Kontūras"
|
||||||
|
|
||||||
|
msgid "Hole"
|
||||||
|
msgstr "Skylė"
|
||||||
|
|
||||||
msgid "Contour and hole"
|
msgid "Contour and hole"
|
||||||
msgstr "Kontūras ir skylė"
|
msgstr "Kontūras ir skylė"
|
||||||
|
|
||||||
|
|||||||
@@ -166,8 +166,8 @@ msgstr "Hulpmiddel type"
|
|||||||
msgid "Smart fill angle"
|
msgid "Smart fill angle"
|
||||||
msgstr "Slim vullen hoek"
|
msgstr "Slim vullen hoek"
|
||||||
|
|
||||||
msgid "On overhangs only"
|
msgid "On highlighted overhangs only"
|
||||||
msgstr "Alleen op overhangen"
|
msgstr "Alleen op gemarkeerde overhangen"
|
||||||
|
|
||||||
msgid "Auto support threshold angle: "
|
msgid "Auto support threshold angle: "
|
||||||
msgstr "Maximale hoek automatische ondersteuning: "
|
msgstr "Maximale hoek automatische ondersteuning: "
|
||||||
@@ -15043,6 +15043,9 @@ msgstr "Alleen geverfd"
|
|||||||
msgid "Contour"
|
msgid "Contour"
|
||||||
msgstr "Contour"
|
msgstr "Contour"
|
||||||
|
|
||||||
|
msgid "Hole"
|
||||||
|
msgstr "Gat"
|
||||||
|
|
||||||
msgid "Contour and hole"
|
msgid "Contour and hole"
|
||||||
msgstr "Contour en gat"
|
msgstr "Contour en gat"
|
||||||
|
|
||||||
|
|||||||
@@ -164,8 +164,8 @@ msgstr "Typ narzędzia"
|
|||||||
msgid "Smart fill angle"
|
msgid "Smart fill angle"
|
||||||
msgstr "Kąt inteligentnego wypełniania"
|
msgstr "Kąt inteligentnego wypełniania"
|
||||||
|
|
||||||
msgid "On overhangs only"
|
msgid "On highlighted overhangs only"
|
||||||
msgstr "Tylko na nawisach"
|
msgstr "Tylko na podświetlonych nawisach"
|
||||||
|
|
||||||
msgid "Auto support threshold angle: "
|
msgid "Auto support threshold angle: "
|
||||||
msgstr "Automatyczny kąt progowy podpory: "
|
msgstr "Automatyczny kąt progowy podpory: "
|
||||||
@@ -14539,6 +14539,9 @@ msgstr "Tylko malowane"
|
|||||||
msgid "Contour"
|
msgid "Contour"
|
||||||
msgstr "Kontur"
|
msgstr "Kontur"
|
||||||
|
|
||||||
|
msgid "Hole"
|
||||||
|
msgstr "Otwory"
|
||||||
|
|
||||||
msgid "Contour and hole"
|
msgid "Contour and hole"
|
||||||
msgstr "Kontur i otwory"
|
msgstr "Kontur i otwory"
|
||||||
|
|
||||||
|
|||||||
@@ -178,8 +178,8 @@ msgstr "Tipo de ferramenta"
|
|||||||
msgid "Smart fill angle"
|
msgid "Smart fill angle"
|
||||||
msgstr "Ângulo de preenchimento inteligente"
|
msgstr "Ângulo de preenchimento inteligente"
|
||||||
|
|
||||||
msgid "On overhangs only"
|
msgid "On highlighted overhangs only"
|
||||||
msgstr "Apenas em saliências"
|
msgstr "Apenas em saliências destacadas"
|
||||||
|
|
||||||
msgid "Auto support threshold angle: "
|
msgid "Auto support threshold angle: "
|
||||||
msgstr "Ângulo limiar de suporte automático: "
|
msgstr "Ângulo limiar de suporte automático: "
|
||||||
@@ -4331,7 +4331,7 @@ msgstr ""
|
|||||||
"seam_slope_start_height precisa ser menor que layer_height.\n"
|
"seam_slope_start_height precisa ser menor que layer_height.\n"
|
||||||
"Redefinir para 0."
|
"Redefinir para 0."
|
||||||
|
|
||||||
#, fuzzy, c-format, boost-format
|
#, no-c-format, no-boost-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Lock depth should smaller than skin depth.\n"
|
"Lock depth should smaller than skin depth.\n"
|
||||||
"Reset to 50% of skin depth."
|
"Reset to 50% of skin depth."
|
||||||
@@ -15186,6 +15186,9 @@ msgstr "Somente pintado"
|
|||||||
msgid "Contour"
|
msgid "Contour"
|
||||||
msgstr "Contorno"
|
msgstr "Contorno"
|
||||||
|
|
||||||
|
msgid "Hole"
|
||||||
|
msgstr "Furo"
|
||||||
|
|
||||||
msgid "Contour and hole"
|
msgid "Contour and hole"
|
||||||
msgstr "Contorno e furo"
|
msgstr "Contorno e furo"
|
||||||
|
|
||||||
|
|||||||
@@ -185,8 +185,8 @@ msgstr "Инструмент"
|
|||||||
msgid "Smart fill angle"
|
msgid "Smart fill angle"
|
||||||
msgstr "Угол для умной заливки"
|
msgstr "Угол для умной заливки"
|
||||||
|
|
||||||
msgid "On overhangs only"
|
msgid "On highlighted overhangs only"
|
||||||
msgstr "Только на нависаниях"
|
msgstr "Только на подсвеченных нависаниях"
|
||||||
|
|
||||||
msgid "Auto support threshold angle: "
|
msgid "Auto support threshold angle: "
|
||||||
msgstr "Пороговый угол автоподдержки: "
|
msgstr "Пороговый угол автоподдержки: "
|
||||||
@@ -15501,6 +15501,9 @@ msgstr "Вручную"
|
|||||||
msgid "Contour"
|
msgid "Contour"
|
||||||
msgstr "Контур"
|
msgstr "Контур"
|
||||||
|
|
||||||
|
msgid "Hole"
|
||||||
|
msgstr "Отверстия"
|
||||||
|
|
||||||
msgid "Contour and hole"
|
msgid "Contour and hole"
|
||||||
msgstr "Контур и отверстия"
|
msgstr "Контур и отверстия"
|
||||||
|
|
||||||
|
|||||||
@@ -163,8 +163,8 @@ msgstr "Verktygs typ"
|
|||||||
msgid "Smart fill angle"
|
msgid "Smart fill angle"
|
||||||
msgstr "Smart fyllningsvinkel"
|
msgstr "Smart fyllningsvinkel"
|
||||||
|
|
||||||
msgid "On overhangs only"
|
msgid "On highlighted overhangs only"
|
||||||
msgstr "Endast på överhäng"
|
msgstr "Endast på markerade överhäng"
|
||||||
|
|
||||||
msgid "Auto support threshold angle: "
|
msgid "Auto support threshold angle: "
|
||||||
msgstr "Automatisk support tröskelsvinkel: "
|
msgstr "Automatisk support tröskelsvinkel: "
|
||||||
@@ -14883,6 +14883,9 @@ msgstr "Endast målad"
|
|||||||
msgid "Contour"
|
msgid "Contour"
|
||||||
msgstr "Kontur"
|
msgstr "Kontur"
|
||||||
|
|
||||||
|
msgid "Hole"
|
||||||
|
msgstr "Hål"
|
||||||
|
|
||||||
msgid "Contour and hole"
|
msgid "Contour and hole"
|
||||||
msgstr "Kontur och hål"
|
msgstr "Kontur och hål"
|
||||||
|
|
||||||
|
|||||||
@@ -157,8 +157,8 @@ msgstr "Araç türü"
|
|||||||
msgid "Smart fill angle"
|
msgid "Smart fill angle"
|
||||||
msgstr "Akıllı doldurma açısı"
|
msgstr "Akıllı doldurma açısı"
|
||||||
|
|
||||||
msgid "On overhangs only"
|
msgid "On highlighted overhangs only"
|
||||||
msgstr "Yalnızca çıkıntılarda"
|
msgstr "Yalnızca vurgulanan çıkıntılarda"
|
||||||
|
|
||||||
msgid "Auto support threshold angle: "
|
msgid "Auto support threshold angle: "
|
||||||
msgstr "Otomatik destek eşik açısı: "
|
msgstr "Otomatik destek eşik açısı: "
|
||||||
@@ -13339,6 +13339,9 @@ msgstr "Sadece boyalı"
|
|||||||
msgid "Contour"
|
msgid "Contour"
|
||||||
msgstr "Kontur"
|
msgstr "Kontur"
|
||||||
|
|
||||||
|
msgid "Hole"
|
||||||
|
msgstr "Delik"
|
||||||
|
|
||||||
msgid "Contour and hole"
|
msgid "Contour and hole"
|
||||||
msgstr "Kontur ve delik"
|
msgstr "Kontur ve delik"
|
||||||
|
|
||||||
|
|||||||
@@ -168,8 +168,8 @@ msgstr "Тип інструменту"
|
|||||||
msgid "Smart fill angle"
|
msgid "Smart fill angle"
|
||||||
msgstr "Кут розумного заповнення"
|
msgstr "Кут розумного заповнення"
|
||||||
|
|
||||||
msgid "On overhangs only"
|
msgid "On highlighted overhangs only"
|
||||||
msgstr "Тільки на нависаннях"
|
msgstr "Тільки на підсвічених нависанняхх"
|
||||||
|
|
||||||
msgid "Auto support threshold angle: "
|
msgid "Auto support threshold angle: "
|
||||||
msgstr "Поріг кута автоматичної підтримки: "
|
msgstr "Поріг кута автоматичної підтримки: "
|
||||||
@@ -14536,6 +14536,9 @@ msgstr "Тільки пофарбовані"
|
|||||||
msgid "Contour"
|
msgid "Contour"
|
||||||
msgstr "Контур"
|
msgstr "Контур"
|
||||||
|
|
||||||
|
msgid "Hole"
|
||||||
|
msgstr "Отвір"
|
||||||
|
|
||||||
msgid "Contour and hole"
|
msgid "Contour and hole"
|
||||||
msgstr "Контур та отвір"
|
msgstr "Контур та отвір"
|
||||||
|
|
||||||
|
|||||||
@@ -167,8 +167,8 @@ msgstr "Loại công cụ"
|
|||||||
msgid "Smart fill angle"
|
msgid "Smart fill angle"
|
||||||
msgstr "Góc tô thông minh"
|
msgstr "Góc tô thông minh"
|
||||||
|
|
||||||
msgid "On overhangs only"
|
msgid "On highlighted overhangs only"
|
||||||
msgstr "Chỉ trên overhang"
|
msgstr "Chỉ trên các overhang được làm nổi bật"
|
||||||
|
|
||||||
msgid "Auto support threshold angle: "
|
msgid "Auto support threshold angle: "
|
||||||
msgstr "Góc ngưỡng tự động support: "
|
msgstr "Góc ngưỡng tự động support: "
|
||||||
@@ -14730,6 +14730,9 @@ msgstr "Chỉ được sơn"
|
|||||||
msgid "Contour"
|
msgid "Contour"
|
||||||
msgstr "Đường viền"
|
msgstr "Đường viền"
|
||||||
|
|
||||||
|
msgid "Hole"
|
||||||
|
msgstr "Lỗ"
|
||||||
|
|
||||||
msgid "Contour and hole"
|
msgid "Contour and hole"
|
||||||
msgstr "Đường viền và lỗ"
|
msgstr "Đường viền và lỗ"
|
||||||
|
|
||||||
|
|||||||
@@ -161,8 +161,8 @@ msgstr "工具类型"
|
|||||||
msgid "Smart fill angle"
|
msgid "Smart fill angle"
|
||||||
msgstr "智能填充角度"
|
msgstr "智能填充角度"
|
||||||
|
|
||||||
msgid "On overhangs only"
|
msgid "On highlighted overhangs only"
|
||||||
msgstr "仅对悬垂区生效"
|
msgstr "仅对高亮悬垂区生效"
|
||||||
|
|
||||||
msgid "Auto support threshold angle: "
|
msgid "Auto support threshold angle: "
|
||||||
msgstr "自动支撑角度阈值:"
|
msgstr "自动支撑角度阈值:"
|
||||||
@@ -1764,7 +1764,7 @@ msgid "Choose one file (GCODE/3MF):"
|
|||||||
msgstr "选择一个文件(GCODE/3MF):"
|
msgstr "选择一个文件(GCODE/3MF):"
|
||||||
|
|
||||||
msgid "Ext"
|
msgid "Ext"
|
||||||
msgstr "分机"
|
msgstr "Ext"
|
||||||
|
|
||||||
msgid "Some presets are modified."
|
msgid "Some presets are modified."
|
||||||
msgstr "预设已被修改。"
|
msgstr "预设已被修改。"
|
||||||
@@ -5726,13 +5726,13 @@ msgid "Pass 1"
|
|||||||
msgstr "粗调"
|
msgstr "粗调"
|
||||||
|
|
||||||
msgid "Flow ratio test - Pass 1"
|
msgid "Flow ratio test - Pass 1"
|
||||||
msgstr "流量比例测试 - 通过 1"
|
msgstr "流量比例测试 - 粗调"
|
||||||
|
|
||||||
msgid "Pass 2"
|
msgid "Pass 2"
|
||||||
msgstr "细调"
|
msgstr "微调"
|
||||||
|
|
||||||
msgid "Flow ratio test - Pass 2"
|
msgid "Flow ratio test - Pass 2"
|
||||||
msgstr "流量比例测试 - 通过 2"
|
msgstr "流量比例测试 - 微调"
|
||||||
|
|
||||||
msgid "YOLO (Recommended)"
|
msgid "YOLO (Recommended)"
|
||||||
msgstr "YOLO(推荐)"
|
msgstr "YOLO(推荐)"
|
||||||
@@ -5871,7 +5871,7 @@ msgid "The project is no longer available."
|
|||||||
msgstr "此项目不可用。"
|
msgstr "此项目不可用。"
|
||||||
|
|
||||||
msgid "Filament Settings"
|
msgid "Filament Settings"
|
||||||
msgstr "打印丝设置"
|
msgstr "材料设置"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Do you want to synchronize your personal data from Bambu Cloud?\n"
|
"Do you want to synchronize your personal data from Bambu Cloud?\n"
|
||||||
@@ -5880,7 +5880,7 @@ msgid ""
|
|||||||
"2. The Filament presets\n"
|
"2. The Filament presets\n"
|
||||||
"3. The Printer presets"
|
"3. The Printer presets"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"想从Bambu 云同步你的个人数据吗?\n"
|
"想从 Bambu 云同步你的个人数据吗?\n"
|
||||||
"包含如下信息:\n"
|
"包含如下信息:\n"
|
||||||
"1. 工艺预设\n"
|
"1. 工艺预设\n"
|
||||||
"2. 打印丝预设\n"
|
"2. 打印丝预设\n"
|
||||||
@@ -5923,7 +5923,7 @@ msgid "Initializing..."
|
|||||||
msgstr "正在初始化……"
|
msgstr "正在初始化……"
|
||||||
|
|
||||||
msgid "Connection Failed. Please check the network and try again"
|
msgid "Connection Failed. Please check the network and try again"
|
||||||
msgstr "链接失败。请检查网络后重试"
|
msgstr "连接失败。请检查网络后重试"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please check the network and try again. You can restart or update the "
|
"Please check the network and try again. You can restart or update the "
|
||||||
@@ -6349,7 +6349,7 @@ msgid "Debug Info"
|
|||||||
msgstr "调试信息"
|
msgstr "调试信息"
|
||||||
|
|
||||||
msgid "Filament loading..."
|
msgid "Filament loading..."
|
||||||
msgstr "耗材丝进料..."
|
msgstr "耗材丝进料中..."
|
||||||
|
|
||||||
msgid "No Storage"
|
msgid "No Storage"
|
||||||
msgstr "无存储"
|
msgstr "无存储"
|
||||||
@@ -7304,8 +7304,8 @@ msgid ""
|
|||||||
"The object from file %s is too small, and maybe in meters or inches.\n"
|
"The object from file %s is too small, and maybe in meters or inches.\n"
|
||||||
" Do you want to scale to millimeters?"
|
" Do you want to scale to millimeters?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"文件 %s 中对象的尺寸似乎是以米或者英寸为单位定义的。\n"
|
"文件 %s 中对象的尺寸过小,似乎是以米(m)或者英寸(inch)为单位定义的。\n"
|
||||||
"逆戟鲸切片器的内部单位为毫米。是否要转换成毫米?"
|
"OrcaSlicer的内部单位为毫米(mm)。是否要转换成毫米(mm)?"
|
||||||
|
|
||||||
msgid "Object too small"
|
msgid "Object too small"
|
||||||
msgstr "对象尺寸过小"
|
msgstr "对象尺寸过小"
|
||||||
@@ -7547,7 +7547,7 @@ msgid ""
|
|||||||
msgstr "未提供校准加速度。使用默认加速度值"
|
msgstr "未提供校准加速度。使用默认加速度值"
|
||||||
|
|
||||||
msgid "mm/s²"
|
msgid "mm/s²"
|
||||||
msgstr "毫米/秒²"
|
msgstr "mm/s²"
|
||||||
|
|
||||||
msgid "No speeds provided for calibration. Use default optimal speed "
|
msgid "No speeds provided for calibration. Use default optimal speed "
|
||||||
msgstr "未提供校准速度。使用默认最佳速度"
|
msgstr "未提供校准速度。使用默认最佳速度"
|
||||||
@@ -7609,10 +7609,10 @@ msgid "The current project has unsaved changes, save it before continue?"
|
|||||||
msgstr "当前项目包含未保存的修改,是否先保存?"
|
msgstr "当前项目包含未保存的修改,是否先保存?"
|
||||||
|
|
||||||
msgid "Number of copies:"
|
msgid "Number of copies:"
|
||||||
msgstr "克隆数量:"
|
msgstr "复制数量:"
|
||||||
|
|
||||||
msgid "Copies of the selected object"
|
msgid "Copies of the selected object"
|
||||||
msgstr "所选对象的克隆数量"
|
msgstr "所选对象的复制数量"
|
||||||
|
|
||||||
msgid "Save G-code file as:"
|
msgid "Save G-code file as:"
|
||||||
msgstr "G-code文件另存为:"
|
msgstr "G-code文件另存为:"
|
||||||
@@ -7752,19 +7752,19 @@ msgstr "对象名字:%1%\n"
|
|||||||
|
|
||||||
#, boost-format
|
#, boost-format
|
||||||
msgid "Size: %1% x %2% x %3% in\n"
|
msgid "Size: %1% x %2% x %3% in\n"
|
||||||
msgstr "大小:%1% x %2% x %3% 英寸\n"
|
msgstr "大小:%1% x %2% x %3% in\n"
|
||||||
|
|
||||||
#, boost-format
|
#, boost-format
|
||||||
msgid "Size: %1% x %2% x %3% mm\n"
|
msgid "Size: %1% x %2% x %3% mm\n"
|
||||||
msgstr "大小: %1% x %2% x %3% 毫米\n"
|
msgstr "大小: %1% x %2% x %3% mm\n"
|
||||||
|
|
||||||
#, boost-format
|
#, boost-format
|
||||||
msgid "Volume: %1% in³\n"
|
msgid "Volume: %1% in³\n"
|
||||||
msgstr "体积: %1% 英寸³\n"
|
msgstr "体积: %1% in³\n"
|
||||||
|
|
||||||
#, boost-format
|
#, boost-format
|
||||||
msgid "Volume: %1% mm³\n"
|
msgid "Volume: %1% mm³\n"
|
||||||
msgstr "体积: %1% 毫米³\n"
|
msgstr "体积: %1% mm³\n"
|
||||||
|
|
||||||
#, boost-format
|
#, boost-format
|
||||||
msgid "Triangles: %1%\n"
|
msgid "Triangles: %1%\n"
|
||||||
@@ -7813,7 +7813,7 @@ msgid "rear"
|
|||||||
msgstr "后部"
|
msgstr "后部"
|
||||||
|
|
||||||
msgid "Switching the language requires application restart.\n"
|
msgid "Switching the language requires application restart.\n"
|
||||||
msgstr "切换语言要求重启应用程序。\n"
|
msgstr "切换语言需要重启应用程序。\n"
|
||||||
|
|
||||||
msgid "Do you want to continue?"
|
msgid "Do you want to continue?"
|
||||||
msgstr "是否继续?"
|
msgstr "是否继续?"
|
||||||
@@ -7852,7 +7852,7 @@ msgid "The period of backup in seconds."
|
|||||||
msgstr "备份的周期"
|
msgstr "备份的周期"
|
||||||
|
|
||||||
msgid "Bed Temperature Difference Warning"
|
msgid "Bed Temperature Difference Warning"
|
||||||
msgstr "床温差警告"
|
msgstr "热床温度不同警告"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Using filaments with significantly different temperatures may cause:\n"
|
"Using filaments with significantly different temperatures may cause:\n"
|
||||||
@@ -7895,10 +7895,10 @@ msgid "General"
|
|||||||
msgstr "常规"
|
msgstr "常规"
|
||||||
|
|
||||||
msgid "Metric"
|
msgid "Metric"
|
||||||
msgstr "公制"
|
msgstr "公制(Metric)"
|
||||||
|
|
||||||
msgid "Imperial"
|
msgid "Imperial"
|
||||||
msgstr "英制"
|
msgstr "英制(Imperial)"
|
||||||
|
|
||||||
msgid "Units"
|
msgid "Units"
|
||||||
msgstr "单位"
|
msgstr "单位"
|
||||||
@@ -8027,7 +8027,7 @@ msgid "Optimizes filament area maximum height by chosen filament count."
|
|||||||
msgstr "根据选定的耗材丝数量优化耗材区域最大高度"
|
msgstr "根据选定的耗材丝数量优化耗材区域最大高度"
|
||||||
|
|
||||||
msgid "Features"
|
msgid "Features"
|
||||||
msgstr "特征"
|
msgstr "特性"
|
||||||
|
|
||||||
msgid "Multi device management"
|
msgid "Multi device management"
|
||||||
msgstr "多设备管理"
|
msgstr "多设备管理"
|
||||||
@@ -10226,7 +10226,7 @@ msgid ""
|
|||||||
msgstr "仅同步耗材丝类型和颜色,不包括插槽信息。"
|
msgstr "仅同步耗材丝类型和颜色,不包括插槽信息。"
|
||||||
|
|
||||||
msgid "Ext spool"
|
msgid "Ext spool"
|
||||||
msgstr "外线轴"
|
msgstr "外置耗材盘"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please check whether the nozzle type of the device is the same as the preset "
|
"Please check whether the nozzle type of the device is the same as the preset "
|
||||||
@@ -10300,16 +10300,16 @@ msgid "For constant flow rate, hold %1% while dragging."
|
|||||||
msgstr "为保持恒定流量,拖动时按住%1%"
|
msgstr "为保持恒定流量,拖动时按住%1%"
|
||||||
|
|
||||||
msgid "ms"
|
msgid "ms"
|
||||||
msgstr "多发性硬化症"
|
msgstr "ms"
|
||||||
|
|
||||||
msgid "Total ramming"
|
msgid "Total ramming"
|
||||||
msgstr "总顶压"
|
msgstr "总冲刷量"
|
||||||
|
|
||||||
msgid "Volume"
|
msgid "Volume"
|
||||||
msgstr "体积"
|
msgstr "体积"
|
||||||
|
|
||||||
msgid "Ramming line"
|
msgid "Ramming line"
|
||||||
msgstr "顶压线"
|
msgstr "预冲刷线"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Orca would re-calculate your flushing volumes everytime the filaments color "
|
"Orca would re-calculate your flushing volumes everytime the filaments color "
|
||||||
@@ -11968,7 +11968,7 @@ msgstr ""
|
|||||||
"以及对象的流量比(如果已设置)来计算的。"
|
"以及对象的流量比(如果已设置)来计算的。"
|
||||||
|
|
||||||
msgid "Support flow ratio"
|
msgid "Support flow ratio"
|
||||||
msgstr "支持流量比"
|
msgstr "支撑流量比"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"This factor affects the amount of material for support.\n"
|
"This factor affects the amount of material for support.\n"
|
||||||
@@ -11980,7 +11980,7 @@ msgstr ""
|
|||||||
"象的流量比(如果已设置)来计算的。"
|
"象的流量比(如果已设置)来计算的。"
|
||||||
|
|
||||||
msgid "Support interface flow ratio"
|
msgid "Support interface flow ratio"
|
||||||
msgstr "支持接口流量比例"
|
msgstr "支撑面流量比例"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"This factor affects the amount of material for the support interface.\n"
|
"This factor affects the amount of material for the support interface.\n"
|
||||||
@@ -13049,10 +13049,10 @@ msgid ""
|
|||||||
msgstr "打印此材料的所需的最小喷嘴硬度。零值表示不检查喷嘴硬度。"
|
msgstr "打印此材料的所需的最小喷嘴硬度。零值表示不检查喷嘴硬度。"
|
||||||
|
|
||||||
msgid "Filament map to extruder"
|
msgid "Filament map to extruder"
|
||||||
msgstr "耗材图至挤出机"
|
msgstr "耗材映射到挤出机"
|
||||||
|
|
||||||
msgid "Filament map to extruder."
|
msgid "Filament map to extruder."
|
||||||
msgstr "耗材图到挤出机。"
|
msgstr "耗材映射到挤出机。"
|
||||||
|
|
||||||
msgid "Auto For Flush"
|
msgid "Auto For Flush"
|
||||||
msgstr "自动冲洗"
|
msgstr "自动冲洗"
|
||||||
@@ -13894,6 +13894,9 @@ msgstr "仅涂漆"
|
|||||||
msgid "Contour"
|
msgid "Contour"
|
||||||
msgstr "轮廓"
|
msgstr "轮廓"
|
||||||
|
|
||||||
|
msgid "Hole"
|
||||||
|
msgstr "孔"
|
||||||
|
|
||||||
msgid "Contour and hole"
|
msgid "Contour and hole"
|
||||||
msgstr "轮廓和孔"
|
msgstr "轮廓和孔"
|
||||||
|
|
||||||
@@ -15768,7 +15771,7 @@ msgstr ""
|
|||||||
"不使用该值。"
|
"不使用该值。"
|
||||||
|
|
||||||
msgid "∆℃"
|
msgid "∆℃"
|
||||||
msgstr "℃"
|
msgstr "∆℃"
|
||||||
|
|
||||||
msgid "Preheat time"
|
msgid "Preheat time"
|
||||||
msgstr "预热时间"
|
msgstr "预热时间"
|
||||||
@@ -15860,7 +15863,7 @@ msgid "Enable filament ramming"
|
|||||||
msgstr "启用耗材尖端成型"
|
msgstr "启用耗材尖端成型"
|
||||||
|
|
||||||
msgid "No sparse layers (beta)"
|
msgid "No sparse layers (beta)"
|
||||||
msgstr "无稀疏层 (实验)"
|
msgstr "无稀疏层 (实验功能)"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"If enabled, the wipe tower will not be printed on layers with no tool "
|
"If enabled, the wipe tower will not be printed on layers with no tool "
|
||||||
@@ -19170,7 +19173,7 @@ msgid ""
|
|||||||
"Note: If the only preset under this filament is deleted, the filament will "
|
"Note: If the only preset under this filament is deleted, the filament will "
|
||||||
"be deleted after exiting the dialog."
|
"be deleted after exiting the dialog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"注意:如果在该耗材下仅有的预设被删除,那么在退出对话框后,该耗材将被删除。"
|
"注意:如果在该耗材下仅有的预设被删除,在关闭对话框后,该耗材将被删除。"
|
||||||
|
|
||||||
msgid "Presets inherited by other presets cannot be deleted"
|
msgid "Presets inherited by other presets cannot be deleted"
|
||||||
msgstr "附属于其他预设的预设不能被删除。"
|
msgstr "附属于其他预设的预设不能被删除。"
|
||||||
@@ -19341,7 +19344,7 @@ msgid "Success!"
|
|||||||
msgstr "成功!"
|
msgstr "成功!"
|
||||||
|
|
||||||
msgid "Are you sure to log out?"
|
msgid "Are you sure to log out?"
|
||||||
msgstr "您确定要注销吗?"
|
msgstr "您确定要登出吗?"
|
||||||
|
|
||||||
msgid "View print host webui in Device tab"
|
msgid "View print host webui in Device tab"
|
||||||
msgstr "在 设备 标签页中查看打印机主机的网页界面"
|
msgstr "在 设备 标签页中查看打印机主机的网页界面"
|
||||||
@@ -19760,7 +19763,7 @@ msgid ""
|
|||||||
"set the outer wall speed to be 40 to 60 mm/s when slicing."
|
"set the outer wall speed to be 40 to 60 mm/s when slicing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"为了使打印件获得更高的光泽度,请在使用前将耗材干燥,并在切片时将外壁速度设置"
|
"为了使打印件获得更高的光泽度,请在使用前将耗材干燥,并在切片时将外壁速度设置"
|
||||||
"为 40 至 60 毫米/秒。"
|
"为 40 至 60 mm/s。"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"This filament is only used to print models with a low density usually, and "
|
"This filament is only used to print models with a low density usually, and "
|
||||||
@@ -19793,7 +19796,7 @@ msgid ""
|
|||||||
"the AMS. Printing it is of many requirements, and to get better printing "
|
"the AMS. Printing it is of many requirements, and to get better printing "
|
||||||
"quality, please refer to this wiki: TPU printing guide."
|
"quality, please refer to this wiki: TPU printing guide."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"该耗材具有足够高的硬度(约 67 D)并且与 AMS 兼容。打印此类耗材需要满足较多条"
|
"该耗材具有足够高的硬度(约 67D)并且与 AMS 兼容。打印此类耗材需要满足较多条"
|
||||||
"件,为了获得更好的打印质量,请参考这个英文wiki:TPU printing guide(“TPU打印"
|
"件,为了获得更好的打印质量,请参考这个英文wiki:TPU printing guide(“TPU打印"
|
||||||
"指南”)"
|
"指南”)"
|
||||||
|
|
||||||
@@ -19884,7 +19887,7 @@ msgid "The number of printers in use simultaneously cannot be equal to 0."
|
|||||||
msgstr "同时使用的打印机数量不能等于0。"
|
msgstr "同时使用的打印机数量不能等于0。"
|
||||||
|
|
||||||
msgid "Use External Spool"
|
msgid "Use External Spool"
|
||||||
msgstr "使用外置线卷"
|
msgstr "使用外置耗材盘"
|
||||||
|
|
||||||
msgid "Select Printers"
|
msgid "Select Printers"
|
||||||
msgstr "选择打印机"
|
msgstr "选择打印机"
|
||||||
@@ -20642,7 +20645,7 @@ msgid ""
|
|||||||
"Did you know that you can save wasted filament by flushing it into support/"
|
"Did you know that you can save wasted filament by flushing it into support/"
|
||||||
"objects/infill during filament change?"
|
"objects/infill during filament change?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"冲刷到支持/对象/填充中\n"
|
"冲刷到支撑/对象/填充中\n"
|
||||||
"你知道吗?你可以在换料时将它们冲入支撑/对象/填充,以节省浪费的料丝。"
|
"你知道吗?你可以在换料时将它们冲入支撑/对象/填充,以节省浪费的料丝。"
|
||||||
|
|
||||||
#: resources/data/hints.ini: [hint:Improve strength]
|
#: resources/data/hints.ini: [hint:Improve strength]
|
||||||
|
|||||||
@@ -166,8 +166,8 @@ msgstr "筆刷類型"
|
|||||||
msgid "Smart fill angle"
|
msgid "Smart fill angle"
|
||||||
msgstr "智慧填充角度"
|
msgstr "智慧填充角度"
|
||||||
|
|
||||||
msgid "On overhangs only"
|
msgid "On highlighted overhangs only"
|
||||||
msgstr "僅對懸空區生效"
|
msgstr "僅對高亮懸空區生效"
|
||||||
|
|
||||||
msgid "Auto support threshold angle: "
|
msgid "Auto support threshold angle: "
|
||||||
msgstr "自動支撐角度臨界值:"
|
msgstr "自動支撐角度臨界值:"
|
||||||
@@ -14006,6 +14006,9 @@ msgstr "僅塗漆"
|
|||||||
msgid "Contour"
|
msgid "Contour"
|
||||||
msgstr "輪廓"
|
msgstr "輪廓"
|
||||||
|
|
||||||
|
msgid "Hole"
|
||||||
|
msgstr "孔洞"
|
||||||
|
|
||||||
msgid "Contour and hole"
|
msgid "Contour and hole"
|
||||||
msgstr "輪廓和孔"
|
msgstr "輪廓和孔"
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 12 MiB After Width: | Height: | Size: 10 MiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 39 KiB |
@@ -0,0 +1,112 @@
|
|||||||
|
{
|
||||||
|
"00.00.00.00": {
|
||||||
|
"display_name": "Bambu Lab X2D",
|
||||||
|
"print": {
|
||||||
|
"ipcam": {
|
||||||
|
"resolution_supported": [ "1080p" ],
|
||||||
|
"virtual_camera": "enabled",
|
||||||
|
"liveview": {
|
||||||
|
"remote": "tutk"
|
||||||
|
},
|
||||||
|
"file": {
|
||||||
|
"local": "local",
|
||||||
|
"remote": "tutk",
|
||||||
|
"model_download": "enabled"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"nozzle_temp_range": [ 0, 300 ],
|
||||||
|
"nozzle_replace_wiki": {
|
||||||
|
"zh": "https://wiki.bambulab.com/zh/h2/maintenance/replace-hotend",
|
||||||
|
"en": "https://wiki.bambulab.com/en/h2/maintenance/replace-hotend"
|
||||||
|
},
|
||||||
|
"bed_temp_range": [ 0, 120 ],
|
||||||
|
"support_motor_noise_cali": false,
|
||||||
|
"support_tunnel_mqtt": true,
|
||||||
|
"support_mqtt_alive": true,
|
||||||
|
"support_command_ams_switch": true,
|
||||||
|
"support_ssl_for_mqtt": true,
|
||||||
|
"support_cloud_print_only": false,
|
||||||
|
"support_1080dpi": true,
|
||||||
|
"support_prompt_sound": false,
|
||||||
|
"support_ams_humidity": true,
|
||||||
|
"support_auto_recovery_step_loss": true,
|
||||||
|
"support_bed_leveling": 2,
|
||||||
|
"support_update_remain": true,
|
||||||
|
"support_timelapse": true,
|
||||||
|
"support_filament_backup": true,
|
||||||
|
"support_chamber_fan": true,
|
||||||
|
"support_aux_fan": true,
|
||||||
|
"support_send_to_sd": true,
|
||||||
|
"support_print_all": true,
|
||||||
|
"support_print_without_sd": true,
|
||||||
|
"support_flow_calibration": true,
|
||||||
|
"support_auto_flow_calibration": true,
|
||||||
|
"support_build_plate_marker_detect": true,
|
||||||
|
"support_build_plate_marker_detect_type": 2,
|
||||||
|
"support_lidar_calibration": false,
|
||||||
|
"support_nozzle_offset_calibration": true,
|
||||||
|
"support_high_tempbed_calibration": true,
|
||||||
|
"support_clump_position_calibration": true,
|
||||||
|
"support_ai_monitoring": true,
|
||||||
|
"support_first_layer_inspect": false,
|
||||||
|
"support_save_remote_print_file_to_storage": true,
|
||||||
|
"support_chamber": true,
|
||||||
|
"support_chamber_temp_edit": true,
|
||||||
|
"support_chamber_temp_edit_range": [0, 65],
|
||||||
|
"support_chamber_temp_switch_heating": 40,
|
||||||
|
"support_extrusion_cali": false,
|
||||||
|
"support_user_preset": false,
|
||||||
|
"support_ams_ext_mix_print": true,
|
||||||
|
"support_ams_filament_change_abort": true
|
||||||
|
},
|
||||||
|
"fan" : {
|
||||||
|
"0" :
|
||||||
|
{
|
||||||
|
"mode_name": "Strong Cooling",
|
||||||
|
"2": "Left(Aux)",
|
||||||
|
"10": {
|
||||||
|
"-1": "Right(Aux)",
|
||||||
|
"0": "Right(Aux)",
|
||||||
|
"1": "Right(Filter)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"1" :
|
||||||
|
{
|
||||||
|
"mode_name": "Heating",
|
||||||
|
"2": "Left(Heating)",
|
||||||
|
"10": "Right(Filter)"
|
||||||
|
},
|
||||||
|
"special_cooling_text" : "Cooling mode is suitable for printing PLA/PETG/TPU materials and filters the chamber air."
|
||||||
|
},
|
||||||
|
"model_id": "N6",
|
||||||
|
"subseries": ["N6-V2"],
|
||||||
|
"auto_pa_cali_thumbnail_image": "fd_calibration_auto_n6",
|
||||||
|
"support_wrapping_detection": false,
|
||||||
|
"compatible_machine": [],
|
||||||
|
"printer_type": "N6",
|
||||||
|
"printer_thumbnail_image": "printer_thumbnail_N6",
|
||||||
|
"printer_connect_help_image": "input_access_code_x1",
|
||||||
|
"printer_use_ams_image": "ams_icon",
|
||||||
|
"printer_ext_image": ["ext_image_default"],
|
||||||
|
"use_ams_type": "generic",
|
||||||
|
"printer_arch": "core_xy",
|
||||||
|
"printer_series": "series_x1",
|
||||||
|
"has_cali_line": true,
|
||||||
|
"printer_is_enclosed": true,
|
||||||
|
"enable_set_nozzle_info": false,
|
||||||
|
"support_safety_options": true,
|
||||||
|
"filament_load_image": ["filament_load_n6_series_ext0","filament_load_n6_series_ext1"],
|
||||||
|
"tool_head_display_names": {
|
||||||
|
"0": {
|
||||||
|
"extruder": ["Auxiliary Extruder", "Auxiliary extruder", "auxiliary extruder"],
|
||||||
|
"nozzle": ["Auxiliary Nozzle", "Auxiliary nozzle", "auxiliary nozzle"],
|
||||||
|
"hotend": ["Auxiliary Hotend", "Auxiliary hotend", "auxiliary hotend"]
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"extruder": ["Main Extruder", "Main extruder", "main extruder"],
|
||||||
|
"nozzle": ["Main Nozzle", "Main nozzle", "main nozzle"],
|
||||||
|
"hotend": ["Main Hotend", "Main hotend", "main hotend"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -14,6 +14,24 @@
|
|||||||
"slot": "ams",
|
"slot": "ams",
|
||||||
"description": "AMS does not support 'Bambu Lab PET-CF'."
|
"description": "AMS does not support 'Bambu Lab PET-CF'."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "TPU",
|
||||||
|
"action": "warning",
|
||||||
|
"model_id": [
|
||||||
|
"N6"
|
||||||
|
],
|
||||||
|
"description": "How to feed TPU filament on X2D.",
|
||||||
|
"wiki": "https://e.bambulab.com/t?c=PAxXqQu2zBgvN3ea"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "TPU-AMS",
|
||||||
|
"action": "warning",
|
||||||
|
"model_id": [
|
||||||
|
"N6"
|
||||||
|
],
|
||||||
|
"description": "How to feed TPU filament on X2D.",
|
||||||
|
"wiki": "https://e.bambulab.com/t?c=PAxXqQu2zBgvN3ea"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "TPU",
|
"type": "TPU",
|
||||||
"action": "warning",
|
"action": "warning",
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 1.9 KiB |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Anycubic",
|
"name": "Anycubic",
|
||||||
"version": "02.03.02.60",
|
"version": "02.03.02.70",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "Anycubic configurations",
|
"description": "Anycubic configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
<svg width="430" height="430" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity=".9" fill-rule="evenodd" clip-rule="evenodd" d="m368.377 412.523 5.629 5.416 3.415.332-4.454-3.917-4.59-1.831Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="m373.927 417.992-5.626-5.434-3.467 6.239 3.868 5.772 5.225-6.577ZM368.777 424.583l5.237-6.557 3.427.305-4.115 4.602-4.549 1.65Z" fill="#fff"/><path d="M393.901 415.736h-1.504l1.531 2.166.766-1.039-.793-1.127ZM390.735 418.926l-3.811-3.375v1.631l5.039 4.45v-5.896h-1.228v3.19ZM396.399 415.736l-2.036 2.786v2.927h1.234v-2.528l2.324-3.185h-1.522ZM382.474 416.806l1.29 2.488h-.483l-.613 1.2h1.705l.498.955h1.377l-3.078-5.975-.696 1.332ZM386.924 421.449v.003h1.228v-2.286l-1.228-1.079v3.362Z" fill="#fff"/><path d="m382.103 417.545-2.007 3.905h1.372l1.319-2.563-.684-1.342ZM413.853 419.118a1.55 1.55 0 0 0 .545-.256 1.668 1.668 0 0 0 .684-1.412 1.61 1.61 0 0 0-.68-1.36 1.646 1.646 0 0 0-.575-.276 3.61 3.61 0 0 0-.861-.078h-.309v1.214h.441c.191-.015.382.015.559.088a.443.443 0 0 1 .221.416.482.482 0 0 1-.279.466 1.392 1.392 0 0 1-.547.077h-.395v1.2h.441a3.09 3.09 0 0 0 .755-.079ZM398.496 416.768a2.934 2.934 0 0 0-.624 1.836 3.012 3.012 0 0 0 1.174 2.375c.441.337.962.553 1.513.624v-1.239a1.841 1.841 0 0 1-1.129-.753 1.779 1.779 0 0 1-.159-1.751 1.75 1.75 0 0 1 .441-.611c.245-.209.537-.354.852-.421v-1.242a3.05 3.05 0 0 0-2.068 1.182ZM402.331 417.525l.962-.765a2.88 2.88 0 0 0-.882-.788 3.158 3.158 0 0 0-1.161-.377v1.242c.434.086.82.332 1.081.688ZM423.393 417.525l.964-.765a2.905 2.905 0 0 0-.882-.788 3.146 3.146 0 0 0-1.161-.377v1.242c.433.087.819.332 1.079.688ZM413.886 419.578c.009.04.014.081.014.122a.465.465 0 0 1-.322.486 1.727 1.727 0 0 1-.516.058h-.395v1.201h.403c.265.005.529-.019.788-.071.195-.044.378-.125.541-.24a1.748 1.748 0 0 0 .719-1.41 1.826 1.826 0 0 0-.151-.743c-.275.324-.66.537-1.081.597ZM419.56 416.768a2.92 2.92 0 0 0-.622 1.836 2.994 2.994 0 0 0 1.173 2.375 3.15 3.15 0 0 0 1.514.624v-1.239a1.842 1.842 0 0 1-1.132-.753 1.776 1.776 0 0 1-.159-1.751 1.73 1.73 0 0 1 .441-.611 1.92 1.92 0 0 1 .852-.421v-1.242a3.046 3.046 0 0 0-2.067 1.182ZM401.243 420.366v1.242a2.993 2.993 0 0 0 2.063-1.169l-.971-.752a1.797 1.797 0 0 1-1.092.679ZM423.398 419.687c-.27.355-.663.598-1.103.679v1.242c.406-.044.798-.17 1.154-.371a3 3 0 0 0 .91-.798l-.961-.752ZM417.626 415.736h-1.23v5.713h1.23v-5.713ZM405.92 419.832c-.125-.3-.18-.626-.159-.95v-3.146h-1.233v3.258c-.011.35.036.698.137 1.032.095.284.25.545.454.764.183.204.4.374.642.502.241.134.503.225.775.272v-1.255a1.118 1.118 0 0 1-.616-.477ZM407.999 418.886c.021.33-.037.661-.167.964a1.083 1.083 0 0 1-.62.459v1.255a2.41 2.41 0 0 0 .778-.267c.241-.133.459-.304.644-.507a2.07 2.07 0 0 0 .457-.764 3.3 3.3 0 0 0 .137-1.032v-3.258h-1.229v3.15ZM411.97 415.736h-1.23v5.713h1.23v-5.713Z" fill="#fff"/></svg>
|
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 420 420"><path d="M324.93,400.79l5.49.52-7.38-6.49-7.27-2.9,9.15,8.87ZM324.35,401.13l-9.52-9.23-5.9,10.62,6.56,9.79,8.87-11.18ZM324.93,401.44l-8.68,10.94,7.42-2.69,6.9-7.71-5.64-.53ZM358.98,400.96l-2.68-3.79h2.58l1.41,2-1.31,1.79ZM361.84,407.19v-4.48l4.04-5.53h-2.61l-3.54,4.84v5.17h2.12ZM355.74,407.37v-10.19h-2.12v5.54l-6.55-5.8v2.8l8.67,7.65ZM349.18,407.17v-3.93l-2.12-1.85v5.78h2.12ZM345.91,407.17l-5.29-10.27-1.19,2.29,2.22,4.27h-.83l-1.06,2.06h2.93l.85,1.64h2.37ZM337.7,407.17l2.27-4.4-1.18-2.3-3.45,6.7h2.36ZM399.71,407.17v-9.99h-2.12v9.99h2.12ZM390.08,407.17v-9.99h-2.12v9.99h2.12ZM370.51,405.04c-1.42-.28-2.49-1.54-2.49-3.04s1.07-2.76,2.49-3.04v-2.12c-2.59.31-4.61,2.49-4.61,5.16s2.02,4.86,4.61,5.16v-2.12ZM375.24,405.15c-.83,1.08-2.07,1.83-3.5,2v-2.12c.75-.15,1.4-.59,1.84-1.18l1.65,1.3ZM371.75,398.96v-2.12c1.43.17,2.66.93,3.5,2l-1.65,1.3c-.45-.59-1.09-1.03-1.84-1.18ZM406.84,405.04c-1.42-.28-2.49-1.54-2.49-3.04s1.07-2.76,2.49-3.04v-2.12c-2.59.31-4.61,2.49-4.61,5.16s2.02,4.86,4.61,5.16v-2.12ZM411.57,405.15c-.83,1.08-2.07,1.83-3.5,2v-2.12c.75-.15,1.4-.59,1.84-1.18l1.65,1.3ZM408.08,398.96v-2.12c1.43.17,2.66.93,3.5,2l-1.65,1.3c-.45-.59-1.09-1.03-1.84-1.18ZM380.68,405.01c-.79-.26-1.37-.99-1.37-1.86v-5.97h-2.12v5.97c0,2.05,1.51,3.74,3.48,4.04v-2.18ZM383.29,397.18v5.97c0,.88-.58,1.6-1.37,1.86v2.18c1.97-.3,3.48-1.99,3.48-4.04v-5.97h-2.12ZM392.58,397.18h-1.19v2.08h1.19c.49,0,.89.4.89.89s-.4.89-.89.89h-1.19v2.08h1.19c1.64,0,2.97-1.33,2.97-2.97s-1.33-2.97-2.97-2.97ZM393.43,403.99c.02.07.04.14.04.21,0,.49-.4.89-.89.89h-1.19v2.08h1.19c1.64,0,2.97-1.33,2.97-2.97,0-.43-.1-.84-.26-1.21-.51.49-1.15.84-1.86,1Z" style="fill:#b3b3b3;"/></svg>
|
||||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 1.7 KiB |
@@ -1 +1 @@
|
|||||||
<svg width="230" height="230" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity=".9" fill-rule="evenodd" clip-rule="evenodd" d="m168.09 210.559 5.655 5.417 3.431.333-4.475-3.918-4.611-1.832Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="m173.666 216.029-5.652-5.435-3.483 6.241 3.886 5.773 5.249-6.579ZM168.493 222.622l5.261-6.56 3.443.306-4.134 4.603-4.57 1.651Z" fill="#fff"/><path d="M193.734 213.772h-1.511l1.538 2.167.769-1.038-.796-1.129ZM190.552 216.964l-3.829-3.377v1.631l5.064 4.453v-5.898h-1.235v3.191ZM196.243 213.772l-2.045 2.787v2.929h1.238v-2.529l2.336-3.187h-1.529ZM182.253 214.843l1.296 2.489h-.485l-.616 1.2h1.713l.501.956h1.383l-3.092-5.978-.7 1.333ZM186.723 219.488v.002h1.234v-2.286l-1.234-1.08v3.364Z" fill="#fff"/><path d="m181.881 215.582-2.017 3.906h1.379l1.325-2.564-.687-1.342ZM213.778 217.155c.198-.049.384-.137.548-.256a1.656 1.656 0 0 0 .687-1.412 1.598 1.598 0 0 0-.683-1.361 1.677 1.677 0 0 0-.578-.276 3.639 3.639 0 0 0-.865-.078h-.31v1.214h.443c.192-.015.384.015.561.089a.437.437 0 0 1 .222.416.482.482 0 0 1-.28.466 1.404 1.404 0 0 1-.549.077h-.397v1.2h.443c.255.005.51-.021.758-.079ZM198.35 214.805a2.927 2.927 0 0 0-.627 1.836 3 3 0 0 0 1.179 2.377 3.19 3.19 0 0 0 1.52.624v-1.24a1.848 1.848 0 0 1-1.134-.752 1.773 1.773 0 0 1-.16-1.753c.102-.233.253-.442.443-.611.246-.209.54-.354.856-.421v-1.242a3.076 3.076 0 0 0-2.077 1.182ZM202.202 215.562l.966-.766a2.884 2.884 0 0 0-.886-.788c-.36-.2-.756-.328-1.166-.377v1.243c.436.085.824.331 1.086.688ZM223.363 215.562l.968-.766a2.921 2.921 0 0 0-.886-.788c-.36-.2-.756-.328-1.166-.377v1.243a1.77 1.77 0 0 1 1.084.688ZM213.811 217.616c.009.04.014.081.014.121a.462.462 0 0 1-.324.486 1.71 1.71 0 0 1-.518.06h-.397v1.2h.405c.266.005.531-.018.792-.071.195-.044.379-.125.543-.24a1.745 1.745 0 0 0 .722-1.41 1.826 1.826 0 0 0-.151-.743 1.763 1.763 0 0 1-1.086.597ZM219.511 214.805a2.911 2.911 0 0 0-.625 1.836 2.995 2.995 0 0 0 1.179 2.377 3.17 3.17 0 0 0 1.521.624v-1.24a1.845 1.845 0 0 1-1.137-.752 1.78 1.78 0 0 1-.16-1.753c.101-.234.252-.442.443-.611a1.94 1.94 0 0 1 .856-.421v-1.242a3.076 3.076 0 0 0-2.077 1.182ZM201.109 218.404v1.242a2.993 2.993 0 0 0 2.072-1.169l-.975-.753a1.803 1.803 0 0 1-1.097.68ZM223.367 217.724a1.796 1.796 0 0 1-1.108.68v1.242a3.007 3.007 0 0 0 2.074-1.169l-.966-.753ZM217.568 213.772h-1.235v5.716h1.235v-5.716ZM205.808 217.87a2.11 2.11 0 0 1-.16-.951v-3.147h-1.239v3.259c-.011.35.036.698.138 1.033.095.285.251.544.456.763.184.205.402.375.645.503.242.134.505.225.778.272v-1.255a1.119 1.119 0 0 1-.618-.477ZM207.897 216.924c.021.329-.037.66-.168.964a1.09 1.09 0 0 1-.623.459v1.255c.274-.044.539-.134.782-.267.242-.133.461-.304.647-.508.207-.218.363-.478.459-.763.1-.335.146-.683.137-1.033v-3.259h-1.234v3.152ZM211.886 213.772h-1.235v5.716h1.235v-5.716Z" fill="#fff"/></svg>
|
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 220 220"><path d="M164.89,208.63l3.05.29-4.1-3.6-4.03-1.61,5.08,4.92ZM164.57,208.81l-5.29-5.12-3.28,5.9,3.64,5.43,4.92-6.2ZM164.89,208.99l-4.82,6.07,4.12-1.49,3.83-4.28-3.13-.3ZM183.79,208.72l-1.49-2.1h1.43l.78,1.11-.73.99ZM185.38,212.18v-2.49l2.24-3.07h-1.45l-1.96,2.69v2.87h1.17ZM181.99,212.28v-5.66h-1.17v3.07l-3.64-3.22v1.55l4.81,4.25ZM178.35,212.17v-2.18l-1.17-1.03v3.21h1.17ZM176.54,212.17l-2.94-5.7-.66,1.27,1.23,2.37h-.46l-.59,1.14h1.63l.47.91h1.31ZM171.98,212.17l1.26-2.44-.65-1.28-1.91,3.72h1.31ZM206.4,212.17v-5.54h-1.17v5.54h1.17ZM201.05,212.17v-5.54h-1.17v5.54h1.17ZM190.19,210.98c-.79-.16-1.38-.85-1.38-1.69s.59-1.53,1.38-1.69v-1.18c-1.44.17-2.56,1.38-2.56,2.86s1.12,2.7,2.56,2.86v-1.18ZM192.82,211.05c-.46.6-1.15,1.02-1.94,1.11v-1.18c.42-.09.78-.33,1.02-.66l.92.72ZM190.88,207.61v-1.18c.79.1,1.48.51,1.94,1.11l-.92.72c-.25-.33-.61-.57-1.02-.66ZM210.35,210.98c-.79-.16-1.38-.85-1.38-1.69s.59-1.53,1.38-1.69v-1.18c-1.44.17-2.56,1.38-2.56,2.86s1.12,2.7,2.56,2.86v-1.18ZM212.98,211.05c-.46.6-1.15,1.02-1.94,1.11v-1.18c.42-.09.78-.33,1.02-.66l.92.72ZM211.04,207.61v-1.18c.79.1,1.48.51,1.94,1.11l-.92.72c-.25-.33-.61-.57-1.02-.66ZM195.84,210.97c-.44-.15-.76-.55-.76-1.03v-3.31h-1.17v3.31c0,1.14.84,2.08,1.93,2.24v-1.21ZM197.29,206.62v3.31c0,.49-.32.89-.76,1.03v1.21c1.09-.17,1.93-1.1,1.93-2.24v-3.31h-1.17ZM202.44,206.62h-.66v1.16h.66c.27,0,.49.22.49.49s-.22.49-.49.49h-.66v1.16h.66c.91,0,1.65-.74,1.65-1.65s-.74-1.65-1.65-1.65ZM202.91,210.4s.02.08.02.12c0,.27-.22.49-.49.49h-.66v1.16h.66c.91,0,1.65-.74,1.65-1.65,0-.24-.05-.47-.15-.67-.28.27-.64.47-1.03.55Z" style="fill:#b3b3b3;"/></svg>
|
||||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 1.7 KiB |
@@ -1 +1 @@
|
|||||||
<svg width="230" height="230" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity=".9" fill-rule="evenodd" clip-rule="evenodd" d="m168.09 210.559 5.655 5.417 3.431.333-4.475-3.918-4.611-1.832Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="m173.666 216.029-5.652-5.435-3.483 6.241 3.886 5.773 5.249-6.579ZM168.493 222.622l5.261-6.56 3.443.306-4.134 4.603-4.57 1.651Z" fill="#fff"/><path d="M193.734 213.772h-1.511l1.538 2.167.769-1.038-.796-1.129ZM190.552 216.964l-3.829-3.377v1.631l5.064 4.453v-5.898h-1.235v3.191ZM196.243 213.772l-2.045 2.787v2.929h1.238v-2.529l2.336-3.187h-1.529ZM182.253 214.843l1.296 2.489h-.485l-.616 1.2h1.713l.501.956h1.383l-3.092-5.978-.7 1.333ZM186.723 219.488v.002h1.234v-2.286l-1.234-1.08v3.364Z" fill="#fff"/><path d="m181.881 215.582-2.017 3.906h1.379l1.325-2.564-.687-1.342ZM213.778 217.155c.198-.049.384-.137.548-.256a1.656 1.656 0 0 0 .687-1.412 1.598 1.598 0 0 0-.683-1.361 1.677 1.677 0 0 0-.578-.276 3.639 3.639 0 0 0-.865-.078h-.31v1.214h.443c.192-.015.384.015.561.089a.437.437 0 0 1 .222.416.482.482 0 0 1-.28.466 1.404 1.404 0 0 1-.549.077h-.397v1.2h.443c.255.005.51-.021.758-.079ZM198.35 214.805a2.927 2.927 0 0 0-.627 1.836 3 3 0 0 0 1.179 2.377 3.19 3.19 0 0 0 1.52.624v-1.24a1.848 1.848 0 0 1-1.134-.752 1.773 1.773 0 0 1-.16-1.753c.102-.233.253-.442.443-.611.246-.209.54-.354.856-.421v-1.242a3.076 3.076 0 0 0-2.077 1.182ZM202.202 215.562l.966-.766a2.884 2.884 0 0 0-.886-.788c-.36-.2-.756-.328-1.166-.377v1.243c.436.085.824.331 1.086.688ZM223.363 215.562l.968-.766a2.921 2.921 0 0 0-.886-.788c-.36-.2-.756-.328-1.166-.377v1.243a1.77 1.77 0 0 1 1.084.688ZM213.811 217.616c.009.04.014.081.014.121a.462.462 0 0 1-.324.486 1.71 1.71 0 0 1-.518.06h-.397v1.2h.405c.266.005.531-.018.792-.071.195-.044.379-.125.543-.24a1.745 1.745 0 0 0 .722-1.41 1.826 1.826 0 0 0-.151-.743 1.763 1.763 0 0 1-1.086.597ZM219.511 214.805a2.911 2.911 0 0 0-.625 1.836 2.995 2.995 0 0 0 1.179 2.377 3.17 3.17 0 0 0 1.521.624v-1.24a1.845 1.845 0 0 1-1.137-.752 1.78 1.78 0 0 1-.16-1.753c.101-.234.252-.442.443-.611a1.94 1.94 0 0 1 .856-.421v-1.242a3.076 3.076 0 0 0-2.077 1.182ZM201.109 218.404v1.242a2.993 2.993 0 0 0 2.072-1.169l-.975-.753a1.803 1.803 0 0 1-1.097.68ZM223.367 217.724a1.796 1.796 0 0 1-1.108.68v1.242a3.007 3.007 0 0 0 2.074-1.169l-.966-.753ZM217.568 213.772h-1.235v5.716h1.235v-5.716ZM205.808 217.87a2.11 2.11 0 0 1-.16-.951v-3.147h-1.239v3.259c-.011.35.036.698.138 1.033.095.285.251.544.456.763.184.205.402.375.645.503.242.134.505.225.778.272v-1.255a1.119 1.119 0 0 1-.618-.477ZM207.897 216.924c.021.329-.037.66-.168.964a1.09 1.09 0 0 1-.623.459v1.255c.274-.044.539-.134.782-.267.242-.133.461-.304.647-.508.207-.218.363-.478.459-.763.1-.335.146-.683.137-1.033v-3.259h-1.234v3.152ZM211.886 213.772h-1.235v5.716h1.235v-5.716Z" fill="#fff"/></svg>
|
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 320"><path d="M247.57,305.37l4.19.4-5.62-4.95-5.54-2.21,6.97,6.76ZM247.13,305.62l-7.26-7.03-4.5,8.09,5,7.46,6.76-8.52ZM247.57,305.86l-6.61,8.34,5.65-2.05,5.26-5.88-4.3-.41ZM273.51,305.5l-2.04-2.88h1.97l1.07,1.52-1,1.36ZM275.69,310.24v-3.41l3.07-4.22h-1.99l-2.7,3.69v3.94h1.61ZM271.04,310.38v-7.76h-1.61v4.22l-4.99-4.42v2.13l6.61,5.83ZM266.04,310.23v-2.99l-1.61-1.41v4.4h1.61ZM263.55,310.23l-4.03-7.82-.91,1.75,1.69,3.26h-.63l-.8,1.57h2.23l.65,1.25h1.8ZM257.3,310.23l1.73-3.36-.9-1.75-2.63,5.11h1.8ZM304.54,310.23v-7.61h-1.61v7.61h1.61ZM297.21,310.23v-7.61h-1.61v7.61h1.61ZM282.29,308.6c-1.08-.22-1.9-1.17-1.9-2.32s.82-2.1,1.9-2.32v-1.62c-1.98.23-3.51,1.89-3.51,3.93s1.54,3.7,3.51,3.93v-1.62ZM285.9,308.69c-.64.82-1.58,1.39-2.66,1.53v-1.62c.57-.12,1.07-.45,1.41-.9l1.26.99ZM283.23,303.97v-1.62c1.09.13,2.03.71,2.66,1.53l-1.26.99c-.34-.45-.83-.78-1.41-.9ZM309.97,308.6c-1.08-.22-1.9-1.17-1.9-2.32s.82-2.1,1.9-2.32v-1.62c-1.98.23-3.51,1.89-3.51,3.93s1.54,3.7,3.51,3.93v-1.62ZM313.58,308.69c-.64.82-1.58,1.39-2.66,1.53v-1.62c.57-.12,1.07-.45,1.41-.9l1.26.99ZM310.92,303.97v-1.62c1.09.13,2.03.71,2.66,1.53l-1.26.99c-.34-.45-.83-.78-1.41-.9ZM290.05,308.58c-.6-.2-1.04-.75-1.04-1.42v-4.55h-1.61v4.55c0,1.57,1.15,2.85,2.65,3.08v-1.66ZM292.03,302.62v4.55c0,.67-.44,1.22-1.04,1.42v1.66c1.5-.23,2.65-1.51,2.65-3.08v-4.55h-1.61ZM299.11,302.62h-.91v1.59h.91c.37,0,.68.3.68.68s-.3.68-.68.68h-.91v1.59h.91c1.25,0,2.26-1.01,2.26-2.26s-1.01-2.26-2.26-2.26ZM299.76,307.8c.01.05.03.1.03.16,0,.37-.3.68-.68.68h-.91v1.59h.91c1.25,0,2.26-1.01,2.26-2.26,0-.33-.07-.64-.2-.92-.39.37-.88.64-1.42.76Z" style="fill:#b3b3b3;"/></svg>
|
||||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 1.7 KiB |
@@ -1 +1 @@
|
|||||||
<svg width="230" height="230" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity=".9" fill-rule="evenodd" clip-rule="evenodd" d="m168.09 210.559 5.655 5.417 3.431.333-4.475-3.918-4.611-1.832Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="m173.666 216.029-5.652-5.435-3.483 6.241 3.886 5.773 5.249-6.579ZM168.493 222.622l5.261-6.56 3.443.306-4.134 4.603-4.57 1.651Z" fill="#fff"/><path d="M193.734 213.772h-1.511l1.538 2.167.769-1.038-.796-1.129ZM190.552 216.964l-3.829-3.377v1.631l5.064 4.453v-5.898h-1.235v3.191ZM196.243 213.772l-2.045 2.787v2.929h1.238v-2.529l2.336-3.187h-1.529ZM182.253 214.843l1.296 2.489h-.485l-.616 1.2h1.713l.501.956h1.383l-3.092-5.978-.7 1.333ZM186.723 219.488v.002h1.234v-2.286l-1.234-1.08v3.364Z" fill="#fff"/><path d="m181.881 215.582-2.017 3.906h1.379l1.325-2.564-.687-1.342ZM213.778 217.155c.198-.049.384-.137.548-.256a1.656 1.656 0 0 0 .687-1.412 1.598 1.598 0 0 0-.683-1.361 1.677 1.677 0 0 0-.578-.276 3.639 3.639 0 0 0-.865-.078h-.31v1.214h.443c.192-.015.384.015.561.089a.437.437 0 0 1 .222.416.482.482 0 0 1-.28.466 1.404 1.404 0 0 1-.549.077h-.397v1.2h.443c.255.005.51-.021.758-.079ZM198.35 214.805a2.927 2.927 0 0 0-.627 1.836 3 3 0 0 0 1.179 2.377 3.19 3.19 0 0 0 1.52.624v-1.24a1.848 1.848 0 0 1-1.134-.752 1.773 1.773 0 0 1-.16-1.753c.102-.233.253-.442.443-.611.246-.209.54-.354.856-.421v-1.242a3.076 3.076 0 0 0-2.077 1.182ZM202.202 215.562l.966-.766a2.884 2.884 0 0 0-.886-.788c-.36-.2-.756-.328-1.166-.377v1.243c.436.085.824.331 1.086.688ZM223.363 215.562l.968-.766a2.921 2.921 0 0 0-.886-.788c-.36-.2-.756-.328-1.166-.377v1.243a1.77 1.77 0 0 1 1.084.688ZM213.811 217.616c.009.04.014.081.014.121a.462.462 0 0 1-.324.486 1.71 1.71 0 0 1-.518.06h-.397v1.2h.405c.266.005.531-.018.792-.071.195-.044.379-.125.543-.24a1.745 1.745 0 0 0 .722-1.41 1.826 1.826 0 0 0-.151-.743 1.763 1.763 0 0 1-1.086.597ZM219.511 214.805a2.911 2.911 0 0 0-.625 1.836 2.995 2.995 0 0 0 1.179 2.377 3.17 3.17 0 0 0 1.521.624v-1.24a1.845 1.845 0 0 1-1.137-.752 1.78 1.78 0 0 1-.16-1.753c.101-.234.252-.442.443-.611a1.94 1.94 0 0 1 .856-.421v-1.242a3.076 3.076 0 0 0-2.077 1.182ZM201.109 218.404v1.242a2.993 2.993 0 0 0 2.072-1.169l-.975-.753a1.803 1.803 0 0 1-1.097.68ZM223.367 217.724a1.796 1.796 0 0 1-1.108.68v1.242a3.007 3.007 0 0 0 2.074-1.169l-.966-.753ZM217.568 213.772h-1.235v5.716h1.235v-5.716ZM205.808 217.87a2.11 2.11 0 0 1-.16-.951v-3.147h-1.239v3.259c-.011.35.036.698.138 1.033.095.285.251.544.456.763.184.205.402.375.645.503.242.134.505.225.778.272v-1.255a1.119 1.119 0 0 1-.618-.477ZM207.897 216.924c.021.329-.037.66-.168.964a1.09 1.09 0 0 1-.623.459v1.255c.274-.044.539-.134.782-.267.242-.133.461-.304.647-.508.207-.218.363-.478.459-.763.1-.335.146-.683.137-1.033v-3.259h-1.234v3.152ZM211.886 213.772h-1.235v5.716h1.235v-5.716Z" fill="#fff"/></svg>
|
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 220 220"><path d="M164.89,208.63l3.05.29-4.1-3.6-4.03-1.61,5.08,4.92ZM164.57,208.81l-5.29-5.12-3.28,5.9,3.64,5.43,4.92-6.2ZM164.89,208.99l-4.82,6.07,4.12-1.49,3.83-4.28-3.13-.3ZM183.79,208.72l-1.49-2.1h1.43l.78,1.11-.73.99ZM185.38,212.18v-2.49l2.24-3.07h-1.45l-1.96,2.69v2.87h1.17ZM181.99,212.28v-5.66h-1.17v3.07l-3.64-3.22v1.55l4.81,4.25ZM178.35,212.17v-2.18l-1.17-1.03v3.21h1.17ZM176.54,212.17l-2.94-5.7-.66,1.27,1.23,2.37h-.46l-.59,1.14h1.63l.47.91h1.31ZM171.98,212.17l1.26-2.44-.65-1.28-1.91,3.72h1.31ZM206.4,212.17v-5.54h-1.17v5.54h1.17ZM201.05,212.17v-5.54h-1.17v5.54h1.17ZM190.19,210.98c-.79-.16-1.38-.85-1.38-1.69s.59-1.53,1.38-1.69v-1.18c-1.44.17-2.56,1.38-2.56,2.86s1.12,2.7,2.56,2.86v-1.18ZM192.82,211.05c-.46.6-1.15,1.02-1.94,1.11v-1.18c.42-.09.78-.33,1.02-.66l.92.72ZM190.88,207.61v-1.18c.79.1,1.48.51,1.94,1.11l-.92.72c-.25-.33-.61-.57-1.02-.66ZM210.35,210.98c-.79-.16-1.38-.85-1.38-1.69s.59-1.53,1.38-1.69v-1.18c-1.44.17-2.56,1.38-2.56,2.86s1.12,2.7,2.56,2.86v-1.18ZM212.98,211.05c-.46.6-1.15,1.02-1.94,1.11v-1.18c.42-.09.78-.33,1.02-.66l.92.72ZM211.04,207.61v-1.18c.79.1,1.48.51,1.94,1.11l-.92.72c-.25-.33-.61-.57-1.02-.66ZM195.84,210.97c-.44-.15-.76-.55-.76-1.03v-3.31h-1.17v3.31c0,1.14.84,2.08,1.93,2.24v-1.21ZM197.29,206.62v3.31c0,.49-.32.89-.76,1.03v1.21c1.09-.17,1.93-1.1,1.93-2.24v-3.31h-1.17ZM202.44,206.62h-.66v1.16h.66c.27,0,.49.22.49.49s-.22.49-.49.49h-.66v1.16h.66c.91,0,1.65-.74,1.65-1.65s-.74-1.65-1.65-1.65ZM202.91,210.4s.02.08.02.12c0,.27-.22.49-.49.49h-.66v1.16h.66c.91,0,1.65-.74,1.65-1.65,0-.24-.05-.47-.15-.67-.28.27-.64.47-1.03.55Z" style="fill:#b3b3b3;"/></svg>
|
||||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 1.9 MiB |
@@ -0,0 +1 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 220 220"><path d="M164.89,208.63l3.05.29-4.1-3.6-4.03-1.61,5.08,4.92ZM164.57,208.81l-5.29-5.12-3.28,5.9,3.64,5.43,4.92-6.2ZM164.89,208.99l-4.82,6.07,4.12-1.49,3.83-4.28-3.13-.3ZM183.79,208.72l-1.49-2.1h1.43l.78,1.11-.73.99ZM185.38,212.18v-2.49l2.24-3.07h-1.45l-1.96,2.69v2.87h1.17ZM181.99,212.28v-5.66h-1.17v3.07l-3.64-3.22v1.55l4.81,4.25ZM178.35,212.17v-2.18l-1.17-1.03v3.21h1.17ZM176.54,212.17l-2.94-5.7-.66,1.27,1.23,2.37h-.46l-.59,1.14h1.63l.47.91h1.31ZM171.98,212.17l1.26-2.44-.65-1.28-1.91,3.72h1.31ZM206.4,212.17v-5.54h-1.17v5.54h1.17ZM201.05,212.17v-5.54h-1.17v5.54h1.17ZM190.19,210.98c-.79-.16-1.38-.85-1.38-1.69s.59-1.53,1.38-1.69v-1.18c-1.44.17-2.56,1.38-2.56,2.86s1.12,2.7,2.56,2.86v-1.18ZM192.82,211.05c-.46.6-1.15,1.02-1.94,1.11v-1.18c.42-.09.78-.33,1.02-.66l.92.72ZM190.88,207.61v-1.18c.79.1,1.48.51,1.94,1.11l-.92.72c-.25-.33-.61-.57-1.02-.66ZM210.35,210.98c-.79-.16-1.38-.85-1.38-1.69s.59-1.53,1.38-1.69v-1.18c-1.44.17-2.56,1.38-2.56,2.86s1.12,2.7,2.56,2.86v-1.18ZM212.98,211.05c-.46.6-1.15,1.02-1.94,1.11v-1.18c.42-.09.78-.33,1.02-.66l.92.72ZM211.04,207.61v-1.18c.79.1,1.48.51,1.94,1.11l-.92.72c-.25-.33-.61-.57-1.02-.66ZM195.84,210.97c-.44-.15-.76-.55-.76-1.03v-3.31h-1.17v3.31c0,1.14.84,2.08,1.93,2.24v-1.21ZM197.29,206.62v3.31c0,.49-.32.89-.76,1.03v1.21c1.09-.17,1.93-1.1,1.93-2.24v-3.31h-1.17ZM202.44,206.62h-.66v1.16h.66c.27,0,.49.22.49.49s-.22.49-.49.49h-.66v1.16h.66c.91,0,1.65-.74,1.65-1.65s-.74-1.65-1.65-1.65ZM202.91,210.4s.02.08.02.12c0,.27-.22.49-.49.49h-.66v1.16h.66c.91,0,1.65-.74,1.65-1.65,0-.24-.05-.47-.15-.67-.28.27-.64.47-1.03.55Z" style="fill:#b3b3b3;"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 7.6 KiB |
@@ -1,18 +1 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 370 370"><path d="M159.71,354.3l3.93.37-5.28-4.65-5.2-2.07,6.55,6.35ZM159.3,354.54l-6.82-6.61-4.23,7.6,4.7,7.01,6.35-8ZM159.71,354.76l-6.21,7.83,5.31-1.93,4.94-5.52-4.04-.38ZM184.09,354.42l-1.92-2.71h1.85l1.01,1.43-.94,1.28ZM186.14,358.88v-3.21l2.89-3.96h-1.87l-2.53,3.47v3.7h1.51ZM181.77,359.01v-7.3h-1.51v3.96l-4.69-4.15v2l6.21,5.48ZM177.07,358.86v-2.81l-1.51-1.33v4.14h1.51ZM174.73,358.86l-3.79-7.35-.85,1.64,1.59,3.06h-.59l-.76,1.47h2.1l.61,1.18h1.7ZM168.85,358.86l1.62-3.15-.84-1.65-2.47,4.8h1.69ZM213.25,358.86v-7.15h-1.51v7.15h1.51ZM206.36,358.86v-7.15h-1.51v7.15h1.51ZM192.34,357.34c-1.02-.2-1.78-1.1-1.78-2.18s.77-1.97,1.78-2.18v-1.52c-1.86.22-3.3,1.78-3.3,3.7s1.45,3.48,3.3,3.7v-1.52ZM195.73,357.42c-.6.77-1.48,1.31-2.5,1.43v-1.52c.54-.11,1-.42,1.32-.85l1.18.93ZM193.23,352.98v-1.52c1.02.12,1.91.66,2.5,1.43l-1.18.93c-.32-.42-.78-.73-1.32-.84ZM218.35,357.34c-1.02-.2-1.78-1.1-1.78-2.18s.77-1.97,1.78-2.18v-1.52c-1.86.22-3.3,1.78-3.3,3.7s1.45,3.48,3.3,3.7v-1.52ZM221.75,357.42c-.6.77-1.48,1.31-2.5,1.43v-1.52c.54-.11,1-.42,1.32-.85l1.18.93ZM219.24,352.98v-1.52c1.02.12,1.91.66,2.5,1.43l-1.18.93c-.32-.42-.78-.73-1.32-.84ZM199.63,357.32c-.56-.19-.98-.71-.98-1.33v-4.27h-1.51v4.27c0,1.47,1.08,2.68,2.49,2.89v-1.56ZM201.5,351.71v4.27c0,.63-.41,1.15-.98,1.33v1.56c1.41-.22,2.49-1.42,2.49-2.89v-4.27h-1.51ZM208.15,351.71h-.85v1.49h.85c.35,0,.64.29.64.64s-.28.64-.64.64h-.85v1.49h.85c1.18,0,2.13-.95,2.13-2.13s-.95-2.13-2.13-2.13ZM208.76,356.59c.01.05.03.1.03.15,0,.35-.28.64-.64.64h-.85v1.49h.85c1.18,0,2.13-.95,2.13-2.13,0-.31-.07-.6-.19-.87-.37.35-.82.6-1.33.72Z" style="fill:#b3b3b3;"/><path d="M185,35c82.84,0,150,67.16,150,150s-67.16,150-150,150S35,267.84,35,185,102.16,35,185,35ZM185,85c55.23,0,100,44.77,100,100s-44.77,100-100,100-100-44.77-100-100,44.77-100,100-100ZM185,135c27.61,0,50,22.39,50,50s-22.39,50-50,50-50-22.39-50-50,22.39-50,50-50ZM185,0v346.87M0,185h370" style="fill:none; stroke:#e6e6e6; stroke-miterlimit:10; stroke-width:.1px;"/></svg>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
||||||
<svg width="100%" height="100%" viewBox="0 0 230 230" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
||||||
<g transform="matrix(1,0,0,1,6.568,-4)">
|
|
||||||
<g transform="matrix(1,0,0,1,-86,0)">
|
|
||||||
<path d="M168.09,210.559L173.745,215.976L177.176,216.309L172.701,212.391L168.09,210.559Z" style="fill:white;fill-opacity:0.9;"/>
|
|
||||||
</g>
|
|
||||||
<g transform="matrix(1,0,0,1,-86,0)">
|
|
||||||
<path d="M173.666,216.029L168.014,210.594L164.531,216.835L168.417,222.608L173.666,216.029ZM168.493,222.622L173.754,216.062L177.197,216.368L173.063,220.971L168.493,222.622Z" style="fill:white;"/>
|
|
||||||
</g>
|
|
||||||
<g transform="matrix(1,0,0,1,-86,0)">
|
|
||||||
<path d="M193.734,213.772L192.223,213.772L193.761,215.939L194.53,214.901L193.734,213.772ZM190.552,216.964L186.723,213.587L186.723,215.218L191.787,219.671L191.787,213.773L190.552,213.773L190.552,216.964ZM196.243,213.772L194.198,216.559L194.198,219.488L195.436,219.488L195.436,216.959L197.772,213.772L196.243,213.772ZM182.253,214.843L183.549,217.332L183.064,217.332L182.448,218.532L184.161,218.532L184.662,219.488L186.045,219.488L182.953,213.51L182.253,214.843ZM186.723,216.124L186.723,219.49L187.957,219.49L187.957,217.204L186.723,216.124Z" style="fill:white;fill-rule:nonzero;"/>
|
|
||||||
</g>
|
|
||||||
<g transform="matrix(1,0,0,1,-86,0)">
|
|
||||||
<path d="M181.881,215.582L179.864,219.488L181.243,219.488L182.568,216.924L181.881,215.582ZM213.778,217.155C213.976,217.106 214.162,217.018 214.326,216.899C214.777,216.574 215.036,216.043 215.013,215.487C215.03,214.948 214.773,214.435 214.33,214.126C214.157,213.998 213.961,213.904 213.752,213.85C213.468,213.79 213.177,213.763 212.887,213.772L212.577,213.772L212.577,214.986L213.02,214.986C213.212,214.971 213.404,215.001 213.581,215.075C213.73,215.158 213.817,215.321 213.803,215.491C213.815,215.689 213.703,215.874 213.523,215.957C213.347,216.019 213.16,216.045 212.974,216.034L212.577,216.034L212.577,217.234L213.02,217.234C213.275,217.239 213.53,217.213 213.778,217.155ZM198.35,214.805C197.938,215.328 197.717,215.976 197.723,216.641C197.725,217.573 198.161,218.452 198.902,219.018C199.345,219.355 199.87,219.57 200.422,219.642L200.422,218.402C199.962,218.305 199.557,218.036 199.288,217.65C198.928,217.136 198.867,216.468 199.128,215.897C199.23,215.664 199.381,215.455 199.571,215.286C199.817,215.077 200.111,214.932 200.427,214.865L200.427,213.623C199.604,213.721 198.855,214.147 198.35,214.805ZM202.202,215.562L203.168,214.796C202.93,214.475 202.629,214.206 202.282,214.008C201.922,213.808 201.526,213.68 201.116,213.631L201.116,214.874C201.552,214.959 201.94,215.205 202.202,215.562ZM223.363,215.562L224.331,214.796C224.093,214.476 223.791,214.207 223.445,214.008C223.085,213.808 222.689,213.68 222.279,213.631L222.279,214.874C222.714,214.96 223.101,215.205 223.363,215.562ZM213.811,217.616C213.82,217.656 213.825,217.697 213.825,217.737C213.846,217.955 213.71,218.159 213.501,218.223C213.332,218.269 213.158,218.29 212.983,218.283L212.586,218.283L212.586,219.483L212.991,219.483C213.257,219.488 213.522,219.465 213.783,219.412C213.978,219.368 214.162,219.287 214.326,219.172C214.778,218.845 215.047,218.32 215.048,217.762C215.05,217.507 214.999,217.253 214.897,217.019C214.619,217.343 214.233,217.555 213.811,217.616ZM219.511,214.805C219.099,215.327 218.878,215.976 218.886,216.641C218.887,217.573 219.324,218.453 220.065,219.018C220.508,219.356 221.033,219.571 221.586,219.642L221.586,218.402C221.125,218.306 220.718,218.036 220.449,217.65C220.091,217.135 220.03,216.468 220.289,215.897C220.39,215.663 220.541,215.455 220.732,215.286C220.978,215.077 221.272,214.932 221.588,214.865L221.588,213.623C220.765,213.721 220.016,214.147 219.511,214.805ZM201.109,218.404L201.109,219.646C201.931,219.559 202.682,219.136 203.181,218.477L202.206,217.724C201.937,218.078 201.546,218.32 201.109,218.404ZM223.367,217.724C223.096,218.081 222.7,218.324 222.259,218.404L222.259,219.646C223.081,219.558 223.832,219.135 224.333,218.477L223.367,217.724ZM217.568,213.772L216.333,213.772L216.333,219.488L217.568,219.488L217.568,213.772ZM205.808,217.87C205.682,217.57 205.627,217.244 205.648,216.919L205.648,213.772L204.409,213.772L204.409,217.031C204.398,217.381 204.445,217.729 204.547,218.064C204.642,218.349 204.798,218.608 205.003,218.827C205.187,219.032 205.405,219.202 205.648,219.33C205.89,219.464 206.153,219.555 206.426,219.602L206.426,218.347C206.169,218.267 205.95,218.098 205.808,217.87ZM207.897,216.924C207.918,217.253 207.86,217.584 207.729,217.888C207.585,218.112 207.363,218.275 207.106,218.347L207.106,219.602C207.38,219.558 207.645,219.468 207.888,219.335C208.13,219.202 208.349,219.031 208.535,218.827C208.742,218.609 208.898,218.349 208.994,218.064C209.094,217.729 209.14,217.381 209.131,217.031L209.131,213.772L207.897,213.772L207.897,216.924ZM211.886,213.772L210.651,213.772L210.651,219.488L211.886,219.488L211.886,213.772Z" style="fill:white;fill-rule:nonzero;"/>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 270 210"><path d="M216.9,198.59l3.05.29-4.1-3.6-4.03-1.61,5.08,4.92ZM216.58,198.78l-5.29-5.12-3.28,5.9,3.64,5.43,4.92-6.21ZM216.9,198.95l-4.82,6.07,4.12-1.49,3.83-4.28-3.13-.3ZM235.8,198.68l-1.49-2.1h1.43l.78,1.11-.73.99ZM237.39,202.14v-2.49l2.24-3.07h-1.45l-1.96,2.69v2.87h1.17ZM234,202.24v-5.66h-1.17v3.07l-3.64-3.22v1.55l4.81,4.25ZM230.36,202.13v-2.18l-1.17-1.03v3.21h1.17ZM228.55,202.13l-2.94-5.7-.66,1.27,1.23,2.37h-.46l-.59,1.14h1.63l.47.91h1.31ZM223.99,202.13l1.26-2.44-.65-1.28-1.91,3.72h1.31ZM258.41,202.13v-5.54h-1.17v5.54h1.17ZM253.07,202.13v-5.54h-1.17v5.54h1.17ZM242.2,200.94c-.79-.16-1.38-.85-1.38-1.69s.59-1.53,1.38-1.69v-1.18c-1.44.17-2.56,1.38-2.56,2.87s1.12,2.7,2.56,2.87v-1.18ZM244.83,201.01c-.46.6-1.15,1.02-1.94,1.11v-1.18c.42-.09.78-.33,1.02-.66l.92.72ZM242.89,197.57v-1.18c.79.1,1.48.51,1.94,1.11l-.92.72c-.25-.33-.61-.57-1.02-.66ZM262.37,200.94c-.79-.16-1.38-.85-1.38-1.69s.59-1.53,1.38-1.69v-1.18c-1.44.17-2.56,1.38-2.56,2.87s1.12,2.7,2.56,2.87v-1.18ZM265,201.01c-.46.6-1.15,1.02-1.94,1.11v-1.18c.42-.09.78-.33,1.02-.66l.92.72ZM263.06,197.57v-1.18c.79.1,1.48.51,1.94,1.11l-.92.72c-.25-.33-.61-.57-1.02-.66ZM247.85,200.93c-.44-.15-.76-.55-.76-1.03v-3.31h-1.17v3.31c0,1.14.84,2.08,1.93,2.24v-1.21ZM249.3,196.58v3.31c0,.49-.32.89-.76,1.03v1.21c1.09-.17,1.93-1.1,1.93-2.24v-3.31h-1.17ZM254.46,196.58h-.66v1.16h.66c.27,0,.49.22.49.49s-.22.49-.49.49h-.66v1.16h.66c.91,0,1.65-.74,1.65-1.65s-.74-1.65-1.65-1.65ZM254.93,200.36s.02.08.02.12c0,.27-.22.49-.49.49h-.66v1.16h.66c.91,0,1.65-.74,1.65-1.65,0-.24-.05-.47-.15-.67-.28.27-.64.47-1.03.55Z" style="fill:#b3b3b3;"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 270 205"><path d="M215.9,192.59l3.05.29-4.1-3.6-4.03-1.61,5.08,4.92ZM215.58,192.78l-5.29-5.12-3.28,5.9,3.64,5.43,4.92-6.21ZM215.9,192.95l-4.82,6.07,4.12-1.49,3.83-4.28-3.13-.3ZM234.8,192.68l-1.49-2.1h1.43l.78,1.11-.73.99ZM236.39,196.14v-2.49l2.24-3.07h-1.45l-1.96,2.69v2.87h1.17ZM233,196.24v-5.66h-1.17v3.07l-3.64-3.22v1.55l4.81,4.25ZM229.36,196.13v-2.18l-1.17-1.03v3.21h1.17ZM227.55,196.13l-2.94-5.7-.66,1.27,1.23,2.37h-.46l-.59,1.14h1.63l.47.91h1.31ZM222.99,196.13l1.26-2.44-.65-1.28-1.91,3.72h1.31ZM257.41,196.13v-5.54h-1.17v5.54h1.17ZM252.07,196.13v-5.54h-1.17v5.54h1.17ZM241.2,194.94c-.79-.16-1.38-.85-1.38-1.69s.59-1.53,1.38-1.69v-1.18c-1.44.17-2.56,1.38-2.56,2.87s1.12,2.7,2.56,2.87v-1.18ZM243.83,195.01c-.46.6-1.15,1.02-1.94,1.11v-1.18c.42-.09.78-.33,1.02-.66l.92.72ZM241.89,191.57v-1.18c.79.1,1.48.51,1.94,1.11l-.92.72c-.25-.33-.61-.57-1.02-.66ZM261.37,194.94c-.79-.16-1.38-.85-1.38-1.69s.59-1.53,1.38-1.69v-1.18c-1.44.17-2.56,1.38-2.56,2.87s1.12,2.7,2.56,2.87v-1.18ZM264,195.01c-.46.6-1.15,1.02-1.94,1.11v-1.18c.42-.09.78-.33,1.02-.66l.92.72ZM262.06,191.57v-1.18c.79.1,1.48.51,1.94,1.11l-.92.72c-.25-.33-.61-.57-1.02-.66ZM246.85,194.93c-.44-.15-.76-.55-.76-1.03v-3.31h-1.17v3.31c0,1.14.84,2.08,1.93,2.24v-1.21ZM248.3,190.59v3.31c0,.49-.32.89-.76,1.03v1.21c1.09-.17,1.93-1.1,1.93-2.24v-3.31h-1.17ZM253.46,190.59h-.66v1.16h.66c.27,0,.49.22.49.49s-.22.49-.49.49h-.66v1.16h.66c.91,0,1.65-.74,1.65-1.65s-.74-1.65-1.65-1.65ZM253.93,194.36s.02.08.02.12c0,.27-.22.49-.49.49h-.66v1.16h.66c.91,0,1.65-.74,1.65-1.65,0-.24-.05-.47-.15-.67-.28.27-.64.47-1.03.55Z" style="fill:#b3b3b3;"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"><path d="M318.35,384.71l4.86.46-6.53-5.74-6.43-2.56,8.09,7.85ZM317.84,385.01l-8.42-8.17-5.22,9.4,5.8,8.66,7.84-9.89ZM318.35,385.29l-7.68,9.68,6.56-2.38,6.11-6.83-4.99-.47ZM348.47,384.86l-2.37-3.35h2.29l1.25,1.77-1.16,1.58ZM351,390.38v-3.96l3.57-4.89h-2.31l-3.13,4.28v4.57h1.87ZM345.6,390.54v-9.01h-1.87v4.9l-5.8-5.13v2.48l7.67,6.77ZM339.81,390.36v-3.48l-1.87-1.64v5.11h1.87ZM336.91,390.36l-4.68-9.08-1.05,2.03,1.96,3.78h-.73l-.93,1.82h2.59l.76,1.45h2.09ZM329.65,390.36l2.01-3.9-1.04-2.04-3.05,5.93h2.09ZM384.51,390.36v-8.83h-1.87v8.83h1.87ZM375.99,390.36v-8.83h-1.87v8.83h1.87ZM358.67,388.47c-1.26-.25-2.2-1.36-2.2-2.69s.95-2.44,2.2-2.69v-1.88c-2.29.27-4.08,2.2-4.08,4.57s1.79,4.3,4.08,4.57v-1.88ZM362.86,388.57c-.74.95-1.83,1.62-3.09,1.77v-1.88c.67-.14,1.24-.52,1.63-1.04l1.46,1.15ZM359.77,383.09v-1.88c1.26.15,2.35.82,3.09,1.77l-1.46,1.15c-.39-.52-.97-.91-1.63-1.04ZM390.81,388.47c-1.26-.25-2.2-1.36-2.2-2.69s.95-2.44,2.2-2.69v-1.88c-2.29.27-4.08,2.2-4.08,4.57s1.79,4.3,4.08,4.57v-1.88ZM395,388.57c-.74.95-1.83,1.62-3.09,1.77v-1.88c.67-.14,1.24-.52,1.63-1.04l1.46,1.15ZM391.91,383.09v-1.88c1.26.15,2.35.82,3.09,1.77l-1.46,1.15c-.39-.52-.97-.91-1.63-1.04ZM367.67,388.45c-.7-.23-1.21-.87-1.21-1.65v-5.28h-1.87v5.28c0,1.82,1.34,3.31,3.08,3.57v-1.93ZM369.98,381.52v5.28c0,.78-.51,1.42-1.21,1.65v1.93c1.74-.27,3.08-1.76,3.08-3.57v-5.28h-1.87ZM378.2,381.52h-1.06v1.84h1.06c.44,0,.79.35.79.79s-.35.79-.79.79h-1.06v1.84h1.06c1.45,0,2.63-1.18,2.63-2.63s-1.18-2.63-2.63-2.63ZM378.95,387.54c.02.06.04.12.04.19,0,.43-.35.79-.79.79h-1.06v1.84h1.06c1.45,0,2.63-1.18,2.63-2.63,0-.38-.09-.74-.23-1.07-.45.43-1.02.74-1.65.88Z" style="fill:#b3b3b3;"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 2.3 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 212 212"><path d="M158.88,200.59l3.05.29-4.1-3.6-4.03-1.61,5.08,4.92ZM158.56,200.78l-5.29-5.12-3.28,5.9,3.64,5.43,4.92-6.2ZM158.88,200.95l-4.82,6.07,4.12-1.49,3.83-4.28-3.13-.3ZM177.78,200.68l-1.49-2.1h1.43l.78,1.11-.73.99ZM179.37,204.14v-2.49l2.24-3.07h-1.45l-1.96,2.69v2.87h1.17ZM175.98,204.24v-5.66h-1.17v3.07l-3.64-3.22v1.55l4.81,4.25ZM172.34,204.13v-2.18l-1.17-1.03v3.21h1.17ZM170.53,204.13l-2.94-5.7-.66,1.27,1.23,2.37h-.46l-.59,1.14h1.63l.47.91h1.31ZM165.97,204.13l1.26-2.44-.65-1.28-1.91,3.72h1.31ZM200.39,204.13v-5.54h-1.17v5.54h1.17ZM195.05,204.13v-5.54h-1.17v5.54h1.17ZM184.18,202.94c-.79-.16-1.38-.85-1.38-1.69s.59-1.53,1.38-1.69v-1.18c-1.44.17-2.56,1.38-2.56,2.86s1.12,2.7,2.56,2.86v-1.18ZM186.81,203.01c-.46.6-1.15,1.02-1.94,1.11v-1.18c.42-.09.78-.33,1.02-.66l.92.72ZM184.87,199.57v-1.18c.79.1,1.48.51,1.94,1.11l-.92.72c-.25-.33-.61-.57-1.02-.66ZM204.35,202.94c-.79-.16-1.38-.85-1.38-1.69s.59-1.53,1.38-1.69v-1.18c-1.44.17-2.56,1.38-2.56,2.86s1.12,2.7,2.56,2.86v-1.18ZM206.97,203.01c-.46.6-1.15,1.02-1.94,1.11v-1.18c.42-.09.78-.33,1.02-.66l.92.72ZM205.03,199.57v-1.18c.79.1,1.48.51,1.94,1.11l-.92.72c-.25-.33-.61-.57-1.02-.66ZM189.83,202.93c-.44-.15-.76-.55-.76-1.03v-3.31h-1.17v3.31c0,1.14.84,2.08,1.93,2.24v-1.21ZM191.28,198.59v3.31c0,.49-.32.89-.76,1.03v1.21c1.09-.17,1.93-1.1,1.93-2.24v-3.31h-1.17ZM196.43,198.59h-.66v1.16h.66c.27,0,.49.22.49.49s-.22.49-.49.49h-.66v1.16h.66c.91,0,1.65-.74,1.65-1.65s-.74-1.65-1.65-1.65ZM196.9,202.36s.02.08.02.12c0,.27-.22.49-.49.49h-.66v1.16h.66c.91,0,1.65-.74,1.65-1.65,0-.24-.05-.47-.15-.67-.28.27-.64.47-1.03.55Z" style="fill:#b3b3b3;"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 3.6 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 220 220"><path d="M164.89,208.63l3.05.29-4.1-3.6-4.03-1.61,5.08,4.92ZM164.57,208.81l-5.29-5.12-3.28,5.9,3.64,5.43,4.92-6.2ZM164.89,208.99l-4.82,6.07,4.12-1.49,3.83-4.28-3.13-.3ZM183.79,208.72l-1.49-2.1h1.43l.78,1.11-.73.99ZM185.38,212.18v-2.49l2.24-3.07h-1.45l-1.96,2.69v2.87h1.17ZM181.99,212.28v-5.66h-1.17v3.07l-3.64-3.22v1.55l4.81,4.25ZM178.35,212.17v-2.18l-1.17-1.03v3.21h1.17ZM176.54,212.17l-2.94-5.7-.66,1.27,1.23,2.37h-.46l-.59,1.14h1.63l.47.91h1.31ZM171.98,212.17l1.26-2.44-.65-1.28-1.91,3.72h1.31ZM206.4,212.17v-5.54h-1.17v5.54h1.17ZM201.05,212.17v-5.54h-1.17v5.54h1.17ZM190.19,210.98c-.79-.16-1.38-.85-1.38-1.69s.59-1.53,1.38-1.69v-1.18c-1.44.17-2.56,1.38-2.56,2.86s1.12,2.7,2.56,2.86v-1.18ZM192.82,211.05c-.46.6-1.15,1.02-1.94,1.11v-1.18c.42-.09.78-.33,1.02-.66l.92.72ZM190.88,207.61v-1.18c.79.1,1.48.51,1.94,1.11l-.92.72c-.25-.33-.61-.57-1.02-.66ZM210.35,210.98c-.79-.16-1.38-.85-1.38-1.69s.59-1.53,1.38-1.69v-1.18c-1.44.17-2.56,1.38-2.56,2.86s1.12,2.7,2.56,2.86v-1.18ZM212.98,211.05c-.46.6-1.15,1.02-1.94,1.11v-1.18c.42-.09.78-.33,1.02-.66l.92.72ZM211.04,207.61v-1.18c.79.1,1.48.51,1.94,1.11l-.92.72c-.25-.33-.61-.57-1.02-.66ZM195.84,210.97c-.44-.15-.76-.55-.76-1.03v-3.31h-1.17v3.31c0,1.14.84,2.08,1.93,2.24v-1.21ZM197.29,206.62v3.31c0,.49-.32.89-.76,1.03v1.21c1.09-.17,1.93-1.1,1.93-2.24v-3.31h-1.17ZM202.44,206.62h-.66v1.16h.66c.27,0,.49.22.49.49s-.22.49-.49.49h-.66v1.16h.66c.91,0,1.65-.74,1.65-1.65s-.74-1.65-1.65-1.65ZM202.91,210.4s.02.08.02.12c0,.27-.22.49-.49.49h-.66v1.16h.66c.91,0,1.65-.74,1.65-1.65,0-.24-.05-.47-.15-.67-.28.27-.64.47-1.03.55Z" style="fill:#b3b3b3;"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 6.3 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 220 220"><path d="M164.89,208.63l3.05.29-4.1-3.6-4.03-1.61,5.08,4.92ZM164.57,208.81l-5.29-5.12-3.28,5.9,3.64,5.43,4.92-6.2ZM164.89,208.99l-4.82,6.07,4.12-1.49,3.83-4.28-3.13-.3ZM183.79,208.72l-1.49-2.1h1.43l.78,1.11-.73.99ZM185.38,212.18v-2.49l2.24-3.07h-1.45l-1.96,2.69v2.87h1.17ZM181.99,212.28v-5.66h-1.17v3.07l-3.64-3.22v1.55l4.81,4.25ZM178.35,212.17v-2.18l-1.17-1.03v3.21h1.17ZM176.54,212.17l-2.94-5.7-.66,1.27,1.23,2.37h-.46l-.59,1.14h1.63l.47.91h1.31ZM171.98,212.17l1.26-2.44-.65-1.28-1.91,3.72h1.31ZM206.4,212.17v-5.54h-1.17v5.54h1.17ZM201.05,212.17v-5.54h-1.17v5.54h1.17ZM190.19,210.98c-.79-.16-1.38-.85-1.38-1.69s.59-1.53,1.38-1.69v-1.18c-1.44.17-2.56,1.38-2.56,2.86s1.12,2.7,2.56,2.86v-1.18ZM192.82,211.05c-.46.6-1.15,1.02-1.94,1.11v-1.18c.42-.09.78-.33,1.02-.66l.92.72ZM190.88,207.61v-1.18c.79.1,1.48.51,1.94,1.11l-.92.72c-.25-.33-.61-.57-1.02-.66ZM210.35,210.98c-.79-.16-1.38-.85-1.38-1.69s.59-1.53,1.38-1.69v-1.18c-1.44.17-2.56,1.38-2.56,2.86s1.12,2.7,2.56,2.86v-1.18ZM212.98,211.05c-.46.6-1.15,1.02-1.94,1.11v-1.18c.42-.09.78-.33,1.02-.66l.92.72ZM211.04,207.61v-1.18c.79.1,1.48.51,1.94,1.11l-.92.72c-.25-.33-.61-.57-1.02-.66ZM195.84,210.97c-.44-.15-.76-.55-.76-1.03v-3.31h-1.17v3.31c0,1.14.84,2.08,1.93,2.24v-1.21ZM197.29,206.62v3.31c0,.49-.32.89-.76,1.03v1.21c1.09-.17,1.93-1.1,1.93-2.24v-3.31h-1.17ZM202.44,206.62h-.66v1.16h.66c.27,0,.49.22.49.49s-.22.49-.49.49h-.66v1.16h.66c.91,0,1.65-.74,1.65-1.65s-.74-1.65-1.65-1.65ZM202.91,210.4s.02.08.02.12c0,.27-.22.49-.49.49h-.66v1.16h.66c.91,0,1.65-.74,1.65-1.65,0-.24-.05-.47-.15-.67-.28.27-.64.47-1.03.55Z" style="fill:#b3b3b3;"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"><path d="M326.04,385.03l4.25.4-5.7-5.02-5.61-2.24,7.07,6.85ZM325.6,385.29l-7.36-7.13-4.56,8.21,5.07,7.56,6.85-8.64ZM326.04,385.53l-6.71,8.45,5.73-2.08,5.33-5.96-4.36-.41ZM352.36,385.16l-2.07-2.93h2l1.09,1.54-1.01,1.38ZM354.57,389.97v-3.46l3.12-4.28h-2.02l-2.73,3.74v4h1.63ZM349.85,390.11v-7.87h-1.63v4.28l-5.07-4.48v2.16l6.7,5.91ZM344.78,389.96v-3.04l-1.63-1.43v4.47h1.63ZM342.26,389.96l-4.09-7.94-.92,1.77,1.71,3.3h-.64l-.82,1.59h2.27l.66,1.27h1.83ZM335.91,389.96l1.75-3.4-.91-1.78-2.66,5.18h1.82ZM383.83,389.96v-7.72h-1.63v7.72h1.63ZM376.39,389.96v-7.72h-1.63v7.72h1.63ZM361.26,388.31c-1.1-.22-1.93-1.19-1.93-2.35s.83-2.13,1.93-2.35v-1.64c-2,.24-3.56,1.92-3.56,3.99s1.56,3.75,3.56,3.99v-1.64ZM364.92,388.4c-.65.83-1.6,1.41-2.7,1.55v-1.64c.58-.12,1.08-.45,1.43-.91l1.28,1ZM362.22,383.61v-1.64c1.1.13,2.06.72,2.7,1.55l-1.28,1c-.34-.46-.84-.79-1.43-.91ZM389.34,388.31c-1.1-.22-1.93-1.19-1.93-2.35s.83-2.13,1.93-2.35v-1.64c-2,.24-3.56,1.92-3.56,3.99s1.56,3.75,3.56,3.99v-1.64ZM393,388.4c-.65.83-1.6,1.41-2.7,1.55v-1.64c.58-.12,1.08-.45,1.43-.91l1.28,1ZM390.3,383.61v-1.64c1.1.13,2.06.72,2.7,1.55l-1.28,1c-.34-.46-.84-.79-1.43-.91ZM369.13,388.29c-.61-.2-1.06-.76-1.06-1.44v-4.61h-1.63v4.61c0,1.59,1.17,2.89,2.69,3.12v-1.68ZM371.14,382.24v4.61c0,.68-.45,1.24-1.06,1.44v1.68c1.52-.23,2.69-1.54,2.69-3.12v-4.61h-1.63ZM378.32,382.24h-.92v1.61h.92c.38,0,.69.31.69.69s-.31.69-.69.69h-.92v1.61h.92c1.27,0,2.3-1.03,2.3-2.3s-1.03-2.3-2.3-2.3ZM378.98,387.5c.01.05.03.11.03.16,0,.38-.31.69-.69.69h-.92v1.61h.92c1.27,0,2.3-1.03,2.3-2.3,0-.33-.07-.65-.2-.94-.39.38-.89.65-1.44.77Z" style="fill:#b3b3b3;"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><path d="M232.11,286.23l3.92.37-5.27-4.64-5.19-2.07,6.53,6.33ZM231.69,286.47l-6.8-6.59-4.22,7.59,4.68,6.99,6.33-7.98ZM232.11,286.7l-6.2,7.81,5.3-1.92,4.93-5.51-4.03-.38ZM256.42,286.35l-1.91-2.7h1.84l1.01,1.43-.94,1.28ZM258.47,290.8v-3.2l2.88-3.95h-1.87l-2.53,3.46v3.69h1.51ZM254.11,290.93v-7.28h-1.51v3.95l-4.68-4.14v2l6.19,5.46ZM249.43,290.79v-2.81l-1.51-1.32v4.13h1.51ZM247.09,290.79l-3.78-7.33-.85,1.64,1.58,3.05h-.59l-.75,1.47h2.09l.61,1.17h1.69ZM241.22,290.79l1.62-3.14-.84-1.64-2.46,4.79h1.69ZM285.51,290.79v-7.13h-1.51v7.13h1.51ZM278.63,290.79v-7.13h-1.51v7.13h1.51ZM264.65,289.26c-1.01-.2-1.78-1.1-1.78-2.17s.76-1.97,1.78-2.17v-1.51c-1.85.22-3.29,1.78-3.29,3.69s1.44,3.47,3.29,3.69v-1.51ZM268.04,289.34c-.6.77-1.48,1.31-2.5,1.43v-1.52c.54-.11,1-.42,1.32-.84l1.18.93ZM265.54,284.92v-1.52c1.02.12,1.9.66,2.5,1.43l-1.18.93c-.32-.42-.78-.73-1.32-.84ZM290.6,289.26c-1.01-.2-1.78-1.1-1.78-2.17s.76-1.97,1.78-2.17v-1.51c-1.85.22-3.29,1.78-3.29,3.69s1.44,3.47,3.29,3.69v-1.51ZM293.98,289.34c-.6.77-1.48,1.31-2.5,1.43v-1.52c.54-.11,1-.42,1.32-.84l1.18.93ZM291.48,284.92v-1.52c1.02.12,1.9.66,2.5,1.43l-1.18.93c-.32-.42-.78-.73-1.32-.84ZM271.92,289.25c-.56-.19-.98-.7-.98-1.33v-4.26h-1.51v4.26c0,1.47,1.08,2.67,2.49,2.89v-1.56ZM273.78,283.65v4.26c0,.63-.41,1.14-.98,1.33v1.56c1.41-.21,2.49-1.42,2.49-2.89v-4.26h-1.51ZM280.42,283.65h-.85v1.49h.85c.35,0,.64.28.64.64s-.28.64-.64.64h-.85v1.49h.85c1.17,0,2.12-.95,2.12-2.12s-.95-2.12-2.12-2.12ZM281.02,288.51s.03.1.03.15c0,.35-.28.64-.64.64h-.85v1.49h.85c1.17,0,2.12-.95,2.12-2.12,0-.31-.07-.6-.19-.86-.36.35-.82.6-1.33.71Z" style="fill:#b3b3b3;"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 4.3 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 255"><path d="M187.86,241.66l3.5.33-4.69-4.13-4.62-1.84,5.82,5.64ZM187.49,241.87l-6.06-5.87-3.76,6.76,4.17,6.23,5.64-7.11ZM187.86,242.07l-5.52,6.96,4.72-1.71,4.39-4.91-3.59-.34ZM209.52,241.76l-1.7-2.41h1.64l.9,1.27-.83,1.14ZM211.34,245.73v-2.85l2.57-3.52h-1.66l-2.25,3.08v3.29h1.35ZM207.46,245.84v-6.48h-1.35v3.52l-4.17-3.69v1.78l5.52,4.87ZM203.29,245.71v-2.5l-1.35-1.18v3.68h1.35ZM201.21,245.71l-3.37-6.53-.76,1.46,1.41,2.72h-.53l-.67,1.31h1.87l.54,1.05h1.51ZM195.98,245.71l1.44-2.8-.75-1.46-2.19,4.27h1.5ZM235.44,245.71v-6.35h-1.35v6.35h1.35ZM229.31,245.71v-6.35h-1.35v6.35h1.35ZM216.85,244.35c-.9-.18-1.58-.98-1.58-1.93s.68-1.75,1.58-1.93v-1.35c-1.65.19-2.93,1.58-2.93,3.28s1.28,3.09,2.93,3.28v-1.35ZM219.87,244.43c-.53.69-1.32,1.16-2.22,1.27v-1.35c.48-.1.89-.37,1.17-.75l1.05.83ZM217.64,240.49v-1.35c.91.11,1.69.59,2.22,1.27l-1.05.83c-.28-.38-.69-.65-1.17-.75ZM239.97,244.35c-.9-.18-1.58-.98-1.58-1.93s.68-1.75,1.58-1.93v-1.35c-1.65.19-2.93,1.58-2.93,3.28s1.28,3.09,2.93,3.28v-1.35ZM242.98,244.43c-.53.69-1.32,1.16-2.22,1.27v-1.35c.48-.1.89-.37,1.17-.75l1.05.83ZM240.76,240.49v-1.35c.91.11,1.69.59,2.22,1.27l-1.05.83c-.28-.38-.69-.65-1.17-.75ZM223.33,244.34c-.5-.17-.87-.63-.87-1.19v-3.8h-1.35v3.8c0,1.31.96,2.38,2.22,2.57v-1.39ZM224.99,239.36v3.8c0,.56-.37,1.02-.87,1.19v1.39c1.25-.19,2.22-1.26,2.22-2.57v-3.8h-1.35ZM230.9,239.36h-.76v1.33h.76c.31,0,.57.25.57.57s-.25.57-.57.57h-.76v1.33h.76c1.04,0,1.89-.85,1.89-1.89s-.85-1.89-1.89-1.89ZM231.44,243.69s.03.09.03.13c0,.31-.25.57-.57.57h-.76v1.33h.76c1.04,0,1.89-.85,1.89-1.89,0-.28-.06-.53-.17-.77-.32.31-.73.54-1.19.64Z" style="fill:#b3b3b3;"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -6,7 +6,7 @@
|
|||||||
"machine_tech": "FFF",
|
"machine_tech": "FFF",
|
||||||
"family": "Anycubic",
|
"family": "Anycubic",
|
||||||
"bed_model": "anycubic_4maxpro2_buildplate_model.stl",
|
"bed_model": "anycubic_4maxpro2_buildplate_model.stl",
|
||||||
"bed_texture": "anycubic_4maxpro2_buildplate_texture.png",
|
"bed_texture": "anycubic_4maxpro2_buildplate_texture.svg",
|
||||||
"hotend_model": "",
|
"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"
|
"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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"machine_tech": "FFF",
|
"machine_tech": "FFF",
|
||||||
"family": "Anycubic",
|
"family": "Anycubic",
|
||||||
"bed_model": "anycubic_4maxpro_buildplate_model.stl",
|
"bed_model": "anycubic_4maxpro_buildplate_model.stl",
|
||||||
"bed_texture": "anycubic_4maxpro_buildplate_texture.png",
|
"bed_texture": "anycubic_4maxpro_buildplate_texture.svg",
|
||||||
"hotend_model": "",
|
"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"
|
"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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"machine_tech": "FFF",
|
"machine_tech": "FFF",
|
||||||
"family": "Anycubic",
|
"family": "Anycubic",
|
||||||
"bed_model": "anycubic_chiron_buildplate_model.stl",
|
"bed_model": "anycubic_chiron_buildplate_model.stl",
|
||||||
"bed_texture": "anycubic_chiron_buildplate_texture.png",
|
"bed_texture": "anycubic_chiron_buildplate_texture.svg",
|
||||||
"hotend_model": "",
|
"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"
|
"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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"machine_tech": "FFF",
|
"machine_tech": "FFF",
|
||||||
"family": "Anycubic",
|
"family": "Anycubic",
|
||||||
"bed_model": "anycubic_kobra2_buildplate_model.stl",
|
"bed_model": "anycubic_kobra2_buildplate_model.stl",
|
||||||
"bed_texture": "anycubic_kobra2_buildplate_texture.png",
|
"bed_texture": "anycubic_kobra2_buildplate_texture.svg",
|
||||||
"hotend_model": "",
|
"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"
|
"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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"machine_tech": "FFF",
|
"machine_tech": "FFF",
|
||||||
"family": "Anycubic",
|
"family": "Anycubic",
|
||||||
"bed_model": "anycubic_kobramax_buildplate_model.stl",
|
"bed_model": "anycubic_kobramax_buildplate_model.stl",
|
||||||
"bed_texture": "anycubic_kobramax_buildplate_texture.png",
|
"bed_texture": "anycubic_kobramax_buildplate_texture.svg",
|
||||||
"hotend_model": "",
|
"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"
|
"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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"model_id": "Anycubic Kobra Neo",
|
"model_id": "Anycubic Kobra Neo",
|
||||||
"nozzle_diameter": "0.4",
|
"nozzle_diameter": "0.4",
|
||||||
"bed_model": "Anycubic Kobra Neo_buildplate_model.stl",
|
"bed_model": "Anycubic Kobra Neo_buildplate_model.stl",
|
||||||
"bed_texture": "Anycubic Kobra Neo_buildplate_texture.png",
|
"bed_texture": "Anycubic Kobra Neo_buildplate_texture.svg",
|
||||||
"hotend_model": "",
|
"hotend_model": "",
|
||||||
"default_materials": "Anycubic Generic PLA"
|
"default_materials": "Anycubic Generic PLA"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"machine_tech": "FFF",
|
"machine_tech": "FFF",
|
||||||
"family": "Anycubic",
|
"family": "Anycubic",
|
||||||
"bed_model": "anycubic_kobraplus_buildplate_model.stl",
|
"bed_model": "anycubic_kobraplus_buildplate_model.stl",
|
||||||
"bed_texture": "anycubic_kobraplus_buildplate_texture.png",
|
"bed_texture": "anycubic_kobraplus_buildplate_texture.svg",
|
||||||
"hotend_model": "",
|
"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"
|
"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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"machine_tech": "FFF",
|
"machine_tech": "FFF",
|
||||||
"family": "Anycubic",
|
"family": "Anycubic",
|
||||||
"bed_model": "anycubic_kobra_buildplate_model.stl",
|
"bed_model": "anycubic_kobra_buildplate_model.stl",
|
||||||
"bed_texture": "anycubic_kobra_buildplate_texture.png",
|
"bed_texture": "anycubic_kobra_buildplate_texture.svg",
|
||||||
"hotend_model": "",
|
"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"
|
"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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"machine_tech": "FFF",
|
"machine_tech": "FFF",
|
||||||
"family": "Anycubic",
|
"family": "Anycubic",
|
||||||
"bed_model": "anycubic_vyper_buildplate_model.stl",
|
"bed_model": "anycubic_vyper_buildplate_model.stl",
|
||||||
"bed_texture": "anycubic_vyper_buildplate_texture.png",
|
"bed_texture": "anycubic_vyper_buildplate_texture.svg",
|
||||||
"hotend_model": "",
|
"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"
|
"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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"machine_tech": "FFF",
|
"machine_tech": "FFF",
|
||||||
"family": "Anycubic",
|
"family": "Anycubic",
|
||||||
"bed_model": "anycubic_i3megas_buildplate_model.stl",
|
"bed_model": "anycubic_i3megas_buildplate_model.stl",
|
||||||
"bed_texture": "anycubic_i3megas_buildplate_texture.png",
|
"bed_texture": "anycubic_i3megas_buildplate_texture.svg",
|
||||||
"hotend_model": "",
|
"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"
|
"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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Artillery",
|
"name": "Artillery",
|
||||||
"version": "02.03.02.60",
|
"version": "02.03.02.70",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "Artillery configurations",
|
"description": "Artillery configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 3.4 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2200 2200"><path d="M1891.91,1920.77v158.46c0,2.7,1.59,5.15,4.07,6.24l58.71,25.94c3.78,1.67,6.22,5.42,6.22,9.55v23.52l-81.48-36c-9.27-4.1-15.25-13.28-15.25-23.41v-170.14c0-10.14,5.98-19.32,15.25-23.41l81.48-36v23.52c0,4.14-2.44,7.88-6.22,9.55l-58.71,25.94c-2.47,1.09-4.07,3.54-4.07,6.24ZM1932.27,1923.11v27.19c0,1.9,1.12,3.63,2.86,4.4l21.7,9.59c1.82.81,3,2.61,3,4.6v62.22c0,1.99-1.18,3.8-3,4.6l-21.7,9.59c-1.74.77-2.86,2.49-2.86,4.4v27.19l48.78-21.55c3.97-1.75,6.52-5.68,6.52-10.01v-90.65c0-4.34-2.56-8.26-6.52-10.01l-48.78-21.55ZM2108.09,1920.77v158.46c0,2.7-1.59,5.15-4.07,6.24l-58.71,25.94c-3.78,1.67-6.22,5.42-6.22,9.55v23.52s81.48-36,81.48-36c9.27-4.1,15.25-13.28,15.25-23.41v-170.14c0-10.14-5.98-19.32-15.25-23.41l-81.48-36v23.52c0,4.14,2.44,7.88,6.22,9.55l58.71,25.94c2.47,1.09,4.07,3.54,4.07,6.24ZM2018.95,1944.66c-3.97,1.75-6.52,5.68-6.52,10.01v90.65c0,4.34,2.56,8.26,6.52,10.01l48.78,21.55v-27.19c0-1.9-1.12-3.63-2.86-4.4l-21.7-9.59c-1.82-.81-3-2.61-3-4.6v-62.22c0-1.99,1.18-3.8,3-4.6l21.7-9.59c1.74-.77,2.86-2.49,2.86-4.4v-27.19s-48.78,21.55-48.78,21.55Z" style="fill:#bcbec0;"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 3.4 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2200 2200"><path d="M1891.91,1920.77v158.46c0,2.7,1.59,5.15,4.07,6.24l58.71,25.94c3.78,1.67,6.22,5.42,6.22,9.55v23.52l-81.48-36c-9.27-4.1-15.25-13.28-15.25-23.41v-170.14c0-10.14,5.98-19.32,15.25-23.41l81.48-36v23.52c0,4.14-2.44,7.88-6.22,9.55l-58.71,25.94c-2.47,1.09-4.07,3.54-4.07,6.24ZM1932.27,1923.11v27.19c0,1.9,1.12,3.63,2.86,4.4l21.7,9.59c1.82.81,3,2.61,3,4.6v62.22c0,1.99-1.18,3.8-3,4.6l-21.7,9.59c-1.74.77-2.86,2.49-2.86,4.4v27.19l48.78-21.55c3.97-1.75,6.52-5.68,6.52-10.01v-90.65c0-4.34-2.56-8.26-6.52-10.01l-48.78-21.55ZM2108.09,1920.77v158.46c0,2.7-1.59,5.15-4.07,6.24l-58.71,25.94c-3.78,1.67-6.22,5.42-6.22,9.55v23.52s81.48-36,81.48-36c9.27-4.1,15.25-13.28,15.25-23.41v-170.14c0-10.14-5.98-19.32-15.25-23.41l-81.48-36v23.52c0,4.14,2.44,7.88,6.22,9.55l58.71,25.94c2.47,1.09,4.07,3.54,4.07,6.24ZM2018.95,1944.66c-3.97,1.75-6.52,5.68-6.52,10.01v90.65c0,4.34,2.56,8.26,6.52,10.01l48.78,21.55v-27.19c0-1.9-1.12-3.63-2.86-4.4l-21.7-9.59c-1.82-.81-3-2.61-3-4.6v-62.22c0-1.99,1.18-3.8,3-4.6l21.7-9.59c1.74-.77,2.86-2.49,2.86-4.4v-27.19s-48.78,21.55-48.78,21.55Z" style="fill:#bcbec0;"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 3.4 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2300 2300"><path d="M1991.91,2020.77v158.46c0,2.7,1.59,5.15,4.07,6.24l58.71,25.94c3.78,1.67,6.22,5.42,6.22,9.55v23.52l-81.48-36c-9.27-4.1-15.25-13.28-15.25-23.41v-170.14c0-10.14,5.98-19.32,15.25-23.41l81.48-36v23.52c0,4.14-2.44,7.88-6.22,9.55l-58.71,25.94c-2.47,1.09-4.07,3.54-4.07,6.24ZM2032.27,2023.11v27.19c0,1.9,1.12,3.63,2.86,4.4l21.7,9.59c1.82.81,3,2.61,3,4.6v62.22c0,1.99-1.18,3.8-3,4.6l-21.7,9.59c-1.74.77-2.86,2.49-2.86,4.4v27.19l48.78-21.55c3.97-1.75,6.52-5.68,6.52-10.01v-90.65c0-4.34-2.56-8.26-6.52-10.01l-48.78-21.55ZM2208.09,2020.77v158.46c0,2.7-1.59,5.15-4.07,6.24l-58.71,25.94c-3.78,1.67-6.22,5.42-6.22,9.55v23.52s81.48-36,81.48-36c9.27-4.1,15.25-13.28,15.25-23.41v-170.14c0-10.14-5.98-19.32-15.25-23.41l-81.48-36v23.52c0,4.14,2.44,7.88,6.22,9.55l58.71,25.94c2.47,1.09,4.07,3.54,4.07,6.24ZM2118.95,2044.66c-3.97,1.75-6.52,5.68-6.52,10.01v90.65c0,4.34,2.56,8.26,6.52,10.01l48.78,21.55v-27.19c0-1.9-1.12-3.63-2.86-4.4l-21.7-9.59c-1.82-.81-3-2.61-3-4.6v-62.22c0-1.99,1.18-3.8,3-4.6l21.7-9.59c1.74-.77,2.86-2.49,2.86-4.4v-27.19s-48.78,21.55-48.78,21.55Z" style="fill:#bcbec0;"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |