Compare commits

...

81 Commits

Author SHA1 Message Date
SoftFever
41bd8f1c00 bump (#239)
Signed-off-by: SoftFever <softfeverever@gmail.com>

Signed-off-by: SoftFever <softfeverever@gmail.com>
2023-01-27 00:20:32 +08:00
SoftFever
5209719777 fix po file erros
Signed-off-by: SoftFever <softfeverever@gmail.com>
2023-01-27 00:11:21 +08:00
SoftFever
431ceb61dc rename calib dlg
Signed-off-by: SoftFever <softfeverever@gmail.com>
2023-01-26 23:36:07 +08:00
SoftFever
86f367b1f6 misc changes
Signed-off-by: SoftFever <softfeverever@gmail.com>
2023-01-26 23:11:21 +08:00
SoftFever
031a027717 Port seam fix for Arachne from PrusaSlicer
Signed-off-by: SoftFever <softfeverever@gmail.com>
2023-01-26 01:43:23 +08:00
SoftFever
854470cfba wipe on loops
Signed-off-by: SoftFever <softfeverever@gmail.com>
2023-01-26 01:29:44 +08:00
SoftFever
1f13b37f19 allow changing bbl machine limits
Signed-off-by: SoftFever <softfeverever@gmail.com>
2023-01-26 01:29:44 +08:00
SoftFever
0c2309e3a2 PA Calib dialog (#232)
* fix colors

Signed-off-by: SoftFever <softfeverever@gmail.com>

* calib dlg
WIP 1/2

Signed-off-by: SoftFever <softfeverever@gmail.com>

* cut tower based on range

Signed-off-by: SoftFever <softfeverever@gmail.com>

* mac menu change

Signed-off-by: SoftFever <softfeverever@gmail.com>

* minor fix

Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com>

Signed-off-by: SoftFever <softfeverever@gmail.com>
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com>
2023-01-26 01:28:47 +08:00
Heiko Liebscher
2cdece2b14 fix_mac build (#228) 2023-01-26 00:37:17 +08:00
Patrice Côté
2a757b1b95 Compatibility with klipper_estimator (#229)
Changed estimated time string in order to be fully compatible with klipper_estimator. Format is now the same as Slic3r, PrusaSlicer and SuperSlicer
2023-01-25 21:58:59 +08:00
Patrice Côté
bf782028ac Option for klipper only: Adjustment of "accel_to_decel" (#220)
* Klipper option: Adjustment of "accel_to_decel"

Add option to automatically adjust accel_to_decel to 50% of chosen acceleration.

* allow variable accel_to_decel percentage

allow variable accel_to_decel percentage for klipper firmware
2023-01-24 21:33:34 +08:00
SoftFever
cdd9c51949 Feature/fix timelapse crash (#224)
* Move use_firmware_retraction out of extruder tab

Signed-off-by: SoftFever <softfeverever@gmail.com>

* fix timelapse crash

Signed-off-by: SoftFever <softfeverever@gmail.com>

Signed-off-by: SoftFever <softfeverever@gmail.com>
2023-01-24 20:36:05 +08:00
Vladimir
ba72d1731b Force using of monotonic infill pattern for internal solid infill. (#218)
* Force using of monotonic infill pattern for internal solid infill to get rid of redundant gap fills.

* Fix an issue "Patterntype for Solid and top layer #134"
2023-01-24 13:07:52 +08:00
Patrice Côté
5692e02c54 Enable absolute/relative extrusion option on non BBL printers (#205)
Add the option to use non-relative extrusion in printer config screen. Some extruders do not play well with relative extrusion...

Remove reference to multi-extruder

Remove reference to multi-extruder

change g-code comment for M83 relative extrusion

changed comment for M83

Remove commented line of code

In this specific case, we delete the old line of code because it refers to a variable that was deleted from the rest of the code (RELATIVE_E_AXIS)
2023-01-24 13:02:52 +08:00
SoftFever
594c22cde0 fix wrong print size in case of multi plate
Signed-off-by: SoftFever <softfeverever@gmail.com>
#153
#37
2023-01-22 23:10:31 +08:00
SoftFever
3970b84d97 remove bed temp 0 error for non-bambu printers
Signed-off-by: SoftFever <softfeverever@gmail.com>
2023-01-22 23:04:25 +08:00
SoftFever
b7bdb65fd3 Add option to set jerk for infills
Signed-off-by: SoftFever <softfeverever@gmail.com>
2023-01-22 22:05:19 +08:00
Heiko Liebscher
5866d7b756 fix typo and dups after merge (#209) 2023-01-22 16:53:38 +08:00
SoftFever
15dc185681 update deps (#210)
Signed-off-by: SoftFever <softfeverever@gmail.com>

Signed-off-by: SoftFever <softfeverever@gmail.com>
2023-01-22 14:41:51 +08:00
SoftFever
1bde73b6b1 fix linux build
Signed-off-by: SoftFever <softfeverever@gmail.com>
2023-01-22 11:44:33 +08:00
SoftFever
05c8b57ade Inner brim only and Outer and inner brim
Signed-off-by: SoftFever <softfeverever@gmail.com>
2023-01-22 01:30:35 +08:00
SoftFever
5ea57c1406 Merge branch 'SoftFever' into feature/merge_upstream 2023-01-21 23:41:20 +08:00
SoftFever
4d85ef6657 increase max bed size to 2147
Signed-off-by: SoftFever <softfeverever@gmail.com>
2023-01-21 23:40:03 +08:00
Heiko Liebscher
7f8c2ab267 fix 256px icon to big (#198) 2023-01-21 11:20:41 +08:00
SoftFever
2492e5d39c merge upstream changes
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com>
2023-01-21 00:37:10 +08:00
SoftFever
1bdedb1c47 Feature/fix more colors (#193)
* fix more colors

* fix more color on Mac

Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com>

* fix new windows issue on Mac

Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com>
#137

* Support more PrusaSlicer variables

Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com>

* enhance compatibility: bed_shape and wipe_start_x

* fix more color

* build deps

* only build for PR

Signed-off-by: SoftFever <softfeverever@gmail.com>

Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com>
Signed-off-by: SoftFever <softfeverever@gmail.com>
2023-01-18 23:06:39 +08:00
SoftFever
948dee01ec fix linux CICD 2023-01-16 22:30:11 +08:00
SoftFever
f9200cc7e4 Raised bed temperature limit to 300.
The actual temperature is subject to the firmware's limitations

Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com>
2023-01-16 21:13:13 +08:00
SoftFever
a6f0bd4d28 Allow 100% retract before wipe
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com>
2023-01-16 20:59:10 +08:00
SoftFever
6f5af33c2d QoL: remember choice
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com>
2023-01-16 20:58:42 +08:00
SoftFever
0ea985f926 move inwards before travel
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com>
2023-01-16 00:58:01 +08:00
SoftFever
8350895513 role_based_wipe_speed and wipe_speed
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com>
2023-01-15 21:05:35 +08:00
SoftFever
cdbd2fe042 fix calibration menu disappearing issue on Mac 2023-01-15 10:32:40 +08:00
SoftFever
023f8514c3 update tooltip 2023-01-14 19:43:35 +08:00
SoftFever
594819ef9c seam gap parameter 2023-01-14 19:39:00 +08:00
SoftFever
dd1efb3969 delete .DS_Store 2023-01-14 11:57:59 +08:00
SoftFever
6a86668ab2 fix linux CICD 2023-01-13 21:57:38 +08:00
salt.wei
b107990270 ENH: disable clipper2 in perimeter generator
Clipper2 doesn't solve wrong line issue for some
specific model and sometimes has performance issue.

Return to clipper1.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I906f8b81083ac8c03ecc9fe3e8d2ade20be95c04
2023-01-13 21:51:17 +08:00
Michael Birkler
61d851fc02 ADD Snapmaker A250 and A350 (#171) 2023-01-13 21:48:22 +08:00
Heiko Liebscher
ff1303778d Update de files (#168)
* new ids and typo

* build mo file

* new msgid
2023-01-12 22:56:43 +08:00
SoftFever
96c861f906 CICD (#167)
CICD
2023-01-12 22:55:50 +08:00
Patrice Côté
43f4288fdc Fix to RatRig profiles (#162)
Fix to RatRig profiles, especially V-Cast
2023-01-12 19:45:35 +08:00
Patrice Côté
540aa13e25 Add Post-processing (#159)
It is now possible to call external  post-process scripts
2023-01-12 19:42:31 +08:00
5axes
a3e5531e28 New French Translation Update (#158)
* Update BambuStudio_fr.po

French translation

* Update BambuStudio_fr.po

New modifications

* Update BambuStudio_fr.po

Test to add Layer time ( missing in the original po file)

* Update French

Change some French initial translation like A-coup in Saccade

* Update BambuStudio_fr.po

Add Jerk(XY)

* Update BambuStudio_fr.po

last modification for today

* Update BambuStudio_fr.po

Last French translation of the Morning
Mainly on the Giszmo

* Update BambuStudio_fr.po

Mainly on Filament parameter

* Update BambuStudio_fr.po

Adjust translation with :

https://github.com/BastR/BambuStudio/blob/french-trad/bbl/i18n/fr/BambuStudio_fr.po

* Update BambuStudio.mo

* last modif

Last modif for today

* Update fr

an other one

* Update

Last Modification

* Update

Missing term in the German translation

* update

Changement

* update

TimeLaps

* Update 11/1/2023

Minor Change
Update  : Year / Month ( not translated in the previous translation)
2023-01-12 19:36:57 +08:00
5axes
fa403349e6 Update BambuStudio_fr.po (#150)
* Update BambuStudio_fr.po

French translation

* Update BambuStudio_fr.po

New modifications

* Update BambuStudio_fr.po

Test to add Layer time ( missing in the original po file)

* Update French

Change some French initial translation like A-coup in Saccade

* Update BambuStudio_fr.po

Add Jerk(XY)

* Update BambuStudio_fr.po

last modification for today

* Update BambuStudio_fr.po

Last French translation of the Morning
Mainly on the Giszmo

* Update BambuStudio_fr.po

Mainly on Filament parameter

* Update BambuStudio_fr.po

Adjust translation with :

https://github.com/BastR/BambuStudio/blob/french-trad/bbl/i18n/fr/BambuStudio_fr.po

* Update BambuStudio.mo

* last modif

Last modif for today

* Update fr

an other one
2023-01-10 22:30:57 +08:00
Patrice Côté
c9f6421839 Remove limitations for bed_exclude_area (#151)
* Remove limitations for bed_exclude_area

Was limited to 256mm, not ractical to exlcude half of the bed (for instance on IDEX printers)

* Add RatRig V-Cast printer

Add RatRig V-Cast printer

Add RatRig V-Cast printer

Add RatRig V-Cast printer
2023-01-10 22:29:33 +08:00
Patrice Côté
54f8cb9591 Add RatRig V-Cast printer (#152)
Add RatRig V-Cast printer
2023-01-10 22:28:22 +08:00
Heiko Liebscher
985ce27d38 Fix german (#146)
* fix_ger add new msgid

* typo
2023-01-09 09:09:37 +08:00
SoftFever
67078dce32 Update appimage.yml 2023-01-08 21:07:25 +08:00
Heiko Liebscher
0ba8f23706 fix typo and color (#138)
* fix typo and color

* fix error
2023-01-08 20:59:33 +08:00
GP3D
f2b8051f2d Added latest Release note in readme (#132)
* Fixed deps "directory not found"

* Added Artillery Sidewinder X2

* typo

* forgotten rename

* Update README.md

* uploaded new printers pictures

* deleted old printers pictures

* Latest release note in readme

Co-authored-by: GiaPag <120025021+GiaPag@users.noreply.github.com>
2023-01-08 11:45:52 +08:00
SoftFever
970364cb4f bump version to 1.4.2
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com>
2023-01-07 22:07:11 +08:00
SoftFever
15b49bf856 Fix a bug that after load a project, printer connection info is missing
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com>
2023-01-07 22:06:30 +08:00
SoftFever
05cf936321 change Mac icon color
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com>
2023-01-07 22:06:30 +08:00
SoftFever
1b7c3404f8 update Tronxy setting id
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com>
2023-01-07 22:06:30 +08:00
SoftFever
0f04df2699 Support firmware retration and retract_restart_extra 2023-01-07 11:17:55 +08:00
SoftFever
13cd930bb4 fix sync_user_preset issue. Now it loads user presets properly 2023-01-07 00:22:22 +08:00
SoftFever
15f80453ab Ensure print speeds are consistent for all blocks in Flow Rate calibration process 2023-01-07 00:07:42 +08:00
Michael Birkler
32f8901fdb Tronxy profile revised (#123)
* Add Tronxy X5SA 400 Profile

* Update fdm_klipper_common.json

* Addjust Firmware Flavor to Marlin

* Tronxy profile revised
2023-01-06 23:04:11 +08:00
SoftFever
2ae6e90fd1 change icon color 2023-01-06 21:31:23 +08:00
SoftFever
81137112f1 bring back bed model fro RatRig 2023-01-06 21:31:23 +08:00
SoftFever
7440dcb955 fix bed model rendering issue for all 3rd party printers 2023-01-06 21:31:23 +08:00
Heiko Liebscher
964f2163cb fix_color_to_#009688 and hover btn (#125)
* fix_color_to_#009688 and hover btn

* fix_color_main_menu

* fix double ##

* tooltip_color

* fix bitmapcache.cpp
2023-01-06 21:22:20 +08:00
SoftFever
0d473ed447 update version to 1.4.2-dev 2023-01-05 22:37:13 +08:00
SoftFever
64281a8cc5 fix wrong css color
#116
2023-01-05 21:12:23 +08:00
SoftFever
53d3ab15e2 Cap max volumetric speed limit for PA line test
#94
2023-01-05 19:44:33 +08:00
SoftFever
d59519d253 Fix crash for Vase mode
#117
2023-01-05 19:44:33 +08:00
SoftFever
37fdb57222 Allow exporting g-code for BBL machines 2023-01-05 19:44:33 +08:00
SoftFever
86bfbb7fcc fix color in dark mode 2023-01-05 19:44:33 +08:00
SoftFever
60acc6b4e8 change print flow ratio to float.
Also fixed an issue that maximum volumetric speed is not respected
#93 #103
2023-01-05 19:44:33 +08:00
SoftFever
6d99cfbaa2 add safety check 2023-01-05 19:44:33 +08:00
SoftFever
515bd11477 Don't emit M106 P2 command if additional fan is not enabled.
#105
2023-01-05 19:44:32 +08:00
SoftFever
18153a6095 make sure to exit calib mode when a new model is added 2023-01-05 19:44:32 +08:00
GP3D
3b99d92515 Updated Readme whit latest project addictions (#113)
* Fixed deps "directory not found"

* Added Artillery Sidewinder X2

* typo

* forgotten rename

* Update README.md

* uploaded new printers pictures

* deleted old printers pictures

Co-authored-by: GiaPag <120025021+GiaPag@users.noreply.github.com>
2023-01-05 10:39:01 +08:00
Heiko Liebscher
07b7fc3768 fix german language again (#104)
* fix german language

* fix_german_calibration
2023-01-04 08:15:22 +08:00
SoftFever
9c1a7bbf8b change app color 2023-01-03 22:05:20 +08:00
SoftFever
7ac975475f Revert "Add Tronxy X5SA 400 Profile (#81)"
This reverts commit 022ed78904.
2023-01-03 16:40:54 +08:00
GP3D
7c6418e323 Artillery Sidewinder X2 (#84)
* Fixed deps "directory not found"

* Added Artillery Sidewinder X2

* typo

* forgotten rename

Co-authored-by: GiaPag <120025021+GiaPag@users.noreply.github.com>
2023-01-03 10:02:32 +08:00
Michael Birkler
022ed78904 Add Tronxy X5SA 400 Profile (#81)
* Add Tronxy X5SA 400 Profile

* Update fdm_klipper_common.json

* Addjust Firmware Flavor to Marlin
2023-01-03 10:00:12 +08:00
Heiko Liebscher
c0f7c6d5eb fix some german translation and the bug with the compare settings button if some words to long in the gui (#97) 2023-01-02 16:53:28 +08:00
fang64
af44269767 app image builder feature (#86)
* deps/wxWidgets: Disable EGL for wxGLCanvas

To work around <https://github.com/supermerill/SuperSlicer/issues/1093>.

* Fix USE_GLCANVAS_EGL=OFF for only Linux Builds

* Add -r flag to BuildLinux.sh to skip ram check

* Add support for AppImage build in containers.

* Add GitHub Action Workflow to Build AppImage

* Update AppImage-Builder to use upload-artifact v3

Co-authored-by: Zhaofeng Li <hello@zhaofeng.li>
2023-01-02 14:48:20 +08:00
529 changed files with 43792 additions and 69491 deletions

44
.github/workflows/build_linux.yml vendored Normal file
View File

@@ -0,0 +1,44 @@
name: Build Linux
on: [pull_request]
jobs:
appimage-builder:
name: Linux AppImage Build
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install cmake libgl1-mesa-dev libgtk-3-dev libxkbcommon-dev libunwind-dev libfuse2 -y
- name: Install dependencies from BuildLinux.sh
shell: bash
run: sudo ./BuildLinux.sh -ur
- name: Fix permissions
shell: bash
run: sudo chown $USER -R ./
- name: build deps
id: cache_deps
uses: actions/cache@v3
env:
cache-name: ${{ runner.os }}-cache-bambustudio_deps_x64
with:
path: ${{ github.workspace }}/deps/build/destdir
key: build-${{ env.cache-name }}
- if: ${{ steps.cache_deps.outputs.cache-hit != 'true' }}
name: build deps
working-directory: ${{ github.workspace }}
continue-on-error: true
run: ./BuildLinux.sh -dr
- name: Build Studio
shell: bash
run: ./BuildLinux.sh -isr
- uses: actions/upload-artifact@v3
with:
name: BambuStudio-SoftFever_Linux
path: './build/BambuStudio_ubu64.AppImage'

51
.github/workflows/build_mac_arm64.yml vendored Normal file
View File

@@ -0,0 +1,51 @@
name: Build Mac arm64
on: [pull_request]
jobs:
build_win64:
name: Build Mac arm64
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Install tools
run: |
brew install cmake git gettext zstd
- run: mkdir -p ${{ github.workspace }}/deps/build
# - run: mkdir -p ${{ github.workspace }}/deps/build/BambuStudio_dep
# - name: build deps
# id: cache_deps
# uses: actions/cache@v3
# env:
# cache-name: ${{ runner.os }}-cache-bambustudio_deps_arm64
# with:
# path: ${{ github.workspace }}/deps/build/BambuStudio_dep
# key: build-${{ env.cache-name }}
# - if: ${{ steps.cache_deps.outputs.cache-hit != 'true' }}
# name: build deps
# working-directory: ${{ github.workspace }}
# continue-on-error: true
# run: ./build_release_macos.sh -d -a arm64
- name: Download and extract deps
working-directory: ${{ github.workspace }}
run: |
curl -LJO https://github.com/SoftFever/FileSharing/releases/download/2/BambuStudio_dep_arm64_21-01-2023.tar.gz
tar -zxvf BambuStudio_dep_arm64_21-01-2023.tar.gz -C ${{ github.workspace }}/deps/build
chown -R $(id -u):$(id -g) ${{ github.workspace }}/deps/build/BambuStudio_dep
ls -l ${{ github.workspace }}/deps/build/BambuStudio_dep
rm BambuStudio_dep_arm64_21-01-2023.tar.gz
- name: Build studio
working-directory: ${{ github.workspace }}
run: ./build_release_macos.sh -s -n -a arm64
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: BambuStudio-SoftFever_Mac
path: ${{ github.workspace }}/build/BambuStudio-SoftFever/BambuStudio-SoftFever*.zip

42
.github/workflows/build_mac_x64.yml vendored Normal file
View File

@@ -0,0 +1,42 @@
name: Build Mac x64
on: [pull_request]
jobs:
build_win64:
name: Build Mac x64
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Install tools
run: |
brew install cmake git gettext zstd
- run: mkdir -p ${{ github.workspace }}/deps/build
- run: mkdir -p ${{ github.workspace }}/deps/build/BambuStudio_dep
- name: build deps
id: cache_deps
uses: actions/cache@v3
env:
cache-name: ${{ runner.os }}-cache-bambustudio_deps_x64
with:
path: ${{ github.workspace }}/deps/build/BambuStudio_dep
key: build-${{ env.cache-name }}
- if: ${{ steps.cache_deps.outputs.cache-hit != 'true' }}
name: build deps
working-directory: ${{ github.workspace }}
continue-on-error: true
run: ./build_release_macos.sh -d -a x86_64
- name: Build studio
working-directory: ${{ github.workspace }}
run: ./build_release_macos.sh -s -n -a x86_64
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: BambuStudio-SoftFever_Mac
path: ${{ github.workspace }}/build/BambuStudio-SoftFever/BambuStudio-SoftFever*.zip

58
.github/workflows/build_win.yml vendored Normal file
View File

@@ -0,0 +1,58 @@
name: Build Win64
on: [pull_request]
jobs:
build_win64:
name: Build Win64
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
- uses: ilammy/msvc-dev-cmd@v1
- name: Install perl
run: |
choco install strawberryperl
- run: mkdir ${{ github.workspace }}/deps/build
- run: mkdir ${{ github.workspace }}/deps/build/BambuStudio_dep
- name: download deps
shell: powershell
run: '(new-object System.Net.WebClient).DownloadFile("https://github.com/SoftFever/FileSharing/releases/download/2/BambuStudio_dep_21Jan2023.zip", "$env:temp\BambuStudio_dep_21Jan2023.zip")'
- name: extract deps
working-directory: ${{ github.workspace }}/deps/build
shell: cmd
run: '"C:/Program Files/7-Zip/7z.exe" x %temp%\BambuStudio_dep_21Jan2023.zip'
- run: dir "${{ github.workspace }}\deps\build\BambuStudio_dep"
# - name: build deps
# id: cache_deps
# uses: actions/cache@v3
# env:
# cache-name: ${{ runner.os }}-cache-bambustudio_deps
# with:
# path: ${{ github.workspace }}/deps/build/BambuStudio_dep
# key: ${{ runner.os }}-build-${{ env.cache-name }}
# - if: ${{ steps.cache_deps.outputs.cache-hit != 'true' }}
# name: build deps
# working-directory: ${{ github.workspace }}
# continue-on-error: true
# run: .\build_release.bat deps
# - run: Get-ChildItem ${{ github.workspace }}/deps/build/ -Exclude BambuStudio_dep | Remove-Item -Recurse -Force
- name: Build studio
working-directory: ${{ github.workspace }}
run: .\build_release.bat studio
- name: pack app
working-directory: ${{ github.workspace }}/build
shell: cmd
run: '"C:/Program Files/7-Zip/7z.exe" a -tzip BambuStudio-SoftFever_dev_build.zip ${{ github.workspace }}/build/BambuStudio-SoftFever'
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: BambuStudio-SoftFever_Win64
path: ${{ github.workspace }}/build/BambuStudio-SoftFever_dev_build.zip

View File

@@ -28,7 +28,7 @@ function check_available_memory_and_disk() {
}
unset name
while getopts ":dsiuhgb" opt; do
while getopts ":dsiuhgbr" opt; do
case ${opt} in
u )
UPDATE_LIB="1"
@@ -48,6 +48,9 @@ while getopts ":dsiuhgb" opt; do
g )
FOUND_GTK3=""
;;
r )
SKIP_RAM_CHECK="1"
;;
h ) echo "Usage: ./BuildLinux.sh [-i][-u][-d][-s][-b][-g]"
echo " -i: Generate appimage (optional)"
echo " -g: force gtk2 build"
@@ -55,6 +58,7 @@ while getopts ":dsiuhgb" opt; do
echo " -d: build deps (optional)"
echo " -s: build bambu-studio (optional)"
echo " -u: only update clock & dependency packets (optional and need sudo)"
echo " -r: skip free ram check (low ram compiling)"
echo "For a first use, you want to 'sudo ./BuildLinux.sh -u'"
echo " and then './BuildLinux.sh -dsi'"
exit 0
@@ -71,6 +75,7 @@ then
echo " -d: build deps (optional)"
echo " -s: build bambu-studio (optional)"
echo " -u: only update clock & dependency packets (optional and need sudo)"
echo " -r: skip free ram check (low ram compiling)"
echo "For a first use, you want to 'sudo ./BuildLinux.sh -u'"
echo " and then './BuildLinux.sh -dsi'"
exit 0
@@ -153,7 +158,10 @@ then
mkdir deps/build
fi
if ! [[ -n "$SKIP_RAM_CHECK" ]]
then
check_available_memory_and_disk
fi
if [[ -n "$BUILD_DEPS" ]]
then

View File

@@ -484,16 +484,7 @@ if (SLIC3R_STATIC AND NOT SLIC3R_STATIC_EXCLUDE_GLEW)
set(GLEW_VERBOSE ON)
endif()
find_package(GLEW)
if (NOT TARGET GLEW::GLEW)
message(STATUS "GLEW not found, using bundled version.")
add_library(glew STATIC ${LIBDIR}/glew/src/glew.c)
set(GLEW_FOUND TRUE)
set(GLEW_INCLUDE_DIRS ${LIBDIR}/glew/include/)
target_compile_definitions(glew PUBLIC GLEW_STATIC)
target_include_directories(glew PUBLIC ${GLEW_INCLUDE_DIRS})
add_library(GLEW::GLEW ALIAS glew)
endif ()
find_package(GLEW REQUIRED)
find_package(glfw3 REQUIRED)

View File

@@ -1,12 +1,54 @@
# Bambu Studio - SoftFever
A modified version of Bambu Studio with many handy features.
It's fully compatible with Bambulab X1/X1-C printers.
It also supports Voron and Prusa MK3S printers.
It's fully compatible with Bambulab X1/X1-C/P1P printers.
It also supports Anycubic, Anker, Creality, Prusa MK3S, RatRig and Voron printers.
You can download it here: https://github.com/SoftFever/BambuStudio-SoftFever/releases
## BambuStudio SoftFever change notes:
### [V1.4.2 changes](https://github.com/SoftFever/BambuStudio-SoftFever/releases/tag/v1.4.2):
- Change the color theme :)
- Fixed a crash issue when selecting vase mode on some machines
- Port firmware retraction and Extra length on restart retraction feature from PrusaSlicer
- Fine-tune calibration features
1. Enforce max volumetric speed in PA line mode
2. Ensure print speeds are consistent across all blocks in the flow-rate calibration process. This is to help users calibrate those challenging filaments(such as TPU) by minimizing the influence of printing speed - thanks @psiberfunk for his input on this
- New printer models: thanks @erebus04 and @GP3D84
1. Tronxy X5SA 400
2. Artillery Sidewinder
- QoL:
1. Now allow exporting g-code for BBL printers
2. Fixed a bug that printer connection info was removed after loading a 3mf project
fixed an issue that user presets were not loaded when Auto sync user preset option was off in Preference.
3.Germany language translation - thanks @hliebscher
- Misc fixes:
1. Exit calibration mode when a new model is added to the scene(creating a new project after calibration is recommended)
2. Skip emitting M106 P2 command if the auxiliary fan is not enabled.
3. Fix an issue that previously there was a z-fighting issue when bed models are used for 3rd party printers
4. Fixed an issue that max volumetric speed was not correctly calculated if flow-rate was changed per object.
5. CICD for Linux build - thanks @fang64
Known issues:
The Calibration menu is missing on some Mac machines. Try restarting the App can usually fix it. See [#120](https://github.com/SoftFever/BambuStudio-SoftFever/issues/120)
### [V1.4.1 changes](https://github.com/SoftFever/BambuStudio-SoftFever/releases/tag/v1.4.1):
- Added a feature for checking and displaying a notification for a new version
- Added RatRig printer profiles, thanks @erebus04 for working this
- Added support for the Creality CR-10 Max and Anker M5 printers.
- Fixed the issue with profile cloud syncing for third-party printers.
- set inner_wall_acceleration to 5000 for Bambu printers
- Added support for the first_layer_bed_temperature and first_layer_temperature variables for better compatibility."
- Fixed a crashing bug when adding text Mac Intel machine
- QoL improvements for naming logic:
1. The filename format is now supported when exporting 3mf files.
2. If the project is not defined, the model name will be used as the output name.
3. The "Untitled" string will no longer be added if the project name is set.
4. The "_plate_0" string has been removed from the file name if there is only one plate.
<details>
<summary> 👉 "Click here" for OLD Release Note</summary>
### [V1.4.0 changes](https://github.com/SoftFever/BambuStudio-SoftFever/releases/tag/v1.4.0):
- Add Layer Time/Layer time(Log) display (NOTE: need more tweaking work for BBL printers as the layer time is skewed by the preparing time)
- Add `sandwich`(inner-outer-inner-infill) mode support for Arachne engine.
@@ -19,6 +61,7 @@ You can download it here: https://github.com/SoftFever/BambuStudio-SoftFever/rel
1. Can't send sliced files to printers
2. AMS filaments were added to non-Bambulab printers
3. Wrong bed setting was applied
### [V1.3.4 changes](https://github.com/SoftFever/BambuStudio-SoftFever/releases/tag/v1.3.4):
1. Add a new printer order - sandwich mode:
This new order is similar to the outer-wall-first mode in achieving the best dimensional accuracy. This new approach however avoids printing outer walls right after a long travel, which may cause artifacts on the surface in many cases.
@@ -92,6 +135,7 @@ You might want to reduce speed for small perimeter parts to prevent failures lik
4. Support single wall mode on first layer
5. Support Chamber temperature. This setting can be use in machine start G-Gcode
6. Support thumbview for third-party printers
</details>
Demo video: https://youtu.be/vSNE9iGj2II
@@ -161,12 +205,14 @@ ARC movement are supported by default.
# Gallery
![image](./SoftFever_doc/accelerations.png)
![image](./SoftFever_doc/printers1.png)
![image](./SoftFever_doc/printers2.png)
![image](./SoftFever_doc/printers3.png)
![image](./SoftFever_doc/printers4.png)
![image](./SoftFever_doc/voron.png)
![image](./SoftFever_doc/BambuLab.png)
![image](./SoftFever_doc/Anker.png)
![image](./SoftFever_doc/Anycubic.png)
![image](./SoftFever_doc/Creality.png)
![image](./SoftFever_doc/Prusa.png)
![image](./SoftFever_doc/RatRig.png)
![image](./SoftFever_doc/Voron_1.png)
![image](./SoftFever_doc/Voron_2.png)
Image credits:

BIN
SoftFever_doc/Anker.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
SoftFever_doc/Anycubic.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
SoftFever_doc/BambuLab.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

BIN
SoftFever_doc/Creality.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

BIN
SoftFever_doc/Prusa.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
SoftFever_doc/RatRig.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

BIN
SoftFever_doc/Voron_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

BIN
SoftFever_doc/Voron_2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-24 13:01+0800\n"
"POT-Creation-Date: 2023-01-25 22:42+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -421,10 +421,7 @@ msgstr ""
msgid "V"
msgstr ""
msgid "Internal Version"
msgstr ""
msgid "Version"
msgid "SoftFever Version"
msgstr ""
msgid ""
@@ -505,7 +502,7 @@ msgstr ""
msgid "Choose one or more files (3mf/step/stl/svg/obj/amf):"
msgstr ""
msgid "Choose one file (gcode/.gco/.g/.ngc/ngc):"
msgid "Choose one file (gcode/3mf):"
msgstr ""
msgid "Some presets are modified."
@@ -1153,7 +1150,16 @@ msgstr ""
msgid "Empty"
msgstr ""
msgid "Click the pencil icon to edit the filament."
msgid "AMS"
msgstr ""
msgid "AMS not connected"
msgstr ""
msgid "Cali"
msgstr ""
msgid "Calibration of extrusion"
msgstr ""
msgid "Load Filament"
@@ -1162,6 +1168,9 @@ msgstr ""
msgid "Unload Filament"
msgstr ""
msgid "Ext Spool"
msgstr ""
msgid "Tips"
msgstr ""
@@ -1353,6 +1362,9 @@ msgstr ""
msgid "Please log out and login to the printer again."
msgstr ""
msgid "Failed uploading print file. Please enter ip address again."
msgstr ""
msgid "Downloading"
msgstr ""
@@ -1425,9 +1437,18 @@ msgid ""
"the corresponding code comments."
msgstr ""
msgid "Version"
msgstr ""
msgid "AMS Materials Setting"
msgstr ""
msgid "Confirm"
msgstr ""
msgid "Close"
msgstr ""
msgid "Colour"
msgstr ""
@@ -1452,10 +1473,90 @@ msgstr ""
msgid "Setting AMS slot information while printing is not supported"
msgstr ""
msgid "Confirm"
msgid "Factors of dynamic flow cali"
msgstr ""
msgid "Close"
msgid "Factor K"
msgstr ""
msgid "Factor N"
msgstr ""
msgid "Please input a valid value (K in 0~0.5)"
msgstr ""
msgid "Please input a valid value (K in 0~0.5, N in 0.6~2.0)"
msgstr ""
msgid "Dynamic flow calibration"
msgstr ""
msgid ""
"The nozzle temp and max volumetric speed will affect the calibration "
"results. Please fill in the same values as the actual printing. They can be "
"auto-filled by selecting a filament preset."
msgstr ""
msgid "Nozzle Diameter"
msgstr ""
msgid "Bed Type"
msgstr ""
msgid "Nozzle temperature"
msgstr ""
msgid "Bed Temperature"
msgstr ""
msgid "Max volumetric speed"
msgstr ""
msgid "℃"
msgstr ""
msgid "Bed temperature"
msgstr ""
msgid "mm³"
msgstr ""
msgid "Start calibration"
msgstr ""
msgid "Next"
msgstr ""
msgid ""
"Calibration completed. Please find the most uniform extrusion line on your "
"hot bed like the picture below, and fill the value on its left side into the "
"factor K input box."
msgstr ""
msgid "Save"
msgstr ""
msgid "Last Step"
msgstr ""
msgid "Example"
msgstr ""
#, possible-c-format, possible-boost-format
msgid "Calibrating... %d%%"
msgstr ""
msgid "Calibration completed"
msgstr ""
#, possible-c-format, possible-boost-format
msgid "%s does not support %s"
msgstr ""
msgid "Dynamic flow Calibration"
msgstr ""
msgid "Step"
msgstr ""
msgid "AMS Slots"
@@ -1477,6 +1578,30 @@ msgstr ""
msgid "Print with the filament mounted on the back of chassis"
msgstr ""
msgid "Cabin humidity"
msgstr ""
msgid ""
"Green means that AMS humidity is normal, orange represent humidity is high, "
"red represent humidity is too high.(Hygrometer: lower the better, The bars: "
"higher the better)"
msgstr ""
msgid "Desiccant status"
msgstr ""
msgid ""
"A desiccant status lower than two bars indicates that desiccant may be "
"inactive. Please change the desiccant. (Higher is better)"
msgstr ""
msgid ""
"Note: When the lid is open or the desiccant pack is changed, it can take "
"hours or a night to absorb the moisture. Low temperatures also slow down the "
"process. During this time, the indicator may not represent the chamber "
"accurately."
msgstr ""
msgid ""
"Config which AMS slot should be used for a filament used in the print job"
msgstr ""
@@ -1490,6 +1615,18 @@ msgstr ""
msgid "Click to select AMS slot manually"
msgstr ""
msgid "Do not Enable AMS"
msgstr ""
msgid "Print using materials mounted on the back of the case"
msgstr ""
msgid "Print with filaments in ams"
msgstr ""
msgid "Print with filaments mounted on the back of the chassis"
msgstr ""
msgid "AMS Settings"
msgstr ""
@@ -1739,11 +1876,6 @@ msgid ""
"Reset to 0.2"
msgstr ""
msgid ""
"Too large layer height.\n"
"Reset to 0.2"
msgstr ""
msgid ""
"Too small ironing spacing.\n"
"Reset to 0.1"
@@ -1785,7 +1917,7 @@ msgstr ""
msgid ""
"Arachne engine only works when overhang slowing down is disabled.\n"
"This may cause decline in the quality of overhang surface when print fastly\n"
"This may cause decline in the quality of overhang surface when print fastly"
msgstr ""
msgid ""
@@ -1823,7 +1955,7 @@ msgstr ""
msgid ""
"Switch to rectilinear pattern?\n"
"Yes - switch to rectilinear pattern automaticlly\n"
"No - reset density to default non 100% value automaticlly\n"
"No - reset density to default non 100% value automaticlly"
msgstr ""
msgid "Auto bed leveling"
@@ -1895,9 +2027,6 @@ msgstr ""
msgid "MainBoard"
msgstr ""
msgid "AMS"
msgstr ""
msgid "TH"
msgstr ""
@@ -1986,6 +2115,12 @@ msgstr ""
msgid "Tool"
msgstr ""
msgid "Layer Time"
msgstr ""
msgid "Layer Time (log)"
msgstr ""
msgid "Height: "
msgstr ""
@@ -1998,6 +2133,9 @@ msgstr ""
msgid "Flow: "
msgstr ""
msgid "Layer Time: "
msgstr ""
msgid "Fan Speed: "
msgstr ""
@@ -2408,10 +2546,10 @@ msgstr ""
msgid "Export G-code file"
msgstr ""
msgid "Send"
msgid "Print plate"
msgstr ""
msgid "Print plate"
msgid "Send"
msgstr ""
msgid "Export plate sliced file"
@@ -2645,6 +2783,30 @@ msgstr ""
msgid "Help"
msgstr ""
msgid "Pass 1"
msgstr ""
msgid "Flow rate test - Pass 1"
msgstr ""
msgid "Pass 2"
msgstr ""
msgid "Flow rate test - Pass 2"
msgstr ""
msgid "Flow rate"
msgstr ""
msgid "Pressure Advance"
msgstr ""
msgid "Tutorial"
msgstr ""
msgid "Calibration help"
msgstr ""
msgid "3D Models"
msgstr ""
@@ -2736,7 +2898,7 @@ msgid ""
"It contains the following information:\n"
"1. The Process presets\n"
"2. The Filament presets\n"
"3. The Printer presets\n"
"3. The Printer presets"
msgstr ""
msgid "Synchronization"
@@ -2760,6 +2922,9 @@ msgstr ""
msgid "Initialize failed (Not accessible in LAN-only mode)!"
msgstr ""
msgid "Printer is busy downloading, Please wait for the downloading to finish."
msgstr ""
msgid "Initialize failed (Missing LAN ip of printer)!"
msgstr ""
@@ -2780,6 +2945,9 @@ msgstr ""
msgid "Stopped."
msgstr ""
msgid "LAN Connection Failed (Failed to start liveview)"
msgstr ""
msgid ""
"Virtual Camera Tools is required for this task!\n"
"Do you want to install them?"
@@ -2940,6 +3108,9 @@ msgstr ""
msgid "0"
msgstr ""
msgid "Layers: N/A"
msgstr ""
msgid "Clean"
msgstr ""
@@ -3003,6 +3174,14 @@ msgstr ""
msgid "Cloud Slicing..."
msgstr ""
#, possible-c-format, possible-boost-format
msgid "Layers: %s"
msgstr ""
#, possible-c-format, possible-boost-format
msgid "Layers: %d/%d"
msgstr ""
msgid "Please heat the nozzle to above 170 degree before loading filament."
msgstr ""
@@ -3012,6 +3191,12 @@ msgstr ""
msgid "Still load"
msgstr ""
msgid "AMS settings are not supported for external spool"
msgstr ""
msgid "Please select an AMS slot before calibration"
msgstr ""
msgid ""
"Cannot read filament info: the filament is loaded to the tool head,please "
"unload the filament and try again."
@@ -3389,7 +3574,7 @@ msgstr ""
#, possible-c-format, possible-boost-format
msgid ""
"The 3mf's version %s is newer than %s's version %s, Found following keys "
"unrecognized:\n"
"unrecognized:"
msgstr ""
msgid "You'd better upgrade your software.\n"
@@ -3401,7 +3586,7 @@ msgstr ""
#, possible-c-format, possible-boost-format
msgid ""
"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your "
"software.\n"
"software."
msgstr ""
msgid "The 3mf is not compatible, load geometry data only!"
@@ -3592,9 +3777,6 @@ msgstr ""
msgid "The current project has unsaved changes, save it before continue?"
msgstr ""
msgid "Save"
msgstr ""
msgid "Number of copies:"
msgstr ""
@@ -3670,7 +3852,7 @@ msgid ""
msgstr ""
#, possible-c-format, possible-boost-format
msgid "Plate %d: %s does not support filament %s (%s).\n"
msgid "Plate %d: %s does not support filament %s (%s)."
msgstr ""
msgid "Switching the language requires application restart.\n"
@@ -4133,18 +4315,21 @@ msgstr ""
msgid "Cannot send the print job for empty plate"
msgstr ""
msgid "This printer does not support printing all plates"
msgstr ""
msgid "Errors"
msgstr ""
msgid ""
"Please check the following infomation and click Confirm to continue sending "
"print:\n"
"print:"
msgstr ""
msgid ""
"The printer type used to generate G-code is not the same type as the "
"currently selected physical printer. It is recommend to re-slice by "
"selecting the same printer type.\n"
"selecting the same printer type."
msgstr ""
#, possible-c-format, possible-boost-format
@@ -4241,7 +4426,7 @@ msgstr ""
msgid ""
"We have added an experimental style \"Tree Slim\" that features smaller "
"support volume but weaker strength.\n"
"We recommand using it with: 0 interface layers, 0 top distance, 2 walls."
"We recommend using it with: 0 interface layers, 0 top distance, 2 walls."
msgstr ""
msgid ""
@@ -4251,22 +4436,22 @@ msgid ""
msgstr ""
msgid ""
"For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommand the following "
"settings: at least 2 interface layers, at least 0.1 top z distance or using "
"support materials on interface."
"For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommend the following "
"settings: at least 2 interface layers, at least 0.1mm top z distance or "
"using support materials on interface."
msgstr ""
msgid ""
"When using support material for the support interface, We recommand the "
"When using support material for the support interface, We recommend the "
"following settings:\n"
"0 top distance, 0 interface spacing, concentric pattern."
"0 top z distance, 0 interface spacing, concentric pattern."
msgstr ""
msgid ""
"When recording timelapse without toolhead, it is recommended to add a "
"\"Timelapse Wipe Tower\" \n"
"by right-click the empty position of build plate and choose \"Add Primitive"
"\"->\"Timelapse Wipe Tower\".\n"
"\"->\"Timelapse Wipe Tower\"."
msgstr ""
msgid "Line width"
@@ -4308,6 +4493,9 @@ msgstr ""
msgid "Acceleration"
msgstr ""
msgid "Jerk(XY)"
msgstr ""
msgid "Raft"
msgstr ""
@@ -4323,6 +4511,9 @@ msgstr ""
msgid "G-code output"
msgstr ""
msgid "Post-processing Scripts"
msgstr ""
msgid "Frequent"
msgstr ""
@@ -4362,6 +4553,9 @@ msgstr ""
msgid "Print temperature"
msgstr ""
msgid "Chamber temperature"
msgstr ""
msgid "Nozzle"
msgstr ""
@@ -4487,6 +4681,15 @@ msgstr ""
msgid "Retraction when switching material"
msgstr ""
msgid ""
"The Wipe option is not available when using the Firmware Retraction mode.\n"
"\n"
"Shall I disable it in order to enable Firmware Retraction?"
msgstr ""
msgid "Firmware Retraction"
msgstr ""
msgid "Detached"
msgstr ""
@@ -4993,6 +5196,30 @@ msgstr ""
msgid "Don't remind me of this version again"
msgstr ""
msgid "LAN Connection Failed (Sending print file)"
msgstr ""
msgid ""
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
msgstr ""
msgid ""
"Step 2, if the IP and Access Code below are different from the actual values "
"on your printer, please correct them."
msgstr ""
msgid "IP"
msgstr ""
msgid "Access Code"
msgstr ""
msgid "Where to find your printer's IP and Access Code?"
msgstr ""
msgid "Error: IP or Access Code are not correct"
msgstr ""
msgid "Model:"
msgstr ""
@@ -5287,11 +5514,10 @@ msgstr ""
msgid "%1% is too tall, and collisions will be caused."
msgstr ""
msgid " is too close to others, there may be collisions when printing.\n"
msgid " is too close to others, there may be collisions when printing."
msgstr ""
msgid ""
" is too close to exclusion area, there may be collisions when printing.\n"
msgid " is too close to exclusion area, there may be collisions when printing."
msgstr ""
msgid "Prime Tower"
@@ -5374,7 +5600,7 @@ msgid "Layer height cannot exceed nozzle diameter"
msgstr ""
#, possible-c-format, possible-boost-format
msgid "Plate %d: %s does not support filament %s\n"
msgid "Plate %d: %s does not support filament %s"
msgstr ""
msgid "Generating skirt & brim"
@@ -5517,9 +5743,6 @@ msgstr ""
msgid "°C"
msgstr ""
msgid "Bed temperature"
msgstr ""
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -5632,6 +5855,20 @@ msgid ""
"material for bridge, to improve sag"
msgstr ""
msgid "Top surface flow ratio"
msgstr ""
msgid ""
"This factor affects the amount of material for top solid infill. You can "
"decrease it slightly to have smooth surface finish"
msgstr ""
msgid "Bottom surface flow ratio"
msgstr ""
msgid "This factor affects the amount of material for bottom solid infill"
msgstr ""
msgid "Only one wall on top surfaces"
msgstr ""
@@ -5640,6 +5877,14 @@ msgid ""
"pattern"
msgstr ""
msgid "Only one wall on first layer"
msgstr ""
msgid ""
"Use only one wall on first layer, to give more space to the bottom infill "
"pattern"
msgstr ""
msgid "Slow down for overhang"
msgstr ""
@@ -5667,6 +5912,15 @@ msgid ""
"and calculated automatically"
msgstr ""
msgid "outer_only"
msgstr ""
msgid "Inner brim only"
msgstr ""
msgid "Outer and inner brim"
msgstr ""
msgid "Brim-object gap"
msgstr ""
@@ -5844,6 +6098,26 @@ msgid ""
"than inner wall speed to get better quality."
msgstr ""
msgid "Small perimeters"
msgstr ""
msgid ""
"This separate setting will affect the speed of perimeters having radius <= "
"6.5mm (usually holes). If expressed as percentage (for example: 80%) it will "
"be calculated on the outer wall speed setting above. Set to zero for auto."
msgstr ""
msgid "mm/s or %"
msgstr ""
msgid "Small perimeters threshold"
msgstr ""
msgid ""
"This sets the threshold for small perimeter length. Default threshold is "
"6.5mm"
msgstr ""
msgid "Order of inner wall/outer wall/infil"
msgstr ""
@@ -5862,6 +6136,9 @@ msgstr ""
msgid "infill/outer/inner"
msgstr ""
msgid "inner-outer-inner/infill"
msgstr ""
msgid "Height to rod"
msgstr ""
@@ -5911,6 +6188,20 @@ msgid ""
"has slight overflow or underflow"
msgstr ""
msgid "Enable pressure advance"
msgstr ""
msgid ""
"Enable pressure advance, auto calibration result will be overwriten once "
"enabled."
msgstr ""
msgid "Pressure advance"
msgstr ""
msgid "Pressure advance(Klipper) AKA Linear advance factor(Marlin)"
msgstr ""
msgid "Default line width if some line width is set to be zero"
msgstr ""
@@ -5951,9 +6242,6 @@ msgid ""
"of nozzle's HRC."
msgstr ""
msgid "Max volumetric speed"
msgstr ""
msgid ""
"This setting stands for how much volume of filament can be melted and "
"extruded per second. Printing speed is limited by max volumetric speed, in "
@@ -5966,7 +6254,12 @@ msgstr ""
msgid "Minimal purge on wipe tower"
msgstr ""
msgid "mm³"
msgid ""
"After a tool change, the exact position of the newly loaded filament inside "
"the nozzle may not be known, and the filament pressure is likely not yet "
"stable. Before purging the print head into an infill or a sacrificial "
"object, Slic3r will always prime this amount of material into the wipe tower "
"to produce successive infill or sacrificial object extrusions reliably."
msgstr ""
msgid "Filament load time"
@@ -6043,6 +6336,14 @@ msgid ""
"of line"
msgstr ""
msgid "Bridge infill direction"
msgstr ""
msgid ""
"Angle for bridge infill pattern, which controls the start or main direction "
"of line"
msgstr ""
msgid "Sparse infill density"
msgstr ""
@@ -6086,6 +6387,15 @@ msgstr ""
msgid "Lightning"
msgstr ""
msgid "Acceleration of outer walls"
msgstr ""
msgid "Acceleration of inner walls"
msgstr ""
msgid "Acceleration of travel moves"
msgstr ""
msgid ""
"Acceleration of top surface infill. Using a lower value may improve top "
"surface quality"
@@ -6099,6 +6409,38 @@ msgid ""
"adhensive"
msgstr ""
msgid "Adjust accel to decel"
msgstr ""
msgid "Klipper's max_accel_to_decel will be adjusted automatically"
msgstr ""
#, possible-c-format, possible-boost-format
msgid "% of acceleration"
msgstr ""
#, possible-c-format, possible-boost-format
msgid "Klipper's Max_accel_to_decel will be adjusted to this % of acceleration"
msgstr ""
msgid "Jerk of outer walls"
msgstr ""
msgid "Jerk of inner walls"
msgstr ""
msgid "Jerk for top surface"
msgstr ""
msgid "Jerk for infill"
msgstr ""
msgid "Jerk for initial layer"
msgstr ""
msgid "Jerk for travel"
msgstr ""
msgid "Line width of initial layer"
msgstr ""
@@ -6155,6 +6497,17 @@ msgid ""
"segment"
msgstr ""
msgid "Filter out tiny gaps"
msgstr ""
msgid "Layers and Perimeters"
msgstr ""
msgid ""
"Filter out gaps smaller than the threshold specified. This setting won't "
"affact top/bottom layers"
msgstr ""
msgid ""
"Speed of gap infill. Gap usually has irregular line width and should be "
"printed more slowly"
@@ -6222,6 +6575,9 @@ msgstr ""
msgid "What kind of gcode the printer is compatible with"
msgstr ""
msgid "Klipper"
msgstr ""
msgid "Infill combination"
msgstr ""
@@ -6247,6 +6603,15 @@ msgstr ""
msgid "Speed of internal sparse infill"
msgstr ""
msgid "Interface shells"
msgstr ""
msgid ""
"Force the generation of solid shells between adjacent materials/volumes. "
"Useful for multi-extruder prints with translucent materials or manual "
"soluble support material"
msgstr ""
msgid "Ironing Type"
msgstr ""
@@ -6506,6 +6871,14 @@ msgstr ""
msgid "Number of walls of every layer"
msgstr ""
msgid ""
"If you want to process the output G-code through custom scripts, just list "
"their absolute paths here. Separate multiple scripts with a semicolon. "
"Scripts will be passed the absolute path to the G-code file as the first "
"argument, and they can access the Slic3r config settings by reading "
"environment variables."
msgstr ""
msgid "Raft contact Z distance"
msgstr ""
@@ -6585,6 +6958,19 @@ msgid ""
"print when travel move. Using spiral line to lift z can prevent stringing"
msgstr ""
msgid "Extra length on restart"
msgstr ""
msgid ""
"When the retraction is compensated after the travel move, the extruder will "
"push this additional amount of filament. This setting is rarely needed."
msgstr ""
msgid ""
"When the retraction is compensated after changing tool, the extruder will "
"push this additional amount of filament."
msgstr ""
msgid "Retraction Speed"
msgstr ""
@@ -6599,6 +6985,14 @@ msgid ""
"retraction"
msgstr ""
msgid "Use firmware retraction"
msgstr ""
msgid ""
"This experimental setting uses G10 and G11 commands to have the firmware "
"handle the retraction. This is only supported in recent Marlin."
msgstr ""
msgid "Seam position"
msgstr ""
@@ -6617,6 +7011,33 @@ msgstr ""
msgid "Random"
msgstr ""
msgid "Seam gap"
msgstr ""
msgid ""
"When extruding a closed loop, the loop is interrupted and shortened a bit to "
"reduce the seam.\n"
"Can be a mm or a % of the current extruder diameter. Default value is 15%"
msgstr ""
msgid "Role base wipe speed"
msgstr ""
msgid ""
"The wipe speed is same as the current extrusion role's speed.\n"
"e.g. if wipe action is followed by a outer wall extrusion, the outer wall "
"speed will be used for this wipe action."
msgstr ""
msgid "Wipe speed"
msgstr ""
msgid ""
"This setting will affect the speed of wipe. If expressed as percentage (for "
"example: 80%) it will be calculated on the travel speed setting above. "
"Default value is 80%"
msgstr ""
msgid "Skirt distance"
msgstr ""
@@ -6864,7 +7285,7 @@ msgid ""
"Style and shape of the support. For normal support, projecting the supports "
"into a regular grid will create more stable supports (default), while snug "
"support towers will save material and reduce object scarring.\n"
"For tree support, tight style will merge branches more aggressively and save "
"For tree support, slim style will merge branches more aggressively and save "
"a lot of material (default), while hybrid style will create similar "
"structure to normal support under large flat overhangs."
msgstr ""
@@ -6925,17 +7346,25 @@ msgstr ""
msgid "This setting specify the count of walls around tree support"
msgstr ""
msgid "Nozzle temperature for layers after the initial one"
msgid "Tree support with infill"
msgstr ""
msgid "Nozzle temperature"
msgid ""
"This setting specifies whether to add infill inside large hollows of tree "
"support"
msgstr ""
msgid "Target chamber temperature"
msgstr ""
msgid "Nozzle temperature for layers after the initial one"
msgstr ""
msgid "Bed temperature difference"
msgstr ""
msgid ""
"Do not recommand bed temperature of other layer to be lower than initial "
"Do not recommend bed temperature of other layer to be lower than initial "
"layer for more than this threshold. Too low bed temperature of other layer "
"may cause the model broken free from build plate"
msgstr ""
@@ -6993,6 +7422,15 @@ msgid ""
"material on nozzle. This can minimize blob when print new part after travel"
msgstr ""
msgid "Z hop type"
msgstr ""
msgid "NormalLift"
msgstr ""
msgid "SpiralLift"
msgstr ""
msgid "Wipe Distance"
msgstr ""
@@ -7065,6 +7503,24 @@ msgid ""
"assembling issue"
msgstr ""
msgid "G-code thumbnails"
msgstr ""
msgid ""
"Picture sizes to be stored into a .gcode and .sl1 / .sl1s files, in the "
"following format: \"XxY, XxY, ...\""
msgstr ""
msgid "Use relative E distances"
msgstr ""
msgid ""
"Relative extrusion is recommended when using \"label_objects\" option.Some "
"extruders work better with this option unckecked (absolute extrusion mode). "
"Wipe tower is only compatible with relative mode. It is always enabled on "
"BambuLab printers. Default is checked"
msgstr ""
msgid ""
"Classic wall generator produces walls with constant extrusion width and for "
"very thin areas is used gap-fill. Arachne engine produces walls with "

File diff suppressed because it is too large Load Diff

View File

@@ -2,13 +2,16 @@ msgid ""
msgstr ""
"Project-Id-Version: Bambu Studio\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-24 13:01+0800\n"
"POT-Creation-Date: 2023-01-19 13:01+0800\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Localazy (https://localazy.com)\n"
"Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\n"
"X-Generator: Poedit 3.1\n"
msgid "Supports Painting"
msgstr "Support Painting"
@@ -1167,8 +1170,17 @@ msgstr "?"
msgid "Empty"
msgstr "Empty"
msgid "Click the pencil icon to edit the filament."
msgstr "Click the pencil icon to edit the filament."
msgid "AMS"
msgstr "AMS"
msgid "AMS not connected"
msgstr ""
msgid "Cali"
msgstr ""
msgid "Calibration of extrusion"
msgstr ""
msgid "Load Filament"
msgstr "Load"
@@ -1176,6 +1188,9 @@ msgstr "Load"
msgid "Unload Filament"
msgstr "Unload"
msgid "Ext Spool"
msgstr ""
msgid "Tips"
msgstr "Tips"
@@ -1385,6 +1400,9 @@ msgstr ""
msgid "Please log out and login to the printer again."
msgstr ""
msgid "Failed uploading print file. Please enter ip address again."
msgstr ""
msgid "Downloading"
msgstr "Downloading"
@@ -1464,6 +1482,12 @@ msgstr ""
msgid "AMS Materials Setting"
msgstr ""
msgid "Confirm"
msgstr "Confirm"
msgid "Close"
msgstr "Close"
msgid "Colour"
msgstr "Color"
@@ -1490,11 +1514,91 @@ msgstr "SN"
msgid "Setting AMS slot information while printing is not supported"
msgstr ""
msgid "Confirm"
msgstr "Confirm"
msgid "Factors of dynamic flow cali"
msgstr ""
msgid "Close"
msgstr "Close"
msgid "Factor K"
msgstr ""
msgid "Factor N"
msgstr ""
msgid "Please input a valid value (K in 0~0.5)"
msgstr ""
msgid "Please input a valid value (K in 0~0.5, N in 0.6~2.0)"
msgstr ""
msgid "Dynamic flow calibration"
msgstr ""
msgid ""
"The nozzle temp and max volumetric speed will affect the calibration "
"results. Please fill in the same values as the actual printing. They can be "
"auto-filled by selecting a filament preset."
msgstr ""
msgid "Nozzle Diameter"
msgstr ""
msgid "Bed Type"
msgstr ""
msgid "Nozzle temperature"
msgstr "Nozzle temperature"
msgid "Bed Temperature"
msgstr ""
msgid "Max volumetric speed"
msgstr "Max volumetric speed"
msgid "℃"
msgstr ""
msgid "Bed temperature"
msgstr "Bed temperature"
msgid "mm³"
msgstr "mm³"
msgid "Start calibration"
msgstr "Start"
msgid "Next"
msgstr ""
msgid ""
"Calibration completed. Please find the most uniform extrusion line on your "
"hot bed like the picture below, and fill the value on its left side into the "
"factor K input box."
msgstr ""
msgid "Save"
msgstr "Save"
msgid "Last Step"
msgstr "Back"
msgid "Example"
msgstr ""
#, c-format, boost-format
msgid "Calibrating... %d%%"
msgstr ""
msgid "Calibration completed"
msgstr ""
#, c-format, boost-format
msgid "%s does not support %s"
msgstr ""
msgid "Dynamic flow Calibration"
msgstr ""
msgid "Step"
msgstr ""
msgid "AMS Slots"
msgstr ""
@@ -1515,6 +1619,30 @@ msgstr ""
msgid "Print with the filament mounted on the back of chassis"
msgstr ""
msgid "Cabin humidity"
msgstr ""
msgid ""
"Green means that AMS humidity is normal, orange represent humidity is high, "
"red represent humidity is too high.(Hygrometer: lower the better, The bars: "
"higher the better)"
msgstr ""
msgid "Desiccant status"
msgstr ""
msgid ""
"A desiccant status lower than two bars indicates that desiccant may be "
"inactive. Please change the desiccant. (Higher is better)"
msgstr ""
msgid ""
"Note: When the lid is open or the desiccant pack is changed, it can take "
"hours or a night to absorb the moisture. Low temperatures also slow down the "
"process. During this time, the indicator may not represent the chamber "
"accurately."
msgstr ""
msgid ""
"Config which AMS slot should be used for a filament used in the print job"
msgstr ""
@@ -1528,6 +1656,18 @@ msgstr ""
msgid "Click to select AMS slot manually"
msgstr ""
msgid "Do not Enable AMS"
msgstr ""
msgid "Print using materials mounted on the back of the case"
msgstr ""
msgid "Print with filaments in ams"
msgstr ""
msgid "Print with filaments mounted on the back of the chassis"
msgstr ""
msgid "AMS Settings"
msgstr "AMS Settings"
@@ -1876,7 +2016,7 @@ msgstr ""
msgid ""
"Arachne engine only works when overhang slowing down is disabled.\n"
"This may cause decline in the quality of overhang surface when print fastly\n"
"This may cause decline in the quality of overhang surface when print fastly"
msgstr ""
msgid ""
@@ -1927,7 +2067,7 @@ msgstr "%1% infill pattern doesn't support 100%% density."
msgid ""
"Switch to rectilinear pattern?\n"
"Yes - switch to rectilinear pattern automaticlly\n"
"No - reset density to default non 100% value automaticlly\n"
"No - reset density to default non 100% value automaticlly"
msgstr ""
msgid "Auto bed leveling"
@@ -1999,9 +2139,6 @@ msgstr "MC"
msgid "MainBoard"
msgstr "MainBoard"
msgid "AMS"
msgstr "AMS"
msgid "TH"
msgstr "TH"
@@ -2520,12 +2657,12 @@ msgstr "Slice plate"
msgid "Export G-code file"
msgstr ""
msgid "Send"
msgstr "Send"
msgid "Print plate"
msgstr ""
msgid "Send"
msgstr "Send"
msgid "Export plate sliced file"
msgstr ""
@@ -2848,7 +2985,7 @@ msgid ""
"It contains the following information:\n"
"1. The Process presets\n"
"2. The Filament presets\n"
"3. The Printer presets\n"
"3. The Printer presets"
msgstr ""
msgid "Synchronization"
@@ -2872,6 +3009,9 @@ msgstr ""
msgid "Initialize failed (Not accessible in LAN-only mode)!"
msgstr ""
msgid "Printer is busy downloading, Please wait for the downloading to finish."
msgstr ""
msgid "Initialize failed (Missing LAN ip of printer)!"
msgstr ""
@@ -2892,6 +3032,9 @@ msgstr ""
msgid "Stopped."
msgstr "Stopped."
msgid "LAN Connection Failed (Failed to start liveview)"
msgstr ""
msgid ""
"Virtual Camera Tools is required for this task!\n"
"Do you want to install them?"
@@ -3052,6 +3195,9 @@ msgstr "Stop"
msgid "0"
msgstr ""
msgid "Layers: N/A"
msgstr ""
msgid "Clean"
msgstr ""
@@ -3115,6 +3261,14 @@ msgstr "Downloading..."
msgid "Cloud Slicing..."
msgstr ""
#, c-format, boost-format
msgid "Layers: %s"
msgstr ""
#, c-format, boost-format
msgid "Layers: %d/%d"
msgstr ""
msgid "Please heat the nozzle to above 170 degree before loading filament."
msgstr ""
@@ -3124,6 +3278,12 @@ msgstr ""
msgid "Still load"
msgstr ""
msgid "AMS settings are not supported for external spool"
msgstr ""
msgid "Please select an AMS slot before calibration"
msgstr ""
msgid ""
"Cannot read filament info: the filament is loaded to the tool head,please "
"unload the filament and try again."
@@ -3506,10 +3666,8 @@ msgstr ""
#, c-format, boost-format
msgid ""
"The 3mf's version %s is newer than %s's version %s, Found following keys "
"unrecognized:\n"
"unrecognized:"
msgstr ""
"The 3mf file's version %s is newer than %s's version %s, Found the following "
"unrecognized keys:\n"
msgid "You'd better upgrade your software.\n"
msgstr "You should update your software.\n"
@@ -3520,8 +3678,8 @@ msgstr "Newer 3mf version"
#, fuzzy, c-format, boost-format
msgid ""
"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your "
"software.\n"
msgstr "\n"
"software."
msgstr ""
msgid "The 3mf is not compatible, load geometry data only!"
msgstr ""
@@ -3715,9 +3873,6 @@ msgstr ""
"The current project has unsaved changes. Would you like to save before "
"continuing?"
msgid "Save"
msgstr "Save"
msgid "Number of copies:"
msgstr "Number of copies:"
@@ -3794,9 +3949,9 @@ msgid ""
"on Bambu Studio(windows) or CAD softwares."
msgstr ""
#, fuzzy, c-format, boost-format
msgid "Plate %d: %s does not support filament %s (%s).\n"
msgstr "\n"
#, c-format, boost-format
msgid "Plate %d: %s does not support filament %s (%s)."
msgstr ""
msgid "Switching the language requires application restart.\n"
msgstr "Switching languages requires the application to restart.\n"
@@ -4270,18 +4425,21 @@ msgstr ""
msgid "Cannot send the print job for empty plate"
msgstr ""
msgid "This printer does not support printing all plates"
msgstr ""
msgid "Errors"
msgstr ""
msgid ""
"Please check the following infomation and click Confirm to continue sending "
"print:\n"
"print:"
msgstr ""
msgid ""
"The printer type used to generate G-code is not the same type as the "
"currently selected physical printer. It is recommend to re-slice by "
"selecting the same printer type.\n"
"selecting the same printer type."
msgstr ""
#, c-format, boost-format
@@ -4378,7 +4536,7 @@ msgstr ""
msgid ""
"We have added an experimental style \"Tree Slim\" that features smaller "
"support volume but weaker strength.\n"
"We recommand using it with: 0 interface layers, 0 top distance, 2 walls."
"We recommend using it with: 0 interface layers, 0 top distance, 2 walls."
msgstr ""
msgid ""
@@ -4388,22 +4546,22 @@ msgid ""
msgstr ""
msgid ""
"For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommand the following "
"settings: at least 2 interface layers, at least 0.1 top z distance or using "
"support materials on interface."
"For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommend the following "
"settings: at least 2 interface layers, at least 0.1mm top z distance or "
"using support materials on interface."
msgstr ""
msgid ""
"When using support material for the support interface, We recommand the "
"When using support material for the support interface, We recommend the "
"following settings:\n"
"0 top distance, 0 interface spacing, concentric pattern."
"0 top z distance, 0 interface spacing, concentric pattern."
msgstr ""
msgid ""
"When recording timelapse without toolhead, it is recommended to add a "
"\"Timelapse Wipe Tower\" \n"
"by right-click the empty position of build plate and choose \"Add Primitive"
"\"->\"Timelapse Wipe Tower\".\n"
"\"->\"Timelapse Wipe Tower\"."
msgstr ""
msgid "Line width"
@@ -5168,6 +5326,30 @@ msgstr "New version of Bambu Studio"
msgid "Don't remind me of this version again"
msgstr ""
msgid "LAN Connection Failed (Sending print file)"
msgstr ""
msgid ""
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
msgstr ""
msgid ""
"Step 2, if the IP and Access Code below are different from the actual values "
"on your printer, please correct them."
msgstr ""
msgid "IP"
msgstr ""
msgid "Access Code"
msgstr ""
msgid "Where to find your printer's IP and Access Code?"
msgstr ""
msgid "Error: IP or Access Code are not correct"
msgstr ""
msgid "Model:"
msgstr ""
@@ -5468,11 +5650,10 @@ msgstr "%1% is too close to others, and collisions may be caused."
msgid "%1% is too tall, and collisions will be caused."
msgstr "%1% is too tall, and collisions will be caused."
msgid " is too close to others, there may be collisions when printing.\n"
msgid " is too close to others, there may be collisions when printing."
msgstr ""
msgid ""
" is too close to exclusion area, there may be collisions when printing.\n"
msgid " is too close to exclusion area, there may be collisions when printing."
msgstr ""
msgid "Prime Tower"
@@ -5570,9 +5751,9 @@ msgstr ""
msgid "Layer height cannot exceed nozzle diameter"
msgstr "Layer height cannot exceed nozzle diameter."
#, fuzzy, c-format, boost-format
msgid "Plate %d: %s does not support filament %s\n"
msgstr "\n"
#, c-format, boost-format
msgid "Plate %d: %s does not support filament %s"
msgstr ""
msgid "Generating skirt & brim"
msgstr "Generating skirt & brim"
@@ -5724,9 +5905,6 @@ msgstr ""
msgid "°C"
msgstr "°C"
msgid "Bed temperature"
msgstr "Bed temperature"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -6223,9 +6401,6 @@ msgid ""
"of nozzle's HRC."
msgstr ""
msgid "Max volumetric speed"
msgstr "Max volumetric speed"
msgid ""
"This setting stands for how much volume of filament can be melted and "
"extruded per second. Printing speed is limited by max volumetric speed, in "
@@ -6238,9 +6413,6 @@ msgstr "mm³/s"
msgid "Minimal purge on wipe tower"
msgstr "Minimal purge on wipe tower"
msgid "mm³"
msgstr "mm³"
msgid "Filament load time"
msgstr "Filament load time"
@@ -7233,7 +7405,7 @@ msgid ""
"Style and shape of the support. For normal support, projecting the supports "
"into a regular grid will create more stable supports (default), while snug "
"support towers will save material and reduce object scarring.\n"
"For tree support, tight style will merge branches more aggressively and save "
"For tree support, slim style will merge branches more aggressively and save "
"a lot of material (default), while hybrid style will create similar "
"structure to normal support under large flat overhangs."
msgstr ""
@@ -7303,20 +7475,14 @@ msgstr "This setting specifies the wall count around tree support."
msgid "Nozzle temperature for layers after the initial one"
msgstr "Nozzle temperature after the first layer"
msgid "Nozzle temperature"
msgstr "Nozzle temperature"
msgid "Bed temperature difference"
msgstr "Bed temperature difference"
msgid ""
"Do not recommand bed temperature of other layer to be lower than initial "
"Do not recommend bed temperature of other layer to be lower than initial "
"layer for more than this threshold. Too low bed temperature of other layer "
"may cause the model broken free from build plate"
msgstr ""
"It is not recommended to have the bed temperature of other layers to be "
"lower than the first layer by more than this threshold. Bed temperatures "
"that are too low may cause models to break free from the build plate."
msgid "Detect thin wall"
msgstr "Detect thin walls"
@@ -7937,6 +8103,12 @@ msgstr ""
#~ "Please solve the problem by moving it totally on or off the plate, and "
#~ "confirming that the height is within the build volume."
#~ msgid ""
#~ "Arachne engine only works when overhang slowing down is disabled.\n"
#~ "This may cause decline in the quality of overhang surface when print "
#~ "fastly\n"
#~ msgstr "\n"
#~ msgid "Auto arrange"
#~ msgstr "Auto Arrange"
@@ -7977,6 +8149,9 @@ msgstr ""
#~ "Clearance radius around extruder: used as input for auto-arranging to "
#~ "avoid collisions when printing object by object"
#~ msgid "Click the pencil icon to edit the filament."
#~ msgstr "Click the pencil icon to edit the filament."
#~ msgid "Color Print"
#~ msgstr "Color print"
@@ -8010,6 +8185,15 @@ msgstr ""
#~ msgid "Display triangles of models"
#~ msgstr "Display triangles of models"
#~ msgid ""
#~ "Do not recommand bed temperature of other layer to be lower than initial "
#~ "layer for more than this threshold. Too low bed temperature of other "
#~ "layer may cause the model broken free from build plate"
#~ msgstr ""
#~ "It is not recommended to have the bed temperature of other layers to be "
#~ "lower than the first layer by more than this threshold. Bed temperatures "
#~ "that are too low may cause models to break free from the build plate."
#~ msgid ""
#~ "Do you want to synchronize your personal data from Bambu Cloud? \n"
#~ "Contains the following information:\n"
@@ -8023,6 +8207,14 @@ msgstr ""
#~ "2. Filament presets\n"
#~ "3. Printer presets\n"
#~ msgid ""
#~ "Do you want to synchronize your personal data from Bambu Cloud? \n"
#~ "It contains the following information:\n"
#~ "1. The Process presets\n"
#~ "2. The Filament presets\n"
#~ "3. The Printer presets\n"
#~ msgstr "\n"
#~ msgid ""
#~ "Don't retract when the travel is in infill area absolutely. That means "
#~ "the oozing can't been seen"
@@ -8217,9 +8409,20 @@ msgstr ""
#~ msgid "Per object edit"
#~ msgstr "Per Object Edit"
#~ msgid "Plate %d: %s does not support filament %s\n"
#~ msgstr "\n"
#~ msgid "Plate %d: %s does not support filament %s.\n"
#~ msgstr "Plate %d: %s does not support filament %s.\n"
#~ msgid "Plate %d: %s does not support filament %s (%s).\n"
#~ msgstr "\n"
#~ msgid ""
#~ "Please check the following infomation and click Confirm to continue "
#~ "sending print:\n"
#~ msgstr "\n"
#~ msgid "Please fill report first."
#~ msgstr "Please fill report first."
@@ -8348,6 +8551,12 @@ msgstr ""
#~ "to support custom support gaps, but may cause extra filament switches if "
#~ "support is specified as a different filament from the object."
#~ msgid ""
#~ "Switch to rectilinear pattern?\n"
#~ "Yes - switch to rectilinear pattern automaticlly\n"
#~ "No - reset density to default non 100% value automaticlly\n"
#~ msgstr "\n"
#~ msgid ""
#~ "Switch to zig-zag pattern?\n"
#~ "Yes - switch to zig-zag pattern automaticlly\n"
@@ -8360,6 +8569,18 @@ msgstr ""
#~ msgid "Swith cloud environment, Please login again!"
#~ msgstr "Cloud environment has switched; please login again!"
#~ msgid ""
#~ "The 3mf's version %s is newer than %s's version %s, Found following keys "
#~ "unrecognized:\n"
#~ msgstr ""
#~ "The 3mf file's version %s is newer than %s's version %s, Found the "
#~ "following unrecognized keys:\n"
#~ msgid ""
#~ "The 3mf's version %s is newer than %s's version %s, Suggest to upgrade "
#~ "your software.\n"
#~ msgstr "\n"
#~ msgid "The Config is not compatible and can not be loaded."
#~ msgstr "The configuration is not compatible and cannot be loaded!"
@@ -8379,6 +8600,12 @@ msgstr ""
#~ "attempted, however we recommend checking the results or repairing the "
#~ "input file and retrying."
#~ msgid ""
#~ "The printer type used to generate G-code is not the same type as the "
#~ "currently selected physical printer. It is recommend to re-slice by "
#~ "selecting the same printer type.\n"
#~ msgstr "\n"
#~ msgid ""
#~ "This object will be used to purge the nozzle after a filament change to "
#~ "save filament and decrease the print time. Colours of the objects will be "
@@ -8425,6 +8652,13 @@ msgstr ""
#~ msgid "Waiting"
#~ msgstr "Waiting"
#~ msgid ""
#~ "When recording timelapse without toolhead, it is recommended to add a "
#~ "\"Timelapse Wipe Tower\" \n"
#~ "by right-click the empty position of build plate and choose \"Add "
#~ "Primitive\"->\"Timelapse Wipe Tower\".\n"
#~ msgstr "\n"
#~ msgid ""
#~ "You have changed some preset settings. \n"
#~ "Would you like to keep these changed settings after switching preset?"
@@ -8438,12 +8672,19 @@ msgstr ""
#~ msgid " Object:"
#~ msgstr " Object:"
#~ msgid ""
#~ " is too close to exclusion area, there may be collisions when printing.\n"
#~ msgstr "\n"
#~ msgid ""
#~ " is too close to exclusion area, there will be collisions when printing.\n"
#~ msgstr ""
#~ " is too close to an exclusion area, there will be collisions when "
#~ "printing.\n"
#~ msgid " is too close to others, there may be collisions when printing.\n"
#~ msgstr "\n"
#~ msgid " is too close to others, there will be collisions when printing.\n"
#~ msgstr " is too close to others, there will be collisions when printing.\n"

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Bambu Studio\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-24 13:01+0800\n"
"POT-Creation-Date: 2023-01-19 13:01+0800\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1188,8 +1188,17 @@ msgstr "?"
msgid "Empty"
msgstr "Vacío"
msgid "Click the pencil icon to edit the filament."
msgstr "Haga clic en el icono del lápiz para editar el filamento."
msgid "AMS"
msgstr "AMS"
msgid "AMS not connected"
msgstr ""
msgid "Cali"
msgstr ""
msgid "Calibration of extrusion"
msgstr ""
msgid "Load Filament"
msgstr "Cargar"
@@ -1197,6 +1206,9 @@ msgstr "Cargar"
msgid "Unload Filament"
msgstr "Descargar"
msgid "Ext Spool"
msgstr ""
msgid "Tips"
msgstr "Consejos"
@@ -1414,6 +1426,9 @@ msgstr ""
msgid "Please log out and login to the printer again."
msgstr ""
msgid "Failed uploading print file. Please enter ip address again."
msgstr ""
msgid "Downloading"
msgstr ""
@@ -1493,6 +1508,12 @@ msgstr ""
msgid "AMS Materials Setting"
msgstr ""
msgid "Confirm"
msgstr "Confirmar"
msgid "Close"
msgstr "Cerrar"
msgid "Colour"
msgstr "Color"
@@ -1519,11 +1540,91 @@ msgstr "SN"
msgid "Setting AMS slot information while printing is not supported"
msgstr ""
msgid "Confirm"
msgstr "Confirmar"
msgid "Factors of dynamic flow cali"
msgstr ""
msgid "Close"
msgstr "Cerrar"
msgid "Factor K"
msgstr ""
msgid "Factor N"
msgstr ""
msgid "Please input a valid value (K in 0~0.5)"
msgstr ""
msgid "Please input a valid value (K in 0~0.5, N in 0.6~2.0)"
msgstr ""
msgid "Dynamic flow calibration"
msgstr ""
msgid ""
"The nozzle temp and max volumetric speed will affect the calibration "
"results. Please fill in the same values as the actual printing. They can be "
"auto-filled by selecting a filament preset."
msgstr ""
msgid "Nozzle Diameter"
msgstr ""
msgid "Bed Type"
msgstr ""
msgid "Nozzle temperature"
msgstr "Temperatura de la boquilla"
msgid "Bed Temperature"
msgstr ""
msgid "Max volumetric speed"
msgstr "Velocidad volumétrica máxima"
msgid "℃"
msgstr ""
msgid "Bed temperature"
msgstr "Temperatura de la base"
msgid "mm³"
msgstr "mm³"
msgid "Start calibration"
msgstr ""
msgid "Next"
msgstr ""
msgid ""
"Calibration completed. Please find the most uniform extrusion line on your "
"hot bed like the picture below, and fill the value on its left side into the "
"factor K input box."
msgstr ""
msgid "Save"
msgstr "Guardar"
msgid "Last Step"
msgstr ""
msgid "Example"
msgstr ""
#, c-format, boost-format
msgid "Calibrating... %d%%"
msgstr ""
msgid "Calibration completed"
msgstr ""
#, c-format, boost-format
msgid "%s does not support %s"
msgstr ""
msgid "Dynamic flow Calibration"
msgstr ""
msgid "Step"
msgstr ""
msgid "AMS Slots"
msgstr ""
@@ -1544,6 +1645,30 @@ msgstr ""
msgid "Print with the filament mounted on the back of chassis"
msgstr ""
msgid "Cabin humidity"
msgstr ""
msgid ""
"Green means that AMS humidity is normal, orange represent humidity is high, "
"red represent humidity is too high.(Hygrometer: lower the better, The bars: "
"higher the better)"
msgstr ""
msgid "Desiccant status"
msgstr ""
msgid ""
"A desiccant status lower than two bars indicates that desiccant may be "
"inactive. Please change the desiccant. (Higher is better)"
msgstr ""
msgid ""
"Note: When the lid is open or the desiccant pack is changed, it can take "
"hours or a night to absorb the moisture. Low temperatures also slow down the "
"process. During this time, the indicator may not represent the chamber "
"accurately."
msgstr ""
msgid ""
"Config which AMS slot should be used for a filament used in the print job"
msgstr ""
@@ -1557,6 +1682,18 @@ msgstr ""
msgid "Click to select AMS slot manually"
msgstr ""
msgid "Do not Enable AMS"
msgstr ""
msgid "Print using materials mounted on the back of the case"
msgstr ""
msgid "Print with filaments in ams"
msgstr ""
msgid "Print with filaments mounted on the back of the chassis"
msgstr ""
msgid "AMS Settings"
msgstr "Ajustes del AMS"
@@ -1911,7 +2048,7 @@ msgstr ""
msgid ""
"Arachne engine only works when overhang slowing down is disabled.\n"
"This may cause decline in the quality of overhang surface when print fastly\n"
"This may cause decline in the quality of overhang surface when print fastly"
msgstr ""
msgid ""
@@ -1965,7 +2102,7 @@ msgstr "El patrón de relleno %1% no soporta el 100%% de densidad."
msgid ""
"Switch to rectilinear pattern?\n"
"Yes - switch to rectilinear pattern automaticlly\n"
"No - reset density to default non 100% value automaticlly\n"
"No - reset density to default non 100% value automaticlly"
msgstr ""
msgid "Auto bed leveling"
@@ -2040,9 +2177,6 @@ msgstr "MC"
msgid "MainBoard"
msgstr "Placa Madre"
msgid "AMS"
msgstr "AMS"
msgid "TH"
msgstr "TH"
@@ -2561,12 +2695,12 @@ msgstr "Laminar placa"
msgid "Export G-code file"
msgstr ""
msgid "Send"
msgstr "Enviar"
msgid "Print plate"
msgstr ""
msgid "Send"
msgstr "Enviar"
msgid "Export plate sliced file"
msgstr ""
@@ -2889,7 +3023,7 @@ msgid ""
"It contains the following information:\n"
"1. The Process presets\n"
"2. The Filament presets\n"
"3. The Printer presets\n"
"3. The Printer presets"
msgstr ""
msgid "Synchronization"
@@ -2913,6 +3047,9 @@ msgstr ""
msgid "Initialize failed (Not accessible in LAN-only mode)!"
msgstr ""
msgid "Printer is busy downloading, Please wait for the downloading to finish."
msgstr ""
msgid "Initialize failed (Missing LAN ip of printer)!"
msgstr ""
@@ -2933,6 +3070,9 @@ msgstr ""
msgid "Stopped."
msgstr "Detenido."
msgid "LAN Connection Failed (Failed to start liveview)"
msgstr ""
msgid ""
"Virtual Camera Tools is required for this task!\n"
"Do you want to install them?"
@@ -3093,6 +3233,9 @@ msgstr "Detener"
msgid "0"
msgstr ""
msgid "Layers: N/A"
msgstr ""
msgid "Clean"
msgstr ""
@@ -3156,6 +3299,14 @@ msgstr "Descargando…"
msgid "Cloud Slicing..."
msgstr ""
#, c-format, boost-format
msgid "Layers: %s"
msgstr ""
#, c-format, boost-format
msgid "Layers: %d/%d"
msgstr ""
msgid "Please heat the nozzle to above 170 degree before loading filament."
msgstr ""
@@ -3165,6 +3316,12 @@ msgstr ""
msgid "Still load"
msgstr ""
msgid "AMS settings are not supported for external spool"
msgstr ""
msgid "Please select an AMS slot before calibration"
msgstr ""
msgid ""
"Cannot read filament info: the filament is loaded to the tool head,please "
"unload the filament and try again."
@@ -3549,10 +3706,8 @@ msgstr ""
#, c-format, boost-format
msgid ""
"The 3mf's version %s is newer than %s's version %s, Found following keys "
"unrecognized:\n"
"unrecognized:"
msgstr ""
"La versión %s de 3mf es más reciente que la versión %s de %s, se han "
"encontrado las siguientes claves no reconocidas:\n"
msgid "You'd better upgrade your software.\n"
msgstr "Será mejor que actualices tu software.\n"
@@ -3560,11 +3715,11 @@ msgstr "Será mejor que actualices tu software.\n"
msgid "Newer 3mf version"
msgstr "Nueva versión 3mf"
#, fuzzy, c-format, boost-format
#, c-format, boost-format
msgid ""
"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your "
"software.\n"
msgstr "\n"
"software."
msgstr ""
msgid "The 3mf is not compatible, load geometry data only!"
msgstr ""
@@ -3764,9 +3919,6 @@ msgid "The current project has unsaved changes, save it before continue?"
msgstr ""
"El proyecto actual tiene cambios sin guardar, ¿guardarlos antes de continuar?"
msgid "Save"
msgstr "Guardar"
msgid "Number of copies:"
msgstr "Número de copias:"
@@ -3847,9 +3999,9 @@ msgid ""
"on Bambu Studio(windows) or CAD softwares."
msgstr ""
#, fuzzy, c-format, boost-format
msgid "Plate %d: %s does not support filament %s (%s).\n"
msgstr "\n"
#, c-format, boost-format
msgid "Plate %d: %s does not support filament %s (%s)."
msgstr ""
msgid "Switching the language requires application restart.\n"
msgstr "El cambio de idioma requiere el reinicio de la aplicación.\n"
@@ -4333,18 +4485,21 @@ msgstr ""
msgid "Cannot send the print job for empty plate"
msgstr ""
msgid "This printer does not support printing all plates"
msgstr ""
msgid "Errors"
msgstr ""
msgid ""
"Please check the following infomation and click Confirm to continue sending "
"print:\n"
"print:"
msgstr ""
msgid ""
"The printer type used to generate G-code is not the same type as the "
"currently selected physical printer. It is recommend to re-slice by "
"selecting the same printer type.\n"
"selecting the same printer type."
msgstr ""
#, c-format, boost-format
@@ -4445,7 +4600,7 @@ msgstr ""
msgid ""
"We have added an experimental style \"Tree Slim\" that features smaller "
"support volume but weaker strength.\n"
"We recommand using it with: 0 interface layers, 0 top distance, 2 walls."
"We recommend using it with: 0 interface layers, 0 top distance, 2 walls."
msgstr ""
msgid ""
@@ -4455,22 +4610,22 @@ msgid ""
msgstr ""
msgid ""
"For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommand the following "
"settings: at least 2 interface layers, at least 0.1 top z distance or using "
"support materials on interface."
"For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommend the following "
"settings: at least 2 interface layers, at least 0.1mm top z distance or "
"using support materials on interface."
msgstr ""
msgid ""
"When using support material for the support interface, We recommand the "
"When using support material for the support interface, We recommend the "
"following settings:\n"
"0 top distance, 0 interface spacing, concentric pattern."
"0 top z distance, 0 interface spacing, concentric pattern."
msgstr ""
msgid ""
"When recording timelapse without toolhead, it is recommended to add a "
"\"Timelapse Wipe Tower\" \n"
"by right-click the empty position of build plate and choose \"Add Primitive"
"\"->\"Timelapse Wipe Tower\".\n"
"\"->\"Timelapse Wipe Tower\"."
msgstr ""
msgid "Line width"
@@ -5248,6 +5403,30 @@ msgstr "Nueva versión de Bambu Studio"
msgid "Don't remind me of this version again"
msgstr ""
msgid "LAN Connection Failed (Sending print file)"
msgstr ""
msgid ""
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
msgstr ""
msgid ""
"Step 2, if the IP and Access Code below are different from the actual values "
"on your printer, please correct them."
msgstr ""
msgid "IP"
msgstr ""
msgid "Access Code"
msgstr ""
msgid "Where to find your printer's IP and Access Code?"
msgstr ""
msgid "Error: IP or Access Code are not correct"
msgstr ""
msgid "Model:"
msgstr ""
@@ -5555,11 +5734,10 @@ msgstr "%1% está demasiado cerca de otros, y pueden producirse colisiones."
msgid "%1% is too tall, and collisions will be caused."
msgstr "%1% es demasiado alto, y se producirán colisiones."
msgid " is too close to others, there may be collisions when printing.\n"
msgid " is too close to others, there may be collisions when printing."
msgstr ""
msgid ""
" is too close to exclusion area, there may be collisions when printing.\n"
msgid " is too close to exclusion area, there may be collisions when printing."
msgstr ""
msgid "Prime Tower"
@@ -5663,9 +5841,9 @@ msgstr ""
msgid "Layer height cannot exceed nozzle diameter"
msgstr "La altura de la capa no puede superar el diámetro de la boquilla"
#, fuzzy, c-format, boost-format
msgid "Plate %d: %s does not support filament %s\n"
msgstr "\n"
#, c-format, boost-format
msgid "Plate %d: %s does not support filament %s"
msgstr ""
msgid "Generating skirt & brim"
msgstr "Generando falda y ala"
@@ -5816,9 +5994,6 @@ msgstr ""
msgid "°C"
msgstr "°C"
msgid "Bed temperature"
msgstr "Temperatura de la base"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -6325,9 +6500,6 @@ msgid ""
"of nozzle's HRC."
msgstr ""
msgid "Max volumetric speed"
msgstr "Velocidad volumétrica máxima"
msgid ""
"This setting stands for how much volume of filament can be melted and "
"extruded per second. Printing speed is limited by max volumetric speed, in "
@@ -6340,9 +6512,6 @@ msgstr "mm³/s"
msgid "Minimal purge on wipe tower"
msgstr "Purga mínima en la torre de limpieza"
msgid "mm³"
msgstr "mm³"
msgid "Filament load time"
msgstr "Tiempo de carga de filamento"
@@ -7352,7 +7521,7 @@ msgid ""
"Style and shape of the support. For normal support, projecting the supports "
"into a regular grid will create more stable supports (default), while snug "
"support towers will save material and reduce object scarring.\n"
"For tree support, tight style will merge branches more aggressively and save "
"For tree support, slim style will merge branches more aggressively and save "
"a lot of material (default), while hybrid style will create similar "
"structure to normal support under large flat overhangs."
msgstr ""
@@ -7424,21 +7593,14 @@ msgstr ""
msgid "Nozzle temperature for layers after the initial one"
msgstr "Temperatura de la boquilla después de la primera capa"
msgid "Nozzle temperature"
msgstr "Temperatura de la boquilla"
msgid "Bed temperature difference"
msgstr "Diferencia de temperatura de la cama"
msgid ""
"Do not recommand bed temperature of other layer to be lower than initial "
"Do not recommend bed temperature of other layer to be lower than initial "
"layer for more than this threshold. Too low bed temperature of other layer "
"may cause the model broken free from build plate"
msgstr ""
"No se recomienda que la temperatura de la cama de la otra capa sea inferior "
"a la de la capa inicial por más de este umbral. Una temperatura demasiado "
"baja de la otra capa puede hacer que el modelo se desprenda de la placa de "
"impresión."
msgid "Detect thin wall"
msgstr "Detectar la pared delgada"
@@ -8064,6 +8226,12 @@ msgstr ""
#~ "Por favor, resuelva el problema moviéndolo totalmente dentro o fuera de "
#~ "la placa."
#~ msgid ""
#~ "Arachne engine only works when overhang slowing down is disabled.\n"
#~ "This may cause decline in the quality of overhang surface when print "
#~ "fastly\n"
#~ msgstr "\n"
#~ msgid "Auto arrange"
#~ msgstr "Auto posicionamiento"
@@ -8105,6 +8273,9 @@ msgstr ""
#~ "auto-organización para evitar la colisión cuando se imprime objeto por "
#~ "objeto"
#~ msgid "Click the pencil icon to edit the filament."
#~ msgstr "Haga clic en el icono del lápiz para editar el filamento."
#~ msgid "Color Print"
#~ msgstr "Impresión en color"
@@ -8138,6 +8309,16 @@ msgstr ""
#~ msgid "Display triangles of models"
#~ msgstr "Mostrar los triángulos de los modelos"
#~ msgid ""
#~ "Do not recommand bed temperature of other layer to be lower than initial "
#~ "layer for more than this threshold. Too low bed temperature of other "
#~ "layer may cause the model broken free from build plate"
#~ msgstr ""
#~ "No se recomienda que la temperatura de la cama de la otra capa sea "
#~ "inferior a la de la capa inicial por más de este umbral. Una temperatura "
#~ "demasiado baja de la otra capa puede hacer que el modelo se desprenda de "
#~ "la placa de impresión."
#~ msgid ""
#~ "Do you want to synchronize your personal data from Bambu Cloud? \n"
#~ "Contains the following information:\n"
@@ -8151,6 +8332,14 @@ msgstr ""
#~ "2. Preajustese de filamentos\n"
#~ "3. Preajustes de la impresora\n"
#~ msgid ""
#~ "Do you want to synchronize your personal data from Bambu Cloud? \n"
#~ "It contains the following information:\n"
#~ "1. The Process presets\n"
#~ "2. The Filament presets\n"
#~ "3. The Printer presets\n"
#~ msgstr "\n"
#~ msgid ""
#~ "Don't retract when the travel is in infill area absolutely. That means "
#~ "the oozing can't been seen"
@@ -8347,9 +8536,20 @@ msgstr ""
#~ msgid "Per object edit"
#~ msgstr "Por objeto editar"
#~ msgid "Plate %d: %s does not support filament %s\n"
#~ msgstr "\n"
#~ msgid "Plate %d: %s does not support filament %s.\n"
#~ msgstr "La placa %d: %s no admite el filamento %s.\n"
#~ msgid "Plate %d: %s does not support filament %s (%s).\n"
#~ msgstr "\n"
#~ msgid ""
#~ "Please check the following infomation and click Confirm to continue "
#~ "sending print:\n"
#~ msgstr "\n"
#~ msgid "Please fill report first."
#~ msgstr "Por favor, rellene primero el informe."
@@ -8481,6 +8681,12 @@ msgstr ""
#~ "personalizada, pero puede causar cambios de filamento adicionales si el "
#~ "soporte se especifica como un extrusor diferente con el objeto"
#~ msgid ""
#~ "Switch to rectilinear pattern?\n"
#~ "Yes - switch to rectilinear pattern automaticlly\n"
#~ "No - reset density to default non 100% value automaticlly\n"
#~ msgstr "\n"
#~ msgid ""
#~ "Switch to zig-zag pattern?\n"
#~ "Yes - switch to zig-zag pattern automaticlly\n"
@@ -8494,6 +8700,18 @@ msgstr ""
#~ msgid "Swith cloud environment, Please login again!"
#~ msgstr "Cambiar el entorno de la nube, ¡Por favor, inicie sesión de nuevo!"
#~ msgid ""
#~ "The 3mf's version %s is newer than %s's version %s, Found following keys "
#~ "unrecognized:\n"
#~ msgstr ""
#~ "La versión %s de 3mf es más reciente que la versión %s de %s, se han "
#~ "encontrado las siguientes claves no reconocidas:\n"
#~ msgid ""
#~ "The 3mf's version %s is newer than %s's version %s, Suggest to upgrade "
#~ "your software.\n"
#~ msgstr "\n"
#~ msgid "The Config is not compatible and can not be loaded."
#~ msgstr "La configuración no es compatible y no se puede cargar."
@@ -8514,6 +8732,12 @@ msgstr ""
#~ "repararlo, sin embargo, es posible que desee comprobar los resultados o "
#~ "reparar el archivo de entrada y volver a intentarlo."
#~ msgid ""
#~ "The printer type used to generate G-code is not the same type as the "
#~ "currently selected physical printer. It is recommend to re-slice by "
#~ "selecting the same printer type.\n"
#~ msgstr "\n"
#~ msgid ""
#~ "This object will be used to purge the nozzle after a filament change to "
#~ "save filament and decrease the print time. Colours of the objects will be "
@@ -8561,6 +8785,13 @@ msgstr ""
#~ msgid "Waiting"
#~ msgstr "Esperando"
#~ msgid ""
#~ "When recording timelapse without toolhead, it is recommended to add a "
#~ "\"Timelapse Wipe Tower\" \n"
#~ "by right-click the empty position of build plate and choose \"Add "
#~ "Primitive\"->\"Timelapse Wipe Tower\".\n"
#~ msgstr "\n"
#~ msgid ""
#~ "You have changed some preset settings. \n"
#~ "Would you like to keep these changed settings after switching preset?"
@@ -8574,12 +8805,19 @@ msgstr ""
#~ msgid " Object:"
#~ msgstr "Objeto"
#~ msgid ""
#~ " is too close to exclusion area, there may be collisions when printing.\n"
#~ msgstr "\n"
#~ msgid ""
#~ " is too close to exclusion area, there will be collisions when printing.\n"
#~ msgstr ""
#~ " está demasiado cerca del área de exclusión, habrá colisiones al "
#~ "imprimir.\n"
#~ msgid " is too close to others, there may be collisions when printing.\n"
#~ msgstr "\n"
#~ msgid " is too close to others, there will be collisions when printing.\n"
#~ msgstr " está demasiado cerca de otros, habrá colisiones al imprimir.\n"

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Bambu Studio\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-24 13:01+0800\n"
"POT-Creation-Date: 2023-01-19 13:01+0800\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1185,8 +1185,17 @@ msgstr "?"
msgid "Empty"
msgstr "Üres"
msgid "Click the pencil icon to edit the filament."
msgstr "Kattints a ceruza ikonra a filament szerkesztéséhez."
msgid "AMS"
msgstr "AMS"
msgid "AMS not connected"
msgstr ""
msgid "Cali"
msgstr ""
msgid "Calibration of extrusion"
msgstr ""
msgid "Load Filament"
msgstr "Filament betöltés"
@@ -1194,6 +1203,9 @@ msgstr "Filament betöltés"
msgid "Unload Filament"
msgstr "Filament kitöltése"
msgid "Ext Spool"
msgstr ""
msgid "Tips"
msgstr "Tippek"
@@ -1409,6 +1421,9 @@ msgstr ""
msgid "Please log out and login to the printer again."
msgstr ""
msgid "Failed uploading print file. Please enter ip address again."
msgstr ""
msgid "Downloading"
msgstr "Letöltés"
@@ -1497,6 +1512,12 @@ msgstr ""
msgid "AMS Materials Setting"
msgstr ""
msgid "Confirm"
msgstr "Megerősítés"
msgid "Close"
msgstr "Bezárás"
msgid "Colour"
msgstr "Szín"
@@ -1524,11 +1545,91 @@ msgstr "SN"
msgid "Setting AMS slot information while printing is not supported"
msgstr ""
msgid "Confirm"
msgstr "Megerősítés"
msgid "Factors of dynamic flow cali"
msgstr ""
msgid "Close"
msgstr "Bezárás"
msgid "Factor K"
msgstr ""
msgid "Factor N"
msgstr ""
msgid "Please input a valid value (K in 0~0.5)"
msgstr ""
msgid "Please input a valid value (K in 0~0.5, N in 0.6~2.0)"
msgstr ""
msgid "Dynamic flow calibration"
msgstr ""
msgid ""
"The nozzle temp and max volumetric speed will affect the calibration "
"results. Please fill in the same values as the actual printing. They can be "
"auto-filled by selecting a filament preset."
msgstr ""
msgid "Nozzle Diameter"
msgstr ""
msgid "Bed Type"
msgstr ""
msgid "Nozzle temperature"
msgstr "Fúvóka hőmérséklet"
msgid "Bed Temperature"
msgstr ""
msgid "Max volumetric speed"
msgstr "Max. volumetrikus sebesség"
msgid "℃"
msgstr ""
msgid "Bed temperature"
msgstr "Asztalhőmérséklet"
msgid "mm³"
msgstr "mm³"
msgid "Start calibration"
msgstr ""
msgid "Next"
msgstr ""
msgid ""
"Calibration completed. Please find the most uniform extrusion line on your "
"hot bed like the picture below, and fill the value on its left side into the "
"factor K input box."
msgstr ""
msgid "Save"
msgstr "Mentés"
msgid "Last Step"
msgstr ""
msgid "Example"
msgstr ""
#, c-format, boost-format
msgid "Calibrating... %d%%"
msgstr ""
msgid "Calibration completed"
msgstr ""
#, c-format, boost-format
msgid "%s does not support %s"
msgstr ""
msgid "Dynamic flow Calibration"
msgstr ""
msgid "Step"
msgstr ""
msgid "AMS Slots"
msgstr ""
@@ -1549,6 +1650,30 @@ msgstr ""
msgid "Print with the filament mounted on the back of chassis"
msgstr ""
msgid "Cabin humidity"
msgstr ""
msgid ""
"Green means that AMS humidity is normal, orange represent humidity is high, "
"red represent humidity is too high.(Hygrometer: lower the better, The bars: "
"higher the better)"
msgstr ""
msgid "Desiccant status"
msgstr ""
msgid ""
"A desiccant status lower than two bars indicates that desiccant may be "
"inactive. Please change the desiccant. (Higher is better)"
msgstr ""
msgid ""
"Note: When the lid is open or the desiccant pack is changed, it can take "
"hours or a night to absorb the moisture. Low temperatures also slow down the "
"process. During this time, the indicator may not represent the chamber "
"accurately."
msgstr ""
msgid ""
"Config which AMS slot should be used for a filament used in the print job"
msgstr ""
@@ -1562,6 +1687,18 @@ msgstr ""
msgid "Click to select AMS slot manually"
msgstr ""
msgid "Do not Enable AMS"
msgstr ""
msgid "Print using materials mounted on the back of the case"
msgstr ""
msgid "Print with filaments in ams"
msgstr ""
msgid "Print with filaments mounted on the back of the chassis"
msgstr ""
msgid "AMS Settings"
msgstr "AMS beállítások"
@@ -1908,7 +2045,7 @@ msgstr ""
msgid ""
"Arachne engine only works when overhang slowing down is disabled.\n"
"This may cause decline in the quality of overhang surface when print fastly\n"
"This may cause decline in the quality of overhang surface when print fastly"
msgstr ""
msgid ""
@@ -1960,7 +2097,7 @@ msgstr "%1% kitöltési mintázat nem támogatja a 100%%-os kitöltés."
msgid ""
"Switch to rectilinear pattern?\n"
"Yes - switch to rectilinear pattern automaticlly\n"
"No - reset density to default non 100% value automaticlly\n"
"No - reset density to default non 100% value automaticlly"
msgstr ""
msgid "Auto bed leveling"
@@ -2032,9 +2169,6 @@ msgstr "MC"
msgid "MainBoard"
msgstr "MainBoard"
msgid "AMS"
msgstr "AMS"
msgid "TH"
msgstr "TH"
@@ -2557,12 +2691,12 @@ msgstr "Tálca szeletelése"
msgid "Export G-code file"
msgstr ""
msgid "Send"
msgstr "Küldés"
msgid "Print plate"
msgstr ""
msgid "Send"
msgstr "Küldés"
msgid "Export plate sliced file"
msgstr ""
@@ -2885,13 +3019,8 @@ msgid ""
"It contains the following information:\n"
"1. The Process presets\n"
"2. The Filament presets\n"
"3. The Printer presets\n"
"3. The Printer presets"
msgstr ""
"Szeretnéd szinkronizálni személyes adataidat a Bambu Cloudból?\n"
"Ezek az adatok a következő információkat tartalmazzák:\n"
"1. Folyamat beállítások\n"
"2. Filament beállítások\n"
"3. Nyomtató beállítások\n"
msgid "Synchronization"
msgstr "Szinkronizálás"
@@ -2914,6 +3043,9 @@ msgstr ""
msgid "Initialize failed (Not accessible in LAN-only mode)!"
msgstr ""
msgid "Printer is busy downloading, Please wait for the downloading to finish."
msgstr ""
msgid "Initialize failed (Missing LAN ip of printer)!"
msgstr ""
@@ -2934,6 +3066,9 @@ msgstr ""
msgid "Stopped."
msgstr "Megállítva."
msgid "LAN Connection Failed (Failed to start liveview)"
msgstr ""
msgid ""
"Virtual Camera Tools is required for this task!\n"
"Do you want to install them?"
@@ -3094,6 +3229,9 @@ msgstr "Állj"
msgid "0"
msgstr ""
msgid "Layers: N/A"
msgstr ""
msgid "Clean"
msgstr ""
@@ -3157,6 +3295,14 @@ msgstr "Letöltés..."
msgid "Cloud Slicing..."
msgstr ""
#, c-format, boost-format
msgid "Layers: %s"
msgstr ""
#, c-format, boost-format
msgid "Layers: %d/%d"
msgstr ""
msgid "Please heat the nozzle to above 170 degree before loading filament."
msgstr ""
@@ -3166,6 +3312,12 @@ msgstr ""
msgid "Still load"
msgstr ""
msgid "AMS settings are not supported for external spool"
msgstr ""
msgid "Please select an AMS slot before calibration"
msgstr ""
msgid ""
"Cannot read filament info: the filament is loaded to the tool head,please "
"unload the filament and try again."
@@ -3548,10 +3700,8 @@ msgstr ""
#, c-format, boost-format
msgid ""
"The 3mf's version %s is newer than %s's version %s, Found following keys "
"unrecognized:\n"
"unrecognized:"
msgstr ""
"A 3mf fájl %s verziója újabb, mint a(z) %s verziója %s, a következő "
"ismeretlen kulcsokat találtuk:\n"
msgid "You'd better upgrade your software.\n"
msgstr "Jobb lenne, ha frissítenéd a szoftvert.\n"
@@ -3559,11 +3709,11 @@ msgstr "Jobb lenne, ha frissítenéd a szoftvert.\n"
msgid "Newer 3mf version"
msgstr "Újabb 3mf verzió"
#, fuzzy, c-format, boost-format
#, c-format, boost-format
msgid ""
"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your "
"software.\n"
msgstr "\n"
"software."
msgstr ""
msgid "The 3mf is not compatible, load geometry data only!"
msgstr ""
@@ -3762,9 +3912,6 @@ msgstr ""
"Az aktuális projektben el nem mentett módosítások vannak, mentsük el a "
"folytatás előtt?"
msgid "Save"
msgstr "Mentés"
msgid "Number of copies:"
msgstr "Másolatok száma:"
@@ -3843,9 +3990,9 @@ msgid ""
"on Bambu Studio(windows) or CAD softwares."
msgstr ""
#, fuzzy, c-format, boost-format
msgid "Plate %d: %s does not support filament %s (%s).\n"
msgstr "\n"
#, c-format, boost-format
msgid "Plate %d: %s does not support filament %s (%s)."
msgstr ""
msgid "Switching the language requires application restart.\n"
msgstr "A nyelvváltáshoz az alkalmazás újraindítása szükséges.\n"
@@ -4322,18 +4469,21 @@ msgstr ""
msgid "Cannot send the print job for empty plate"
msgstr ""
msgid "This printer does not support printing all plates"
msgstr ""
msgid "Errors"
msgstr ""
msgid ""
"Please check the following infomation and click Confirm to continue sending "
"print:\n"
"print:"
msgstr ""
msgid ""
"The printer type used to generate G-code is not the same type as the "
"currently selected physical printer. It is recommend to re-slice by "
"selecting the same printer type.\n"
"selecting the same printer type."
msgstr ""
#, c-format, boost-format
@@ -4432,7 +4582,7 @@ msgstr ""
msgid ""
"We have added an experimental style \"Tree Slim\" that features smaller "
"support volume but weaker strength.\n"
"We recommand using it with: 0 interface layers, 0 top distance, 2 walls."
"We recommend using it with: 0 interface layers, 0 top distance, 2 walls."
msgstr ""
msgid ""
@@ -4442,22 +4592,22 @@ msgid ""
msgstr ""
msgid ""
"For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommand the following "
"settings: at least 2 interface layers, at least 0.1 top z distance or using "
"support materials on interface."
"For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommend the following "
"settings: at least 2 interface layers, at least 0.1mm top z distance or "
"using support materials on interface."
msgstr ""
msgid ""
"When using support material for the support interface, We recommand the "
"When using support material for the support interface, We recommend the "
"following settings:\n"
"0 top distance, 0 interface spacing, concentric pattern."
"0 top z distance, 0 interface spacing, concentric pattern."
msgstr ""
msgid ""
"When recording timelapse without toolhead, it is recommended to add a "
"\"Timelapse Wipe Tower\" \n"
"by right-click the empty position of build plate and choose \"Add Primitive"
"\"->\"Timelapse Wipe Tower\".\n"
"\"->\"Timelapse Wipe Tower\"."
msgstr ""
msgid "Line width"
@@ -5231,6 +5381,30 @@ msgstr "A Bambu Studio új verziója"
msgid "Don't remind me of this version again"
msgstr ""
msgid "LAN Connection Failed (Sending print file)"
msgstr ""
msgid ""
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
msgstr ""
msgid ""
"Step 2, if the IP and Access Code below are different from the actual values "
"on your printer, please correct them."
msgstr ""
msgid "IP"
msgstr ""
msgid "Access Code"
msgstr ""
msgid "Where to find your printer's IP and Access Code?"
msgstr ""
msgid "Error: IP or Access Code are not correct"
msgstr ""
msgid "Model:"
msgstr ""
@@ -5539,11 +5713,10 @@ msgstr ""
msgid "%1% is too tall, and collisions will be caused."
msgstr "%1% túl magas, a nyomtatás során előfordulhatnak ütközések."
msgid " is too close to others, there may be collisions when printing.\n"
msgid " is too close to others, there may be collisions when printing."
msgstr ""
msgid ""
" is too close to exclusion area, there may be collisions when printing.\n"
msgid " is too close to exclusion area, there may be collisions when printing."
msgstr ""
msgid "Prime Tower"
@@ -5645,9 +5818,9 @@ msgstr ""
msgid "Layer height cannot exceed nozzle diameter"
msgstr "A rétegmagasság nem lehet nagyobb a fúvóka átmérőjénél."
#, fuzzy, c-format, boost-format
msgid "Plate %d: %s does not support filament %s\n"
msgstr "\n"
#, c-format, boost-format
msgid "Plate %d: %s does not support filament %s"
msgstr ""
msgid "Generating skirt & brim"
msgstr "Szoknya & perem generálása"
@@ -5798,9 +5971,6 @@ msgstr ""
msgid "°C"
msgstr "°C"
msgid "Bed temperature"
msgstr "Asztalhőmérséklet"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -6302,9 +6472,6 @@ msgid ""
"of nozzle's HRC."
msgstr ""
msgid "Max volumetric speed"
msgstr "Max. volumetrikus sebesség"
msgid ""
"This setting stands for how much volume of filament can be melted and "
"extruded per second. Printing speed is limited by max volumetric speed, in "
@@ -6317,9 +6484,6 @@ msgstr "mm³/s"
msgid "Minimal purge on wipe tower"
msgstr "Minimális tisztítás a törlőtoronyban"
msgid "mm³"
msgstr "mm³"
msgid "Filament load time"
msgstr "Filament betöltési idő"
@@ -7333,7 +7497,7 @@ msgid ""
"Style and shape of the support. For normal support, projecting the supports "
"into a regular grid will create more stable supports (default), while snug "
"support towers will save material and reduce object scarring.\n"
"For tree support, tight style will merge branches more aggressively and save "
"For tree support, slim style will merge branches more aggressively and save "
"a lot of material (default), while hybrid style will create similar "
"structure to normal support under large flat overhangs."
msgstr ""
@@ -7404,21 +7568,14 @@ msgstr "Ez a beállítás határozza meg a falak számát a fa támasz körül."
msgid "Nozzle temperature for layers after the initial one"
msgstr "Fúvóka hőmérséklete az első réteg után"
msgid "Nozzle temperature"
msgstr "Fúvóka hőmérséklet"
msgid "Bed temperature difference"
msgstr "Asztalhőmérséklet különbség"
msgid ""
"Do not recommand bed temperature of other layer to be lower than initial "
"Do not recommend bed temperature of other layer to be lower than initial "
"layer for more than this threshold. Too low bed temperature of other layer "
"may cause the model broken free from build plate"
msgstr ""
"Nem ajánlott, hogy a kezdőréteget követő többi réteg asztalhőmérséklete "
"alacsonyabb legyen ennél a küszöbértéknél. Ha a többi rétegnél túl alacsony "
"asztalhőmérsékletet használsz, előfordulhat, hogy a tárgy leválik a tálcáról "
"nyomtatás közben"
msgid "Detect thin wall"
msgstr "Vékony fal felismerése"
@@ -8040,6 +8197,12 @@ msgstr ""
#~ "Kérjük, orvosold a problémát a tárgy tálcára helyezésével vagy a tálcáról "
#~ "való eltávolításával és a tárgy magasságának ellenőrzésével."
#~ msgid ""
#~ "Arachne engine only works when overhang slowing down is disabled.\n"
#~ "This may cause decline in the quality of overhang surface when print "
#~ "fastly\n"
#~ msgstr "\n"
#~ msgid "Auto arrange"
#~ msgstr "Automatikus elrendezés"
@@ -8082,6 +8245,9 @@ msgstr ""
#~ "elrendezéshez használatos az ütközések elkerülése érdekében, amikor "
#~ "objektumonként nyomtatsz"
#~ msgid "Click the pencil icon to edit the filament."
#~ msgstr "Kattints a ceruza ikonra a filament szerkesztéséhez."
#~ msgid "Color Print"
#~ msgstr "Színes nyomtatás"
@@ -8115,6 +8281,16 @@ msgstr ""
#~ msgid "Display triangles of models"
#~ msgstr "Modell háromszögeinek megjelenítése"
#~ msgid ""
#~ "Do not recommand bed temperature of other layer to be lower than initial "
#~ "layer for more than this threshold. Too low bed temperature of other "
#~ "layer may cause the model broken free from build plate"
#~ msgstr ""
#~ "Nem ajánlott, hogy a kezdőréteget követő többi réteg asztalhőmérséklete "
#~ "alacsonyabb legyen ennél a küszöbértéknél. Ha a többi rétegnél túl "
#~ "alacsony asztalhőmérsékletet használsz, előfordulhat, hogy a tárgy "
#~ "leválik a tálcáról nyomtatás közben"
#~ msgid ""
#~ "Do you want to synchronize your personal data from Bambu Cloud? \n"
#~ "Contains the following information:\n"
@@ -8128,6 +8304,19 @@ msgstr ""
#~ "2. Filament beállítások\n"
#~ "3. Nyomtató beállítások\n"
#~ msgid ""
#~ "Do you want to synchronize your personal data from Bambu Cloud? \n"
#~ "It contains the following information:\n"
#~ "1. The Process presets\n"
#~ "2. The Filament presets\n"
#~ "3. The Printer presets\n"
#~ msgstr ""
#~ "Szeretnéd szinkronizálni személyes adataidat a Bambu Cloudból?\n"
#~ "Ezek az adatok a következő információkat tartalmazzák:\n"
#~ "1. Folyamat beállítások\n"
#~ "2. Filament beállítások\n"
#~ "3. Nyomtató beállítások\n"
#~ msgid ""
#~ "Don't retract when the travel is in infill area absolutely. That means "
#~ "the oozing can't been seen"
@@ -8328,9 +8517,20 @@ msgstr ""
#~ msgid "Per object edit"
#~ msgstr "Szerkesztés objektumonként"
#~ msgid "Plate %d: %s does not support filament %s\n"
#~ msgstr "\n"
#~ msgid "Plate %d: %s does not support filament %s.\n"
#~ msgstr "%d. tálca: %s nem használható %s filamenttel.\n"
#~ msgid "Plate %d: %s does not support filament %s (%s).\n"
#~ msgstr "\n"
#~ msgid ""
#~ "Please check the following infomation and click Confirm to continue "
#~ "sending print:\n"
#~ msgstr "\n"
#~ msgid "Please fill report first."
#~ msgstr "Kérjük, először töltsd ki a riportot."
@@ -8467,6 +8667,12 @@ msgstr ""
#~ "támasz között, de előfordulhat, hogy extra filament váltást okoz, ha más "
#~ "anyagú filamentet használsz támaszként."
#~ msgid ""
#~ "Switch to rectilinear pattern?\n"
#~ "Yes - switch to rectilinear pattern automaticlly\n"
#~ "No - reset density to default non 100% value automaticlly\n"
#~ msgstr "\n"
#~ msgid ""
#~ "Switch to zig-zag pattern?\n"
#~ "Yes - switch to zig-zag pattern automaticlly\n"
@@ -8480,6 +8686,18 @@ msgstr ""
#~ msgid "Swith cloud environment, Please login again!"
#~ msgstr "Felhőkörnyezet váltása, kérjük, jelentkezz be újra!"
#~ msgid ""
#~ "The 3mf's version %s is newer than %s's version %s, Found following keys "
#~ "unrecognized:\n"
#~ msgstr ""
#~ "A 3mf fájl %s verziója újabb, mint a(z) %s verziója %s, a következő "
#~ "ismeretlen kulcsokat találtuk:\n"
#~ msgid ""
#~ "The 3mf's version %s is newer than %s's version %s, Suggest to upgrade "
#~ "your software.\n"
#~ msgstr "\n"
#~ msgid "The Config is not compatible and can not be loaded."
#~ msgstr "A konfiguráció nem kompatibilis és nem tölthető be!"
@@ -8499,6 +8717,12 @@ msgstr ""
#~ "Megkíséreltük a javítást, azonban javasoljuk az eredmények ellenőrzését "
#~ "vagy a bemeneti fájl javítását és az újbóli próbálkozást."
#~ msgid ""
#~ "The printer type used to generate G-code is not the same type as the "
#~ "currently selected physical printer. It is recommend to re-slice by "
#~ "selecting the same printer type.\n"
#~ msgstr "\n"
#~ msgid ""
#~ "This object will be used to purge the nozzle after a filament change to "
#~ "save filament and decrease the print time. Colours of the objects will be "
@@ -8548,6 +8772,13 @@ msgstr ""
#~ msgid "Waiting"
#~ msgstr "Várakozás"
#~ msgid ""
#~ "When recording timelapse without toolhead, it is recommended to add a "
#~ "\"Timelapse Wipe Tower\" \n"
#~ "by right-click the empty position of build plate and choose \"Add "
#~ "Primitive\"->\"Timelapse Wipe Tower\".\n"
#~ msgstr "\n"
#~ msgid ""
#~ "You have changed some preset settings. \n"
#~ "Would you like to keep these changed settings after switching preset?"
@@ -8562,12 +8793,19 @@ msgstr ""
#~ msgid " Object:"
#~ msgstr " Objektum:"
#~ msgid ""
#~ " is too close to exclusion area, there may be collisions when printing.\n"
#~ msgstr "\n"
#~ msgid ""
#~ " is too close to exclusion area, there will be collisions when printing.\n"
#~ msgstr ""
#~ " túl közel van a tiltott területhez, a nyomtatás során előfordulhatnak "
#~ "ütközések.\n"
#~ msgid " is too close to others, there may be collisions when printing.\n"
#~ msgstr "\n"
#~ msgid " is too close to others, there will be collisions when printing.\n"
#~ msgstr ""
#~ " túl közel van a tiltott területhez, a nyomtatás során előfordulhatnak "

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Bambu Studio\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-24 13:01+0800\n"
"POT-Creation-Date: 2023-01-19 13:01+0800\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1168,8 +1168,17 @@ msgstr "?"
msgid "Empty"
msgstr "Empty"
msgid "Click the pencil icon to edit the filament."
msgstr "Click the pencil icon to edit the filament."
msgid "AMS"
msgstr "AMS"
msgid "AMS not connected"
msgstr ""
msgid "Cali"
msgstr ""
msgid "Calibration of extrusion"
msgstr ""
msgid "Load Filament"
msgstr "Load"
@@ -1177,6 +1186,9 @@ msgstr "Load"
msgid "Unload Filament"
msgstr "Unload"
msgid "Ext Spool"
msgstr ""
msgid "Tips"
msgstr "Tips"
@@ -1386,6 +1398,9 @@ msgstr ""
msgid "Please log out and login to the printer again."
msgstr ""
msgid "Failed uploading print file. Please enter ip address again."
msgstr ""
msgid "Downloading"
msgstr "Downloading"
@@ -1465,6 +1480,12 @@ msgstr ""
msgid "AMS Materials Setting"
msgstr ""
msgid "Confirm"
msgstr "Confirm"
msgid "Close"
msgstr "Chiudi"
msgid "Colour"
msgstr "Color"
@@ -1491,11 +1512,91 @@ msgstr "SN"
msgid "Setting AMS slot information while printing is not supported"
msgstr ""
msgid "Confirm"
msgstr "Confirm"
msgid "Factors of dynamic flow cali"
msgstr ""
msgid "Close"
msgstr "Chiudi"
msgid "Factor K"
msgstr ""
msgid "Factor N"
msgstr ""
msgid "Please input a valid value (K in 0~0.5)"
msgstr ""
msgid "Please input a valid value (K in 0~0.5, N in 0.6~2.0)"
msgstr ""
msgid "Dynamic flow calibration"
msgstr ""
msgid ""
"The nozzle temp and max volumetric speed will affect the calibration "
"results. Please fill in the same values as the actual printing. They can be "
"auto-filled by selecting a filament preset."
msgstr ""
msgid "Nozzle Diameter"
msgstr ""
msgid "Bed Type"
msgstr ""
msgid "Nozzle temperature"
msgstr "Temperatura ugello"
msgid "Bed Temperature"
msgstr ""
msgid "Max volumetric speed"
msgstr "Massima velocità volumetrica"
msgid "℃"
msgstr ""
msgid "Bed temperature"
msgstr "Temperatura piano"
msgid "mm³"
msgstr "mm³"
msgid "Start calibration"
msgstr ""
msgid "Next"
msgstr ""
msgid ""
"Calibration completed. Please find the most uniform extrusion line on your "
"hot bed like the picture below, and fill the value on its left side into the "
"factor K input box."
msgstr ""
msgid "Save"
msgstr "Salva"
msgid "Last Step"
msgstr ""
msgid "Example"
msgstr ""
#, c-format, boost-format
msgid "Calibrating... %d%%"
msgstr ""
msgid "Calibration completed"
msgstr ""
#, c-format, boost-format
msgid "%s does not support %s"
msgstr ""
msgid "Dynamic flow Calibration"
msgstr ""
msgid "Step"
msgstr ""
msgid "AMS Slots"
msgstr ""
@@ -1516,6 +1617,30 @@ msgstr ""
msgid "Print with the filament mounted on the back of chassis"
msgstr ""
msgid "Cabin humidity"
msgstr ""
msgid ""
"Green means that AMS humidity is normal, orange represent humidity is high, "
"red represent humidity is too high.(Hygrometer: lower the better, The bars: "
"higher the better)"
msgstr ""
msgid "Desiccant status"
msgstr ""
msgid ""
"A desiccant status lower than two bars indicates that desiccant may be "
"inactive. Please change the desiccant. (Higher is better)"
msgstr ""
msgid ""
"Note: When the lid is open or the desiccant pack is changed, it can take "
"hours or a night to absorb the moisture. Low temperatures also slow down the "
"process. During this time, the indicator may not represent the chamber "
"accurately."
msgstr ""
msgid ""
"Config which AMS slot should be used for a filament used in the print job"
msgstr ""
@@ -1529,6 +1654,18 @@ msgstr ""
msgid "Click to select AMS slot manually"
msgstr ""
msgid "Do not Enable AMS"
msgstr ""
msgid "Print using materials mounted on the back of the case"
msgstr ""
msgid "Print with filaments in ams"
msgstr ""
msgid "Print with filaments mounted on the back of the chassis"
msgstr ""
msgid "AMS Settings"
msgstr "AMS Settings"
@@ -1878,7 +2015,7 @@ msgstr ""
msgid ""
"Arachne engine only works when overhang slowing down is disabled.\n"
"This may cause decline in the quality of overhang surface when print fastly\n"
"This may cause decline in the quality of overhang surface when print fastly"
msgstr ""
msgid ""
@@ -1929,7 +2066,7 @@ msgstr "%1% infill pattern doesn't support 100%% density."
msgid ""
"Switch to rectilinear pattern?\n"
"Yes - switch to rectilinear pattern automaticlly\n"
"No - reset density to default non 100% value automaticlly\n"
"No - reset density to default non 100% value automaticlly"
msgstr ""
msgid "Auto bed leveling"
@@ -2001,9 +2138,6 @@ msgstr "MC"
msgid "MainBoard"
msgstr "MainBoard"
msgid "AMS"
msgstr "AMS"
msgid "TH"
msgstr "TH"
@@ -2522,12 +2656,12 @@ msgstr "Slice plate"
msgid "Export G-code file"
msgstr ""
msgid "Send"
msgstr "Send"
msgid "Print plate"
msgstr ""
msgid "Send"
msgstr "Send"
msgid "Export plate sliced file"
msgstr ""
@@ -2850,7 +2984,7 @@ msgid ""
"It contains the following information:\n"
"1. The Process presets\n"
"2. The Filament presets\n"
"3. The Printer presets\n"
"3. The Printer presets"
msgstr ""
msgid "Synchronization"
@@ -2874,6 +3008,9 @@ msgstr ""
msgid "Initialize failed (Not accessible in LAN-only mode)!"
msgstr ""
msgid "Printer is busy downloading, Please wait for the downloading to finish."
msgstr ""
msgid "Initialize failed (Missing LAN ip of printer)!"
msgstr ""
@@ -2894,6 +3031,9 @@ msgstr ""
msgid "Stopped."
msgstr "Stopped."
msgid "LAN Connection Failed (Failed to start liveview)"
msgstr ""
msgid ""
"Virtual Camera Tools is required for this task!\n"
"Do you want to install them?"
@@ -3054,6 +3194,9 @@ msgstr "Stop"
msgid "0"
msgstr ""
msgid "Layers: N/A"
msgstr ""
msgid "Clean"
msgstr ""
@@ -3117,6 +3260,14 @@ msgstr "Downloading..."
msgid "Cloud Slicing..."
msgstr ""
#, c-format, boost-format
msgid "Layers: %s"
msgstr ""
#, c-format, boost-format
msgid "Layers: %d/%d"
msgstr ""
msgid "Please heat the nozzle to above 170 degree before loading filament."
msgstr ""
@@ -3126,6 +3277,12 @@ msgstr ""
msgid "Still load"
msgstr ""
msgid "AMS settings are not supported for external spool"
msgstr ""
msgid "Please select an AMS slot before calibration"
msgstr ""
msgid ""
"Cannot read filament info: the filament is loaded to the tool head,please "
"unload the filament and try again."
@@ -3508,10 +3665,8 @@ msgstr ""
#, c-format, boost-format
msgid ""
"The 3mf's version %s is newer than %s's version %s, Found following keys "
"unrecognized:\n"
"unrecognized:"
msgstr ""
"The 3mf file's version %s is newer than %s's version %s, Found the following "
"unrecognized keys:\n"
msgid "You'd better upgrade your software.\n"
msgstr "You should update your software.\n"
@@ -3519,11 +3674,11 @@ msgstr "You should update your software.\n"
msgid "Newer 3mf version"
msgstr "Newer 3mf version"
#, fuzzy, c-format, boost-format
#, c-format, boost-format
msgid ""
"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your "
"software.\n"
msgstr "\n"
"software."
msgstr ""
msgid "The 3mf is not compatible, load geometry data only!"
msgstr ""
@@ -3717,9 +3872,6 @@ msgstr ""
"The current project has unsaved changes. Would you like to save before "
"continuing?"
msgid "Save"
msgstr "Salva"
msgid "Number of copies:"
msgstr "Number of copies:"
@@ -3796,9 +3948,9 @@ msgid ""
"on Bambu Studio(windows) or CAD softwares."
msgstr ""
#, fuzzy, c-format, boost-format
msgid "Plate %d: %s does not support filament %s (%s).\n"
msgstr "\n"
#, c-format, boost-format
msgid "Plate %d: %s does not support filament %s (%s)."
msgstr ""
msgid "Switching the language requires application restart.\n"
msgstr "Switching languages requires the application to restart.\n"
@@ -4272,18 +4424,21 @@ msgstr ""
msgid "Cannot send the print job for empty plate"
msgstr ""
msgid "This printer does not support printing all plates"
msgstr ""
msgid "Errors"
msgstr ""
msgid ""
"Please check the following infomation and click Confirm to continue sending "
"print:\n"
"print:"
msgstr ""
msgid ""
"The printer type used to generate G-code is not the same type as the "
"currently selected physical printer. It is recommend to re-slice by "
"selecting the same printer type.\n"
"selecting the same printer type."
msgstr ""
#, c-format, boost-format
@@ -4380,7 +4535,7 @@ msgstr ""
msgid ""
"We have added an experimental style \"Tree Slim\" that features smaller "
"support volume but weaker strength.\n"
"We recommand using it with: 0 interface layers, 0 top distance, 2 walls."
"We recommend using it with: 0 interface layers, 0 top distance, 2 walls."
msgstr ""
msgid ""
@@ -4390,22 +4545,22 @@ msgid ""
msgstr ""
msgid ""
"For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommand the following "
"settings: at least 2 interface layers, at least 0.1 top z distance or using "
"support materials on interface."
"For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommend the following "
"settings: at least 2 interface layers, at least 0.1mm top z distance or "
"using support materials on interface."
msgstr ""
msgid ""
"When using support material for the support interface, We recommand the "
"When using support material for the support interface, We recommend the "
"following settings:\n"
"0 top distance, 0 interface spacing, concentric pattern."
"0 top z distance, 0 interface spacing, concentric pattern."
msgstr ""
msgid ""
"When recording timelapse without toolhead, it is recommended to add a "
"\"Timelapse Wipe Tower\" \n"
"by right-click the empty position of build plate and choose \"Add Primitive"
"\"->\"Timelapse Wipe Tower\".\n"
"\"->\"Timelapse Wipe Tower\"."
msgstr ""
msgid "Line width"
@@ -5171,6 +5326,30 @@ msgstr "New version of Bambu Studio"
msgid "Don't remind me of this version again"
msgstr ""
msgid "LAN Connection Failed (Sending print file)"
msgstr ""
msgid ""
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
msgstr ""
msgid ""
"Step 2, if the IP and Access Code below are different from the actual values "
"on your printer, please correct them."
msgstr ""
msgid "IP"
msgstr ""
msgid "Access Code"
msgstr ""
msgid "Where to find your printer's IP and Access Code?"
msgstr ""
msgid "Error: IP or Access Code are not correct"
msgstr ""
msgid "Model:"
msgstr ""
@@ -5471,11 +5650,10 @@ msgstr "%1% is too close to others, and collisions may be caused."
msgid "%1% is too tall, and collisions will be caused."
msgstr "%1% is too tall, and collisions will be caused."
msgid " is too close to others, there may be collisions when printing.\n"
msgid " is too close to others, there may be collisions when printing."
msgstr ""
msgid ""
" is too close to exclusion area, there may be collisions when printing.\n"
msgid " is too close to exclusion area, there may be collisions when printing."
msgstr ""
msgid "Prime Tower"
@@ -5573,9 +5751,9 @@ msgstr ""
msgid "Layer height cannot exceed nozzle diameter"
msgstr "Layer height cannot exceed nozzle diameter."
#, fuzzy, c-format, boost-format
msgid "Plate %d: %s does not support filament %s\n"
msgstr "\n"
#, c-format, boost-format
msgid "Plate %d: %s does not support filament %s"
msgstr ""
msgid "Generating skirt & brim"
msgstr "Generating skirt & brim"
@@ -5727,9 +5905,6 @@ msgstr ""
msgid "°C"
msgstr "°C"
msgid "Bed temperature"
msgstr "Temperatura piano"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -6226,9 +6401,6 @@ msgid ""
"of nozzle's HRC."
msgstr ""
msgid "Max volumetric speed"
msgstr "Massima velocità volumetrica"
msgid ""
"This setting stands for how much volume of filament can be melted and "
"extruded per second. Printing speed is limited by max volumetric speed, in "
@@ -6241,9 +6413,6 @@ msgstr "mm³/s"
msgid "Minimal purge on wipe tower"
msgstr "Spurgo minimo sulla torre di pulitura"
msgid "mm³"
msgstr "mm³"
msgid "Filament load time"
msgstr "Durata caricamento filamento"
@@ -7236,7 +7405,7 @@ msgid ""
"Style and shape of the support. For normal support, projecting the supports "
"into a regular grid will create more stable supports (default), while snug "
"support towers will save material and reduce object scarring.\n"
"For tree support, tight style will merge branches more aggressively and save "
"For tree support, slim style will merge branches more aggressively and save "
"a lot of material (default), while hybrid style will create similar "
"structure to normal support under large flat overhangs."
msgstr ""
@@ -7306,20 +7475,14 @@ msgstr "This setting specifies the wall count around tree support."
msgid "Nozzle temperature for layers after the initial one"
msgstr "Nozzle temperature after the first layer"
msgid "Nozzle temperature"
msgstr "Temperatura ugello"
msgid "Bed temperature difference"
msgstr "Bed temperature difference"
msgid ""
"Do not recommand bed temperature of other layer to be lower than initial "
"Do not recommend bed temperature of other layer to be lower than initial "
"layer for more than this threshold. Too low bed temperature of other layer "
"may cause the model broken free from build plate"
msgstr ""
"It is not recommended to have the bed temperature of other layers to be "
"lower than the first layer by more than this threshold. Bed temperatures "
"that are too low may cause models to break free from the build plate."
msgid "Detect thin wall"
msgstr "Detect thin walls"
@@ -7940,6 +8103,12 @@ msgstr ""
#~ "Please solve the problem by moving it totally on or off the plate, and "
#~ "confirming that the height is within the build volume."
#~ msgid ""
#~ "Arachne engine only works when overhang slowing down is disabled.\n"
#~ "This may cause decline in the quality of overhang surface when print "
#~ "fastly\n"
#~ msgstr "\n"
#~ msgid "Auto arrange"
#~ msgstr "Auto Arrange"
@@ -7980,6 +8149,9 @@ msgstr ""
#~ "Clearance radius around extruder: used as input for auto-arranging to "
#~ "avoid collisions when printing object by object"
#~ msgid "Click the pencil icon to edit the filament."
#~ msgstr "Click the pencil icon to edit the filament."
#~ msgid "Color Print"
#~ msgstr "Color Print (Stampa a Colori)"
@@ -8013,6 +8185,15 @@ msgstr ""
#~ msgid "Display triangles of models"
#~ msgstr "Display triangles of models"
#~ msgid ""
#~ "Do not recommand bed temperature of other layer to be lower than initial "
#~ "layer for more than this threshold. Too low bed temperature of other "
#~ "layer may cause the model broken free from build plate"
#~ msgstr ""
#~ "It is not recommended to have the bed temperature of other layers to be "
#~ "lower than the first layer by more than this threshold. Bed temperatures "
#~ "that are too low may cause models to break free from the build plate."
#~ msgid ""
#~ "Do you want to synchronize your personal data from Bambu Cloud? \n"
#~ "Contains the following information:\n"
@@ -8026,6 +8207,14 @@ msgstr ""
#~ "2. Filament presets\n"
#~ "3. Printer presets\n"
#~ msgid ""
#~ "Do you want to synchronize your personal data from Bambu Cloud? \n"
#~ "It contains the following information:\n"
#~ "1. The Process presets\n"
#~ "2. The Filament presets\n"
#~ "3. The Printer presets\n"
#~ msgstr "\n"
#~ msgid ""
#~ "Don't retract when the travel is in infill area absolutely. That means "
#~ "the oozing can't been seen"
@@ -8220,9 +8409,20 @@ msgstr ""
#~ msgid "Per object edit"
#~ msgstr "Per Object Edit"
#~ msgid "Plate %d: %s does not support filament %s\n"
#~ msgstr "\n"
#~ msgid "Plate %d: %s does not support filament %s.\n"
#~ msgstr "Plate %d: %s does not support filament %s.\n"
#~ msgid "Plate %d: %s does not support filament %s (%s).\n"
#~ msgstr "\n"
#~ msgid ""
#~ "Please check the following infomation and click Confirm to continue "
#~ "sending print:\n"
#~ msgstr "\n"
#~ msgid "Please fill report first."
#~ msgstr "Please fill report first."
@@ -8351,6 +8551,12 @@ msgstr ""
#~ "to support custom support gaps, but may cause extra filament switches if "
#~ "support is specified as a different filament from the object."
#~ msgid ""
#~ "Switch to rectilinear pattern?\n"
#~ "Yes - switch to rectilinear pattern automaticlly\n"
#~ "No - reset density to default non 100% value automaticlly\n"
#~ msgstr "\n"
#~ msgid ""
#~ "Switch to zig-zag pattern?\n"
#~ "Yes - switch to zig-zag pattern automaticlly\n"
@@ -8363,6 +8569,18 @@ msgstr ""
#~ msgid "Swith cloud environment, Please login again!"
#~ msgstr "Cloud environment has switched; please login again!"
#~ msgid ""
#~ "The 3mf's version %s is newer than %s's version %s, Found following keys "
#~ "unrecognized:\n"
#~ msgstr ""
#~ "The 3mf file's version %s is newer than %s's version %s, Found the "
#~ "following unrecognized keys:\n"
#~ msgid ""
#~ "The 3mf's version %s is newer than %s's version %s, Suggest to upgrade "
#~ "your software.\n"
#~ msgstr "\n"
#~ msgid "The Config is not compatible and can not be loaded."
#~ msgstr "The configuration is not compatible and cannot be loaded!"
@@ -8382,6 +8600,12 @@ msgstr ""
#~ "attempted, however we recommend checking the results or repairing the "
#~ "input file and retrying."
#~ msgid ""
#~ "The printer type used to generate G-code is not the same type as the "
#~ "currently selected physical printer. It is recommend to re-slice by "
#~ "selecting the same printer type.\n"
#~ msgstr "\n"
#~ msgid ""
#~ "This object will be used to purge the nozzle after a filament change to "
#~ "save filament and decrease the print time. Colours of the objects will be "
@@ -8428,6 +8652,13 @@ msgstr ""
#~ msgid "Waiting"
#~ msgstr "Waiting"
#~ msgid ""
#~ "When recording timelapse without toolhead, it is recommended to add a "
#~ "\"Timelapse Wipe Tower\" \n"
#~ "by right-click the empty position of build plate and choose \"Add "
#~ "Primitive\"->\"Timelapse Wipe Tower\".\n"
#~ msgstr "\n"
#~ msgid ""
#~ "You have changed some preset settings. \n"
#~ "Would you like to keep these changed settings after switching preset?"
@@ -8441,12 +8672,19 @@ msgstr ""
#~ msgid " Object:"
#~ msgstr " Object:"
#~ msgid ""
#~ " is too close to exclusion area, there may be collisions when printing.\n"
#~ msgstr "\n"
#~ msgid ""
#~ " is too close to exclusion area, there will be collisions when printing.\n"
#~ msgstr ""
#~ " is too close to an exclusion area, there will be collisions when "
#~ "printing.\n"
#~ msgid " is too close to others, there may be collisions when printing.\n"
#~ msgstr "\n"
#~ msgid " is too close to others, there will be collisions when printing.\n"
#~ msgstr " is too close to others, there will be collisions when printing.\n"

View File

@@ -42,6 +42,7 @@ src/slic3r/GUI/Jobs/SendJob.cpp
src/slic3r/GUI/Jobs/UpgradeNetworkJob.cpp
src/slic3r/GUI/AboutDialog.cpp
src/slic3r/GUI/AMSMaterialsSetting.cpp
src/slic3r/GUI/ExtrusionCalibration.cpp
src/slic3r/GUI/AMSMappingPopup.cpp
src/slic3r/GUI/AMSSetting.cpp
src/slic3r/GUI/BBLTopbar.cpp

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Bambu Studio\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-24 13:01+0800\n"
"POT-Creation-Date: 2023-01-19 13:01+0800\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1192,8 +1192,17 @@ msgstr " ?"
msgid "Empty"
msgstr "Leeg"
msgid "Click the pencil icon to edit the filament."
msgstr "Klik op het potlood icoon om het filament aan te passen."
msgid "AMS"
msgstr "AMS"
msgid "AMS not connected"
msgstr ""
msgid "Cali"
msgstr ""
msgid "Calibration of extrusion"
msgstr ""
msgid "Load Filament"
msgstr "Filament laden"
@@ -1201,6 +1210,9 @@ msgstr "Filament laden"
msgid "Unload Filament"
msgstr "Lossen"
msgid "Ext Spool"
msgstr ""
msgid "Tips"
msgstr "Tips"
@@ -1415,6 +1427,9 @@ msgstr ""
msgid "Please log out and login to the printer again."
msgstr ""
msgid "Failed uploading print file. Please enter ip address again."
msgstr ""
msgid "Downloading"
msgstr "Downloaden"
@@ -1495,6 +1510,12 @@ msgstr ""
msgid "AMS Materials Setting"
msgstr ""
msgid "Confirm"
msgstr "Bevestigen"
msgid "Close"
msgstr "Sluiten"
msgid "Colour"
msgstr "Kleur"
@@ -1521,11 +1542,91 @@ msgstr "SN"
msgid "Setting AMS slot information while printing is not supported"
msgstr ""
msgid "Confirm"
msgstr "Bevestigen"
msgid "Factors of dynamic flow cali"
msgstr ""
msgid "Close"
msgstr "Sluiten"
msgid "Factor K"
msgstr ""
msgid "Factor N"
msgstr ""
msgid "Please input a valid value (K in 0~0.5)"
msgstr ""
msgid "Please input a valid value (K in 0~0.5, N in 0.6~2.0)"
msgstr ""
msgid "Dynamic flow calibration"
msgstr ""
msgid ""
"The nozzle temp and max volumetric speed will affect the calibration "
"results. Please fill in the same values as the actual printing. They can be "
"auto-filled by selecting a filament preset."
msgstr ""
msgid "Nozzle Diameter"
msgstr ""
msgid "Bed Type"
msgstr ""
msgid "Nozzle temperature"
msgstr "Nozzle temperatuur"
msgid "Bed Temperature"
msgstr ""
msgid "Max volumetric speed"
msgstr "Maximale volumetrische snelheid"
msgid "℃"
msgstr ""
msgid "Bed temperature"
msgstr "Printbed temperatuur"
msgid "mm³"
msgstr "mm³"
msgid "Start calibration"
msgstr ""
msgid "Next"
msgstr ""
msgid ""
"Calibration completed. Please find the most uniform extrusion line on your "
"hot bed like the picture below, and fill the value on its left side into the "
"factor K input box."
msgstr ""
msgid "Save"
msgstr "Bewaar"
msgid "Last Step"
msgstr ""
msgid "Example"
msgstr ""
#, c-format, boost-format
msgid "Calibrating... %d%%"
msgstr ""
msgid "Calibration completed"
msgstr ""
#, c-format, boost-format
msgid "%s does not support %s"
msgstr ""
msgid "Dynamic flow Calibration"
msgstr ""
msgid "Step"
msgstr ""
msgid "AMS Slots"
msgstr ""
@@ -1546,6 +1647,30 @@ msgstr ""
msgid "Print with the filament mounted on the back of chassis"
msgstr ""
msgid "Cabin humidity"
msgstr ""
msgid ""
"Green means that AMS humidity is normal, orange represent humidity is high, "
"red represent humidity is too high.(Hygrometer: lower the better, The bars: "
"higher the better)"
msgstr ""
msgid "Desiccant status"
msgstr ""
msgid ""
"A desiccant status lower than two bars indicates that desiccant may be "
"inactive. Please change the desiccant. (Higher is better)"
msgstr ""
msgid ""
"Note: When the lid is open or the desiccant pack is changed, it can take "
"hours or a night to absorb the moisture. Low temperatures also slow down the "
"process. During this time, the indicator may not represent the chamber "
"accurately."
msgstr ""
msgid ""
"Config which AMS slot should be used for a filament used in the print job"
msgstr ""
@@ -1559,6 +1684,18 @@ msgstr ""
msgid "Click to select AMS slot manually"
msgstr ""
msgid "Do not Enable AMS"
msgstr ""
msgid "Print using materials mounted on the back of the case"
msgstr ""
msgid "Print with filaments in ams"
msgstr ""
msgid "Print with filaments mounted on the back of the chassis"
msgstr ""
msgid "AMS Settings"
msgstr "AMS Instellingen"
@@ -1913,7 +2050,7 @@ msgstr ""
msgid ""
"Arachne engine only works when overhang slowing down is disabled.\n"
"This may cause decline in the quality of overhang surface when print fastly\n"
"This may cause decline in the quality of overhang surface when print fastly"
msgstr ""
msgid ""
@@ -1965,7 +2102,7 @@ msgstr "%1% het gekozen vulling patroon ondersteund geen 100%% dichtheid."
msgid ""
"Switch to rectilinear pattern?\n"
"Yes - switch to rectilinear pattern automaticlly\n"
"No - reset density to default non 100% value automaticlly\n"
"No - reset density to default non 100% value automaticlly"
msgstr ""
msgid "Auto bed leveling"
@@ -2037,9 +2174,6 @@ msgstr "MC"
msgid "MainBoard"
msgstr "Moederbord"
msgid "AMS"
msgstr "AMS"
msgid "TH"
msgstr "th"
@@ -2558,12 +2692,12 @@ msgstr "Slice printbed"
msgid "Export G-code file"
msgstr ""
msgid "Send"
msgstr "Versturen"
msgid "Print plate"
msgstr ""
msgid "Send"
msgstr "Versturen"
msgid "Export plate sliced file"
msgstr ""
@@ -2886,7 +3020,7 @@ msgid ""
"It contains the following information:\n"
"1. The Process presets\n"
"2. The Filament presets\n"
"3. The Printer presets\n"
"3. The Printer presets"
msgstr ""
msgid "Synchronization"
@@ -2910,6 +3044,9 @@ msgstr ""
msgid "Initialize failed (Not accessible in LAN-only mode)!"
msgstr ""
msgid "Printer is busy downloading, Please wait for the downloading to finish."
msgstr ""
msgid "Initialize failed (Missing LAN ip of printer)!"
msgstr ""
@@ -2930,6 +3067,9 @@ msgstr ""
msgid "Stopped."
msgstr "Gestopt."
msgid "LAN Connection Failed (Failed to start liveview)"
msgstr ""
msgid ""
"Virtual Camera Tools is required for this task!\n"
"Do you want to install them?"
@@ -3090,6 +3230,9 @@ msgstr "Stop"
msgid "0"
msgstr ""
msgid "Layers: N/A"
msgstr ""
msgid "Clean"
msgstr ""
@@ -3153,6 +3296,14 @@ msgstr "Downloaden..."
msgid "Cloud Slicing..."
msgstr ""
#, c-format, boost-format
msgid "Layers: %s"
msgstr ""
#, c-format, boost-format
msgid "Layers: %d/%d"
msgstr ""
msgid "Please heat the nozzle to above 170 degree before loading filament."
msgstr ""
@@ -3162,6 +3313,12 @@ msgstr ""
msgid "Still load"
msgstr ""
msgid "AMS settings are not supported for external spool"
msgstr ""
msgid "Please select an AMS slot before calibration"
msgstr ""
msgid ""
"Cannot read filament info: the filament is loaded to the tool head,please "
"unload the filament and try again."
@@ -3552,10 +3709,8 @@ msgstr ""
#, c-format, boost-format
msgid ""
"The 3mf's version %s is newer than %s's version %s, Found following keys "
"unrecognized:\n"
"unrecognized:"
msgstr ""
"De 3mf-versie %s is nieuwer dan %s-versie %s, Gevonden volgende sleutels "
"zijn niet herkend:\n"
msgid "You'd better upgrade your software.\n"
msgstr "U dient de software te upgraden.\n"
@@ -3566,8 +3721,8 @@ msgstr "Nieuwere versie 3mf"
#, fuzzy, c-format, boost-format
msgid ""
"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your "
"software.\n"
msgstr "\n"
"software."
msgstr ""
msgid "The 3mf is not compatible, load geometry data only!"
msgstr ""
@@ -3768,9 +3923,6 @@ msgstr ""
"Het huidige project heeft niet-opgeslagen wijzigingen. Wilt u eerst opslaan "
"voordat u verder gaat?"
msgid "Save"
msgstr "Bewaar"
msgid "Number of copies:"
msgstr "Aantal kopieën:"
@@ -3849,9 +4001,9 @@ msgid ""
"on Bambu Studio(windows) or CAD softwares."
msgstr ""
#, fuzzy, c-format, boost-format
msgid "Plate %d: %s does not support filament %s (%s).\n"
msgstr "\n"
#, c-format, boost-format
msgid "Plate %d: %s does not support filament %s (%s)."
msgstr ""
msgid "Switching the language requires application restart.\n"
msgstr ""
@@ -4338,18 +4490,21 @@ msgstr ""
msgid "Cannot send the print job for empty plate"
msgstr ""
msgid "This printer does not support printing all plates"
msgstr ""
msgid "Errors"
msgstr ""
msgid ""
"Please check the following infomation and click Confirm to continue sending "
"print:\n"
"print:"
msgstr ""
msgid ""
"The printer type used to generate G-code is not the same type as the "
"currently selected physical printer. It is recommend to re-slice by "
"selecting the same printer type.\n"
"selecting the same printer type."
msgstr ""
#, c-format, boost-format
@@ -4448,7 +4603,7 @@ msgstr ""
msgid ""
"We have added an experimental style \"Tree Slim\" that features smaller "
"support volume but weaker strength.\n"
"We recommand using it with: 0 interface layers, 0 top distance, 2 walls."
"We recommend using it with: 0 interface layers, 0 top distance, 2 walls."
msgstr ""
msgid ""
@@ -4458,22 +4613,22 @@ msgid ""
msgstr ""
msgid ""
"For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommand the following "
"settings: at least 2 interface layers, at least 0.1 top z distance or using "
"support materials on interface."
"For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommend the following "
"settings: at least 2 interface layers, at least 0.1mm top z distance or "
"using support materials on interface."
msgstr ""
msgid ""
"When using support material for the support interface, We recommand the "
"When using support material for the support interface, We recommend the "
"following settings:\n"
"0 top distance, 0 interface spacing, concentric pattern."
"0 top z distance, 0 interface spacing, concentric pattern."
msgstr ""
msgid ""
"When recording timelapse without toolhead, it is recommended to add a "
"\"Timelapse Wipe Tower\" \n"
"by right-click the empty position of build plate and choose \"Add Primitive"
"\"->\"Timelapse Wipe Tower\".\n"
"\"->\"Timelapse Wipe Tower\"."
msgstr ""
msgid "Line width"
@@ -5254,6 +5409,30 @@ msgstr "Nieuwe versie van Bambu Studio"
msgid "Don't remind me of this version again"
msgstr ""
msgid "LAN Connection Failed (Sending print file)"
msgstr ""
msgid ""
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
msgstr ""
msgid ""
"Step 2, if the IP and Access Code below are different from the actual values "
"on your printer, please correct them."
msgstr ""
msgid "IP"
msgstr ""
msgid "Access Code"
msgstr ""
msgid "Where to find your printer's IP and Access Code?"
msgstr ""
msgid "Error: IP or Access Code are not correct"
msgstr ""
msgid "Model:"
msgstr ""
@@ -5560,11 +5739,10 @@ msgstr "%1% staat te dicht bij anderen en er kunnen botsingen ontstaan."
msgid "%1% is too tall, and collisions will be caused."
msgstr "%1% is te hoog en er kunnen botsingen ontstaan."
msgid " is too close to others, there may be collisions when printing.\n"
msgid " is too close to others, there may be collisions when printing."
msgstr ""
msgid ""
" is too close to exclusion area, there may be collisions when printing.\n"
msgid " is too close to exclusion area, there may be collisions when printing."
msgstr ""
msgid "Prime Tower"
@@ -5668,9 +5846,9 @@ msgstr ""
msgid "Layer height cannot exceed nozzle diameter"
msgstr "De laaghoogte kan niet groter zijn dan de diameter van de nozzle"
#, fuzzy, c-format, boost-format
msgid "Plate %d: %s does not support filament %s\n"
msgstr "\n"
#, c-format, boost-format
msgid "Plate %d: %s does not support filament %s"
msgstr ""
msgid "Generating skirt & brim"
msgstr "Skirt en brim worden gegenereerd"
@@ -5822,9 +6000,6 @@ msgstr ""
msgid "°C"
msgstr "°C"
msgid "Bed temperature"
msgstr "Printbed temperatuur"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -6331,9 +6506,6 @@ msgid ""
"of nozzle's HRC."
msgstr ""
msgid "Max volumetric speed"
msgstr "Maximale volumetrische snelheid"
msgid ""
"This setting stands for how much volume of filament can be melted and "
"extruded per second. Printing speed is limited by max volumetric speed, in "
@@ -6346,9 +6518,6 @@ msgstr "mm³/s"
msgid "Minimal purge on wipe tower"
msgstr "Minimale filament reiniging op de wipe tower"
msgid "mm³"
msgstr "mm³"
msgid "Filament load time"
msgstr "Filament laadt tijd"
@@ -7368,7 +7537,7 @@ msgid ""
"Style and shape of the support. For normal support, projecting the supports "
"into a regular grid will create more stable supports (default), while snug "
"support towers will save material and reduce object scarring.\n"
"For tree support, tight style will merge branches more aggressively and save "
"For tree support, slim style will merge branches more aggressively and save "
"a lot of material (default), while hybrid style will create similar "
"structure to normal support under large flat overhangs."
msgstr ""
@@ -7439,21 +7608,14 @@ msgstr "Deze instelling specificeert het aantal wanden rond de tree support."
msgid "Nozzle temperature for layers after the initial one"
msgstr "Nozzle temperatuur voor de lagen na de eerstse laag"
msgid "Nozzle temperature"
msgstr "Nozzle temperatuur"
msgid "Bed temperature difference"
msgstr "Printbed temperatuurverschil"
msgid ""
"Do not recommand bed temperature of other layer to be lower than initial "
"Do not recommend bed temperature of other layer to be lower than initial "
"layer for more than this threshold. Too low bed temperature of other layer "
"may cause the model broken free from build plate"
msgstr ""
"Een verschil in bedtemperatuur groter dan deze marge en lager dan de "
"bedtemperatuur van de eerste eerste laag, wordt niet geadviseerd. Een te "
"lage bedtemperatuur van de overige lagen kan ertoe leiden dat het model "
"loskomt van het printbed."
msgid "Detect thin wall"
msgstr "Detecteer dunne wanden"
@@ -8080,6 +8242,12 @@ msgstr ""
#~ "Los dit probleem op door het object geheel binnen of buiten de printplaat "
#~ "te plaatsen."
#~ msgid ""
#~ "Arachne engine only works when overhang slowing down is disabled.\n"
#~ "This may cause decline in the quality of overhang surface when print "
#~ "fastly\n"
#~ msgstr "\n"
#~ msgid "Auto arrange"
#~ msgstr "Automatisch rangschikken"
@@ -8121,6 +8289,9 @@ msgstr ""
#~ "automatisch rangschikken om botsingen te voorkomen bij het afdrukken van "
#~ "object voor object"
#~ msgid "Click the pencil icon to edit the filament."
#~ msgstr "Klik op het potlood icoon om het filament aan te passen."
#~ msgid "Color Print"
#~ msgstr "Kleuren print"
@@ -8154,6 +8325,16 @@ msgstr ""
#~ msgid "Display triangles of models"
#~ msgstr "Toon de driehoeken van modellen"
#~ msgid ""
#~ "Do not recommand bed temperature of other layer to be lower than initial "
#~ "layer for more than this threshold. Too low bed temperature of other "
#~ "layer may cause the model broken free from build plate"
#~ msgstr ""
#~ "Een verschil in bedtemperatuur groter dan deze marge en lager dan de "
#~ "bedtemperatuur van de eerste eerste laag, wordt niet geadviseerd. Een te "
#~ "lage bedtemperatuur van de overige lagen kan ertoe leiden dat het model "
#~ "loskomt van het printbed."
#~ msgid ""
#~ "Do you want to synchronize your personal data from Bambu Cloud? \n"
#~ "Contains the following information:\n"
@@ -8167,6 +8348,14 @@ msgstr ""
#~ "2. Voorinstellingen voor filament\n"
#~ "3. Voorinstellingen voor printers\n"
#~ msgid ""
#~ "Do you want to synchronize your personal data from Bambu Cloud? \n"
#~ "It contains the following information:\n"
#~ "1. The Process presets\n"
#~ "2. The Filament presets\n"
#~ "3. The Printer presets\n"
#~ msgstr "\n"
#~ msgid ""
#~ "Don't retract when the travel is in infill area absolutely. That means "
#~ "the oozing can't been seen"
@@ -8359,9 +8548,20 @@ msgstr ""
#~ msgid "Per object edit"
#~ msgstr "Instellingen per object"
#~ msgid "Plate %d: %s does not support filament %s\n"
#~ msgstr "\n"
#~ msgid "Plate %d: %s does not support filament %s.\n"
#~ msgstr "Printbed %d: %s onderstand filament %s niet.\n"
#~ msgid "Plate %d: %s does not support filament %s (%s).\n"
#~ msgstr "\n"
#~ msgid ""
#~ "Please check the following infomation and click Confirm to continue "
#~ "sending print:\n"
#~ msgstr "\n"
#~ msgid "Please fill report first."
#~ msgstr "Gelieve eerst het rapport in te vullen."
@@ -8489,6 +8689,12 @@ msgstr ""
#~ "filament wisselingen veroorzaken indien support is gespecificeerd als een "
#~ "andere extruder dan het object"
#~ msgid ""
#~ "Switch to rectilinear pattern?\n"
#~ "Yes - switch to rectilinear pattern automaticlly\n"
#~ "No - reset density to default non 100% value automaticlly\n"
#~ msgstr "\n"
#~ msgid ""
#~ "Switch to zig-zag pattern?\n"
#~ "Yes - switch to zig-zag pattern automaticlly\n"
@@ -8501,6 +8707,18 @@ msgstr ""
#~ msgid "Swith cloud environment, Please login again!"
#~ msgstr "De cloud omgeving is aangepast. Log opnieuw in aub."
#~ msgid ""
#~ "The 3mf's version %s is newer than %s's version %s, Found following keys "
#~ "unrecognized:\n"
#~ msgstr ""
#~ "De 3mf-versie %s is nieuwer dan %s-versie %s, Gevonden volgende sleutels "
#~ "zijn niet herkend:\n"
#~ msgid ""
#~ "The 3mf's version %s is newer than %s's version %s, Suggest to upgrade "
#~ "your software.\n"
#~ msgstr "\n"
#~ msgid "The Config is not compatible and can not be loaded."
#~ msgstr "De configuratie is niet compatibel en kan niet geladen worden!"
@@ -8520,6 +8738,12 @@ msgstr ""
#~ "heeft geprobeerd om het te repareren, maar misschien wilt u de resultaten "
#~ "controleren of het invoerbestand repareren en het opnieuw proberen."
#~ msgid ""
#~ "The printer type used to generate G-code is not the same type as the "
#~ "currently selected physical printer. It is recommend to re-slice by "
#~ "selecting the same printer type.\n"
#~ msgstr "\n"
#~ msgid ""
#~ "This object will be used to purge the nozzle after a filament change to "
#~ "save filament and decrease the print time. Colours of the objects will be "
@@ -8567,6 +8791,13 @@ msgstr ""
#~ msgid "Waiting"
#~ msgstr "Wachten"
#~ msgid ""
#~ "When recording timelapse without toolhead, it is recommended to add a "
#~ "\"Timelapse Wipe Tower\" \n"
#~ "by right-click the empty position of build plate and choose \"Add "
#~ "Primitive\"->\"Timelapse Wipe Tower\".\n"
#~ msgstr "\n"
#~ msgid ""
#~ "You have changed some preset settings. \n"
#~ "Would you like to keep these changed settings after switching preset?"
@@ -8581,12 +8812,19 @@ msgstr ""
#~ msgid " Object:"
#~ msgstr "Object"
#~ msgid ""
#~ " is too close to exclusion area, there may be collisions when printing.\n"
#~ msgstr "\n"
#~ msgid ""
#~ " is too close to exclusion area, there will be collisions when printing.\n"
#~ msgstr ""
#~ " komt te dichtbij het uitgesloten gebied, er zullen botsingen optreden "
#~ "tijdens het printen.\n"
#~ msgid " is too close to others, there may be collisions when printing.\n"
#~ msgstr "\n"
#~ msgid " is too close to others, there will be collisions when printing.\n"
#~ msgstr ""
#~ " bevindt zich te dichtbij andere objecten, er zullen botsingen optreden "

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Bambu Studio\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-24 13:01+0800\n"
"POT-Creation-Date: 2023-01-19 13:01+0800\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1175,8 +1175,17 @@ msgstr " ?"
msgid "Empty"
msgstr "Tom"
msgid "Click the pencil icon to edit the filament."
msgstr "Tryck på penn ikonen för att editera filament."
msgid "AMS"
msgstr "AMS"
msgid "AMS not connected"
msgstr ""
msgid "Cali"
msgstr ""
msgid "Calibration of extrusion"
msgstr ""
msgid "Load Filament"
msgstr "Ladda Filament"
@@ -1184,6 +1193,9 @@ msgstr "Ladda Filament"
msgid "Unload Filament"
msgstr "Mata ut"
msgid "Ext Spool"
msgstr ""
msgid "Tips"
msgstr "Tips"
@@ -1395,6 +1407,9 @@ msgstr ""
msgid "Please log out and login to the printer again."
msgstr ""
msgid "Failed uploading print file. Please enter ip address again."
msgstr ""
msgid "Downloading"
msgstr "Laddar ner"
@@ -1474,6 +1489,12 @@ msgstr ""
msgid "AMS Materials Setting"
msgstr ""
msgid "Confirm"
msgstr "Acceptera"
msgid "Close"
msgstr "Stäng"
msgid "Colour"
msgstr "Färg"
@@ -1500,11 +1521,91 @@ msgstr "SN"
msgid "Setting AMS slot information while printing is not supported"
msgstr ""
msgid "Confirm"
msgstr "Acceptera"
msgid "Factors of dynamic flow cali"
msgstr ""
msgid "Close"
msgstr "Stäng"
msgid "Factor K"
msgstr ""
msgid "Factor N"
msgstr ""
msgid "Please input a valid value (K in 0~0.5)"
msgstr ""
msgid "Please input a valid value (K in 0~0.5, N in 0.6~2.0)"
msgstr ""
msgid "Dynamic flow calibration"
msgstr ""
msgid ""
"The nozzle temp and max volumetric speed will affect the calibration "
"results. Please fill in the same values as the actual printing. They can be "
"auto-filled by selecting a filament preset."
msgstr ""
msgid "Nozzle Diameter"
msgstr ""
msgid "Bed Type"
msgstr ""
msgid "Nozzle temperature"
msgstr "Nozzel temperatur"
msgid "Bed Temperature"
msgstr ""
msgid "Max volumetric speed"
msgstr "Max volymetrisk hastighet"
msgid "℃"
msgstr ""
msgid "Bed temperature"
msgstr "Byggplattans temperatur"
msgid "mm³"
msgstr "mm³"
msgid "Start calibration"
msgstr ""
msgid "Next"
msgstr ""
msgid ""
"Calibration completed. Please find the most uniform extrusion line on your "
"hot bed like the picture below, and fill the value on its left side into the "
"factor K input box."
msgstr ""
msgid "Save"
msgstr "Spara"
msgid "Last Step"
msgstr ""
msgid "Example"
msgstr ""
#, c-format, boost-format
msgid "Calibrating... %d%%"
msgstr ""
msgid "Calibration completed"
msgstr ""
#, c-format, boost-format
msgid "%s does not support %s"
msgstr ""
msgid "Dynamic flow Calibration"
msgstr ""
msgid "Step"
msgstr ""
msgid "AMS Slots"
msgstr ""
@@ -1525,6 +1626,30 @@ msgstr ""
msgid "Print with the filament mounted on the back of chassis"
msgstr ""
msgid "Cabin humidity"
msgstr ""
msgid ""
"Green means that AMS humidity is normal, orange represent humidity is high, "
"red represent humidity is too high.(Hygrometer: lower the better, The bars: "
"higher the better)"
msgstr ""
msgid "Desiccant status"
msgstr ""
msgid ""
"A desiccant status lower than two bars indicates that desiccant may be "
"inactive. Please change the desiccant. (Higher is better)"
msgstr ""
msgid ""
"Note: When the lid is open or the desiccant pack is changed, it can take "
"hours or a night to absorb the moisture. Low temperatures also slow down the "
"process. During this time, the indicator may not represent the chamber "
"accurately."
msgstr ""
msgid ""
"Config which AMS slot should be used for a filament used in the print job"
msgstr ""
@@ -1538,6 +1663,18 @@ msgstr ""
msgid "Click to select AMS slot manually"
msgstr ""
msgid "Do not Enable AMS"
msgstr ""
msgid "Print using materials mounted on the back of the case"
msgstr ""
msgid "Print with filaments in ams"
msgstr ""
msgid "Print with filaments mounted on the back of the chassis"
msgstr ""
msgid "AMS Settings"
msgstr "AMS Inställningar"
@@ -1883,7 +2020,7 @@ msgstr ""
msgid ""
"Arachne engine only works when overhang slowing down is disabled.\n"
"This may cause decline in the quality of overhang surface when print fastly\n"
"This may cause decline in the quality of overhang surface when print fastly"
msgstr ""
msgid ""
@@ -1934,7 +2071,7 @@ msgstr "%1% ifyllnads mönster stöds ej 100%% densitet."
msgid ""
"Switch to rectilinear pattern?\n"
"Yes - switch to rectilinear pattern automaticlly\n"
"No - reset density to default non 100% value automaticlly\n"
"No - reset density to default non 100% value automaticlly"
msgstr ""
msgid "Auto bed leveling"
@@ -2006,9 +2143,6 @@ msgstr "MC"
msgid "MainBoard"
msgstr "Moderkort"
msgid "AMS"
msgstr "AMS"
msgid "TH"
msgstr "TH"
@@ -2527,12 +2661,12 @@ msgstr "Bered plattan"
msgid "Export G-code file"
msgstr ""
msgid "Send"
msgstr "Skicka"
msgid "Print plate"
msgstr ""
msgid "Send"
msgstr "Skicka"
msgid "Export plate sliced file"
msgstr ""
@@ -2855,7 +2989,7 @@ msgid ""
"It contains the following information:\n"
"1. The Process presets\n"
"2. The Filament presets\n"
"3. The Printer presets\n"
"3. The Printer presets"
msgstr ""
msgid "Synchronization"
@@ -2879,6 +3013,9 @@ msgstr ""
msgid "Initialize failed (Not accessible in LAN-only mode)!"
msgstr ""
msgid "Printer is busy downloading, Please wait for the downloading to finish."
msgstr ""
msgid "Initialize failed (Missing LAN ip of printer)!"
msgstr ""
@@ -2899,6 +3036,9 @@ msgstr ""
msgid "Stopped."
msgstr "Avbruten."
msgid "LAN Connection Failed (Failed to start liveview)"
msgstr ""
msgid ""
"Virtual Camera Tools is required for this task!\n"
"Do you want to install them?"
@@ -3059,6 +3199,9 @@ msgstr "Stopp"
msgid "0"
msgstr ""
msgid "Layers: N/A"
msgstr ""
msgid "Clean"
msgstr ""
@@ -3122,6 +3265,14 @@ msgstr "Laddar ner..."
msgid "Cloud Slicing..."
msgstr ""
#, c-format, boost-format
msgid "Layers: %s"
msgstr ""
#, c-format, boost-format
msgid "Layers: %d/%d"
msgstr ""
msgid "Please heat the nozzle to above 170 degree before loading filament."
msgstr ""
@@ -3131,6 +3282,12 @@ msgstr ""
msgid "Still load"
msgstr ""
msgid "AMS settings are not supported for external spool"
msgstr ""
msgid "Please select an AMS slot before calibration"
msgstr ""
msgid ""
"Cannot read filament info: the filament is loaded to the tool head,please "
"unload the filament and try again."
@@ -3511,10 +3668,8 @@ msgstr ""
#, c-format, boost-format
msgid ""
"The 3mf's version %s is newer than %s's version %s, Found following keys "
"unrecognized:\n"
"unrecognized:"
msgstr ""
"3mf's version %s är nyare än %s's version %s, Följande nycklar känns inte "
"igen:\n"
msgid "You'd better upgrade your software.\n"
msgstr "Uppdatera mjukvaran.\n"
@@ -3525,8 +3680,8 @@ msgstr "Nyare 3mf version"
#, fuzzy, c-format, boost-format
msgid ""
"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your "
"software.\n"
msgstr "\n"
"software."
msgstr ""
msgid "The 3mf is not compatible, load geometry data only!"
msgstr ""
@@ -3720,9 +3875,6 @@ msgstr "Alla objekt kommer att raderas, fortsätta?"
msgid "The current project has unsaved changes, save it before continue?"
msgstr "Nuvarande projekt har ej sparade ändringar, spara innan du går vidare?"
msgid "Save"
msgstr "Spara"
msgid "Number of copies:"
msgstr "Antal kopior:"
@@ -3799,9 +3951,9 @@ msgid ""
"on Bambu Studio(windows) or CAD softwares."
msgstr ""
#, fuzzy, c-format, boost-format
msgid "Plate %d: %s does not support filament %s (%s).\n"
msgstr "\n"
#, c-format, boost-format
msgid "Plate %d: %s does not support filament %s (%s)."
msgstr ""
msgid "Switching the language requires application restart.\n"
msgstr "Byte av språk krävs för omstart.\n"
@@ -4274,18 +4426,21 @@ msgstr ""
msgid "Cannot send the print job for empty plate"
msgstr ""
msgid "This printer does not support printing all plates"
msgstr ""
msgid "Errors"
msgstr ""
msgid ""
"Please check the following infomation and click Confirm to continue sending "
"print:\n"
"print:"
msgstr ""
msgid ""
"The printer type used to generate G-code is not the same type as the "
"currently selected physical printer. It is recommend to re-slice by "
"selecting the same printer type.\n"
"selecting the same printer type."
msgstr ""
#, c-format, boost-format
@@ -4382,7 +4537,7 @@ msgstr ""
msgid ""
"We have added an experimental style \"Tree Slim\" that features smaller "
"support volume but weaker strength.\n"
"We recommand using it with: 0 interface layers, 0 top distance, 2 walls."
"We recommend using it with: 0 interface layers, 0 top distance, 2 walls."
msgstr ""
msgid ""
@@ -4392,22 +4547,22 @@ msgid ""
msgstr ""
msgid ""
"For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommand the following "
"settings: at least 2 interface layers, at least 0.1 top z distance or using "
"support materials on interface."
"For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommend the following "
"settings: at least 2 interface layers, at least 0.1mm top z distance or "
"using support materials on interface."
msgstr ""
msgid ""
"When using support material for the support interface, We recommand the "
"When using support material for the support interface, We recommend the "
"following settings:\n"
"0 top distance, 0 interface spacing, concentric pattern."
"0 top z distance, 0 interface spacing, concentric pattern."
msgstr ""
msgid ""
"When recording timelapse without toolhead, it is recommended to add a "
"\"Timelapse Wipe Tower\" \n"
"by right-click the empty position of build plate and choose \"Add Primitive"
"\"->\"Timelapse Wipe Tower\".\n"
"\"->\"Timelapse Wipe Tower\"."
msgstr ""
msgid "Line width"
@@ -5178,6 +5333,30 @@ msgstr "Ny version av Bambu Studio"
msgid "Don't remind me of this version again"
msgstr ""
msgid "LAN Connection Failed (Sending print file)"
msgstr ""
msgid ""
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
msgstr ""
msgid ""
"Step 2, if the IP and Access Code below are different from the actual values "
"on your printer, please correct them."
msgstr ""
msgid "IP"
msgstr ""
msgid "Access Code"
msgstr ""
msgid "Where to find your printer's IP and Access Code?"
msgstr ""
msgid "Error: IP or Access Code are not correct"
msgstr ""
msgid "Model:"
msgstr ""
@@ -5479,11 +5658,10 @@ msgstr "%1% är för nära andra och kan orsaka kollisioner."
msgid "%1% is too tall, and collisions will be caused."
msgstr "%1% är för hög, och kollisioner kommer att uppstå."
msgid " is too close to others, there may be collisions when printing.\n"
msgid " is too close to others, there may be collisions when printing."
msgstr ""
msgid ""
" is too close to exclusion area, there may be collisions when printing.\n"
msgid " is too close to exclusion area, there may be collisions when printing."
msgstr ""
msgid "Prime Tower"
@@ -5577,9 +5755,9 @@ msgstr ""
msgid "Layer height cannot exceed nozzle diameter"
msgstr "Lagerhöjden kan inte överstiga nozzel diametern"
#, fuzzy, c-format, boost-format
msgid "Plate %d: %s does not support filament %s\n"
msgstr "\n"
#, c-format, boost-format
msgid "Plate %d: %s does not support filament %s"
msgstr ""
msgid "Generating skirt & brim"
msgstr "Skapar Skirt & Brim"
@@ -5727,9 +5905,6 @@ msgstr ""
msgid "°C"
msgstr "° C"
msgid "Bed temperature"
msgstr "Byggplattans temperatur"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -6221,9 +6396,6 @@ msgid ""
"of nozzle's HRC."
msgstr ""
msgid "Max volumetric speed"
msgstr "Max volymetrisk hastighet"
msgid ""
"This setting stands for how much volume of filament can be melted and "
"extruded per second. Printing speed is limited by max volumetric speed, in "
@@ -6236,9 +6408,6 @@ msgstr "mm³/s"
msgid "Minimal purge on wipe tower"
msgstr "Minimal purge på wipe torn"
msgid "mm³"
msgstr "mm³"
msgid "Filament load time"
msgstr "Inmatningstid för filament"
@@ -7235,7 +7404,7 @@ msgid ""
"Style and shape of the support. For normal support, projecting the supports "
"into a regular grid will create more stable supports (default), while snug "
"support towers will save material and reduce object scarring.\n"
"For tree support, tight style will merge branches more aggressively and save "
"For tree support, slim style will merge branches more aggressively and save "
"a lot of material (default), while hybrid style will create similar "
"structure to normal support under large flat overhangs."
msgstr ""
@@ -7303,20 +7472,14 @@ msgstr "Inställningen bestämmer antal väggar runt tree support"
msgid "Nozzle temperature for layers after the initial one"
msgstr "Nozzel temperatur efter första lager"
msgid "Nozzle temperature"
msgstr "Nozzel temperatur"
msgid "Bed temperature difference"
msgstr "Byggplattans temperatur skillnad"
msgid ""
"Do not recommand bed temperature of other layer to be lower than initial "
"Do not recommend bed temperature of other layer to be lower than initial "
"layer for more than this threshold. Too low bed temperature of other layer "
"may cause the model broken free from build plate"
msgstr ""
"Byggplattans temperatur rekommenderas inte att vara lägre än första lagrets "
"temperatur. För låg temperatur på byggplattan kan orsaka att objektet "
"släpper ifrån byggplattan"
msgid "Detect thin wall"
msgstr "Upptäck tunna väggar"
@@ -7932,6 +8095,12 @@ msgstr ""
#~ "Ett objekt är placerad över byggplattans begränsningar.\n"
#~ "Flytta objektet så det är helt inom eller utom byggplattans begränsningar."
#~ msgid ""
#~ "Arachne engine only works when overhang slowing down is disabled.\n"
#~ "This may cause decline in the quality of overhang surface when print "
#~ "fastly\n"
#~ msgstr "\n"
#~ msgid "Auto arrange"
#~ msgstr "Auto arrangera"
@@ -7971,6 +8140,9 @@ msgstr ""
#~ "Fri radie område runt extrudern: Används som input för auto-placering för "
#~ "att undvika kollision när man skriver ut objekt för objekt"
#~ msgid "Click the pencil icon to edit the filament."
#~ msgstr "Tryck på penn ikonen för att editera filament."
#~ msgid "Color Print"
#~ msgstr "Färg Utskrift"
@@ -8004,6 +8176,15 @@ msgstr ""
#~ msgid "Display triangles of models"
#~ msgstr "Visa trianglar från modellerna"
#~ msgid ""
#~ "Do not recommand bed temperature of other layer to be lower than initial "
#~ "layer for more than this threshold. Too low bed temperature of other "
#~ "layer may cause the model broken free from build plate"
#~ msgstr ""
#~ "Byggplattans temperatur rekommenderas inte att vara lägre än första "
#~ "lagrets temperatur. För låg temperatur på byggplattan kan orsaka att "
#~ "objektet släpper ifrån byggplattan"
#~ msgid ""
#~ "Do you want to synchronize your personal data from Bambu Cloud? \n"
#~ "Contains the following information:\n"
@@ -8017,6 +8198,14 @@ msgstr ""
#~ "2. Filament förinställningar\n"
#~ "3. Skrivare förinställningar\n"
#~ msgid ""
#~ "Do you want to synchronize your personal data from Bambu Cloud? \n"
#~ "It contains the following information:\n"
#~ "1. The Process presets\n"
#~ "2. The Filament presets\n"
#~ "3. The Printer presets\n"
#~ msgstr "\n"
#~ msgid ""
#~ "Don't retract when the travel is in infill area absolutely. That means "
#~ "the oozing can't been seen"
@@ -8212,9 +8401,20 @@ msgstr ""
#~ msgid "Per object edit"
#~ msgstr "Redigera per objekt"
#~ msgid "Plate %d: %s does not support filament %s\n"
#~ msgstr "\n"
#~ msgid "Plate %d: %s does not support filament %s.\n"
#~ msgstr "Plattan %d: %s stöds ej av filament %s.\n"
#~ msgid "Plate %d: %s does not support filament %s (%s).\n"
#~ msgstr "\n"
#~ msgid ""
#~ "Please check the following infomation and click Confirm to continue "
#~ "sending print:\n"
#~ msgstr "\n"
#~ msgid "Please fill report first."
#~ msgstr "Fyll i rapporten först."
@@ -8343,6 +8543,12 @@ msgstr ""
#~ "stöda custom support mellanrum, detta kan orsaka extra filament byten om "
#~ "support (materialet) är vald som en annan extruder än objektets"
#~ msgid ""
#~ "Switch to rectilinear pattern?\n"
#~ "Yes - switch to rectilinear pattern automaticlly\n"
#~ "No - reset density to default non 100% value automaticlly\n"
#~ msgstr "\n"
#~ msgid ""
#~ "Switch to zig-zag pattern?\n"
#~ "Yes - switch to zig-zag pattern automaticlly\n"
@@ -8355,6 +8561,18 @@ msgstr ""
#~ msgid "Swith cloud environment, Please login again!"
#~ msgstr "Byte av moln miljö, Logga in igen!"
#~ msgid ""
#~ "The 3mf's version %s is newer than %s's version %s, Found following keys "
#~ "unrecognized:\n"
#~ msgstr ""
#~ "3mf's version %s är nyare än %s's version %s, Följande nycklar känns inte "
#~ "igen:\n"
#~ msgid ""
#~ "The 3mf's version %s is newer than %s's version %s, Suggest to upgrade "
#~ "your software.\n"
#~ msgstr "\n"
#~ msgid "The Config is not compatible and can not be loaded."
#~ msgstr "Ej kompatibel konfiguration; kan inte laddas."
@@ -8373,6 +8591,12 @@ msgstr ""
#~ "Modellen har överlappande eller självkorsande aspekter.Reparation utförd, "
#~ "men kontrollera resultaten eller reparera indatafilen och försöka igen."
#~ msgid ""
#~ "The printer type used to generate G-code is not the same type as the "
#~ "currently selected physical printer. It is recommend to re-slice by "
#~ "selecting the same printer type.\n"
#~ msgstr "\n"
#~ msgid ""
#~ "This object will be used to purge the nozzle after a filament change to "
#~ "save filament and decrease the print time. Colours of the objects will be "
@@ -8420,6 +8644,13 @@ msgstr ""
#~ msgid "Waiting"
#~ msgstr "Väntar"
#~ msgid ""
#~ "When recording timelapse without toolhead, it is recommended to add a "
#~ "\"Timelapse Wipe Tower\" \n"
#~ "by right-click the empty position of build plate and choose \"Add "
#~ "Primitive\"->\"Timelapse Wipe Tower\".\n"
#~ msgstr "\n"
#~ msgid ""
#~ "You have changed some preset settings. \n"
#~ "Would you like to keep these changed settings after switching preset?"
@@ -8433,10 +8664,17 @@ msgstr ""
#~ msgid " Object:"
#~ msgstr " Objekt:"
#~ msgid ""
#~ " is too close to exclusion area, there may be collisions when printing.\n"
#~ msgstr "\n"
#~ msgid ""
#~ " is too close to exclusion area, there will be collisions when printing.\n"
#~ msgstr " för tätt inpå den isolerade ytan, utskriften kolliderar.\n"
#~ msgid " is too close to others, there may be collisions when printing.\n"
#~ msgstr "\n"
#~ msgid " is too close to others, there will be collisions when printing.\n"
#~ msgstr " för tätt inpå andra, utskriften kolliderar.\n"

View File

@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Slic3rPE\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-24 13:01+0800\n"
"PO-Revision-Date: 2022-12-22 17:47+0800\n"
"POT-Creation-Date: 2023-01-19 13:01+0800\n"
"PO-Revision-Date: 2023-01-16 11:26+0800\n"
"Last-Translator: Jiang Yue <maze1024@gmail.com>\n"
"Language-Team: \n"
"Language: zh_CN\n"
@@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Poedit 3.1\n"
"X-Generator: Poedit 3.2.2\n"
msgid "Supports Painting"
msgstr "支撑绘制"
@@ -1159,8 +1159,17 @@ msgstr "?"
msgid "Empty"
msgstr "空"
msgid "Click the pencil icon to edit the filament."
msgstr "点击铅笔图标编辑耗材丝。"
msgid "AMS"
msgstr "AMS"
msgid "AMS not connected"
msgstr "AMS 未连接"
msgid "Cali"
msgstr "标定"
msgid "Calibration of extrusion"
msgstr "挤出标定"
msgid "Load Filament"
msgstr "进料"
@@ -1168,6 +1177,9 @@ msgstr "进料"
msgid "Unload Filament"
msgstr "退料"
msgid "Ext Spool"
msgstr "外挂料卷"
msgid "Tips"
msgstr "提示"
@@ -1364,6 +1376,9 @@ msgstr "需要插入SD卡后方可发送到打印机。"
msgid "Please log out and login to the printer again."
msgstr "请先退出登录然后再重新登录打印机。"
msgid "Failed uploading print file. Please enter ip address again."
msgstr "上传打印文件失败。请重新输入IP地址。"
msgid "Downloading"
msgstr "下载中"
@@ -1445,6 +1460,12 @@ msgstr ""
msgid "AMS Materials Setting"
msgstr "AMS 材料设置"
msgid "Confirm"
msgstr "确定"
msgid "Close"
msgstr "关闭"
msgid "Colour"
msgstr "颜色"
@@ -1469,11 +1490,92 @@ msgstr "序列号"
msgid "Setting AMS slot information while printing is not supported"
msgstr "不支持在打印时修改AMS槽位信息"
msgid "Confirm"
msgstr "确定"
msgid "Factors of dynamic flow cali"
msgstr "动态流量标定系数"
msgid "Close"
msgstr "关闭"
msgid "Factor K"
msgstr "系数K"
msgid "Factor N"
msgstr "系数N"
msgid "Please input a valid value (K in 0~0.5)"
msgstr "请输入有效的数值K的范围为0~0.5)"
msgid "Please input a valid value (K in 0~0.5, N in 0.6~2.0)"
msgstr "请输入有效的数值 (K的范围为0~0.5, N的范围为0.6~2.0"
msgid "Dynamic flow calibration"
msgstr "动态流量标定"
msgid ""
"The nozzle temp and max volumetric speed will affect the calibration "
"results. Please fill in the same values as the actual printing. They can be "
"auto-filled by selecting a filament preset."
msgstr ""
"喷嘴温度和最大体积速度会影响到标定结果,请填写与实际打印相同的数值。可通过选"
"择已有的材料预设来自动填写。"
msgid "Nozzle Diameter"
msgstr "喷嘴直径"
msgid "Nozzle temperature"
msgstr "喷嘴温度"
msgid "Bed Temperature"
msgstr "热床温度"
msgid "Max volumetric speed"
msgstr "最大体积速度"
msgid "℃"
msgstr ""
msgid "Bed temperature"
msgstr "床温"
msgid "mm³"
msgstr "mm³"
msgid "Start calibration"
msgstr "开始"
msgid "Next"
msgstr "下一步"
msgid ""
"Calibration completed. Please find the most uniform extrusion line on your "
"hot bed like the picture below, and fill the value on its left side into the "
"factor K input box."
msgstr ""
"标定完成。如下图中的示例,请在您的热床上找到最均匀的挤出线,并将其左侧的数值"
"填入系数K输入框。"
msgid "Save"
msgstr "保存"
msgid "Last Step"
msgstr "上一步"
msgid "Example"
msgstr "示例"
#, c-format, boost-format
msgid "Calibrating... %d%%"
msgstr "标定中... %d%%"
msgid "Calibration completed"
msgstr "标定已完成"
#, c-format, boost-format
msgid "%s does not support %s"
msgstr "%s 不支持 %s"
msgid "Dynamic flow Calibration"
msgstr "动态流量标定"
msgid "Step"
msgstr "步骤"
msgid "AMS Slots"
msgstr "AMS舱内材料"
@@ -1494,6 +1596,32 @@ msgstr "不启用AMS"
msgid "Print with the filament mounted on the back of chassis"
msgstr "使用机箱背后挂载的材料打印"
msgid "Cabin humidity"
msgstr "机舱湿度"
msgid ""
"Green means that AMS humidity is normal, orange represent humidity is high, "
"red represent humidity is too high.(Hygrometer: lower the better, The bars: "
"higher the better)"
msgstr "绿色表示 AMS 湿度正常,橙色和红色表示湿度过高(湿度条越低越好)"
msgid "Desiccant status"
msgstr "干燥机状态"
msgid ""
"A desiccant status lower than two bars indicates that desiccant may be "
"inactive. Please change the desiccant. (Higher is better)"
msgstr "干燥剂状态低于两格表示干燥剂可能不活跃。请更换干燥剂。(格数越高越好)"
msgid ""
"Note: When the lid is open or the desiccant pack is changed, it can take "
"hours or a night to absorb the moisture. Low temperatures also slow down the "
"process. During this time, the indicator may not represent the chamber "
"accurately."
msgstr ""
"注意: 打开盖子或更换干燥剂包时,可能需要数小时或一夜才能吸收水分。低温环境会"
"减慢这个过程。在此期间,指示器可能无法准确代表腔室。"
msgid ""
"Config which AMS slot should be used for a filament used in the print job"
msgstr "配置当前打印任务应使用哪个AMS槽位"
@@ -1507,6 +1635,18 @@ msgstr "当前料丝对应的AMS槽位"
msgid "Click to select AMS slot manually"
msgstr "点击以手动选择AMS槽位"
msgid "Do not Enable AMS"
msgstr "不启用AMS"
msgid "Print using materials mounted on the back of the case"
msgstr "使用机箱背后挂载的材料打印"
msgid "Print with filaments in ams"
msgstr "使用AMS里的材料打印"
msgid "Print with filaments mounted on the back of the chassis"
msgstr "使用机箱背后挂载的材料打印"
msgid "AMS Settings"
msgstr "AMS 设置"
@@ -1841,10 +1981,8 @@ msgstr ""
msgid ""
"Arachne engine only works when overhang slowing down is disabled.\n"
"This may cause decline in the quality of overhang surface when print fastly\n"
"This may cause decline in the quality of overhang surface when print fastly"
msgstr ""
"Arachne引擎只在关闭悬垂降速时起作用。\n"
"这可能会导致高速打印时悬垂表面质量的下降\n"
msgid ""
"Disable overhang slowing down automatically? \n"
@@ -1896,11 +2034,8 @@ msgstr "%1% 填充图案不支持 100%% 密度。"
msgid ""
"Switch to rectilinear pattern?\n"
"Yes - switch to rectilinear pattern automaticlly\n"
"No - reset density to default non 100% value automaticlly\n"
"No - reset density to default non 100% value automaticlly"
msgstr ""
"切换到直线图案?\n"
"是 - 自动切换到直线图案\n"
"否 - 自动重置为非100%填充密度\n"
msgid "Auto bed leveling"
msgstr "自动热床调平"
@@ -1971,9 +2106,6 @@ msgstr ""
msgid "MainBoard"
msgstr "主板"
msgid "AMS"
msgstr "AMS"
msgid "TH"
msgstr ""
@@ -2494,12 +2626,12 @@ msgstr "切片单盘"
msgid "Export G-code file"
msgstr "导出G-code文件"
msgid "Send"
msgstr "发送"
msgid "Print plate"
msgstr "打印单盘"
msgid "Send"
msgstr "发送"
msgid "Export plate sliced file"
msgstr "导出单盘切片文件"
@@ -2737,7 +2869,7 @@ msgstr "打印塔方法 - 近程"
msgid "Tower method - Bowden"
msgstr "打印塔方法 - 远程"
msgid "Presure/Linear Advance"
msgid "Pressure/Linear Advance"
msgstr "压力提前"
msgid "Flow rate"
@@ -2853,13 +2985,13 @@ msgid ""
"It contains the following information:\n"
"1. The Process presets\n"
"2. The Filament presets\n"
"3. The Printer presets\n"
"3. The Printer presets"
msgstr ""
"想从Bambu 云同步你的个人数据吗?\n"
"包含如下信息:\n"
"1. 工艺预设\n"
"2. 打印丝预设\n"
"3. 打印机预设\n"
"3. 打印机预设"
msgid "Synchronization"
msgstr "同步"
@@ -2882,6 +3014,9 @@ msgstr "初始化失败(不支持局域网模式的视频连接)"
msgid "Initialize failed (Not accessible in LAN-only mode)!"
msgstr "初始化失败(在局域网模式中不可访问)!"
msgid "Printer is busy downloading, Please wait for the downloading to finish."
msgstr "打印机正忙于下载,请等待下载完成。"
msgid "Initialize failed (Missing LAN ip of printer)!"
msgstr "初始化失败(未找到打印机的局域网地址)!"
@@ -2902,6 +3037,9 @@ msgstr "已停止 [%d]!"
msgid "Stopped."
msgstr "已经停止。"
msgid "LAN Connection Failed (Failed to start liveview)"
msgstr "LAN连接失败 (无法启动liveview)"
msgid ""
"Virtual Camera Tools is required for this task!\n"
"Do you want to install them?"
@@ -3065,6 +3203,9 @@ msgstr "停止"
msgid "0"
msgstr ""
msgid "Layers: N/A"
msgstr ""
msgid "Clean"
msgstr "清除"
@@ -3132,6 +3273,14 @@ msgstr "下载中..."
msgid "Cloud Slicing..."
msgstr "云切片中..."
#, c-format, boost-format
msgid "Layers: %s"
msgstr ""
#, c-format, boost-format
msgid "Layers: %d/%d"
msgstr ""
msgid "Please heat the nozzle to above 170 degree before loading filament."
msgstr "请在进料前把喷嘴升温到170℃"
@@ -3141,6 +3290,12 @@ msgstr "继续退料"
msgid "Still load"
msgstr "继续进料"
msgid "AMS settings are not supported for external spool"
msgstr "外挂料卷不支持AMS 设置"
msgid "Please select an AMS slot before calibration"
msgstr "请在标定前选择一个AMS槽位"
msgid ""
"Cannot read filament info: the filament is loaded to the tool head,please "
"unload the filament and try again."
@@ -3520,8 +3675,8 @@ msgstr "该3mf文件来自旧版本的Bambu Lab将只加载几何数据。"
#, c-format, boost-format
msgid ""
"The 3mf's version %s is newer than %s's version %s, Found following keys "
"unrecognized:\n"
msgstr "该3mf的版本%s比%s的版本%s新发现以下参数键值无法识别\n"
"unrecognized:"
msgstr ""
msgid "You'd better upgrade your software.\n"
msgstr "建议升级您的软件版本。\n"
@@ -3532,8 +3687,8 @@ msgstr "较新的3mf版本"
#, c-format, boost-format
msgid ""
"The 3mf's version %s is newer than %s's version %s, Suggest to upgrade your "
"software.\n"
msgstr "该3mf文件的版本%s 比%s的版本%s更新建议升级您的软件。\n"
"software."
msgstr ""
msgid "The 3mf is not compatible, load geometry data only!"
msgstr "该3mf文件与软件不兼容将只加载几何数据。"
@@ -3636,7 +3791,7 @@ msgid "Invalid data"
msgstr "无效数据"
msgid "Slicing Canceled"
msgstr ""
msgstr "切片已取消"
#, c-format, boost-format
msgid "Slicing Plate %d"
@@ -3729,9 +3884,6 @@ msgstr "即将删除所有对象,是否继续?"
msgid "The current project has unsaved changes, save it before continue?"
msgstr "当前项目包含未保存的修改,是否先保存?"
msgid "Save"
msgstr "保存"
msgid "Number of copies:"
msgstr "克隆数量:"
@@ -3811,8 +3963,8 @@ msgstr ""
"模型。"
#, c-format, boost-format
msgid "Plate %d: %s does not support filament %s (%s).\n"
msgstr "盘%d%s不支持耗材丝%s (%s)。\n"
msgid "Plate %d: %s does not support filament %s (%s)."
msgstr "盘 %d: %s 不支持耗材丝 %s(%s)."
msgid "Switching the language requires application restart.\n"
msgstr "切换语言要求重启应用程序。\n"
@@ -4281,21 +4433,22 @@ msgstr "需要更新打印机固件后,才能将打印任务发送到打印机
msgid "Cannot send the print job for empty plate"
msgstr "无法为空盘发送打印任务"
msgid "This printer does not support printing all plates"
msgstr "此打印机类型不支持打印所有盘"
msgid "Errors"
msgstr "错误"
msgid ""
"Please check the following infomation and click Confirm to continue sending "
"print:\n"
msgstr "请检查以下信息,点击确认继续发送打印:\n"
"print:"
msgstr "请检查以下信息,点击确认继续发送打印:"
msgid ""
"The printer type used to generate G-code is not the same type as the "
"currently selected physical printer. It is recommend to re-slice by "
"selecting the same printer type.\n"
"selecting the same printer type."
msgstr ""
"用于生成G-code的打印机类型与当前选定的物理打印机类型不同建议选择相同的打印"
"机类型重新切片。\n"
#, c-format, boost-format
msgid "The %s filament is too soft to be used with the AMS"
@@ -4396,11 +4549,8 @@ msgstr ""
msgid ""
"We have added an experimental style \"Tree Slim\" that features smaller "
"support volume but weaker strength.\n"
"We recommand using it with: 0 interface layers, 0 top distance, 2 walls."
"We recommend using it with: 0 interface layers, 0 top distance, 2 walls."
msgstr ""
"我们加入一个新的实验性风格\\\"苗条树\\\",它使用更少的支撑体积,但强度可能较"
"弱。\n"
"\"因此我们推荐以下参数接触层数为0顶部Z距离为0墙层数为2。"
msgid ""
"Change these settings automatically? \n"
@@ -4412,27 +4562,23 @@ msgstr ""
"否 - 不用为我调整这些设置"
msgid ""
"For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommand the following "
"settings: at least 2 interface layers, at least 0.1 top z distance or using "
"support materials on interface."
"For \"Tree Strong\" and \"Tree Hybrid\" styles, we recommend the following "
"settings: at least 2 interface layers, at least 0.1mm top z distance or "
"using support materials on interface."
msgstr ""
msgid ""
"When using support material for the support interface, We recommand the "
"When using support material for the support interface, We recommend the "
"following settings:\n"
"0 top distance, 0 interface spacing, concentric pattern."
"0 top z distance, 0 interface spacing, concentric pattern."
msgstr ""
"当使用支撑材料作为支撑面,我们推荐以下设置:\n"
"顶部Z距离为0 支撑面线距为0接触面图案为同。"
msgid ""
"When recording timelapse without toolhead, it is recommended to add a "
"\"Timelapse Wipe Tower\" \n"
"by right-click the empty position of build plate and choose \"Add Primitive"
"\"->\"Timelapse Wipe Tower\".\n"
"\"->\"Timelapse Wipe Tower\"."
msgstr ""
"在录制无工具头延时摄影视频时,建议添加“延时摄影擦料塔”\n"
"右键单击构建板的空白位置,选择“添加标准模型”->“延时摄影擦料塔”。\n"
msgid "Line width"
msgstr "线宽"
@@ -4461,6 +4607,27 @@ msgstr "其他层速度"
msgid "Overhang speed"
msgstr "悬垂速度"
msgid "Seam gap"
msgstr "接缝留空"
msgid "Role base wipe speed"
msgstr "自动擦拭速度"
msgid "Wipe speed"
msgstr "擦拭速度"
msgid "Wipe on loops"
msgstr "闭环擦拭"
msgid "Use firmware retraction"
msgstr "使用固件回抽"
msgid "Use relative E distances"
msgstr "使用相对E距离"
msgid "Extra length on restart"
msgstr "额外回填长度"
msgid ""
"This is the speed for various overhang degrees. Overhang degrees are "
"expressed as a percentage of line width. 0 speed means no slowing down for "
@@ -5170,6 +5337,30 @@ msgstr "新版本的Bambu Studio"
msgid "Don't remind me of this version again"
msgstr "此版本不再提示"
msgid "LAN Connection Failed (Sending print file)"
msgstr "LAN连接失败 (发送打印文件)"
msgid ""
"Step 1, please confirm Bambu Studio and your printer are in the same LAN."
msgstr "步骤1, 请确认Bambu Studio和您的打印机在同一局域网中。"
msgid ""
"Step 2, if the IP and Access Code below are different from the actual values "
"on your printer, please correct them."
msgstr "步骤2, 如果下面的IP和访问码与打印机上的实际值不同请输入正确的值。"
msgid "IP"
msgstr ""
msgid "Access Code"
msgstr "访问码"
msgid "Where to find your printer's IP and Access Code?"
msgstr "在哪里可以找到打印机的IP和访问码?"
msgid "Error: IP or Access Code are not correct"
msgstr "错误IP或访问码不正确"
msgid "Model:"
msgstr "型号:"
@@ -5476,12 +5667,11 @@ msgstr "%1%离其它对象太近,可能会发生碰撞。"
msgid "%1% is too tall, and collisions will be caused."
msgstr "%1%太高,会发生碰撞。"
msgid " is too close to others, there may be collisions when printing.\n"
msgstr "到其他对象的距离太近了,可能在打印过程中发生碰撞。\n"
msgid " is too close to others, there may be collisions when printing."
msgstr "离其它对象太近,打印时可能会发生碰撞。"
msgid ""
" is too close to exclusion area, there may be collisions when printing.\n"
msgstr "到屏蔽区域的距离太近了,可能在打印过程中发生碰撞。\n"
msgid " is too close to exclusion area, there may be collisions when printing."
msgstr "离不可打印区域太近,打印时可能会发生碰撞。"
msgid "Prime Tower"
msgstr "擦拭塔"
@@ -5564,8 +5754,8 @@ msgid "Layer height cannot exceed nozzle diameter"
msgstr "层高不能超过喷嘴直径"
#, c-format, boost-format
msgid "Plate %d: %s does not support filament %s\n"
msgstr "盘%d: %s 不支持耗材丝 %s\n"
msgid "Plate %d: %s does not support filament %s"
msgstr "盘 %d: %s 不支持耗材丝 %s"
msgid "Generating skirt & brim"
msgstr "正在生成skirt和brim"
@@ -5622,7 +5812,7 @@ msgid "Printer preset names"
msgstr "打印机预设名"
msgid "Hostname, IP or URL"
msgstr ""
msgstr "主机名IP或者URL"
msgid ""
"Slic3r can upload G-code files to a printer host. This field should contain "
@@ -5711,9 +5901,6 @@ msgstr "非首层热床温度。0值表示这个耗材丝不支持低温打印
msgid "°C"
msgstr "°C"
msgid "Bed temperature"
msgstr "床温"
msgid ""
"Bed temperature for layers except the initial one. Value 0 means the "
"filament does not support to print on the Engineering Plate"
@@ -6204,9 +6391,6 @@ msgid ""
"of nozzle's HRC."
msgstr "打印此材料的所需的最小喷嘴硬度。零值表示不检查喷嘴硬度。"
msgid "Max volumetric speed"
msgstr "最大体积速度"
msgid ""
"This setting stands for how much volume of filament can be melted and "
"extruded per second. Printing speed is limited by max volumetric speed, in "
@@ -6221,9 +6405,6 @@ msgstr "mm³/s"
msgid "Minimal purge on wipe tower"
msgstr "擦拭塔上的最小清理量"
msgid "mm³"
msgstr "mm³"
msgid "Filament load time"
msgstr "加载耗材丝的时间"
@@ -6948,6 +7129,18 @@ msgstr "随机"
msgid "Skirt distance"
msgstr "Skirt距离"
msgid "Skirt height"
msgstr "Skirt高度"
msgid "Post-processing Scripts"
msgstr "后处理脚本"
msgid "accel_to_decel"
msgstr "制动速度"
msgid "Enable accel_to_decel"
msgstr "启用制动速度"
msgid "Distance from skirt to brim or object"
msgstr "从skirt到模型或者brim的距离"
@@ -7207,7 +7400,7 @@ msgid ""
"Style and shape of the support. For normal support, projecting the supports "
"into a regular grid will create more stable supports (default), while snug "
"support towers will save material and reduce object scarring.\n"
"For tree support, tight style will merge branches more aggressively and save "
"For tree support, slim style will merge branches more aggressively and save "
"a lot of material (default), while hybrid style will create similar "
"structure to normal support under large flat overhangs."
msgstr ""
@@ -7273,9 +7466,6 @@ msgstr "树状支撑外墙层数"
msgid "Nozzle temperature for layers after the initial one"
msgstr "除首层外的其它层的喷嘴温度"
msgid "Nozzle temperature"
msgstr "喷嘴温度"
msgid "Chamber temperature"
msgstr "机箱温度"
@@ -7283,12 +7473,10 @@ msgid "Bed temperature difference"
msgstr "热床温差"
msgid ""
"Do not recommand bed temperature of other layer to be lower than initial "
"Do not recommend bed temperature of other layer to be lower than initial "
"layer for more than this threshold. Too low bed temperature of other layer "
"may cause the model broken free from build plate"
msgstr ""
"不建议其它层热床温度比首层的热床温度低于这个值。太低的其它层热床温度可能导致"
"打印过程中模型从构建板脱落"
msgid "Detect thin wall"
msgstr "检查薄壁"
@@ -7947,6 +8135,145 @@ msgstr ""
"提高强度\n"
"你知道吗?你可以使用更多的墙层数和更高的疏散填充密度来提高模型的强度。"
#~ msgid ""
#~ "Step 1. please confirm Bambu Studio and your printer are in same LAN."
#~ msgstr "步骤1. 请确认Bambu Studio和您的打印机在同一局域网中。"
#~ msgid ""
#~ "Step 2. if the IP and Access Code below are different from the actual "
#~ "values on your printer,please correct them."
#~ msgstr "步骤2. 如果下面的IP和访问码与打印机上的实际值不同请更正它们。"
#~ msgid "Unable to connect printer"
#~ msgstr "无法连接打印机"
#~ msgid ""
#~ "Failed to connect to the printer through LAN. Please enter the correct "
#~ "printer IP address and access code."
#~ msgstr "无法通过局域网连接打印机请输入正确的IP地址和访问码。"
#~ msgid ""
#~ "Note : The location of IP and access code on the machine is as follows :"
#~ msgstr "提示: IP地址和访问码在机器上的位置如下:"
#~ msgid "NO AMS"
#~ msgstr "无AMS"
#~ msgid ""
#~ "Calibration completed. Please select the factors according to the left "
#~ "figure and fill them in the input boxes."
#~ msgstr "标定完成。请按照左图展示的方式选择流量补偿系数,并填写到输入框中。"
#~ msgid ""
#~ "Cannot detect the LAN IP address of %s. Are %s and Bambu Studio in the "
#~ "same LAN?"
#~ msgstr ""
#~ "无法检测到打印机%s 在局域网中的的IP地址。%s 和 Bambu Studio在同一个局域网"
#~ "内吗?"
#~ msgid "Click the pencil icon to edit the filament."
#~ msgstr "点击铅笔图标编辑耗材丝。"
#~ msgid ""
#~ "Arachne engine only works when overhang slowing down is disabled.\n"
#~ "This may cause decline in the quality of overhang surface when print "
#~ "fastly\n"
#~ msgstr ""
#~ "Arachne引擎只在关闭悬垂降速时起作用。\n"
#~ "这可能会导致高速打印时悬垂表面质量的下降\n"
#~ msgid ""
#~ "Switch to rectilinear pattern?\n"
#~ "Yes - switch to rectilinear pattern automaticlly\n"
#~ "No - reset density to default non 100% value automaticlly\n"
#~ msgstr ""
#~ "切换到直线图案?\n"
#~ "是 - 自动切换到直线图案\n"
#~ "否 - 自动重置为非100%填充密度\n"
#~ msgid ""
#~ "Do you want to synchronize your personal data from Bambu Cloud? \n"
#~ "It contains the following information:\n"
#~ "1. The Process presets\n"
#~ "2. The Filament presets\n"
#~ "3. The Printer presets\n"
#~ msgstr ""
#~ "想从Bambu 云同步你的个人数据吗?\n"
#~ "包含如下信息:\n"
#~ "1. 工艺预设\n"
#~ "2. 打印丝预设\n"
#~ "3. 打印机预设\n"
#~ msgid ""
#~ "The 3mf's version %s is newer than %s's version %s, Found following keys "
#~ "unrecognized:\n"
#~ msgstr "该3mf的版本%s比%s的版本%s新发现以下参数键值无法识别\n"
#~ msgid ""
#~ "The 3mf's version %s is newer than %s's version %s, Suggest to upgrade "
#~ "your software.\n"
#~ msgstr "该3mf文件的版本%s 比%s的版本%s更新建议升级您的软件。\n"
#~ msgid "Plate %d: %s does not support filament %s (%s).\n"
#~ msgstr "盘%d%s不支持耗材丝%s (%s)。\n"
#~ msgid ""
#~ "Please check the following infomation and click Confirm to continue "
#~ "sending print:\n"
#~ msgstr "请检查以下信息,点击确认后继续发送打印:\n"
#~ msgid ""
#~ "The printer type used to generate G-code is not the same type as the "
#~ "currently selected physical printer. It is recommend to re-slice by "
#~ "selecting the same printer type.\n"
#~ msgstr ""
#~ "用于生成G-code的打印机类型与当前选定的物理打印机类型不同建议选择相同的打"
#~ "印机类型重新切片。\n"
#~ msgid ""
#~ "We have added an experimental style \"Tree Slim\" that features smaller "
#~ "support volume but weaker strength.\n"
#~ "We recommand using it with: 0 interface layers, 0 top distance, 2 walls."
#~ msgstr ""
#~ "我们加入一个新的实验性风格\\\"苗条树\\\",它使用更少的支撑体积,但强度可能"
#~ "较弱。\n"
#~ "\"因此我们推荐以下参数接触层数为0顶部Z距离为0墙层数为2。"
#~ msgid ""
#~ "When using support material for the support interface, We recommand the "
#~ "following settings:\n"
#~ "0 top distance, 0 interface spacing, concentric pattern."
#~ msgstr ""
#~ "当使用支撑材料作为支撑面,我们推荐以下设置:\n"
#~ "顶部Z距离为0 支撑面线距为0接触面图案为同。"
#~ msgid ""
#~ "When recording timelapse without toolhead, it is recommended to add a "
#~ "\"Timelapse Wipe Tower\" \n"
#~ "by right-click the empty position of build plate and choose \"Add "
#~ "Primitive\"->\"Timelapse Wipe Tower\".\n"
#~ msgstr ""
#~ "在录制无工具头延时摄影视频时,建议添加“延时摄影擦料塔”\n"
#~ "右键单击构建板的空白位置,选择“添加标准模型”->“延时摄影擦料塔”。\n"
#~ msgid " is too close to others, there may be collisions when printing.\n"
#~ msgstr "到其他对象的距离太近了,可能在打印过程中发生碰撞。\n"
#~ msgid ""
#~ " is too close to exclusion area, there may be collisions when printing.\n"
#~ msgstr "到屏蔽区域的距离太近了,可能在打印过程中发生碰撞。\n"
#~ msgid "Plate %d: %s does not support filament %s\n"
#~ msgstr "盘%d: %s 不支持耗材丝 %s\n"
#~ msgid ""
#~ "Do not recommand bed temperature of other layer to be lower than initial "
#~ "layer for more than this threshold. Too low bed temperature of other "
#~ "layer may cause the model broken free from build plate"
#~ msgstr ""
#~ "不建议其它层热床温度比首层的热床温度低于这个值。太低的其它层热床温度可能导"
#~ "致打印过程中模型从构建板脱落"
#~ msgid ""
#~ "normal(auto) and tree(auto) is used to generate support automatically. If "
#~ "normal or tree is selected, only support enforcers are generated"
@@ -10658,12 +10985,6 @@ msgstr ""
#~ msgid "Retraction Length (Toolchange)"
#~ msgstr "回抽长度(更换工具头)"
#~ msgid "Extra length on restart"
#~ msgstr "启动时额外长度"
#~ msgid "Skirt height"
#~ msgstr "Skirt高度"
#~ msgid "How many layers of skirt. Usually only one layer"
#~ msgstr "skirt有多少层。通常只有一层"
@@ -10831,9 +11152,6 @@ msgstr ""
#~ msgid "choose a directory"
#~ msgstr "选择文件夹"
#~ msgid "Post-processing scripts"
#~ msgstr "后处理脚本"
#~ msgid "Print speed override"
#~ msgstr "覆盖打印速度"

View File

@@ -3,12 +3,21 @@ cd deps
mkdir build
cd build
set DEPS=%CD%/BambuStudio_dep
@REM cmake ../ -G "Visual Studio 16 2019" -DDESTDIR="%CD%/BambuStudio_dep" -DCMAKE_BUILD_TYPE=Release
@REM cmake --build . --config Release --target ALL_BUILD -- -m
if "%1"=="studio" (
GOTO :studio
)
echo "building deps.."
cmake ../ -G "Visual Studio 16 2019" -DDESTDIR="%CD%/BambuStudio_dep" -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release --target ALL_BUILD -- -m
if "%1"=="deps" exit /b 0
:studio
echo "building studio..."
cd %WP%
mkdir build
cd build
cmake .. -G "Visual Studio 16 2019" -DBBL_RELEASE_TO_PUBLIC=1 -DCMAKE_PREFIX_PATH="%DEPS%/usr/local" -DCMAKE_INSTALL_PREFIX="./BambuStudio-SoftFever" -DCMAKE_BUILD_TYPE=Release -DWIN10SDK_PATH="C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0"
@REM cmake --build . --config Release --target ALL_BUILD -- -m
@REM cmake --build . --target install --config Release
cmake --build . --config Release --target ALL_BUILD -- -m
cmake --build . --target install --config Release

View File

@@ -1,17 +1,66 @@
#!/bin/sh
while getopts ":a:sdhn" opt; do
case ${opt} in
d )
export BUILD_TARGET="deps"
;;
a )
export ARCH="$OPTARG"
;;
s )
export BUILD_TARGET="studio"
;;
n )
export NIGHTLY_BUILD="1"
;;
h ) echo "Usage: ./build_release_macos.sh [-d]"
echo " -d: Build deps only"
echo " -a: Set ARCHITECTURE (arm64 or x86_64)"
echo " -s: Build studio only"
echo " -n: Nightly build"
exit 0
;;
esac
done
if [ -z "$ARCH" ]
then
export ARCH=$(uname -m)
fi
echo "Arch: $ARCH"
echo "BUILD_TARGET: $BUILD_TARGET"
brew --prefix libiconv
brew --prefix zstd
export LIBRARY_PATH=$LIBRARY_PATH:$(brew --prefix zstd)/lib/
WD="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd $WD/deps
mkdir -p build
cd build
DEPS=$PWD/BambuStudio_dep
mkdir -p $DEPS
cmake ../ -DDESTDIR="$DEPS" -DOPENSSL_ARCH="darwin64-$(uname -m)-cc" -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release --target all
if [ "studio." != $BUILD_TARGET. ];
then
echo "building deps..."
echo "cmake ../ -DDESTDIR=$DEPS -DOPENSSL_ARCH=darwin64-${ARCH}-cc -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES:STRING=${ARCH}"
cmake ../ -DDESTDIR="$DEPS" -DOPENSSL_ARCH="darwin64-${ARCH}-cc" -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES:STRING=${ARCH}
cmake --build . --config Release --target all
fi
if [ "deps." == "$BUILD_TARGET". ];
then
exit 0
fi
cd $WD
mkdir -p build
cd build
cmake .. -GXcode -DBBL_RELEASE_TO_PUBLIC=1 -DCMAKE_PREFIX_PATH="$DEPS/usr/local" -DCMAKE_INSTALL_PREFIX="$PWD/BambuStudio-SoftFever" -DCMAKE_BUILD_TYPE=Release -DCMAKE_MACOSX_RPATH=ON -DCMAKE_INSTALL_RPATH="$DEPS/usr/local" -DCMAKE_MACOSX_BUNDLE=ON
echo "building studio..."
cmake .. -GXcode -DBBL_RELEASE_TO_PUBLIC=1 -DCMAKE_PREFIX_PATH="$DEPS/usr/local" -DCMAKE_INSTALL_PREFIX="$PWD/BambuStudio-SoftFever" -DCMAKE_BUILD_TYPE=Release -DCMAKE_MACOSX_RPATH=ON -DCMAKE_INSTALL_RPATH="$DEPS/usr/local" -DCMAKE_MACOSX_BUNDLE=ON -DCMAKE_OSX_ARCHITECTURES=${ARCH}
cmake --build . --config Release --target ALL_BUILD
mkdir -p BambuStudio-SoftFever
cd BambuStudio-SoftFever
@@ -20,8 +69,17 @@ cp -pR ../src/Release/BambuStudio.app ./BambuStudio-SoftFever.app
resources_path=$(readlink ./BambuStudio-SoftFever.app/Contents/Resources)
rm ./BambuStudio-SoftFever.app/Contents/Resources
cp -R $resources_path ./BambuStudio-SoftFever.app/Contents/Resources
# delete .DS_Store file
find ./BambuStudio-SoftFever.app/ -name '.DS_Store' -delete
# extract version
ver=$(grep '^#define SoftFever_VERSION' ../src/libslic3r/libslic3r_version.h | cut -d ' ' -f3)
ver="${ver//\"}"
zip -FSr BambuStudio-SoftFever_V${ver}_Mac_$(uname -m).zip BambuStudio-SoftFever.app
export ver="_dev"
echo $PWD
if [ "1." != "$NIGHTLY_BUILD". ];
then
ver=$(grep '^#define SoftFever_VERSION' ../src/libslic3r/libslic3r_version.h | cut -d ' ' -f3)
ver="_V${ver//\"}"
fi
zip -FSr BambuStudio-SoftFever${ver}_Mac_${ARCH}.zip BambuStudio-SoftFever.app

View File

@@ -94,19 +94,20 @@ endif()
function(__glew_set_find_library_suffix shared_or_static)
if((UNIX AND NOT APPLE) AND "${shared_or_static}" MATCHES "SHARED")
set(CMAKE_FIND_LIBRARY_SUFFIXES ".so" PARENT_SCOPE)
set(CMAKE_FIND_LIBRARY_SUFFIXES ".so")
elseif((UNIX AND NOT APPLE) AND "${shared_or_static}" MATCHES "STATIC")
set(CMAKE_FIND_LIBRARY_SUFFIXES ".a" PARENT_SCOPE)
set(CMAKE_FIND_LIBRARY_SUFFIXES ".a")
elseif(APPLE AND "${shared_or_static}" MATCHES "SHARED")
set(CMAKE_FIND_LIBRARY_SUFFIXES ".dylib;.so" PARENT_SCOPE)
set(CMAKE_FIND_LIBRARY_SUFFIXES ".dylib;.so")
elseif(APPLE AND "${shared_or_static}" MATCHES "STATIC")
set(CMAKE_FIND_LIBRARY_SUFFIXES ".a" PARENT_SCOPE)
set(CMAKE_FIND_LIBRARY_SUFFIXES ".a")
elseif(WIN32 AND "${shared_or_static}" MATCHES "SHARED")
set(CMAKE_FIND_LIBRARY_SUFFIXES ".lib" PARENT_SCOPE)
set(CMAKE_FIND_LIBRARY_SUFFIXES ".lib")
elseif(WIN32 AND "${shared_or_static}" MATCHES "STATIC")
set(CMAKE_FIND_LIBRARY_SUFFIXES ".lib;.a;.dll.a" PARENT_SCOPE)
set(CMAKE_FIND_LIBRARY_SUFFIXES ".lib;.a;.dll.a")
endif()
set(CMAKE_FIND_LIBRARY_SUFFIXES "${CMAKE_FIND_LIBRARY_SUFFIXES}" PARENT_SCOPE)
if(GLEW_VERBOSE)
message(STATUS "FindGLEW: CMAKE_FIND_LIBRARY_SUFFIXES for ${shared_or_static}: ${CMAKE_FIND_LIBRARY_SUFFIXES}")
endif()

View File

@@ -6,23 +6,43 @@ else()
set(_build_static ON)
endif()
bambustudio_add_cmake_project(Blosc
#URL https://github.com/Blosc/c-blosc/archive/refs/tags/v1.17.0.zip
#URL_HASH SHA256=7463a1df566704f212263312717ab2c36b45d45cba6cd0dccebf91b2cc4b4da9
URL https://github.com/tamasmeszaros/c-blosc/archive/refs/heads/v1.17.0_tm.zip
URL_HASH SHA256=dcb48bf43a672fa3de6a4b1de2c4c238709dad5893d1e097b8374ad84b1fc3b3
DEPENDS ${ZLIB_PKG}
# Patching upstream does not work this way with git version 2.28 installed on mac worker
# PATCH_COMMAND ${GIT_EXECUTABLE} apply --ignore-space-change --whitespace=fix ${CMAKE_CURRENT_LIST_DIR}/blosc-mods.patch
CMAKE_ARGS
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
-DBUILD_SHARED=${_build_shared}
-DBUILD_STATIC=${_build_static}
-DBUILD_TESTS=OFF
-DBUILD_BENCHMARKS=OFF
-DPREFER_EXTERNAL_ZLIB=ON
)
if(IS_CROSS_COMPILE AND APPLE)
bambustudio_add_cmake_project(Blosc
#URL https://github.com/Blosc/c-blosc/archive/refs/tags/v1.17.0.zip
#URL_HASH SHA256=7463a1df566704f212263312717ab2c36b45d45cba6cd0dccebf91b2cc4b4da9
URL https://github.com/tamasmeszaros/c-blosc/archive/refs/heads/v1.17.0_tm.zip
URL_HASH SHA256=dcb48bf43a672fa3de6a4b1de2c4c238709dad5893d1e097b8374ad84b1fc3b3
DEPENDS ${ZLIB_PKG}
# Patching upstream does not work this way with git version 2.28 installed on mac worker
# PATCH_COMMAND ${GIT_EXECUTABLE} apply --ignore-space-change --whitespace=fix ${CMAKE_CURRENT_LIST_DIR}/blosc-mods.patch
CMAKE_ARGS
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
-DBUILD_SHARED=${_build_shared}
-DBUILD_STATIC=${_build_static}
-DBUILD_TESTS=OFF
-DBUILD_BENCHMARKS=OFF
-DPREFER_EXTERNAL_ZLIB=ON
-DDEACTIVATE_SSE2=ON
-DDEACTIVATE_AVX2=ON
)
else()
bambustudio_add_cmake_project(Blosc
#URL https://github.com/Blosc/c-blosc/archive/refs/tags/v1.17.0.zip
#URL_HASH SHA256=7463a1df566704f212263312717ab2c36b45d45cba6cd0dccebf91b2cc4b4da9
URL https://github.com/tamasmeszaros/c-blosc/archive/refs/heads/v1.17.0_tm.zip
URL_HASH SHA256=dcb48bf43a672fa3de6a4b1de2c4c238709dad5893d1e097b8374ad84b1fc3b3
DEPENDS ${ZLIB_PKG}
# Patching upstream does not work this way with git version 2.28 installed on mac worker
# PATCH_COMMAND ${GIT_EXECUTABLE} apply --ignore-space-change --whitespace=fix ${CMAKE_CURRENT_LIST_DIR}/blosc-mods.patch
CMAKE_ARGS
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
-DBUILD_SHARED=${_build_shared}
-DBUILD_STATIC=${_build_static}
-DBUILD_TESTS=OFF
-DBUILD_BENCHMARKS=OFF
-DPREFER_EXTERNAL_ZLIB=ON
)
endif()
if (MSVC)
add_debug_dep(dep_Blosc)
endif ()

View File

@@ -28,9 +28,6 @@ elseif (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
elseif (MSVC_VERSION LESS 1930)
# 1920-1929 = VS 16.0 (v142 toolset)
set(_boost_toolset "msvc-14.2")
elseif (MSVC_VERSION LESS 1940)
# 1930-1939 = VS 17.0 (v143 toolset)
set(_boost_toolset "msvc-14.3")
else ()
message(FATAL_ERROR "Unsupported MSVC version")
endif ()
@@ -70,16 +67,6 @@ include(ProcessorCount)
ProcessorCount(NPROC)
file(TO_NATIVE_PATH ${DESTDIR}/usr/local/ _prefix)
set(_boost_flags "")
if (UNIX)
set(_boost_flags "cflags=-fPIC;cxxflags=-fPIC")
elseif(APPLE)
set(_boost_flags
"cflags=-fPIC -mmacosx-version-min=${DEP_OSX_TARGET};"
"cxxflags=-fPIC -mmacosx-version-min=${DEP_OSX_TARGET};"
"mflags=-fPIC -mmacosx-version-min=${DEP_OSX_TARGET};"
"mmflags=-fPIC -mmacosx-version-min=${DEP_OSX_TARGET}")
endif()
set(_boost_variants "")
if(CMAKE_BUILD_TYPE)
@@ -103,8 +90,38 @@ if (NOT _boost_variants)
set(_boost_variants release)
endif()
if (IS_CROSS_COMPILE AND APPLE)
if (${CMAKE_OSX_ARCHITECTURES} MATCHES "arm")
message(STATUS "Compiling Boost for arm64.")
message(STATUS "Compiling Boost with toolset ${_boost_toolset}.")
message(STATUS "Compiling Boost with libs ${_libs}.")
message(STATUS "Compiling Boost with variant ${_boost_variants}.")
message(STATUS "Compiling Boost with _bootstrap_cmd ${_bootstrap_cmd}.")
message(STATUS "_boost_linkflags = ${_boost_linkflags}")
set(_arch_flags "-arch arm64")
set(_boost_linkflags "linkflags=${_arch_flags}")
message(STATUS "_cmake_args_osx_arch = '${_cmake_args_osx_arch}'")
elseif (${CMAKE_OSX_ARCHITECTURES} MATCHES "x86_64")
message(STATUS "Compiling Boost for x86_64.")
set(_arch_flags "-arch x86_64")
endif()
set(_boost_linkflags "linkflags=${_arch_flags}")
endif ()
set(_boost_flags "")
if(APPLE)
set(_boost_flags
"cflags=-fPIC ${_arch_flags} -mmacosx-version-min=${DEP_OSX_TARGET};"
"cxxflags=-fPIC ${_arch_flags} -mmacosx-version-min=${DEP_OSX_TARGET};"
"mflags=-fPIC ${_arch_flags} -mmacosx-version-min=${DEP_OSX_TARGET};"
"mmflags=-fPIC ${_arch_flags} -mmacosx-version-min=${DEP_OSX_TARGET}")
elseif (UNIX)
set(_boost_flags "cflags=-fPIC;cxxflags=-fPIC")
endif()
set(_build_cmd ${_build_cmd}
${_boost_flags}
${_boost_linkflags}
-j${NPROC}
${_libs}
--layout=versioned
@@ -120,9 +137,14 @@ set(_build_cmd ${_build_cmd}
set(_install_cmd ${_build_cmd} --prefix=${_prefix} install)
if (NOT IS_CROSS_COMPILE OR NOT APPLE OR BUILD_SHARED_LIBS)
message(STATUS "Standard boost build with bootstrap command '${_bootstrap_cmd}'")
message(STATUS "Standard boost build with patch command '${_patch_command}'")
message(STATUS "Standard boost build with build command '${_build_cmd}'")
message(STATUS "Standard boost build with install command '${_install_cmd}'")
ExternalProject_Add(
dep_Boost
URL "https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/boost_1_75_0.tar.gz"
URL "https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/boost_1_75_0.tar.gz"
URL_HASH SHA256=aeb26f80e80945e82ee93e5939baebdca47b9dee80a07d3144be1e1a6a66dd6a
DOWNLOAD_DIR ${DEP_DOWNLOAD_DIR}/Boost
CONFIGURE_COMMAND "${_bootstrap_cmd}"
@@ -132,7 +154,26 @@ ExternalProject_Add(
INSTALL_COMMAND "${_install_cmd}"
)
else()
ExternalProject_Add(
dep_Boost
URL "https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/boost_1_75_0.tar.gz"
URL_HASH SHA256=aeb26f80e80945e82ee93e5939baebdca47b9dee80a07d3144be1e1a6a66dd6a
DOWNLOAD_DIR ${DEP_DOWNLOAD_DIR}/Boost
CONFIGURE_COMMAND ./bootstrap.sh
--with-toolset=clang
--with-libraries=date_time,filesystem,iostreams,locale,log,regex,system,thread
"--prefix=${DESTDIR}/usr/local"
# PATCH_COMMAND ${_patch_command}
BUILD_COMMAND "${_build_cmd}"
BUILD_IN_SOURCE ON
INSTALL_COMMAND "${_install_cmd}"
)
endif()
if ("${CMAKE_SIZEOF_VOID_P}" STREQUAL "8")
message(STATUS "Patch the boost::polygon library with a custom one.")
# Patch the boost::polygon library with a custom one.
ExternalProject_Add(dep_boost_polygon
EXCLUDE_FROM_ALL ON
@@ -144,6 +185,7 @@ if ("${CMAKE_SIZEOF_VOID_P}" STREQUAL "8")
DEPENDS dep_Boost
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
${_cmake_args_osx_arch}
INSTALL_COMMAND ${CMAKE_COMMAND} -E copy_directory
"${CMAKE_CURRENT_BINARY_DIR}/dep_boost_polygon-prefix/src/dep_boost_polygon/include/boost/polygon"
"${DESTDIR}/usr/local/include/boost/polygon"

41
deps/CMakeLists.txt vendored
View File

@@ -40,6 +40,25 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
option(DEP_WX_GTK3 "Build wxWidgets against GTK3" OFF)
endif()
set(IS_CROSS_COMPILE FALSE)
if (APPLE)
set(CMAKE_FIND_FRAMEWORK LAST)
set(CMAKE_FIND_APPBUNDLE LAST)
list(FIND CMAKE_OSX_ARCHITECTURES ${CMAKE_SYSTEM_PROCESSOR} _arch_idx)
message(STATUS "prusaslicer_add_cmake_project for Apple")
if (CMAKE_OSX_ARCHITECTURES AND _arch_idx LESS 0)
message(STATUS "prusaslicer_add_cmake_project for Apple crosscompiling")
set(IS_CROSS_COMPILE TRUE)
set(CMAKE_CXX_COMPILER_ID "Clang")
string(REPLACE ";" "$<SEMICOLON>" CMAKE_OSX_ARCHS "${CMAKE_OSX_ARCHITECTURES}")
set(_cmake_osx_arch -DCMAKE_OSX_ARCHITECTURES:STRING=${CMAKE_OSX_ARCHS})
set(_cmake_args_osx_arch CMAKE_ARGS -DCMAKE_OSX_ARCHITECTURES:STRING=${CMAKE_OSX_ARCHS})
message(STATUS "Detect Cross-compilation. Will build for target ${CMAKE_OSX_ARCHS}" )
endif ()
endif ()
# On developer machines, it can be enabled to speed up compilation and suppress warnings coming from IGL.
# FIXME:
# Enabling this option is not safe. IGL will compile itself with its own version of Eigen while
@@ -77,6 +96,7 @@ function(bambustudio_add_cmake_project projectname)
set(_build_j "/m")
endif ()
if (NOT IS_CROSS_COMPILE OR NOT APPLE)
ExternalProject_Add(
dep_${projectname}
EXCLUDE_FROM_ALL ON
@@ -92,6 +112,7 @@ function(bambustudio_add_cmake_project projectname)
-DCMAKE_CXX_COMPILER:STRING=${CMAKE_CXX_COMPILER}
-DCMAKE_TOOLCHAIN_FILE:STRING=${CMAKE_TOOLCHAIN_FILE}
-DBUILD_SHARED_LIBS:BOOL=OFF
${_cmake_osx_arch}
"${_configs_line}"
${DEP_CMAKE_OPTS}
${P_ARGS_CMAKE_ARGS}
@@ -99,6 +120,26 @@ function(bambustudio_add_cmake_project projectname)
BUILD_COMMAND ${CMAKE_COMMAND} --build . --config Release -- ${_build_j}
INSTALL_COMMAND ${CMAKE_COMMAND} --build . --target install --config Release
)
else()
ExternalProject_Add(
dep_${projectname}
EXCLUDE_FROM_ALL ON
INSTALL_DIR ${DESTDIR}/usr/local
DOWNLOAD_DIR ${DEP_DOWNLOAD_DIR}/${projectname}
${_gen}
CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX:STRING=${DESTDIR}/usr/local
-DBUILD_SHARED_LIBS:BOOL=OFF
${_cmake_osx_arch}
"${_configs_line}"
${DEP_CMAKE_OPTS}
${P_ARGS_CMAKE_ARGS}
${P_ARGS_UNPARSED_ARGUMENTS}
BUILD_COMMAND ${CMAKE_COMMAND} --build . --config Release -- ${_build_j}
INSTALL_COMMAND ${CMAKE_COMMAND} --build . --target install --config Release
)
endif()
endfunction(bambustudio_add_cmake_project)

View File

@@ -3,12 +3,17 @@ project(GLEW)
find_package(OpenGL REQUIRED)
add_library(glew src/glew.c)
target_include_directories(glew PRIVATE include/)
target_link_libraries(glew PUBLIC OpenGL::GL)
if(OpenGL_EGL_FOUND)
message(STATUS "building GLEW for EGL (hope that wxWidgets agrees, otherwise you won't have any output!)")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DGLEW_EGL")
endif()
add_library(GLEW src/glew.c)
target_include_directories(GLEW PRIVATE include/)
target_link_libraries(GLEW PUBLIC OpenGL::GL)
if (NOT BUILD_SHARED_LIBS)
target_compile_definitions(glew PUBLIC GLEW_STATIC)
target_compile_definitions(GLEW PUBLIC GLEW_STATIC)
endif ()
include(GNUInstallDirs)
@@ -18,14 +23,12 @@ install(
${PROJECT_SOURCE_DIR}/include/GL/glew.h
${PROJECT_SOURCE_DIR}/include/GL/wglew.h
${PROJECT_SOURCE_DIR}/include/GL/glxew.h
${PROJECT_SOURCE_DIR}/include/GL/eglew.h
DESTINATION
${CMAKE_INSTALL_INCLUDEDIR}/GL
)
add_library(GLEW INTERFACE)
target_link_libraries(GLEW INTERFACE glew)
install(TARGETS glew GLEW
install(TARGETS GLEW GLEW
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}

View File

@@ -1,53 +1,82 @@
THIS IS NOT THE COMPLETE GLEW DISTRIBUTION. ONLY FILES NEEDED FOR COMPILING GLEW INTO SLIC3R WERE PUT INTO THE SLIC3R SOURCE DISTRIBUTION.
A CMAKE CONFIG EXPORT IS ADDED TO ENABLE FIND PACKAGE TO FIND DEBUG BUILD ON MSVC
# GLEW - The OpenGL Extension Wrangler Library
The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library. GLEW provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform. OpenGL core and extension functionality is exposed in a single header file. GLEW has been tested on a variety of operating systems, including Windows, Linux, Mac OS X, FreeBSD, Irix, and Solaris.
![](http://glew.sourceforge.net/glew.png)
http://glew.sourceforge.net/
https://github.com.cnpmjs.org/nigels-com/glew
https://github.com/nigels-com/glew
[![Build Status](https://travis-ci.org/nigels-com/glew.svg?branch=master)](https://travis-ci.org/nigels-com/glew)
[![Gitter](https://badges.gitter.im/nigels-com/glew.svg)](https://gitter.im/nigels-com/glew?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Download](https://img.shields.io/sourceforge/dm/glew.svg)](https://sourceforge.net/projects/glew/files/latest/download)
## Table of Contents
* [Downloads](#downloads)
* [Recent snapshots](#recent-snapshots)
* [Build](#build)
* [Linux and Mac](#linux-and-mac)
* [Using GNU Make](#using-gnu-make)
* [Install build tools](#install-build-tools)
* [Build](#build-1)
* [Linux EGL](#linux-egl)
* [Linux OSMesa](#linux-osmesa)
* [Linux mingw-w64](#linux-mingw-w64)
* [Using cmake](#using-cmake)
* [Install build tools](#install-build-tools-1)
* [Build](#build-2)
* [Windows](#windows)
* [Visual Studio](#visual-studio)
* [MSYS/Mingw](#msysmingw)
* [MSYS2/Mingw-w64](#msys2mingw-w64)
* [glewinfo](#glewinfo)
* [Code Generation](#code-generation)
* [Authors](#authors)
* [Contributions](#contributions)
* [Copyright and Licensing](#copyright-and-licensing)
## Downloads
Current release is [2.0.0](https://sourceforge.net/projects/glew/files/glew/2.0.0/).
Current release is [2.1.0](https://sourceforge.net/projects/glew/files/glew/2.1.0/).
[(Change Log)](http://glew.sourceforge.net/log.html)
Sources available as
[ZIP](https://sourceforge.net/projects/glew/files/glew/2.0.0/glew-2.0.0.zip/download) or
[TGZ](https://sourceforge.net/projects/glew/files/glew/2.0.0/glew-2.0.0.tgz/download).
Sources available as
[ZIP](https://sourceforge.net/projects/glew/files/glew/2.1.0/glew-2.1.0.zip/download) or
[TGZ](https://sourceforge.net/projects/glew/files/glew/2.1.0/glew-2.1.0.tgz/download).
Windows binaries for [32-bit and 64-bit](https://sourceforge.net/projects/glew/files/glew/2.0.0/glew-2.0.0-win32.zip/download).
Windows binaries for [32-bit and 64-bit](https://sourceforge.net/projects/glew/files/glew/2.1.0/glew-2.1.0-win32.zip/download).
### Recent snapshots
Snapshots may contain new features, bug-fixes or new OpenGL extensions ahead of tested, official releases.
[glew-20160708.tgz](http://sourceforge.net/projects/glew/files/glew/snapshots/glew-20160708.tgz/download)
*GLEW 2.0.0 RC: Core context, EGL support, no MX*
[glew-20200115.tgz](https://sourceforge.net/projects/glew/files/glew/snapshots/glew-20200115.tgz/download) *GLEW 2.2.0 RC3: fixes*
[glew-20160402.tgz](http://sourceforge.net/projects/glew/files/glew/snapshots/glew-20160402.tgz/download)
*GLEW 2.0.0 RC: Core context, EGL support, no MX*
[glew-20190928.tgz](https://sourceforge.net/projects/glew/files/glew/snapshots/glew-20190928.tgz/download) *GLEW 2.2.0 RC2: New extensions, bug fixes*
## Build
From a downloaded tarball or zip archive:
It is highly recommended to build from a tgz or zip release snapshot.
The code generation workflow is a complex brew of gnu make, perl and python, that works best on Linux or Mac.
The code generation is known to work on Windows using [MSYS2](https://www.msys2.org/).
For most end-users of GLEW the official releases are the best choice, with first class support.
### Linux and Mac
#### Using GNU Make
GNU make is the primary build system for GLEW, historically.
It includes targets for building the sources and headers, for maintenance purposes.
##### Install build tools
Debian/Ubuntu/Mint: `$ sudo apt-get install build-essential libxmu-dev libxi-dev libgl-dev libosmesa-dev git`
Debian/Ubuntu/Mint: `$ sudo apt-get install build-essential libxmu-dev libxi-dev libgl-dev`
RedHat/CentOS/Fedora: `$ sudo yum install libXmu-devel libXi-devel libGL-devel git`
RedHat/CentOS/Fedora: `$ sudo yum install libXmu-devel libXi-devel libGL-devel`
FreeBSD: `# pkg install xorg lang/gcc git cmake gmake bash python perl5`
##### Build
@@ -55,24 +84,46 @@ RedHat/CentOS/Fedora: `$ sudo yum install libXmu-devel libXi-devel libGL-devel
$ sudo make install
$ make clean
Targets: `all, glew.lib, glew.bin, clean, install, uninstall`
Targets: `all, glew.lib (sub-targets: glew.lib.shared, glew.lib.static), glew.bin, clean, install, uninstall`
Variables: `SYSTEM=linux-clang, GLEW_DEST=/usr/local, STRIP=`
_Note: you may need to call `make` in the **auto** folder first_
##### Linux EGL
$ sudo apt install libegl1-mesa-dev
$ make SYSTEM=linux-egl
##### Linux OSMesa
$ sudo apt install libosmesa-dev
$ make SYSTEM=linux-osmesa
##### Linux mingw-w64
$ sudo apt install mingw-w64
$ make SYSTEM=linux-mingw32
$ make SYSTEM=linux-mingw64
#### Using cmake
The cmake build is mostly contributer maintained.
Due to the multitude of use cases this is maintained on a _best effort_ basis.
Pull requests are welcome.
*CMake 2.8.12 or higher is required.*
##### Install build tools
Debian/Ubuntu/Mint: `$ sudo apt-get install build-essential libXmu-dev libXi-dev libgl-dev git cmake`
Debian/Ubuntu/Mint: `$ sudo apt-get install build-essential libxmu-dev libxi-dev libgl-dev cmake git`
RedHat/CentOS/Fedora: `$ sudo yum install libXmu-devel libXi-devel libGL-devel git cmake`
RedHat/CentOS/Fedora: `$ sudo yum install libXmu-devel libXi-devel libGL-devel cmake git`
##### Build
$ cd build
$ cmake ./cmake
$ cmake ./cmake
$ make -j4
| Target | Description |
@@ -96,9 +147,9 @@ RedHat/CentOS/Fedora: `$ sudo yum install libXmu-devel libXi-devel libGL-devel g
#### Visual Studio
Use the provided Visual Studio project file in build/vc12/
Use the provided Visual Studio project file in build/vc15/
Projects for vc6 and vc10 are also provided
Projects for vc6, vc10, vc12 and vc14 are also provided
#### MSYS/Mingw
@@ -118,7 +169,7 @@ Available from [Msys2](http://msys2.github.io/) and/or [Mingw-w64](http://mingw-
Requirements: bash, make, gcc
$ pacman -S gcc make mingw-w64-i686-gcc mingw-w64-x86_64-gcc
$ pacman -S gcc make mingw-w64-i686-gcc mingw-w64-x86_64-gcc
$ make
$ make install
$ make install.all
@@ -128,8 +179,8 @@ Alternative toolchain: `SYSTEM=msys, SYSTEM=msys-win32, SYSTEM=msys-win64`
## glewinfo
`glewinfo` is a command-line tool useful for inspecting the capabilities of an
OpenGL implementation and GLEW support for that. Please include the output of
`glewinfo` with bug reports, as appropriate.
OpenGL implementation and GLEW support for that. Please include `glewinfo.txt`
with bug reports, as appropriate.
---------------------------
GLEW Extension Info
@@ -149,12 +200,12 @@ OpenGL implementation and GLEW support for that. Please include the output of
glDrawRangeElements: OK
glTexImage3D: OK
glTexSubImage3D: OK
...
## Code Generation
A Unix or Mac environment is neded for building GLEW from scratch to
A Unix or Mac environment is needed for building GLEW from scratch to
include new extensions, or customize the code generation. The extension
data is regenerated from the top level source directory with:
@@ -165,32 +216,43 @@ download a pre-generated (unsupported) snapshot:
https://sourceforge.net/projects/glew/files/glew/snapshots/
Travis-built snapshots are also available:
https://glew.s3.amazonaws.com/index.html
## Authors
GLEW is currently maintained by [Nigel Stewart](https://github.com.cnpmjs.org/nigels-com)
GLEW is currently maintained by [Nigel Stewart](https://github.com/nigels-com)
with bug fixes, new OpenGL extension support and new releases.
GLEW was developed by [Milan Ikits](http://www.cs.utah.edu/~ikits/)
and [Marcelo Magallon](http://wwwvis.informatik.uni-stuttgart.de/~magallon/).
Aaron Lefohn, Joe Kniss, and Chris Wyman were the first users and also
assisted with the design and debugging process.
assisted with the design and debugging process.
The acronym GLEW originates from Aaron Lefohn.
Pasi K&auml;rkk&auml;inen identified and fixed several problems with
GLX and SDL. Nate Robins created the `wglinfo` utility, to
which modifications were made by Michael Wimmer.
which modifications were made by Michael Wimmer.
## Contributions
GLEW welcomes community contributions. Typically these are co-ordinated
via [Issues](https://github.com/nigels-com/glew/issues) or
[Pull Requests](https://github.com/nigels-com/glew/pulls) in the
GitHub web interface.
Be sure to mention platform and compiler toolchain details when filing
a bug report. The output of `glewinfo` can be quite useful for discussion
also.
Generally GLEW is usually released once a year, around the time of the Siggraph
computer graphics conference. If you're not using the current release
version of GLEW, be sure to check if the issue or bug is fixed there.
## Copyright and Licensing
GLEW is originally derived from the EXTGL project by Lev Povalahev.
The source code is licensed under the
[Modified BSD License](http://glew.sourceforge.net/glew.txt), the
The source code is licensed under the
[Modified BSD License](http://glew.sourceforge.net/glew.txt), the
[Mesa 3-D License](http://glew.sourceforge.net/mesa.txt) (MIT) and the
[Khronos License](http://glew.sourceforge.net/khronos.txt) (MIT).
The automatic code generation scripts are released under the
The automatic code generation scripts are released under the
[GNU GPL](http://glew.sourceforge.net/gpl.txt).

View File

@@ -1 +1 @@
1.13.0
2.2.0

3051
deps/GLEW/glew/include/GL/eglew.h vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
/*
** The OpenGL Extension Wrangler Library
** Copyright (C) 2008-2015, Nigel Stewart <nigels[]users sourceforge net>
** Copyright (C) 2008-2019, Nigel Stewart <nigels[]users sourceforge net>
** Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org>
** Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org>
** Copyright (C) 2002, Lev Povalahev
@@ -98,7 +98,12 @@
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xmd.h>
#include <GL/glew.h>
#ifndef GLEW_INCLUDE
# include <GL/glew.h>
#else
# include GLEW_INCLUDE
#endif
#ifdef __cplusplus
extern "C" {
@@ -392,7 +397,7 @@ typedef Bool ( * PFNGLXMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (GLXContext ctx);
#ifndef GLX_ARB_context_flush_control
#define GLX_ARB_context_flush_control 1
#define GLX_CONTEXT_RELEASE_BEHAVIOR_NONE_ARB 0x0000
#define GLX_CONTEXT_RELEASE_BEHAVIOR_NONE_ARB 0
#define GLX_CONTEXT_RELEASE_BEHAVIOR_ARB 0x2097
#define GLX_CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARB 0x2098
@@ -405,13 +410,13 @@ typedef Bool ( * PFNGLXMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (GLXContext ctx);
#ifndef GLX_ARB_create_context
#define GLX_ARB_create_context 1
#define GLX_CONTEXT_DEBUG_BIT_ARB 0x0001
#define GLX_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB 0x0002
#define GLX_CONTEXT_DEBUG_BIT_ARB 0x00000001
#define GLX_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB 0x00000002
#define GLX_CONTEXT_MAJOR_VERSION_ARB 0x2091
#define GLX_CONTEXT_MINOR_VERSION_ARB 0x2092
#define GLX_CONTEXT_FLAGS_ARB 0x2094
typedef GLXContext ( * PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display* dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
typedef GLXContext ( * PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display* dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int* attrib_list);
#define glXCreateContextAttribsARB GLXEW_GET_FUN(__glewXCreateContextAttribsARB)
@@ -419,6 +424,17 @@ typedef GLXContext ( * PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display* dpy, GLXFBCo
#endif /* GLX_ARB_create_context */
/* -------------------- GLX_ARB_create_context_no_error -------------------- */
#ifndef GLX_ARB_create_context_no_error
#define GLX_ARB_create_context_no_error 1
#define GLX_CONTEXT_OPENGL_NO_ERROR_ARB 0x31B3
#define GLXEW_ARB_create_context_no_error GLXEW_GET_VAR(__GLXEW_ARB_create_context_no_error)
#endif /* GLX_ARB_create_context_no_error */
/* --------------------- GLX_ARB_create_context_profile -------------------- */
#ifndef GLX_ARB_create_context_profile
@@ -600,6 +616,20 @@ typedef void ( * PFNGLXRELEASETEXIMAGEATIPROC) (Display *dpy, GLXPbuffer pbuf, i
#endif /* GLX_EXT_buffer_age */
/* ------------------------ GLX_EXT_context_priority ----------------------- */
#ifndef GLX_EXT_context_priority
#define GLX_EXT_context_priority 1
#define GLX_CONTEXT_PRIORITY_LEVEL_EXT 0x3100
#define GLX_CONTEXT_PRIORITY_HIGH_EXT 0x3101
#define GLX_CONTEXT_PRIORITY_MEDIUM_EXT 0x3102
#define GLX_CONTEXT_PRIORITY_LOW_EXT 0x3103
#define GLXEW_EXT_context_priority GLXEW_GET_VAR(__GLXEW_EXT_context_priority)
#endif /* GLX_EXT_context_priority */
/* ------------------- GLX_EXT_create_context_es2_profile ------------------ */
#ifndef GLX_EXT_create_context_es2_profile
@@ -658,11 +688,13 @@ typedef XID GLXContextID;
typedef void ( * PFNGLXFREECONTEXTEXTPROC) (Display* dpy, GLXContext context);
typedef GLXContextID ( * PFNGLXGETCONTEXTIDEXTPROC) (const GLXContext context);
typedef Display* ( * PFNGLXGETCURRENTDISPLAYEXTPROC) (void);
typedef GLXContext ( * PFNGLXIMPORTCONTEXTEXTPROC) (Display* dpy, GLXContextID contextID);
typedef int ( * PFNGLXQUERYCONTEXTINFOEXTPROC) (Display* dpy, GLXContext context, int attribute,int *value);
typedef int ( * PFNGLXQUERYCONTEXTINFOEXTPROC) (Display* dpy, GLXContext context, int attribute, int* value);
#define glXFreeContextEXT GLXEW_GET_FUN(__glewXFreeContextEXT)
#define glXGetContextIDEXT GLXEW_GET_FUN(__glewXGetContextIDEXT)
#define glXGetCurrentDisplayEXT GLXEW_GET_FUN(__glewXGetCurrentDisplayEXT)
#define glXImportContextEXT GLXEW_GET_FUN(__glewXImportContextEXT)
#define glXQueryContextInfoEXT GLXEW_GET_FUN(__glewXQueryContextInfoEXT)
@@ -670,6 +702,26 @@ typedef int ( * PFNGLXQUERYCONTEXTINFOEXTPROC) (Display* dpy, GLXContext context
#endif /* GLX_EXT_import_context */
/* ---------------------------- GLX_EXT_libglvnd --------------------------- */
#ifndef GLX_EXT_libglvnd
#define GLX_EXT_libglvnd 1
#define GLX_VENDOR_NAMES_EXT 0x20F6
#define GLXEW_EXT_libglvnd GLXEW_GET_VAR(__GLXEW_EXT_libglvnd)
#endif /* GLX_EXT_libglvnd */
/* ----------------------- GLX_EXT_no_config_context ----------------------- */
#ifndef GLX_EXT_no_config_context
#define GLX_EXT_no_config_context 1
#define GLXEW_EXT_no_config_context GLXEW_GET_VAR(__GLXEW_EXT_no_config_context)
#endif /* GLX_EXT_no_config_context */
/* -------------------------- GLX_EXT_scene_marker ------------------------- */
#ifndef GLX_EXT_scene_marker
@@ -741,8 +793,10 @@ typedef void ( * PFNGLXSWAPINTERVALEXTPROC) (Display* dpy, GLXDrawable drawable,
#define GLX_TEXTURE_1D_EXT 0x20DB
#define GLX_TEXTURE_2D_EXT 0x20DC
#define GLX_TEXTURE_RECTANGLE_EXT 0x20DD
#define GLX_FRONT_EXT 0x20DE
#define GLX_FRONT_LEFT_EXT 0x20DE
#define GLX_FRONT_RIGHT_EXT 0x20DF
#define GLX_BACK_EXT 0x20E0
#define GLX_BACK_LEFT_EXT 0x20E0
#define GLX_BACK_RIGHT_EXT 0x20E1
#define GLX_AUX0_EXT 0x20E2
@@ -756,8 +810,8 @@ typedef void ( * PFNGLXSWAPINTERVALEXTPROC) (Display* dpy, GLXDrawable drawable,
#define GLX_AUX8_EXT 0x20EA
#define GLX_AUX9_EXT 0x20EB
typedef void ( * PFNGLXBINDTEXIMAGEEXTPROC) (Display* display, GLXDrawable drawable, int buffer, const int *attrib_list);
typedef void ( * PFNGLXRELEASETEXIMAGEEXTPROC) (Display* display, GLXDrawable drawable, int buffer);
typedef void ( * PFNGLXBINDTEXIMAGEEXTPROC) (Display* dpy, GLXDrawable drawable, int buffer, const int* attrib_list);
typedef void ( * PFNGLXRELEASETEXIMAGEEXTPROC) (Display* dpy, GLXDrawable drawable, int buffer);
#define glXBindTexImageEXT GLXEW_GET_FUN(__glewXBindTexImageEXT)
#define glXReleaseTexImageEXT GLXEW_GET_FUN(__glewXReleaseTexImageEXT)
@@ -850,7 +904,7 @@ typedef void ( * PFNGLXCOPYSUBBUFFERMESAPROC) (Display* dpy, GLXDrawable drawabl
#ifndef GLX_MESA_pixmap_colormap
#define GLX_MESA_pixmap_colormap 1
typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPMESAPROC) (Display* dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPMESAPROC) (Display* dpy, XVisualInfo* visual, Pixmap pixmap, Colormap cmap);
#define glXCreateGLXPixmapMESA GLXEW_GET_FUN(__glewXCreateGLXPixmapMESA)
@@ -874,12 +928,11 @@ typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPMESAPROC) (Display* dpy, XVisualInfo
#define GLX_RENDERER_OPENGL_COMPATIBILITY_PROFILE_VERSION_MESA 0x818B
#define GLX_RENDERER_OPENGL_ES_PROFILE_VERSION_MESA 0x818C
#define GLX_RENDERER_OPENGL_ES2_PROFILE_VERSION_MESA 0x818D
#define GLX_RENDERER_ID_MESA 0x818E
typedef Bool ( * PFNGLXQUERYCURRENTRENDERERINTEGERMESAPROC) (int attribute, unsigned int* value);
typedef const char* ( * PFNGLXQUERYCURRENTRENDERERSTRINGMESAPROC) (int attribute);
typedef Bool ( * PFNGLXQUERYRENDERERINTEGERMESAPROC) (Display* dpy, int screen, int renderer, int attribute, unsigned int *value);
typedef const char* ( * PFNGLXQUERYRENDERERSTRINGMESAPROC) (Display *dpy, int screen, int renderer, int attribute);
typedef Bool ( * PFNGLXQUERYRENDERERINTEGERMESAPROC) (Display* dpy, int screen, int renderer, int attribute, unsigned int* value);
typedef const char* ( * PFNGLXQUERYRENDERERSTRINGMESAPROC) (Display* dpy, int screen, int renderer, int attribute);
#define glXQueryCurrentRendererIntegerMESA GLXEW_GET_FUN(__glewXQueryCurrentRendererIntegerMESA)
#define glXQueryCurrentRendererStringMESA GLXEW_GET_FUN(__glewXQueryCurrentRendererStringMESA)
@@ -895,7 +948,7 @@ typedef const char* ( * PFNGLXQUERYRENDERERSTRINGMESAPROC) (Display *dpy, int sc
#ifndef GLX_MESA_release_buffers
#define GLX_MESA_release_buffers 1
typedef Bool ( * PFNGLXRELEASEBUFFERSMESAPROC) (Display* dpy, GLXDrawable d);
typedef Bool ( * PFNGLXRELEASEBUFFERSMESAPROC) (Display* dpy, GLXDrawable drawable);
#define glXReleaseBuffersMESA GLXEW_GET_FUN(__glewXReleaseBuffersMESA)
@@ -986,6 +1039,21 @@ typedef Bool ( * PFNGLXDELAYBEFORESWAPNVPROC) (Display* dpy, GLXDrawable drawabl
#endif /* GLX_NV_float_buffer */
/* ------------------------ GLX_NV_multigpu_context ------------------------ */
#ifndef GLX_NV_multigpu_context
#define GLX_NV_multigpu_context 1
#define GLX_CONTEXT_MULTIGPU_ATTRIB_NV 0x20AA
#define GLX_CONTEXT_MULTIGPU_ATTRIB_SINGLE_NV 0x20AB
#define GLX_CONTEXT_MULTIGPU_ATTRIB_AFR_NV 0x20AC
#define GLX_CONTEXT_MULTIGPU_ATTRIB_MULTICAST_NV 0x20AD
#define GLX_CONTEXT_MULTIGPU_ATTRIB_MULTI_DISPLAY_MULTICAST_NV 0x20AE
#define GLXEW_NV_multigpu_context GLXEW_GET_VAR(__GLXEW_NV_multigpu_context)
#endif /* GLX_NV_multigpu_context */
/* ---------------------- GLX_NV_multisample_coverage ---------------------- */
#ifndef GLX_NV_multisample_coverage
@@ -1005,8 +1073,8 @@ typedef Bool ( * PFNGLXDELAYBEFORESWAPNVPROC) (Display* dpy, GLXDrawable drawabl
#define GLX_NUM_VIDEO_SLOTS_NV 0x20F0
typedef int ( * PFNGLXBINDVIDEODEVICENVPROC) (Display* dpy, unsigned int video_slot, unsigned int video_device, const int *attrib_list);
typedef unsigned int* ( * PFNGLXENUMERATEVIDEODEVICESNVPROC) (Display *dpy, int screen, int *nelements);
typedef int ( * PFNGLXBINDVIDEODEVICENVPROC) (Display* dpy, unsigned int video_slot, unsigned int video_device, const int* attrib_list);
typedef unsigned int* ( * PFNGLXENUMERATEVIDEODEVICESNVPROC) (Display* dpy, int screen, int* nelements);
#define glXBindVideoDeviceNV GLXEW_GET_FUN(__glewXBindVideoDeviceNV)
#define glXEnumerateVideoDevicesNV GLXEW_GET_FUN(__glewXEnumerateVideoDevicesNV)
@@ -1015,6 +1083,17 @@ typedef unsigned int* ( * PFNGLXENUMERATEVIDEODEVICESNVPROC) (Display *dpy, int
#endif /* GLX_NV_present_video */
/* ------------------ GLX_NV_robustness_video_memory_purge ----------------- */
#ifndef GLX_NV_robustness_video_memory_purge
#define GLX_NV_robustness_video_memory_purge 1
#define GLX_GENERATE_RESET_ON_VIDEO_MEMORY_PURGE_NV 0x20F7
#define GLXEW_NV_robustness_video_memory_purge GLXEW_GET_VAR(__GLXEW_NV_robustness_video_memory_purge)
#endif /* GLX_NV_robustness_video_memory_purge */
/* --------------------------- GLX_NV_swap_group --------------------------- */
#ifndef GLX_NV_swap_group
@@ -1022,9 +1101,9 @@ typedef unsigned int* ( * PFNGLXENUMERATEVIDEODEVICESNVPROC) (Display *dpy, int
typedef Bool ( * PFNGLXBINDSWAPBARRIERNVPROC) (Display* dpy, GLuint group, GLuint barrier);
typedef Bool ( * PFNGLXJOINSWAPGROUPNVPROC) (Display* dpy, GLXDrawable drawable, GLuint group);
typedef Bool ( * PFNGLXQUERYFRAMECOUNTNVPROC) (Display* dpy, int screen, GLuint *count);
typedef Bool ( * PFNGLXQUERYMAXSWAPGROUPSNVPROC) (Display* dpy, int screen, GLuint *maxGroups, GLuint *maxBarriers);
typedef Bool ( * PFNGLXQUERYSWAPGROUPNVPROC) (Display* dpy, GLXDrawable drawable, GLuint *group, GLuint *barrier);
typedef Bool ( * PFNGLXQUERYFRAMECOUNTNVPROC) (Display* dpy, int screen, GLuint* count);
typedef Bool ( * PFNGLXQUERYMAXSWAPGROUPSNVPROC) (Display* dpy, int screen, GLuint* maxGroups, GLuint* maxBarriers);
typedef Bool ( * PFNGLXQUERYSWAPGROUPNVPROC) (Display* dpy, GLXDrawable drawable, GLuint* group, GLuint* barrier);
typedef Bool ( * PFNGLXRESETFRAMECOUNTNVPROC) (Display* dpy, int screen);
#define glXBindSwapBarrierNV GLXEW_GET_FUN(__glewXBindSwapBarrierNV)
@@ -1065,9 +1144,9 @@ typedef void ( * PFNGLXFREEMEMORYNVPROC) (void *pointer);
typedef XID GLXVideoCaptureDeviceNV;
typedef int ( * PFNGLXBINDVIDEOCAPTUREDEVICENVPROC) (Display* dpy, unsigned int video_capture_slot, GLXVideoCaptureDeviceNV device);
typedef GLXVideoCaptureDeviceNV * ( * PFNGLXENUMERATEVIDEOCAPTUREDEVICESNVPROC) (Display* dpy, int screen, int *nelements);
typedef GLXVideoCaptureDeviceNV* ( * PFNGLXENUMERATEVIDEOCAPTUREDEVICESNVPROC) (Display* dpy, int screen, int* nelements);
typedef void ( * PFNGLXLOCKVIDEOCAPTUREDEVICENVPROC) (Display* dpy, GLXVideoCaptureDeviceNV device);
typedef int ( * PFNGLXQUERYVIDEOCAPTUREDEVICENVPROC) (Display* dpy, GLXVideoCaptureDeviceNV device, int attribute, int *value);
typedef int ( * PFNGLXQUERYVIDEOCAPTUREDEVICENVPROC) (Display* dpy, GLXVideoCaptureDeviceNV device, int attribute, int* value);
typedef void ( * PFNGLXRELEASEVIDEOCAPTUREDEVICENVPROC) (Display* dpy, GLXVideoCaptureDeviceNV device);
#define glXBindVideoCaptureDeviceNV GLXEW_GET_FUN(__glewXBindVideoCaptureDeviceNV)
@@ -1097,11 +1176,11 @@ typedef void ( * PFNGLXRELEASEVIDEOCAPTUREDEVICENVPROC) (Display* dpy, GLXVideoC
#define GLX_VIDEO_OUT_STACKED_FIELDS_2_1_NV 0x20CC
typedef int ( * PFNGLXBINDVIDEOIMAGENVPROC) (Display* dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
typedef int ( * PFNGLXGETVIDEODEVICENVPROC) (Display* dpy, int screen, int numVideoDevices, GLXVideoDeviceNV *pVideoDevice);
typedef int ( * PFNGLXGETVIDEOINFONVPROC) (Display* dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo);
typedef int ( * PFNGLXGETVIDEODEVICENVPROC) (Display* dpy, int screen, int numVideoDevices, GLXVideoDeviceNV* pVideoDevice);
typedef int ( * PFNGLXGETVIDEOINFONVPROC) (Display* dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long* pulCounterOutputPbuffer, unsigned long* pulCounterOutputVideo);
typedef int ( * PFNGLXRELEASEVIDEODEVICENVPROC) (Display* dpy, int screen, GLXVideoDeviceNV VideoDevice);
typedef int ( * PFNGLXRELEASEVIDEOIMAGENVPROC) (Display* dpy, GLXPbuffer pbuf);
typedef int ( * PFNGLXSENDPBUFFERTOVIDEONVPROC) (Display* dpy, GLXPbuffer pbuf, int iBufferType, unsigned long *pulCounterPbuffer, GLboolean bBlock);
typedef int ( * PFNGLXSENDPBUFFERTOVIDEONVPROC) (Display* dpy, GLXPbuffer pbuf, int iBufferType, unsigned long* pulCounterPbuffer, GLboolean bBlock);
#define glXBindVideoImageNV GLXEW_GET_FUN(__glewXBindVideoImageNV)
#define glXGetVideoDeviceNV GLXEW_GET_FUN(__glewXGetVideoDeviceNV)
@@ -1213,12 +1292,12 @@ typedef Bool ( * PFNGLXWAITFORSBCOMLPROC) (Display* dpy, GLXDrawable drawable, i
typedef XID GLXFBConfigIDSGIX;
typedef struct __GLXFBConfigRec *GLXFBConfigSGIX;
typedef GLXFBConfigSGIX* ( * PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);
typedef GLXContext ( * PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display* dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display* dpy, GLXFBConfig config, Pixmap pixmap);
typedef int ( * PFNGLXGETFBCONFIGATTRIBSGIXPROC) (Display* dpy, GLXFBConfigSGIX config, int attribute, int *value);
typedef GLXFBConfigSGIX ( * PFNGLXGETFBCONFIGFROMVISUALSGIXPROC) (Display* dpy, XVisualInfo *vis);
typedef XVisualInfo* ( * PFNGLXGETVISUALFROMFBCONFIGSGIXPROC) (Display *dpy, GLXFBConfig config);
typedef GLXFBConfigSGIX* ( * PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display* dpy, int screen, int* attrib_list, int* nelements);
typedef GLXContext ( * PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display* dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display* dpy, GLXFBConfigSGIX config, Pixmap pixmap);
typedef int ( * PFNGLXGETFBCONFIGATTRIBSGIXPROC) (Display* dpy, GLXFBConfigSGIX config, int attribute, int* value);
typedef GLXFBConfigSGIX ( * PFNGLXGETFBCONFIGFROMVISUALSGIXPROC) (Display* dpy, XVisualInfo* vis);
typedef XVisualInfo* ( * PFNGLXGETVISUALFROMFBCONFIGSGIXPROC) (Display* dpy, GLXFBConfigSGIX config);
#define glXChooseFBConfigSGIX GLXEW_GET_FUN(__glewXChooseFBConfigSGIX)
#define glXCreateContextWithConfigSGIX GLXEW_GET_FUN(__glewXCreateContextWithConfigSGIX)
@@ -1332,10 +1411,10 @@ typedef GLXHyperpipeNetworkSGIX * ( * PFNGLXQUERYHYPERPIPENETWORKSGIXPROC) (Disp
typedef XID GLXPbufferSGIX;
typedef struct { int type; unsigned long serial; Bool send_event; Display *display; GLXDrawable drawable; int event_type; int draw_type; unsigned int mask; int x, y; int width, height; int count; } GLXBufferClobberEventSGIX;
typedef GLXPbuffer ( * PFNGLXCREATEGLXPBUFFERSGIXPROC) (Display* dpy, GLXFBConfig config, unsigned int width, unsigned int height, int *attrib_list);
typedef void ( * PFNGLXDESTROYGLXPBUFFERSGIXPROC) (Display* dpy, GLXPbuffer pbuf);
typedef void ( * PFNGLXGETSELECTEDEVENTSGIXPROC) (Display* dpy, GLXDrawable drawable, unsigned long *mask);
typedef void ( * PFNGLXQUERYGLXPBUFFERSGIXPROC) (Display* dpy, GLXPbuffer pbuf, int attribute, unsigned int *value);
typedef GLXPbufferSGIX ( * PFNGLXCREATEGLXPBUFFERSGIXPROC) (Display* dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int* attrib_list);
typedef void ( * PFNGLXDESTROYGLXPBUFFERSGIXPROC) (Display* dpy, GLXPbufferSGIX pbuf);
typedef void ( * PFNGLXGETSELECTEDEVENTSGIXPROC) (Display* dpy, GLXDrawable drawable, unsigned long* mask);
typedef void ( * PFNGLXQUERYGLXPBUFFERSGIXPROC) (Display* dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int* value);
typedef void ( * PFNGLXSELECTEVENTSGIXPROC) (Display* dpy, GLXDrawable drawable, unsigned long mask);
#define glXCreateGLXPbufferSGIX GLXEW_GET_FUN(__glewXCreateGLXPbufferSGIX)
@@ -1353,8 +1432,8 @@ typedef void ( * PFNGLXSELECTEVENTSGIXPROC) (Display* dpy, GLXDrawable drawable,
#ifndef GLX_SGIX_swap_barrier
#define GLX_SGIX_swap_barrier 1
typedef void ( * PFNGLXBINDSWAPBARRIERSGIXPROC) (Display *dpy, GLXDrawable drawable, int barrier);
typedef Bool ( * PFNGLXQUERYMAXSWAPBARRIERSSGIXPROC) (Display *dpy, int screen, int *max);
typedef void ( * PFNGLXBINDSWAPBARRIERSGIXPROC) (Display* dpy, GLXDrawable drawable, int barrier);
typedef Bool ( * PFNGLXQUERYMAXSWAPBARRIERSSGIXPROC) (Display* dpy, int screen, int* max);
#define glXBindSwapBarrierSGIX GLXEW_GET_FUN(__glewXBindSwapBarrierSGIX)
#define glXQueryMaxSwapBarriersSGIX GLXEW_GET_FUN(__glewXQueryMaxSwapBarriersSGIX)
@@ -1368,7 +1447,7 @@ typedef Bool ( * PFNGLXQUERYMAXSWAPBARRIERSSGIXPROC) (Display *dpy, int screen,
#ifndef GLX_SGIX_swap_group
#define GLX_SGIX_swap_group 1
typedef void ( * PFNGLXJOINSWAPGROUPSGIXPROC) (Display *dpy, GLXDrawable drawable, GLXDrawable member);
typedef void ( * PFNGLXJOINSWAPGROUPSGIXPROC) (Display* dpy, GLXDrawable drawable, GLXDrawable member);
#define glXJoinSwapGroupSGIX GLXEW_GET_FUN(__glewXJoinSwapGroupSGIX)
@@ -1387,8 +1466,8 @@ typedef void ( * PFNGLXJOINSWAPGROUPSGIXPROC) (Display *dpy, GLXDrawable drawabl
typedef int ( * PFNGLXBINDCHANNELTOWINDOWSGIXPROC) (Display* display, int screen, int channel, Window window);
typedef int ( * PFNGLXCHANNELRECTSGIXPROC) (Display* display, int screen, int channel, int x, int y, int w, int h);
typedef int ( * PFNGLXCHANNELRECTSYNCSGIXPROC) (Display* display, int screen, int channel, GLenum synctype);
typedef int ( * PFNGLXQUERYCHANNELDELTASSGIXPROC) (Display* display, int screen, int channel, int *x, int *y, int *w, int *h);
typedef int ( * PFNGLXQUERYCHANNELRECTSGIXPROC) (Display* display, int screen, int channel, int *dx, int *dy, int *dw, int *dh);
typedef int ( * PFNGLXQUERYCHANNELDELTASSGIXPROC) (Display* display, int screen, int channel, int* x, int* y, int* w, int* h);
typedef int ( * PFNGLXQUERYCHANNELRECTSGIXPROC) (Display* display, int screen, int channel, int* dx, int* dy, int* dw, int* dh);
#define glXBindChannelToWindowSGIX GLXEW_GET_FUN(__glewXBindChannelToWindowSGIX)
#define glXChannelRectSGIX GLXEW_GET_FUN(__glewXChannelRectSGIX)
@@ -1472,7 +1551,7 @@ typedef int ( * PFNGLXWAITVIDEOSYNCSGIPROC) (int divisor, int remainder, unsigne
#ifndef GLX_SUN_get_transparent_index
#define GLX_SUN_get_transparent_index 1
typedef Status ( * PFNGLXGETTRANSPARENTINDEXSUNPROC) (Display* dpy, Window overlay, Window underlay, unsigned long *pTransparentIndex);
typedef Status ( * PFNGLXGETTRANSPARENTINDEXSUNPROC) (Display* dpy, Window overlay, Window underlay, unsigned long* pTransparentIndex);
#define glXGetTransparentIndexSUN GLXEW_GET_FUN(__glewXGetTransparentIndexSUN)
@@ -1500,13 +1579,8 @@ typedef int ( * PFNGLXVIDEORESIZESUNPROC) (Display* display, GLXDrawable window,
/* ------------------------------------------------------------------------- */
#ifdef GLEW_MX
#define GLXEW_FUN_EXPORT GLEW_FUN_EXPORT
#define GLXEW_VAR_EXPORT
#else
#define GLXEW_FUN_EXPORT GLEW_FUN_EXPORT
#define GLXEW_VAR_EXPORT GLEW_VAR_EXPORT
#endif /* GLEW_MX */
GLXEW_FUN_EXPORT PFNGLXGETCURRENTDISPLAYPROC __glewXGetCurrentDisplay;
@@ -1546,6 +1620,7 @@ GLXEW_FUN_EXPORT PFNGLXRELEASETEXIMAGEATIPROC __glewXReleaseTexImageATI;
GLXEW_FUN_EXPORT PFNGLXFREECONTEXTEXTPROC __glewXFreeContextEXT;
GLXEW_FUN_EXPORT PFNGLXGETCONTEXTIDEXTPROC __glewXGetContextIDEXT;
GLXEW_FUN_EXPORT PFNGLXGETCURRENTDISPLAYEXTPROC __glewXGetCurrentDisplayEXT;
GLXEW_FUN_EXPORT PFNGLXIMPORTCONTEXTEXTPROC __glewXImportContextEXT;
GLXEW_FUN_EXPORT PFNGLXQUERYCONTEXTINFOEXTPROC __glewXQueryContextInfoEXT;
@@ -1658,12 +1733,6 @@ GLXEW_FUN_EXPORT PFNGLXGETTRANSPARENTINDEXSUNPROC __glewXGetTransparentIndexSUN;
GLXEW_FUN_EXPORT PFNGLXGETVIDEORESIZESUNPROC __glewXGetVideoResizeSUN;
GLXEW_FUN_EXPORT PFNGLXVIDEORESIZESUNPROC __glewXVideoResizeSUN;
#if defined(GLEW_MX)
struct GLXEWContextStruct
{
#endif /* GLEW_MX */
GLXEW_VAR_EXPORT GLboolean __GLXEW_VERSION_1_0;
GLXEW_VAR_EXPORT GLboolean __GLXEW_VERSION_1_1;
GLXEW_VAR_EXPORT GLboolean __GLXEW_VERSION_1_2;
@@ -1673,6 +1742,7 @@ GLXEW_VAR_EXPORT GLboolean __GLXEW_3DFX_multisample;
GLXEW_VAR_EXPORT GLboolean __GLXEW_AMD_gpu_association;
GLXEW_VAR_EXPORT GLboolean __GLXEW_ARB_context_flush_control;
GLXEW_VAR_EXPORT GLboolean __GLXEW_ARB_create_context;
GLXEW_VAR_EXPORT GLboolean __GLXEW_ARB_create_context_no_error;
GLXEW_VAR_EXPORT GLboolean __GLXEW_ARB_create_context_profile;
GLXEW_VAR_EXPORT GLboolean __GLXEW_ARB_create_context_robustness;
GLXEW_VAR_EXPORT GLboolean __GLXEW_ARB_fbconfig_float;
@@ -1685,11 +1755,14 @@ GLXEW_VAR_EXPORT GLboolean __GLXEW_ARB_vertex_buffer_object;
GLXEW_VAR_EXPORT GLboolean __GLXEW_ATI_pixel_format_float;
GLXEW_VAR_EXPORT GLboolean __GLXEW_ATI_render_texture;
GLXEW_VAR_EXPORT GLboolean __GLXEW_EXT_buffer_age;
GLXEW_VAR_EXPORT GLboolean __GLXEW_EXT_context_priority;
GLXEW_VAR_EXPORT GLboolean __GLXEW_EXT_create_context_es2_profile;
GLXEW_VAR_EXPORT GLboolean __GLXEW_EXT_create_context_es_profile;
GLXEW_VAR_EXPORT GLboolean __GLXEW_EXT_fbconfig_packed_float;
GLXEW_VAR_EXPORT GLboolean __GLXEW_EXT_framebuffer_sRGB;
GLXEW_VAR_EXPORT GLboolean __GLXEW_EXT_import_context;
GLXEW_VAR_EXPORT GLboolean __GLXEW_EXT_libglvnd;
GLXEW_VAR_EXPORT GLboolean __GLXEW_EXT_no_config_context;
GLXEW_VAR_EXPORT GLboolean __GLXEW_EXT_scene_marker;
GLXEW_VAR_EXPORT GLboolean __GLXEW_EXT_stereo_tree;
GLXEW_VAR_EXPORT GLboolean __GLXEW_EXT_swap_control;
@@ -1709,8 +1782,10 @@ GLXEW_VAR_EXPORT GLboolean __GLXEW_NV_copy_buffer;
GLXEW_VAR_EXPORT GLboolean __GLXEW_NV_copy_image;
GLXEW_VAR_EXPORT GLboolean __GLXEW_NV_delay_before_swap;
GLXEW_VAR_EXPORT GLboolean __GLXEW_NV_float_buffer;
GLXEW_VAR_EXPORT GLboolean __GLXEW_NV_multigpu_context;
GLXEW_VAR_EXPORT GLboolean __GLXEW_NV_multisample_coverage;
GLXEW_VAR_EXPORT GLboolean __GLXEW_NV_present_video;
GLXEW_VAR_EXPORT GLboolean __GLXEW_NV_robustness_video_memory_purge;
GLXEW_VAR_EXPORT GLboolean __GLXEW_NV_swap_group;
GLXEW_VAR_EXPORT GLboolean __GLXEW_NV_vertex_array_range;
GLXEW_VAR_EXPORT GLboolean __GLXEW_NV_video_capture;
@@ -1734,34 +1809,18 @@ GLXEW_VAR_EXPORT GLboolean __GLXEW_SGI_swap_control;
GLXEW_VAR_EXPORT GLboolean __GLXEW_SGI_video_sync;
GLXEW_VAR_EXPORT GLboolean __GLXEW_SUN_get_transparent_index;
GLXEW_VAR_EXPORT GLboolean __GLXEW_SUN_video_resize;
#ifdef GLEW_MX
}; /* GLXEWContextStruct */
#endif /* GLEW_MX */
/* ------------------------------------------------------------------------ */
#ifdef GLEW_MX
typedef struct GLXEWContextStruct GLXEWContext;
GLEWAPI GLenum GLEWAPIENTRY glxewContextInit (GLXEWContext *ctx);
GLEWAPI GLboolean GLEWAPIENTRY glxewContextIsSupported (const GLXEWContext *ctx, const char *name);
#define glxewInit() glxewContextInit(glxewGetContext())
#define glxewIsSupported(x) glxewContextIsSupported(glxewGetContext(), x)
#define GLXEW_GET_VAR(x) (*(const GLboolean*)&(glxewGetContext()->x))
#define GLXEW_GET_FUN(x) x
#else /* GLEW_MX */
GLEWAPI GLenum GLEWAPIENTRY glxewInit ();
GLEWAPI GLboolean GLEWAPIENTRY glxewIsSupported (const char *name);
#ifndef GLXEW_GET_VAR
#define GLXEW_GET_VAR(x) (*(const GLboolean*)&x)
#define GLXEW_GET_FUN(x) x
#endif
#endif /* GLEW_MX */
#ifndef GLXEW_GET_FUN
#define GLXEW_GET_FUN(x) x
#endif
GLEWAPI GLboolean GLEWAPIENTRY glxewGetExtension (const char *name);

View File

@@ -1,6 +1,6 @@
/*
** The OpenGL Extension Wrangler Library
** Copyright (C) 2008-2015, Nigel Stewart <nigels[]users sourceforge net>
** Copyright (C) 2008-2019, Nigel Stewart <nigels[]users sourceforge net>
** Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org>
** Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org>
** Copyright (C) 2002, Lev Povalahev
@@ -67,9 +67,6 @@
# ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN 1
# endif
# ifdef NOGDI
# undef NOGDI
# endif
#include <windows.h>
# undef WIN32_LEAN_AND_MEAN
#endif
@@ -191,7 +188,7 @@ typedef BOOL (WINAPI * PFNWGLSAVEBUFFERREGIONARBPROC) (HANDLE hRegion, int x, in
#ifndef WGL_ARB_context_flush_control
#define WGL_ARB_context_flush_control 1
#define WGL_CONTEXT_RELEASE_BEHAVIOR_NONE_ARB 0x0000
#define WGL_CONTEXT_RELEASE_BEHAVIOR_NONE_ARB 0
#define WGL_CONTEXT_RELEASE_BEHAVIOR_ARB 0x2097
#define WGL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARB 0x2098
@@ -204,14 +201,13 @@ typedef BOOL (WINAPI * PFNWGLSAVEBUFFERREGIONARBPROC) (HANDLE hRegion, int x, in
#ifndef WGL_ARB_create_context
#define WGL_ARB_create_context 1
#define WGL_CONTEXT_DEBUG_BIT_ARB 0x0001
#define WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB 0x0002
#define WGL_CONTEXT_DEBUG_BIT_ARB 0x00000001
#define WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB 0x00000002
#define WGL_CONTEXT_MAJOR_VERSION_ARB 0x2091
#define WGL_CONTEXT_MINOR_VERSION_ARB 0x2092
#define WGL_CONTEXT_LAYER_PLANE_ARB 0x2093
#define WGL_CONTEXT_FLAGS_ARB 0x2094
#define ERROR_INVALID_VERSION_ARB 0x2095
#define ERROR_INVALID_PROFILE_ARB 0x2096
typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int* attribList);
@@ -221,6 +217,17 @@ typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShar
#endif /* WGL_ARB_create_context */
/* -------------------- WGL_ARB_create_context_no_error -------------------- */
#ifndef WGL_ARB_create_context_no_error
#define WGL_ARB_create_context_no_error 1
#define WGL_CONTEXT_OPENGL_NO_ERROR_ARB 0x31B3
#define WGLEW_ARB_create_context_no_error WGLEW_GET_VAR(__WGLEW_ARB_create_context_no_error)
#endif /* WGL_ARB_create_context_no_error */
/* --------------------- WGL_ARB_create_context_profile -------------------- */
#ifndef WGL_ARB_create_context_profile
@@ -228,6 +235,7 @@ typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShar
#define WGL_CONTEXT_CORE_PROFILE_BIT_ARB 0x00000001
#define WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB 0x00000002
#define ERROR_INVALID_PROFILE_ARB 0x2096
#define WGL_CONTEXT_PROFILE_MASK_ARB 0x9126
#define WGLEW_ARB_create_context_profile WGLEW_GET_VAR(__WGLEW_ARB_create_context_profile)
@@ -280,7 +288,7 @@ typedef const char* (WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC) (HDC hdc);
#define ERROR_INVALID_PIXEL_TYPE_ARB 0x2043
#define ERROR_INCOMPATIBLE_DEVICE_CONTEXTS_ARB 0x2054
typedef HDC (WINAPI * PFNWGLGETCURRENTREADDCARBPROC) (VOID);
typedef HDC (WINAPI * PFNWGLGETCURRENTREADDCARBPROC) (void);
typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
#define wglGetCurrentReadDCARB WGLEW_GET_FUN(__wglewGetCurrentReadDCARB)
@@ -389,9 +397,9 @@ typedef int (WINAPI * PFNWGLRELEASEPBUFFERDCARBPROC) (HPBUFFERARB hPbuffer, HDC
#define WGL_TRANSPARENT_ALPHA_VALUE_ARB 0x203A
#define WGL_TRANSPARENT_INDEX_VALUE_ARB 0x203B
typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hdc, const int* piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int* piAttributes, FLOAT *pfValues);
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int* piAttributes, int *piValues);
typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hdc, const int* piAttribIList, const FLOAT* pfAttribFList, UINT nMaxFormats, int* piFormats, UINT* nNumFormats);
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int* piAttributes, FLOAT* pfValues);
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int* piAttributes, int* piValues);
#define wglChoosePixelFormatARB WGLEW_GET_FUN(__wglewChoosePixelFormatARB)
#define wglGetPixelFormatAttribfvARB WGLEW_GET_FUN(__wglewGetPixelFormatAttribfvARB)
@@ -509,6 +517,19 @@ typedef BOOL (WINAPI * PFNWGLSETPBUFFERATTRIBARBPROC) (HPBUFFERARB hPbuffer, con
#endif /* WGL_ATI_render_texture_rectangle */
/* --------------------------- WGL_EXT_colorspace -------------------------- */
#ifndef WGL_EXT_colorspace
#define WGL_EXT_colorspace 1
#define WGL_COLORSPACE_SRGB_EXT 0x3089
#define WGL_COLORSPACE_LINEAR_EXT 0x308A
#define WGL_COLORSPACE_EXT 0x309D
#define WGLEW_EXT_colorspace WGLEW_GET_VAR(__WGLEW_EXT_colorspace)
#endif /* WGL_EXT_colorspace */
/* ------------------- WGL_EXT_create_context_es2_profile ------------------ */
#ifndef WGL_EXT_create_context_es2_profile
@@ -549,8 +570,8 @@ typedef BOOL (WINAPI * PFNWGLSETPBUFFERATTRIBARBPROC) (HPBUFFERARB hPbuffer, con
typedef GLboolean (WINAPI * PFNWGLBINDDISPLAYCOLORTABLEEXTPROC) (GLushort id);
typedef GLboolean (WINAPI * PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC) (GLushort id);
typedef void (WINAPI * PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC) (GLushort id);
typedef GLboolean (WINAPI * PFNWGLLOADDISPLAYCOLORTABLEEXTPROC) (GLushort* table, GLuint length);
typedef VOID (WINAPI * PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC) (GLushort id);
typedef GLboolean (WINAPI * PFNWGLLOADDISPLAYCOLORTABLEEXTPROC) (const GLushort* table, GLuint length);
#define wglBindDisplayColorTableEXT WGLEW_GET_FUN(__wglewBindDisplayColorTableEXT)
#define wglCreateDisplayColorTableEXT WGLEW_GET_FUN(__wglewCreateDisplayColorTableEXT)
@@ -592,7 +613,7 @@ typedef const char* (WINAPI * PFNWGLGETEXTENSIONSSTRINGEXTPROC) (void);
#define ERROR_INVALID_PIXEL_TYPE_EXT 0x2043
typedef HDC (WINAPI * PFNWGLGETCURRENTREADDCEXTPROC) (VOID);
typedef HDC (WINAPI * PFNWGLGETCURRENTREADDCEXTPROC) (void);
typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
#define wglGetCurrentReadDCEXT WGLEW_GET_FUN(__wglewGetCurrentReadDCEXT)
@@ -698,9 +719,9 @@ typedef int (WINAPI * PFNWGLRELEASEPBUFFERDCEXTPROC) (HPBUFFEREXT hPbuffer, HDC
#define WGL_TYPE_RGBA_EXT 0x202B
#define WGL_TYPE_COLORINDEX_EXT 0x202C
typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATEXTPROC) (HDC hdc, const int* piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int* piAttributes, FLOAT *pfValues);
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int* piAttributes, int *piValues);
typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATEXTPROC) (HDC hdc, const int* piAttribIList, const FLOAT* pfAttribFList, UINT nMaxFormats, int* piFormats, UINT* nNumFormats);
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int* piAttributes, FLOAT* pfValues);
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int* piAttributes, int* piValues);
#define wglChoosePixelFormatEXT WGLEW_GET_FUN(__wglewChoosePixelFormatEXT)
#define wglGetPixelFormatAttribfvEXT WGLEW_GET_FUN(__wglewGetPixelFormatAttribfvEXT)
@@ -773,9 +794,9 @@ typedef BOOL (WINAPI * PFNWGLSETDIGITALVIDEOPARAMETERSI3DPROC) (HDC hDC, int iAt
#define WGL_GAMMA_TABLE_SIZE_I3D 0x204E
#define WGL_GAMMA_EXCLUDE_DESKTOP_I3D 0x204F
typedef BOOL (WINAPI * PFNWGLGETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, USHORT* puRed, USHORT *puGreen, USHORT *puBlue);
typedef BOOL (WINAPI * PFNWGLGETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, USHORT* puRed, USHORT* puGreen, USHORT* puBlue);
typedef BOOL (WINAPI * PFNWGLGETGAMMATABLEPARAMETERSI3DPROC) (HDC hDC, int iAttribute, int* piValue);
typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, const USHORT* puRed, const USHORT *puGreen, const USHORT *puBlue);
typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, const USHORT* puRed, const USHORT* puGreen, const USHORT* puBlue);
typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEPARAMETERSI3DPROC) (HDC hDC, int iAttribute, const int* piValue);
#define wglGetGammaTableI3D WGLEW_GET_FUN(__wglewGetGammaTableI3D)
@@ -813,7 +834,7 @@ typedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEDELAYI3DPROC) (HDC hDC, UINT* uDela
typedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEEDGEI3DPROC) (HDC hDC, UINT* uEdge);
typedef BOOL (WINAPI * PFNWGLGETGENLOCKSOURCEI3DPROC) (HDC hDC, UINT* uSource);
typedef BOOL (WINAPI * PFNWGLISENABLEDGENLOCKI3DPROC) (HDC hDC, BOOL* pFlag);
typedef BOOL (WINAPI * PFNWGLQUERYGENLOCKMAXSOURCEDELAYI3DPROC) (HDC hDC, UINT* uMaxLineDelay, UINT *uMaxPixelDelay);
typedef BOOL (WINAPI * PFNWGLQUERYGENLOCKMAXSOURCEDELAYI3DPROC) (HDC hDC, UINT* uMaxLineDelay, UINT* uMaxPixelDelay);
#define wglDisableGenlockI3D WGLEW_GET_FUN(__wglewDisableGenlockI3D)
#define wglEnableGenlockI3D WGLEW_GET_FUN(__wglewEnableGenlockI3D)
@@ -840,10 +861,10 @@ typedef BOOL (WINAPI * PFNWGLQUERYGENLOCKMAXSOURCEDELAYI3DPROC) (HDC hDC, UINT*
#define WGL_IMAGE_BUFFER_MIN_ACCESS_I3D 0x00000001
#define WGL_IMAGE_BUFFER_LOCK_I3D 0x00000002
typedef BOOL (WINAPI * PFNWGLASSOCIATEIMAGEBUFFEREVENTSI3DPROC) (HDC hdc, HANDLE* pEvent, LPVOID *pAddress, DWORD *pSize, UINT count);
typedef BOOL (WINAPI * PFNWGLASSOCIATEIMAGEBUFFEREVENTSI3DPROC) (HDC hDC, const HANDLE* pEvent, const LPVOID* pAddress, const DWORD* pSize, UINT count);
typedef LPVOID (WINAPI * PFNWGLCREATEIMAGEBUFFERI3DPROC) (HDC hDC, DWORD dwSize, UINT uFlags);
typedef BOOL (WINAPI * PFNWGLDESTROYIMAGEBUFFERI3DPROC) (HDC hDC, LPVOID pAddress);
typedef BOOL (WINAPI * PFNWGLRELEASEIMAGEBUFFEREVENTSI3DPROC) (HDC hdc, LPVOID* pAddress, UINT count);
typedef BOOL (WINAPI * PFNWGLRELEASEIMAGEBUFFEREVENTSI3DPROC) (HDC hDC, const LPVOID* pAddress, UINT count);
#define wglAssociateImageBufferEventsI3D WGLEW_GET_FUN(__wglewAssociateImageBufferEventsI3D)
#define wglCreateImageBufferI3D WGLEW_GET_FUN(__wglewCreateImageBufferI3D)
@@ -859,8 +880,8 @@ typedef BOOL (WINAPI * PFNWGLRELEASEIMAGEBUFFEREVENTSI3DPROC) (HDC hdc, LPVOID*
#ifndef WGL_I3D_swap_frame_lock
#define WGL_I3D_swap_frame_lock 1
typedef BOOL (WINAPI * PFNWGLDISABLEFRAMELOCKI3DPROC) (VOID);
typedef BOOL (WINAPI * PFNWGLENABLEFRAMELOCKI3DPROC) (VOID);
typedef BOOL (WINAPI * PFNWGLDISABLEFRAMELOCKI3DPROC) (void);
typedef BOOL (WINAPI * PFNWGLENABLEFRAMELOCKI3DPROC) (void);
typedef BOOL (WINAPI * PFNWGLISENABLEDFRAMELOCKI3DPROC) (BOOL* pFlag);
typedef BOOL (WINAPI * PFNWGLQUERYFRAMELOCKMASTERI3DPROC) (BOOL* pFlag);
@@ -881,7 +902,7 @@ typedef BOOL (WINAPI * PFNWGLQUERYFRAMELOCKMASTERI3DPROC) (BOOL* pFlag);
typedef BOOL (WINAPI * PFNWGLBEGINFRAMETRACKINGI3DPROC) (void);
typedef BOOL (WINAPI * PFNWGLENDFRAMETRACKINGI3DPROC) (void);
typedef BOOL (WINAPI * PFNWGLGETFRAMEUSAGEI3DPROC) (float* pUsage);
typedef BOOL (WINAPI * PFNWGLQUERYFRAMETRACKINGI3DPROC) (DWORD* pFrameCount, DWORD *pMissedFrames, float *pLastMissedUsage);
typedef BOOL (WINAPI * PFNWGLQUERYFRAMETRACKINGI3DPROC) (DWORD* pFrameCount, DWORD* pMissedFrames, float* pLastMissedUsage);
#define wglBeginFrameTrackingI3D WGLEW_GET_FUN(__wglewBeginFrameTrackingI3D)
#define wglEndFrameTrackingI3D WGLEW_GET_FUN(__wglewEndFrameTrackingI3D)
@@ -897,9 +918,9 @@ typedef BOOL (WINAPI * PFNWGLQUERYFRAMETRACKINGI3DPROC) (DWORD* pFrameCount, DWO
#ifndef WGL_NV_DX_interop
#define WGL_NV_DX_interop 1
#define WGL_ACCESS_READ_ONLY_NV 0x0000
#define WGL_ACCESS_READ_WRITE_NV 0x0001
#define WGL_ACCESS_WRITE_DISCARD_NV 0x0002
#define WGL_ACCESS_READ_ONLY_NV 0x00000000
#define WGL_ACCESS_READ_WRITE_NV 0x00000001
#define WGL_ACCESS_WRITE_DISCARD_NV 0x00000002
typedef BOOL (WINAPI * PFNWGLDXCLOSEDEVICENVPROC) (HANDLE hDevice);
typedef BOOL (WINAPI * PFNWGLDXLOCKOBJECTSNVPROC) (HANDLE hDevice, GLint count, HANDLE* hObjects);
@@ -1010,6 +1031,21 @@ typedef BOOL (WINAPI * PFNWGLENUMGPUSNVPROC) (UINT iGpuIndex, HGPUNV *phGpu);
#endif /* WGL_NV_gpu_affinity */
/* ------------------------ WGL_NV_multigpu_context ------------------------ */
#ifndef WGL_NV_multigpu_context
#define WGL_NV_multigpu_context 1
#define WGL_CONTEXT_MULTIGPU_ATTRIB_NV 0x20AA
#define WGL_CONTEXT_MULTIGPU_ATTRIB_SINGLE_NV 0x20AB
#define WGL_CONTEXT_MULTIGPU_ATTRIB_AFR_NV 0x20AC
#define WGL_CONTEXT_MULTIGPU_ATTRIB_MULTICAST_NV 0x20AD
#define WGL_CONTEXT_MULTIGPU_ATTRIB_MULTI_DISPLAY_MULTICAST_NV 0x20AE
#define WGLEW_NV_multigpu_context WGLEW_GET_VAR(__WGLEW_NV_multigpu_context)
#endif /* WGL_NV_multigpu_context */
/* ---------------------- WGL_NV_multisample_coverage ---------------------- */
#ifndef WGL_NV_multisample_coverage
@@ -1048,7 +1084,6 @@ typedef BOOL (WINAPI * PFNWGLQUERYCURRENTCONTEXTNVPROC) (int iAttribute, int* pi
#ifndef WGL_NV_render_depth_texture
#define WGL_NV_render_depth_texture 1
#define WGL_NO_TEXTURE_ARB 0x2077
#define WGL_BIND_TO_TEXTURE_DEPTH_NV 0x20A3
#define WGL_BIND_TO_TEXTURE_RECTANGLE_DEPTH_NV 0x20A4
#define WGL_DEPTH_TEXTURE_FORMAT_NV 0x20A5
@@ -1080,8 +1115,8 @@ typedef BOOL (WINAPI * PFNWGLQUERYCURRENTCONTEXTNVPROC) (int iAttribute, int* pi
typedef BOOL (WINAPI * PFNWGLBINDSWAPBARRIERNVPROC) (GLuint group, GLuint barrier);
typedef BOOL (WINAPI * PFNWGLJOINSWAPGROUPNVPROC) (HDC hDC, GLuint group);
typedef BOOL (WINAPI * PFNWGLQUERYFRAMECOUNTNVPROC) (HDC hDC, GLuint* count);
typedef BOOL (WINAPI * PFNWGLQUERYMAXSWAPGROUPSNVPROC) (HDC hDC, GLuint* maxGroups, GLuint *maxBarriers);
typedef BOOL (WINAPI * PFNWGLQUERYSWAPGROUPNVPROC) (HDC hDC, GLuint* group, GLuint *barrier);
typedef BOOL (WINAPI * PFNWGLQUERYMAXSWAPGROUPSNVPROC) (HDC hDC, GLuint* maxGroups, GLuint* maxBarriers);
typedef BOOL (WINAPI * PFNWGLQUERYSWAPGROUPNVPROC) (HDC hDC, GLuint* group, GLuint* barrier);
typedef BOOL (WINAPI * PFNWGLRESETFRAMECOUNTNVPROC) (HDC hDC);
#define wglBindSwapBarrierNV WGLEW_GET_FUN(__wglewBindSwapBarrierNV)
@@ -1100,8 +1135,8 @@ typedef BOOL (WINAPI * PFNWGLRESETFRAMECOUNTNVPROC) (HDC hDC);
#ifndef WGL_NV_vertex_array_range
#define WGL_NV_vertex_array_range 1
typedef void * (WINAPI * PFNWGLALLOCATEMEMORYNVPROC) (GLsizei size, GLfloat readFrequency, GLfloat writeFrequency, GLfloat priority);
typedef void (WINAPI * PFNWGLFREEMEMORYNVPROC) (void *pointer);
typedef void* (WINAPI * PFNWGLALLOCATEMEMORYNVPROC) (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
typedef void (WINAPI * PFNWGLFREEMEMORYNVPROC) (void* pointer);
#define wglAllocateMemoryNV WGLEW_GET_FUN(__wglewAllocateMemoryNV)
#define wglFreeMemoryNV WGLEW_GET_FUN(__wglewFreeMemoryNV)
@@ -1159,7 +1194,7 @@ DECLARE_HANDLE(HPVIDEODEV);
typedef BOOL (WINAPI * PFNWGLBINDVIDEOIMAGENVPROC) (HPVIDEODEV hVideoDevice, HPBUFFERARB hPbuffer, int iVideoBuffer);
typedef BOOL (WINAPI * PFNWGLGETVIDEODEVICENVPROC) (HDC hDC, int numDevices, HPVIDEODEV* hVideoDevice);
typedef BOOL (WINAPI * PFNWGLGETVIDEOINFONVPROC) (HPVIDEODEV hpVideoDevice, unsigned long* pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo);
typedef BOOL (WINAPI * PFNWGLGETVIDEOINFONVPROC) (HPVIDEODEV hpVideoDevice, unsigned long* pulCounterOutputPbuffer, unsigned long* pulCounterOutputVideo);
typedef BOOL (WINAPI * PFNWGLRELEASEVIDEODEVICENVPROC) (HPVIDEODEV hVideoDevice);
typedef BOOL (WINAPI * PFNWGLRELEASEVIDEOIMAGENVPROC) (HPBUFFERARB hPbuffer, int iVideoBuffer);
typedef BOOL (WINAPI * PFNWGLSENDPBUFFERTOVIDEONVPROC) (HPBUFFERARB hPbuffer, int iBufferType, unsigned long* pulCounterPbuffer, BOOL bBlock);
@@ -1180,12 +1215,12 @@ typedef BOOL (WINAPI * PFNWGLSENDPBUFFERTOVIDEONVPROC) (HPBUFFERARB hPbuffer, in
#ifndef WGL_OML_sync_control
#define WGL_OML_sync_control 1
typedef BOOL (WINAPI * PFNWGLGETMSCRATEOMLPROC) (HDC hdc, INT32* numerator, INT32 *denominator);
typedef BOOL (WINAPI * PFNWGLGETSYNCVALUESOMLPROC) (HDC hdc, INT64* ust, INT64 *msc, INT64 *sbc);
typedef BOOL (WINAPI * PFNWGLGETMSCRATEOMLPROC) (HDC hdc, INT32* numerator, INT32* denominator);
typedef BOOL (WINAPI * PFNWGLGETSYNCVALUESOMLPROC) (HDC hdc, INT64* ust, INT64* msc, INT64* sbc);
typedef INT64 (WINAPI * PFNWGLSWAPBUFFERSMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder);
typedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, INT fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder);
typedef BOOL (WINAPI * PFNWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64* ust, INT64 *msc, INT64 *sbc);
typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT64* ust, INT64 *msc, INT64 *sbc);
typedef BOOL (WINAPI * PFNWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64* ust, INT64* msc, INT64* sbc);
typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT64* ust, INT64* msc, INT64* sbc);
#define wglGetMscRateOML WGLEW_GET_FUN(__wglewGetMscRateOML)
#define wglGetSyncValuesOML WGLEW_GET_FUN(__wglewGetSyncValuesOML)
@@ -1200,18 +1235,8 @@ typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT6
/* ------------------------------------------------------------------------- */
#ifdef GLEW_MX
#define WGLEW_FUN_EXPORT
#define WGLEW_VAR_EXPORT
#else
#define WGLEW_FUN_EXPORT GLEW_FUN_EXPORT
#define WGLEW_VAR_EXPORT GLEW_VAR_EXPORT
#endif /* GLEW_MX */
#ifdef GLEW_MX
struct WGLEWContextStruct
{
#endif /* GLEW_MX */
WGLEW_FUN_EXPORT PFNWGLSETSTEREOEMITTERSTATE3DLPROC __wglewSetStereoEmitterState3DL;
@@ -1368,6 +1393,7 @@ WGLEW_VAR_EXPORT GLboolean __WGLEW_AMD_gpu_association;
WGLEW_VAR_EXPORT GLboolean __WGLEW_ARB_buffer_region;
WGLEW_VAR_EXPORT GLboolean __WGLEW_ARB_context_flush_control;
WGLEW_VAR_EXPORT GLboolean __WGLEW_ARB_create_context;
WGLEW_VAR_EXPORT GLboolean __WGLEW_ARB_create_context_no_error;
WGLEW_VAR_EXPORT GLboolean __WGLEW_ARB_create_context_profile;
WGLEW_VAR_EXPORT GLboolean __WGLEW_ARB_create_context_robustness;
WGLEW_VAR_EXPORT GLboolean __WGLEW_ARB_extensions_string;
@@ -1382,6 +1408,7 @@ WGLEW_VAR_EXPORT GLboolean __WGLEW_ARB_robustness_application_isolation;
WGLEW_VAR_EXPORT GLboolean __WGLEW_ARB_robustness_share_group_isolation;
WGLEW_VAR_EXPORT GLboolean __WGLEW_ATI_pixel_format_float;
WGLEW_VAR_EXPORT GLboolean __WGLEW_ATI_render_texture_rectangle;
WGLEW_VAR_EXPORT GLboolean __WGLEW_EXT_colorspace;
WGLEW_VAR_EXPORT GLboolean __WGLEW_EXT_create_context_es2_profile;
WGLEW_VAR_EXPORT GLboolean __WGLEW_EXT_create_context_es_profile;
WGLEW_VAR_EXPORT GLboolean __WGLEW_EXT_depth_float;
@@ -1407,6 +1434,7 @@ WGLEW_VAR_EXPORT GLboolean __WGLEW_NV_copy_image;
WGLEW_VAR_EXPORT GLboolean __WGLEW_NV_delay_before_swap;
WGLEW_VAR_EXPORT GLboolean __WGLEW_NV_float_buffer;
WGLEW_VAR_EXPORT GLboolean __WGLEW_NV_gpu_affinity;
WGLEW_VAR_EXPORT GLboolean __WGLEW_NV_multigpu_context;
WGLEW_VAR_EXPORT GLboolean __WGLEW_NV_multisample_coverage;
WGLEW_VAR_EXPORT GLboolean __WGLEW_NV_present_video;
WGLEW_VAR_EXPORT GLboolean __WGLEW_NV_render_depth_texture;
@@ -1416,34 +1444,18 @@ WGLEW_VAR_EXPORT GLboolean __WGLEW_NV_vertex_array_range;
WGLEW_VAR_EXPORT GLboolean __WGLEW_NV_video_capture;
WGLEW_VAR_EXPORT GLboolean __WGLEW_NV_video_output;
WGLEW_VAR_EXPORT GLboolean __WGLEW_OML_sync_control;
#ifdef GLEW_MX
}; /* WGLEWContextStruct */
#endif /* GLEW_MX */
/* ------------------------------------------------------------------------- */
#ifdef GLEW_MX
typedef struct WGLEWContextStruct WGLEWContext;
GLEWAPI GLenum GLEWAPIENTRY wglewContextInit (WGLEWContext *ctx);
GLEWAPI GLboolean GLEWAPIENTRY wglewContextIsSupported (const WGLEWContext *ctx, const char *name);
#define wglewInit() wglewContextInit(wglewGetContext())
#define wglewIsSupported(x) wglewContextIsSupported(wglewGetContext(), x)
#define WGLEW_GET_VAR(x) (*(const GLboolean*)&(wglewGetContext()->x))
#define WGLEW_GET_FUN(x) wglewGetContext()->x
#else /* GLEW_MX */
GLEWAPI GLenum GLEWAPIENTRY wglewInit ();
GLEWAPI GLboolean GLEWAPIENTRY wglewIsSupported (const char *name);
#ifndef WGLEW_GET_VAR
#define WGLEW_GET_VAR(x) (*(const GLboolean*)&x)
#define WGLEW_GET_FUN(x) x
#endif
#endif /* GLEW_MX */
#ifndef WGLEW_GET_FUN
#define WGLEW_GET_FUN(x) x
#endif
GLEWAPI GLboolean GLEWAPIENTRY wglewGetExtension (const char *name);

17371
deps/GLEW/glew/src/glew.c vendored

File diff suppressed because it is too large Load Diff

22
deps/GMP/GMP.cmake vendored
View File

@@ -22,10 +22,24 @@ else ()
if (APPLE)
if (${CMAKE_SYSTEM_PROCESSOR} MATCHES "arm")
set(_gmp_build_tgt aarch64)
set(_gmp_build_arch aarch64)
else ()
set(_gmp_build_arch ${CMAKE_SYSTEM_PROCESSOR})
endif()
if (IS_CROSS_COMPILE)
if (${CMAKE_OSX_ARCHITECTURES} MATCHES "arm")
set(_gmp_host_arch aarch64)
set(_gmp_host_arch_flags "-arch arm64")
elseif (${CMAKE_OSX_ARCHITECTURES} MATCHES "x86_64")
set(_gmp_host_arch x86_64)
set(_gmp_host_arch_flags "-arch x86_64")
endif()
set(_gmp_ccflags "${_gmp_ccflags} ${_gmp_host_arch_flags} -mmacosx-version-min=${DEP_OSX_TARGET}")
set(_gmp_build_tgt --build=${_gmp_build_arch}-apple-darwin --host=${_gmp_host_arch}-apple-darwin)
else ()
set(_gmp_ccflags "${_gmp_ccflags} -mmacosx-version-min=${DEP_OSX_TARGET}")
set(_gmp_build_tgt "--build=${_gmp_build_arch}-apple-darwin")
endif()
set(_gmp_ccflags "${_gmp_ccflags} -mmacosx-version-min=${DEP_OSX_TARGET}")
set(_gmp_build_tgt "--build=${_gmp_build_tgt}-apple-darwin")
elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux")
if (${CMAKE_SYSTEM_PROCESSOR} MATCHES "arm")
set(_gmp_ccflags "${_gmp_ccflags} -march=armv7-a") # Works on RPi-4
@@ -51,4 +65,4 @@ else ()
BUILD_COMMAND make -j
INSTALL_COMMAND make install
)
endif ()
endif ()

View File

@@ -1,3 +1,34 @@
# Check if we're building for arm on x86_64 and just for OpenEXR, build fat
# binaries. We need this because it compiles some code to generate other
# source and we need to be able to run the executables. When we link the
# library, the x86_64 part will be ignored.
if (APPLE AND IS_CROSS_COMPILE)
if (${CMAKE_SYSTEM_PROCESSOR} MATCHES "x86_64" AND ${CMAKE_OSX_ARCHITECTURES} MATCHES "arm")
set(_openexr_arch arm64^^x86_64)
set(_openxr_list_sep LIST_SEPARATOR ^^)
set(_cmake_openexr_arch -DCMAKE_OSX_ARCHITECTURES:STRING=${_openexr_arch})
else()
set(_openexr_arch ${CMAKE_OSX_ARCHITECTURES})
set(_cmake_openexr_arch -DCMAKE_OSX_ARCHITECTURES:STRING=${_openexr_arch})
endif()
ExternalProject_Add(dep_OpenEXR
EXCLUDE_FROM_ALL ON
URL https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v2.5.5.zip
URL_HASH SHA256=0307a3d7e1fa1e77e9d84d7e9a8694583fbbbfd50bdc6884e2c96b8ef6b902de
INSTALL_DIR ${DESTDIR}/usr/local
DOWNLOAD_DIR ${DEP_DOWNLOAD_DIR}/OpenEXR
${_openxr_list_sep}
CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX:STRING=${DESTDIR}/usr/local
-DBUILD_SHARED_LIBS:BOOL=OFF
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
-DBUILD_TESTING=OFF
-DPYILMBASE_ENABLE:BOOL=OFF
-DOPENEXR_VIEWERS_ENABLE:BOOL=OFF
-DOPENEXR_BUILD_UTILS:BOOL=OFF
${_cmake_openexr_arch}
)
else()
bambustudio_add_cmake_project(OpenEXR
# GIT_REPOSITORY https://github.com/openexr/openexr.git
URL https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v2.5.5.zip
@@ -11,6 +42,7 @@ bambustudio_add_cmake_project(OpenEXR
-DOPENEXR_VIEWERS_ENABLE:BOOL=OFF
-DOPENEXR_BUILD_UTILS:BOOL=OFF
)
endif()
if (MSVC)
add_debug_dep(dep_OpenEXR)

53
deps/PNG/PNG.cmake vendored
View File

@@ -5,26 +5,43 @@ else ()
set(_disable_neon_extension "")
endif ()
if(APPLE AND IS_CROSS_COMPILE)
# TODO: check if it doesn't create problem when compiling from arm to x86_64
bambustudio_add_cmake_project(PNG
GIT_REPOSITORY https://github.com/glennrp/libpng.git
GIT_TAG v1.6.35
DEPENDS ${ZLIB_PKG}
PATCH_COMMAND ${GIT_EXECUTABLE} checkout -f -- . && git clean -df &&
${GIT_EXECUTABLE} apply --whitespace=fix ${CMAKE_CURRENT_LIST_DIR}/macos-arm64.patch
CMAKE_ARGS
-DPNG_SHARED=OFF
-DPNG_STATIC=ON
-DPNG_PREFIX=prusaslicer_
-DPNG_TESTS=OFF
-DDISABLE_DEPENDENCY_TRACKING=OFF
${_disable_neon_extension}
)
else ()
set(_patch_step "")
if (APPLE)
set(_patch_step PATCH_COMMAND ${PATCH_CMD} ${CMAKE_CURRENT_LIST_DIR}/PNG.patch)
endif ()
bambustudio_add_cmake_project(PNG
# GIT_REPOSITORY https://github.com/glennrp/libpng.git
# GIT_TAG v1.6.35
URL https://github.com/glennrp/libpng/archive/refs/tags/v1.6.35.zip
URL_HASH SHA256=3d22d46c566b1761a0e15ea397589b3a5f36ac09b7c785382e6470156c04247f
DEPENDS ${ZLIB_PKG}
"${_patch_step}"
CMAKE_ARGS
-DPNG_SHARED=OFF
-DPNG_STATIC=ON
-DPNG_PREFIX=prusaslicer_
-DPNG_TESTS=OFF
-DDISABLE_DEPENDENCY_TRACKING=OFF
${_disable_neon_extension}
if (APPLE)
set(_patch_step PATCH_COMMAND ${PATCH_CMD} ${CMAKE_CURRENT_LIST_DIR}/PNG.patch)
endif ()
bambustudio_add_cmake_project(PNG
# GIT_REPOSITORY https://github.com/glennrp/libpng.git
# GIT_TAG v1.6.35
URL https://github.com/glennrp/libpng/archive/refs/tags/v1.6.35.zip
URL_HASH SHA256=3d22d46c566b1761a0e15ea397589b3a5f36ac09b7c785382e6470156c04247f
DEPENDS ${ZLIB_PKG}
"${_patch_step}"
CMAKE_ARGS
-DPNG_SHARED=OFF
-DPNG_STATIC=ON
-DPNG_PREFIX=prusaslicer_
-DPNG_TESTS=OFF
-DDISABLE_DEPENDENCY_TRACKING=OFF
${_disable_neon_extension}
)
endif()
if (MSVC)
add_debug_dep(dep_PNG)

90
deps/PNG/macos-arm64.patch vendored Normal file
View File

@@ -0,0 +1,90 @@
Based on https://github.com/vespakoen/libpng to work around until
https://github.com/glennrp/libpng/pull/354 is resolved.
also added patch from PS2.4 (PNG.pach) in pngrutil.c
---
CMakeLists.txt | 28 ++++++++++++++++++++--------
pngrutil.c | 7 -------
2 files changed, 20 insertions(+), 15 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4db9bb87d..9099d1edf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -82,10 +82,22 @@ option(PNG_HARDWARE_OPTIMIZATIONS "Enable Hardware Optimizations" ON)
set(PNG_PREFIX "" CACHE STRING "Prefix to add to the API function names")
set(DFA_XTRA "" CACHE FILEPATH "File containing extra configuration settings")
+# CMake currently sets CMAKE_SYSTEM_PROCESSOR to one of x86_64 or arm64 on macOS,
+# based upon the OS architecture, not the target architecture. As such, we need
+# to check CMAKE_OSX_ARCHITECTURES to identify which hardware-specific flags to
+# enable. Note that this will fail if you attempt to build a universal binary in
+# a single cmake invokation.
+if (APPLE AND CMAKE_OSX_ARCHITECTURES)
+ set(TARGET_ARCH ${CMAKE_OSX_ARCHITECTURES})
+else()
+ set(TARGET_ARCH ${CMAKE_SYSTEM_PROCESSOR})
+endif()
+
+
if(PNG_HARDWARE_OPTIMIZATIONS)
# set definitions and sources for arm
-if(CMAKE_SYSTEM_PROCESSOR MATCHES "^arm" OR
- CMAKE_SYSTEM_PROCESSOR MATCHES "^aarch64")
+if(TARGET_ARCH MATCHES "^arm" OR
+ TARGET_ARCH MATCHES "^aarch64")
set(PNG_ARM_NEON_POSSIBLE_VALUES check on off)
set(PNG_ARM_NEON "check" CACHE STRING "Enable ARM NEON optimizations:
check: (default) use internal checking code;
@@ -114,8 +126,8 @@ if(CMAKE_SYSTEM_PROCESSOR MATCHES "^arm" OR
endif()
# set definitions and sources for powerpc
-if(CMAKE_SYSTEM_PROCESSOR MATCHES "^powerpc*" OR
- CMAKE_SYSTEM_PROCESSOR MATCHES "^ppc64*" )
+if(TARGET_ARCH MATCHES "^powerpc*" OR
+ TARGET_ARCH MATCHES "^ppc64*" )
set(PNG_POWERPC_VSX_POSSIBLE_VALUES on off)
set(PNG_POWERPC_VSX "on" CACHE STRING "Enable POWERPC VSX optimizations:
off: disable the optimizations.")
@@ -138,8 +150,8 @@ if(CMAKE_SYSTEM_PROCESSOR MATCHES "^powerpc*" OR
endif()
# set definitions and sources for intel
-if(CMAKE_SYSTEM_PROCESSOR MATCHES "^i?86" OR
- CMAKE_SYSTEM_PROCESSOR MATCHES "^x86_64*" )
+if(TARGET_ARCH MATCHES "^i?86" OR
+ TARGET_ARCH MATCHES "^x86_64*" )
set(PNG_INTEL_SSE_POSSIBLE_VALUES on off)
set(PNG_INTEL_SSE "on" CACHE STRING "Enable INTEL_SSE optimizations:
off: disable the optimizations")
@@ -162,8 +174,8 @@ if(CMAKE_SYSTEM_PROCESSOR MATCHES "^i?86" OR
endif()
# set definitions and sources for MIPS
-if(CMAKE_SYSTEM_PROCESSOR MATCHES "mipsel*" OR
- CMAKE_SYSTEM_PROCESSOR MATCHES "mips64el*" )
+if(TARGET_ARCH MATCHES "mipsel*" OR
+ TARGET_ARCH MATCHES "mips64el*" )
set(PNG_MIPS_MSA_POSSIBLE_VALUES on off)
set(PNG_MIPS_MSA "on" CACHE STRING "Enable MIPS_MSA optimizations:
off: disable the optimizations")
diff --git a/pngrutil.c b/pngrutil.c
index 7001f1976..91930f1f2 100644
--- a/pngrutil.c
+++ b/pngrutil.c
@@ -422,13 +422,6 @@ png_inflate_claim(png_structrp png_ptr, png_uint_32 owner)
png_ptr->flags |= PNG_FLAG_ZSTREAM_INITIALIZED;
}
-#if ZLIB_VERNUM >= 0x1290 && \
- defined(PNG_SET_OPTION_SUPPORTED) && defined(PNG_IGNORE_ADLER32)
- if (((png_ptr->options >> PNG_IGNORE_ADLER32) & 3) == PNG_OPTION_ON)
- /* Turn off validation of the ADLER32 checksum in IDAT chunks */
- ret = inflateValidate(&png_ptr->zstream, 0);
-#endif
-
if (ret == Z_OK)
png_ptr->zowner = owner;
--
2.33.0.windows.1

41
deps/TIFF/TIFF.cmake vendored
View File

@@ -1,13 +1,32 @@
find_package(OpenGL QUIET REQUIRED)
bambustudio_add_cmake_project(TIFF
URL https://gitlab.com/libtiff/libtiff/-/archive/v4.1.0/libtiff-v4.1.0.zip
URL_HASH SHA256=c56edfacef0a60c0de3e6489194fcb2f24c03dbb550a8a7de5938642d045bd32
DEPENDS ${ZLIB_PKG} ${PNG_PKG} dep_JPEG
CMAKE_ARGS
-Dlzma:BOOL=OFF
-Dwebp:BOOL=OFF
-Djbig:BOOL=OFF
-Dzstd:BOOL=OFF
-Dpixarlog:BOOL=OFF
)
if (APPLE)
message(STATUS "Compiling TIFF for macos ${CMAKE_SYSTEM_VERSION}.")
bambustudio_add_cmake_project(TIFF
URL https://gitlab.com/libtiff/libtiff/-/archive/v4.3.0/libtiff-v4.3.0.zip
URL_HASH SHA256=4fca1b582c88319f3ad6ecd5b46320eadaf5eb4ef6f6c32d44caaae4a03d0726
DEPENDS ${ZLIB_PKG} ${PNG_PKG} dep_JPEG
CMAKE_ARGS
-Dlzma:BOOL=OFF
-Dwebp:BOOL=OFF
-Djbig:BOOL=OFF
-Dzstd:BOOL=OFF
-Dpixarlog:BOOL=OFF
)
else()
bambustudio_add_cmake_project(TIFF
URL https://gitlab.com/libtiff/libtiff/-/archive/v4.1.0/libtiff-v4.1.0.zip
URL_HASH SHA256=c56edfacef0a60c0de3e6489194fcb2f24c03dbb550a8a7de5938642d045bd32
DEPENDS ${ZLIB_PKG} ${PNG_PKG} dep_JPEG
CMAKE_ARGS
-Dlzma:BOOL=OFF
-Dwebp:BOOL=OFF
-Djbig:BOOL=OFF
-Dzstd:BOOL=OFF
-Dpixarlog:BOOL=OFF
)
endif()

View File

@@ -18,10 +18,21 @@ else ()
set(_wx_edge "-DwxUSE_WEBVIEW_EDGE=OFF")
endif ()
if (MSVC)
set(_patch_cmd ${PATCH_CMD} ${CMAKE_CURRENT_LIST_DIR}/0001-wxWidget-fix.patch)
else ()
set(_patch_cmd test -f WXWIDGETS_PATCHED || ${PATCH_CMD} ${CMAKE_CURRENT_LIST_DIR}/0001-wxWidget-fix.patch && touch WXWIDGETS_PATCHED)
endif ()
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
set(_patch_cmd ${PATCH_CMD} ${CMAKE_CURRENT_LIST_DIR}/0001-wxWidget-fix.patch)
endif ()
bambustudio_add_cmake_project(wxWidgets
GIT_REPOSITORY "https://github.com/wxWidgets/wxWidgets"
GIT_TAG ${_wx_git_tag}
PATCH_COMMAND ${PATCH_CMD} ${CMAKE_CURRENT_LIST_DIR}/0001-wxWidget-fix.patch
PATCH_COMMAND ${_patch_cmd}
DEPENDS ${PNG_PKG} ${ZLIB_PKG} ${EXPAT_PKG} dep_TIFF dep_JPEG
CMAKE_ARGS
-DwxBUILD_PRECOMP=ON
@@ -53,4 +64,4 @@ bambustudio_add_cmake_project(wxWidgets
if (MSVC)
add_debug_dep(dep_wxWidgets)
endif ()
endif ()

Binary file not shown.

View File

@@ -0,0 +1,21 @@
-----BEGIN CERTIFICATE-----
MIIDZTCCAk2gAwIBAgIUV1FckwXElyek1onFnQ9kL7Bk4N8wDQYJKoZIhvcNAQEL
BQAwQjELMAkGA1UEBhMCQ04xIjAgBgNVBAoMGUJCTCBUZWNobm9sb2dpZXMgQ28u
LCBMdGQxDzANBgNVBAMMBkJCTCBDQTAeFw0yMjA0MDQwMzQyMTFaFw0zMjA0MDEw
MzQyMTFaMEIxCzAJBgNVBAYTAkNOMSIwIAYDVQQKDBlCQkwgVGVjaG5vbG9naWVz
IENvLiwgTHRkMQ8wDQYDVQQDDAZCQkwgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IB
DwAwggEKAoIBAQDL3pnDdxGOk5Z6vugiT4dpM0ju+3Xatxz09UY7mbj4tkIdby4H
oeEdiYSZjc5LJngJuCHwtEbBJt1BriRdSVrF6M9D2UaBDyamEo0dxwSaVxZiDVWC
eeCPdELpFZdEhSNTaT4O7zgvcnFsfHMa/0vMAkvE7i0qp3mjEzYLfz60axcDoJLk
p7n6xKXI+cJbA4IlToFjpSldPmC+ynOo7YAOsXt7AYKY6Glz0BwUVzSJxU+/+VFy
/QrmYGNwlrQtdREHeRi0SNK32x1+bOndfJP0sojuIrDjKsdCLye5CSZIvqnbowwW
1jRwZgTBR29Zp2nzCoxJYcU9TSQp/4KZuWNVAgMBAAGjUzBRMB0GA1UdDgQWBBSP
NEJo3GdOj8QinsV8SeWr3US+HjAfBgNVHSMEGDAWgBSPNEJo3GdOj8QinsV8SeWr
3US+HjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQABlBIT5ZeG
fgcK1LOh1CN9sTzxMCLbtTPFF1NGGA13mApu6j1h5YELbSKcUqfXzMnVeAb06Htu
3CoCoe+wj7LONTFO++vBm2/if6Jt/DUw1CAEcNyqeh6ES0NX8LJRVSe0qdTxPJuA
BdOoo96iX89rRPoxeed1cpq5hZwbeka3+CJGV76itWp35Up5rmmUqrlyQOr/Wax6
itosIzG0MfhgUzU51A2P/hSnD3NDMXv+wUY/AvqgIL7u7fbDKnku1GzEKIkfH8hm
Rs6d8SCU89xyrwzQ0PR853irHas3WrHVqab3P+qNwR0YirL0Qk7Xt/q3O1griNg2
Blbjg3obpHo9
-----END CERTIFICATE-----

View File

@@ -0,0 +1 @@
just a test file

View File

@@ -17,8 +17,9 @@
"FUNC_PRINT_WITHOUT_SD": false,
"FUNC_ALTER_RESOLUTION": false,
"FUNC_AUTO_SWITCH_FILAMENT": false,
"FUNC_CHAMBER_FAN" : false,
"FUNC_SEND_TO_SDCARD": false
"FUNC_EXTRUSION_CALI": true,
"FUNC_PRINT_ALL" : false,
"FUNC_CHAMBER_FAN" : false
},
"camera_resolution":["720p"],
"bed_temperature_limit": 120,
@@ -29,6 +30,7 @@
{
"display_name": "Bambu Lab X1",
"func": {
"FUNC_EXTRUSION_CALI": false,
"FUNC_LOCAL_TUNNEL": false
},
"camera_resolution":["720p","1080p"],
@@ -40,6 +42,7 @@
{
"display_name": "Bambu Lab X1 Carbon",
"func": {
"FUNC_EXTRUSION_CALI": false,
"FUNC_LOCAL_TUNNEL": false
},
"model_id": "BL-P001",

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -1,5 +1,5 @@
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M99.7586 128H28.2414C12.6464 128 0 115.354 0 99.7586V28.2414C0 12.6464 12.6464 0 28.2414 0H99.7586C115.354 0 128 12.6464 128 28.2414V99.7586C128 115.354 115.354 128 99.7586 128Z" fill="#00AE42"/>
<path d="M99.7586 128H28.2414C12.6464 128 0 115.354 0 99.7586V28.2414C0 12.6464 12.6464 0 28.2414 0H99.7586C115.354 0 128 12.6464 128 28.2414V99.7586C128 115.354 115.354 128 99.7586 128Z" fill="#009688"/>
<path d="M65.7826 54.5925V101.264H92.3441V65.0528L65.7826 54.5925Z" fill="white"/>
<path d="M65.7826 26.7924V50.1337L92.3441 60.5939V26.7924H65.7826Z" fill="white"/>
<path d="M35.0999 73.4637V26.7924H61.6615V63.0147L35.0999 73.4637Z" fill="white"/>

Before

Width:  |  Height:  |  Size: 644 B

After

Width:  |  Height:  |  Size: 644 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 641 B

After

Width:  |  Height:  |  Size: 732 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1,5 +1,5 @@
<svg width="562" height="238" viewBox="0 0 562 238" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1" y="1" width="560" height="237" fill="#00AE42"/>
<rect x="1" y="1" width="560" height="237" fill="#009688"/>
<g opacity="0.2">
<path d="M19.234 8.7434V25.4149L37.159 18.6717V2.00019L19.234 8.7434Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>
<path d="M19.2341 8.7434V25.4149L1 18.6717V2.00019L19.2341 8.7434Z" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/>

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -1,3 +1,3 @@
<svg width="26" height="11" viewBox="0 0 26 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M25.0877 5.97153C25.3595 5.69978 25.3595 5.2592 25.0877 4.98746L20.6594 0.55913C20.3877 0.287386 19.9471 0.287386 19.6753 0.55913C19.4036 0.830875 19.4036 1.27146 19.6753 1.5432L23.6116 5.47949L19.6753 9.41578C19.4036 9.68753 19.4036 10.1281 19.6753 10.3999C19.9471 10.6716 20.3877 10.6716 20.6594 10.3999L25.0877 5.97153ZM0.90332 6.17534H24.5957V4.78365H0.90332V6.17534Z" fill="#00AE42"/>
<path d="M25.0877 5.97153C25.3595 5.69978 25.3595 5.2592 25.0877 4.98746L20.6594 0.55913C20.3877 0.287386 19.9471 0.287386 19.6753 0.55913C19.4036 0.830875 19.4036 1.27146 19.6753 1.5432L23.6116 5.47949L19.6753 9.41578C19.4036 9.68753 19.4036 10.1281 19.6753 10.3999C19.9471 10.6716 20.3877 10.6716 20.6594 10.3999L25.0877 5.97153ZM0.90332 6.17534H24.5957V4.78365H0.90332V6.17534Z" fill="#009688"/>
</svg>

Before

Width:  |  Height:  |  Size: 502 B

After

Width:  |  Height:  |  Size: 502 B

View File

@@ -1,11 +1,11 @@
<svg width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.08898 10.1857L9.30352 10.6374L9.58898 10.5018V10.1857H9.08898ZM12.3748 10.1857H11.8748V10.5018L12.1602 10.6374L12.3748 10.1857ZM9.58898 2.69759C9.58898 2.06638 10.1007 1.55469 10.7319 1.55469V0.554688C9.54839 0.554688 8.58898 1.5141 8.58898 2.69759H9.58898ZM9.58898 10.1857V2.69759H8.58898V10.1857H9.58898ZM7.39844 13.6503C7.39844 12.3213 8.17616 11.1729 9.30352 10.6374L8.87443 9.73412C7.41154 10.4291 6.39844 11.9209 6.39844 13.6503H7.39844ZM10.7319 16.9837C8.89087 16.9837 7.39844 15.4913 7.39844 13.6503H6.39844C6.39844 16.0436 8.33859 17.9837 10.7319 17.9837V16.9837ZM14.0653 13.6503C14.0653 15.4913 12.5729 16.9837 10.7319 16.9837V17.9837C13.1252 17.9837 15.0653 16.0436 15.0653 13.6503H14.0653ZM12.1602 10.6374C13.2876 11.1729 14.0653 12.3213 14.0653 13.6503H15.0653C15.0653 11.9209 14.0522 10.4291 12.5893 9.73412L12.1602 10.6374ZM11.8748 2.69759V10.1857H12.8748V2.69759H11.8748ZM10.7319 1.55469C11.3631 1.55469 11.8748 2.06638 11.8748 2.69759H12.8748C12.8748 1.5141 11.9154 0.554688 10.7319 0.554688V1.55469Z" fill="#898989"/>
<path d="M1 9.0855C1 7.8533 2.76767 3.91794 3.28007 3.91797C3.79246 3.918 5.48331 8.02917 5.48331 9.0855C5.48331 10.1418 4.81114 11.6037 3.28007 11.6037C1.74899 11.6037 1 10.3177 1 9.0855Z" stroke="#898989"/>
<path d="M2.46231 8.4579C2.3916 8.85061 2.43422 9.73572 3.17033 10.1345" stroke="#898989" stroke-linecap="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.2772 11.5284C12.222 11.7716 12.9201 12.6293 12.9201 13.65C12.9201 14.8598 11.9394 15.8405 10.7296 15.8405C9.5198 15.8405 8.53906 14.8598 8.53906 13.65C8.53906 12.6293 9.23717 11.7716 10.182 11.5284L10.182 3.2449C10.182 2.94245 10.4272 2.69727 10.7296 2.69727C11.0321 2.69727 11.2772 2.94245 11.2772 3.2449L11.2772 11.5284Z" fill="#FF6F00"/>
<path d="M19.1211 15.8398H16.4358" stroke="#898989" stroke-linecap="round"/>
<path d="M19.1211 12.5547H16.8833" stroke="#C2C2C2" stroke-linecap="round"/>
<path d="M19.1211 9.26953L15.9882 9.26953" stroke="#C2C2C2" stroke-linecap="round"/>
<path d="M19.1211 5.98242L15.9882 5.98242" stroke="#C2C2C2" stroke-linecap="round"/>
<path d="M19.1211 2.69727H15.9882" stroke="#C2C2C2" stroke-linecap="round"/>
<path d="M8.95446 9.80239L9.169 10.254L9.45446 10.1184V9.80239H8.95446ZM12.2403 9.80239H11.7403V10.1184L12.0257 10.254L12.2403 9.80239ZM9.45446 2.31423C9.45446 1.68302 9.96615 1.17133 10.5974 1.17133V0.171329C9.41387 0.171329 8.45446 1.13074 8.45446 2.31423H9.45446ZM9.45446 9.80239V2.31423H8.45446V9.80239H9.45446ZM7.26392 13.2669C7.26392 11.9379 8.04164 10.7896 9.169 10.254L8.73991 9.35076C7.27702 10.0457 6.26392 11.5375 6.26392 13.2669H7.26392ZM10.5974 16.6004C8.75635 16.6004 7.26392 15.1079 7.26392 13.2669H6.26392C6.26392 15.6602 8.20407 17.6004 10.5974 17.6004V16.6004ZM13.9308 13.2669C13.9308 15.1079 12.4384 16.6004 10.5974 16.6004V17.6004C12.9907 17.6004 14.9308 15.6602 14.9308 13.2669H13.9308ZM12.0257 10.254C13.1531 10.7896 13.9308 11.9379 13.9308 13.2669H14.9308C14.9308 11.5375 13.9177 10.0457 12.4548 9.35076L12.0257 10.254ZM11.7403 2.31423V9.80239H12.7403V2.31423H11.7403ZM10.5974 1.17133C11.2286 1.17133 11.7403 1.68302 11.7403 2.31423H12.7403C12.7403 1.13074 11.7809 0.171329 10.5974 0.171329V1.17133Z" fill="#898989"/>
<path d="M0.867188 8.70227C0.867188 7.47007 2.63486 3.53471 3.14725 3.53474C3.65965 3.53477 5.3505 7.64594 5.3505 8.70227C5.3505 9.7586 4.67833 11.2204 3.14725 11.2204C1.61618 11.2204 0.867188 9.93448 0.867188 8.70227Z" stroke="#898989"/>
<path d="M2.32962 8.0752C2.25892 8.46791 2.30153 9.35302 3.03765 9.75181" stroke="#898989" stroke-linecap="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.1434 11.1454C12.0882 11.3886 12.7863 12.2462 12.7863 13.267C12.7863 14.4768 11.8055 15.4575 10.5957 15.4575C9.38593 15.4575 8.4052 14.4768 8.4052 13.267C8.4052 12.2462 9.10331 11.3886 10.0481 11.1454L10.0481 2.86189C10.0481 2.55944 10.2933 2.31425 10.5957 2.31425C10.8982 2.31425 11.1434 2.55944 11.1434 2.86189L11.1434 11.1454Z" fill="#D01B1B"/>
<path d="M18.9883 15.4575H16.303" stroke="#898989" stroke-linecap="round"/>
<path d="M18.9883 12.1717H16.7506" stroke="#C2C2C2" stroke-linecap="round"/>
<path d="M18.9883 8.88588L15.8555 8.88588" stroke="#C2C2C2" stroke-linecap="round"/>
<path d="M18.9883 5.60007L15.8555 5.60007" stroke="#C2C2C2" stroke-linecap="round"/>
<path d="M18.9883 2.31426H15.8555" stroke="#C2C2C2" stroke-linecap="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -3,7 +3,7 @@
<path d="M1.33594 9.03081C1.33594 7.79861 3.10361 3.86325 3.616 3.86328C4.1284 3.86331 5.81925 7.97448 5.81925 9.03081C5.81925 10.0871 5.14708 11.549 3.616 11.549C2.08493 11.549 1.33594 10.263 1.33594 9.03081Z" stroke="#898989"/>
<path d="M2.79824 8.40322C2.72754 8.79592 2.77015 9.68104 3.50627 10.0798" stroke="#898989" stroke-linecap="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6171 11.4737C12.5619 11.7169 13.26 12.5746 13.26 13.5953C13.26 14.8051 12.2792 15.7858 11.0694 15.7858C9.85964 15.7858 8.87891 14.8051 8.87891 13.5953C8.87891 12.5746 9.57702 11.7169 10.5218 11.4737L10.5218 3.19021C10.5218 2.88776 10.767 2.64258 11.0694 2.64258C11.3719 2.64258 11.6171 2.88776 11.6171 3.19021L11.6171 11.4737Z" fill="#C2C2C2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.5218 11.4743L10.5218 9.31717C10.5218 9.01472 10.767 8.76953 11.0694 8.76953C11.3719 8.76953 11.6171 9.01472 11.6171 9.31717L11.6171 11.4743C12.5619 11.7175 13.26 12.5752 13.26 13.5959C13.26 14.8057 12.2792 15.7864 11.0694 15.7864C9.85964 15.7864 8.87891 14.8057 8.87891 13.5959C8.87891 12.5751 9.57702 11.7175 10.5218 11.4743Z" fill="#00AE42"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.5218 11.4743L10.5218 9.31717C10.5218 9.01472 10.767 8.76953 11.0694 8.76953C11.3719 8.76953 11.6171 9.01472 11.6171 9.31717L11.6171 11.4743C12.5619 11.7175 13.26 12.5752 13.26 13.5959C13.26 14.8057 12.2792 15.7864 11.0694 15.7864C9.85964 15.7864 8.87891 14.8057 8.87891 13.5959C8.87891 12.5751 9.57702 11.7175 10.5218 11.4743Z" fill="#009688"/>
<path d="M19.4609 15.7852H16.7756" stroke="#898989" stroke-linecap="round"/>
<path d="M19.4609 12.5H17.2232" stroke="#898989" stroke-linecap="round"/>
<path d="M19.4609 9.21484L16.3281 9.21484" stroke="#898989" stroke-linecap="round"/>

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -3,7 +3,7 @@
<path d="M0.976562 9.03081C0.976562 7.79861 2.74423 3.86325 3.25663 3.86328C3.76903 3.86331 5.45988 7.97448 5.45988 9.03081C5.45988 10.0871 4.78771 11.549 3.25663 11.549C1.72555 11.549 0.976562 10.263 0.976562 9.03081Z" stroke="#898989"/>
<path d="M2.43887 8.40322C2.36816 8.79592 2.41078 9.68104 3.14689 10.0798" stroke="#898989" stroke-linecap="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.2538 11.4737C12.1986 11.7169 12.8967 12.5746 12.8967 13.5953C12.8967 14.8051 11.916 15.7858 10.7062 15.7858C9.49636 15.7858 8.51562 14.8051 8.51562 13.5953C8.51562 12.5746 9.21373 11.7169 10.1585 11.4737L10.1585 3.19021C10.1585 2.88776 10.4037 2.64258 10.7062 2.64258C11.0086 2.64258 11.2538 2.88776 11.2538 3.19021L11.2538 11.4737Z" fill="#C2C2C2"/>
<path d="M12.8967 13.5948C12.8967 14.8046 11.916 15.7854 10.7062 15.7854C9.49636 15.7854 8.51562 14.8046 8.51562 13.5948C8.51562 12.385 9.49636 11.4043 10.7062 11.4043C11.916 11.4043 12.8967 12.385 12.8967 13.5948Z" fill="#00AE42"/>
<path d="M12.8967 13.5948C12.8967 14.8046 11.916 15.7854 10.7062 15.7854C9.49636 15.7854 8.51562 14.8046 8.51562 13.5948C8.51562 12.385 9.49636 11.4043 10.7062 11.4043C11.916 11.4043 12.8967 12.385 12.8967 13.5948Z" fill="#009688"/>
<path d="M19.1016 15.7852H16.4163" stroke="#898989" stroke-linecap="round"/>
<path d="M19.1016 12.5H16.8638" stroke="#898989" stroke-linecap="round"/>
<path d="M19.1016 9.21484L15.9687 9.21484" stroke="#898989" stroke-linecap="round"/>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -3,7 +3,7 @@
<path d="M1.39453 9.03081C1.39453 7.79861 3.1622 3.86325 3.6746 3.86328C4.18699 3.86331 5.87785 7.97448 5.87785 9.03081C5.87785 10.0871 5.20568 11.549 3.6746 11.549C2.14352 11.549 1.39453 10.263 1.39453 9.03081Z" stroke="#898989"/>
<path d="M2.85684 8.40322C2.78613 8.79592 2.82875 9.68104 3.56486 10.0798" stroke="#898989" stroke-linecap="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6718 11.4737C12.6166 11.7169 13.3147 12.5746 13.3147 13.5953C13.3147 14.8051 12.3339 15.7858 11.1241 15.7858C9.91433 15.7858 8.93359 14.8051 8.93359 13.5953C8.93359 12.5746 9.6317 11.7169 10.5765 11.4737L10.5765 3.19021C10.5765 2.88776 10.8217 2.64258 11.1241 2.64258C11.4266 2.64258 11.6718 2.88776 11.6718 3.19021L11.6718 11.4737Z" fill="#C2C2C2"/>
<path d="M13.3147 13.596C13.3147 14.8058 12.3339 15.7866 11.1241 15.7866C9.91433 15.7866 8.93359 14.8058 8.93359 13.596C8.93359 13.1677 9.58237 13.8695 10.7922 13.8695C12.002 13.8695 13.3147 12.3862 13.3147 13.596Z" fill="#00AE42"/>
<path d="M13.3147 13.596C13.3147 14.8058 12.3339 15.7866 11.1241 15.7866C9.91433 15.7866 8.93359 14.8058 8.93359 13.596C8.93359 13.1677 9.58237 13.8695 10.7922 13.8695C12.002 13.8695 13.3147 12.3862 13.3147 13.596Z" fill="#009688"/>
<path d="M19.5156 15.7871H16.8303" stroke="#898989" stroke-linecap="round"/>
<path d="M19.5156 12.5H17.2779" stroke="#898989" stroke-linecap="round"/>
<path d="M19.5156 9.21484L16.3828 9.21484" stroke="#898989" stroke-linecap="round"/>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -0,0 +1,16 @@
<svg width="128" height="149" viewBox="0 0 128 149" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M82.7793 43.5141L79.8925 40.6274L82.7793 37.7406L85.666 40.6274L82.7793 43.5141ZM127.994 92.228L125.107 95.1148L122.221 92.228L125.107 89.3413L127.994 92.228ZM82.2793 40.6274V36.1917H83.2793V40.6274H82.2793ZM85.7793 32.6917H112.531V33.6917H85.7793V32.6917ZM116.031 36.1917V89.228H115.031V36.1917H116.031ZM118.531 91.728H125.107V92.728H118.531V91.728ZM116.031 89.228C116.031 90.6087 117.15 91.728 118.531 91.728V92.728C116.598 92.728 115.031 91.161 115.031 89.228H116.031ZM112.531 32.6917C114.464 32.6917 116.031 34.2587 116.031 36.1917H115.031C115.031 34.811 113.912 33.6917 112.531 33.6917V32.6917ZM82.2793 36.1917C82.2793 34.2587 83.8463 32.6917 85.7793 32.6917V33.6917C84.3986 33.6917 83.2793 34.811 83.2793 36.1917H82.2793Z" fill="#828280"/>
<path d="M41.979 43.0337L39.0923 40.147L41.979 37.2602L44.8658 40.147L41.979 43.0337ZM127.994 3.65353L125.108 6.54028L122.221 3.65353L125.108 0.766776L127.994 3.65353ZM41.479 40.147V6.65353H42.479V40.147H41.479ZM44.979 3.15353H125.108V4.15353H44.979V3.15353ZM41.479 6.65353C41.479 4.72053 43.046 3.15353 44.979 3.15353V4.15353C43.5983 4.15353 42.479 5.27282 42.479 6.65353H41.479Z" fill="#828280"/>
<path d="M0.76416 54.0911L0.76416 45.126C0.76416 44.5737 1.21188 44.126 1.76416 44.126L69.2315 44.126C69.7838 44.126 70.2315 44.5737 70.2315 45.126L70.2315 55.3035" stroke="#00AE42" stroke-width="1.5" stroke-linecap="round"/>
<path d="M73.7192 55.3035L73.7192 45.126C73.7192 44.5737 74.167 44.126 74.7192 44.126L96.1852 44.126C96.7374 44.126 97.1852 44.5737 97.1852 45.126L97.1852 55.3035" stroke="#00AE42" stroke-width="1.5" stroke-linecap="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M53.8234 68.1978C50.7459 68.1978 48.2511 70.6926 48.2511 73.7701V111.82L46.8593 112.481C41.3628 115.092 37.571 120.691 37.571 127.17C37.571 136.146 44.8474 143.423 53.8234 143.423C62.7993 143.423 70.0757 136.146 70.0757 127.17C70.0757 120.691 66.2839 115.092 60.7874 112.481L59.3956 111.82V73.7701C59.3956 70.6926 56.9008 68.1978 53.8234 68.1978ZM43.3755 73.7701C43.3755 67.9999 48.0532 63.3223 53.8234 63.3223C59.5935 63.3223 64.2712 67.9999 64.2712 73.7701V108.803C70.6464 112.437 74.9513 119.299 74.9513 127.17C74.9513 138.839 65.492 148.298 53.8234 148.298C42.1547 148.298 32.6954 138.839 32.6954 127.17C32.6954 119.299 37.0003 112.437 43.3755 108.803V73.7701Z" fill="#898989"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.546 77.9488C15.9131 77.6886 16.5964 77.283 17.4922 77.283C18.4249 77.2831 19.1237 77.7247 19.4862 77.9963C19.8951 78.3027 20.2496 78.6782 20.5447 79.0328C21.1408 79.7491 21.7489 80.6916 22.339 81.7202C23.5319 83.7997 24.8404 86.5665 26.0477 89.4434C27.2588 92.3291 28.3955 95.3907 29.2342 98.0802C30.04 100.664 30.6719 103.211 30.6719 104.915C30.6719 107.942 29.7247 111.525 27.6384 114.413C25.4972 117.377 22.1188 119.63 17.4921 119.63C12.995 119.63 9.522 117.707 7.22741 114.825C4.98372 112.008 3.93772 108.377 3.93772 104.915C3.93772 103.001 4.58779 100.359 5.43962 97.7004C6.31841 94.9576 7.50745 91.9128 8.76947 89.0746C10.028 86.2443 11.3881 83.5543 12.6224 81.5392C13.2332 80.5421 13.8603 79.6319 14.4717 78.9412C14.7748 78.5987 15.1352 78.2399 15.546 77.9488ZM10.0827 99.188C9.2405 101.817 8.81327 103.826 8.81327 104.915C8.81327 107.461 9.59314 109.969 11.0415 111.788C12.439 113.543 14.5243 114.755 17.4921 114.755C20.3302 114.755 22.3227 113.445 23.6864 111.558C25.1049 109.594 25.7963 107.039 25.7963 104.915C25.7963 104.045 25.3977 102.155 24.5797 99.5317C23.7947 97.0144 22.7142 94.0994 21.5521 91.3302C20.3862 88.5523 19.1653 85.9861 18.1099 84.1463C17.8706 83.7291 17.6489 83.3655 17.4473 83.0554C17.2441 83.3491 17.021 83.6924 16.78 84.0859C15.6957 85.8561 14.4327 88.3383 13.2244 91.0556C12.0196 93.7652 10.8979 96.6436 10.0827 99.188Z" fill="#898989"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.9403 99.4588C15.2653 99.6973 16.146 100.965 15.9075 102.29C15.7929 102.926 15.7611 104.097 16.0986 105.249C16.4227 106.355 17.0363 107.301 18.1215 107.889C19.3053 108.53 19.745 110.01 19.1037 111.194C18.4624 112.377 16.9829 112.817 15.7991 112.176C13.2953 110.819 12.0105 108.636 11.4197 106.62C10.8423 104.649 10.8789 102.704 11.1091 101.426C11.3477 100.101 12.6152 99.2202 13.9403 99.4588Z" fill="#898989"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M56.4827 116.827C61.0891 118.012 64.4927 122.194 64.4927 127.17C64.4927 133.069 59.7111 137.851 53.8127 137.851C47.9142 137.851 43.1326 133.069 43.1326 127.17C43.1326 122.194 46.5362 118.012 51.1426 116.827L51.1426 76.4401C51.1426 74.9655 52.338 73.7701 53.8127 73.7701C55.2873 73.7701 56.4827 74.9655 56.4827 76.4401L56.4827 116.827Z" fill="#C2C2C2"/>
<path d="M64.4927 127.17C64.4927 133.069 59.7111 137.85 53.8127 137.85C47.9142 137.85 43.1326 133.069 43.1326 127.17C43.1326 121.272 47.9142 116.49 53.8127 116.49C59.7111 116.49 64.4927 121.272 64.4927 127.17Z" fill="#00AE42"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M97.1825 137.851C97.1825 136.504 96.0911 135.413 94.7447 135.413H81.6524C80.306 135.413 79.2146 136.504 79.2146 137.851C79.2146 139.197 80.306 140.289 81.6524 140.289H94.7447C96.0911 140.289 97.1825 139.197 97.1825 137.851Z" fill="#898989"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M97.1825 121.831C97.1825 120.485 96.0911 119.393 94.7447 119.393H83.8344C82.4881 119.393 81.3967 120.485 81.3967 121.831C81.3967 123.177 82.4881 124.269 83.8344 124.269H94.7447C96.0911 124.269 97.1825 123.177 97.1825 121.831Z" fill="#898989"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M97.1825 105.81C97.1825 107.157 96.0911 108.248 94.7447 108.248L79.4703 108.248C78.124 108.248 77.0326 107.157 77.0326 105.81C77.0326 104.464 78.124 103.373 79.4703 103.373L94.7447 103.373C96.0911 103.373 97.1825 104.464 97.1825 105.81Z" fill="#898989"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M97.1825 89.7905C97.1825 91.1368 96.0911 92.2283 94.7447 92.2283L79.4703 92.2283C78.124 92.2283 77.0326 91.1368 77.0326 89.7905C77.0326 88.4441 78.124 87.3527 79.4703 87.3527L94.7447 87.3527C96.0911 87.3527 97.1825 88.4441 97.1825 89.7905Z" fill="#898989"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M97.1825 73.7704C97.1825 72.424 96.0911 71.3326 94.7447 71.3326H79.4703C78.124 71.3326 77.0326 72.424 77.0326 73.7704C77.0326 75.1167 78.124 76.2081 79.4703 76.2081H94.7447C96.0911 76.2081 97.1825 75.1167 97.1825 73.7704Z" fill="#C2C2C2"/>
</svg>

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@@ -2,6 +2,6 @@
<g>
<title>Layer 1</title>
<path id="svg_1" fill="#00AE42" d="m0.6875,0.18359l49.3126,0c2.7615,0 5,2.23858 5,5l0,42.71011l-54.3126,-47.71011z"/>
<path id="svg_1" fill="#009688" d="m0.6875,0.18359l49.3126,0c2.7615,0 5,2.23858 5,5l0,42.71011l-54.3126,-47.71011z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 239 B

After

Width:  |  Height:  |  Size: 239 B

View File

@@ -2,7 +2,7 @@
<g>
<title>Layer 1</title>
<path id="svg_1" fill="#00AE42" d="m14.4493,12l-7.44846,0c-2.76142,0 -5,-2.23858 -5,-5c0,-2.76142 2.23858,-5 5,-5l7.44846,0l0,-2l-7.44846,0c-3.86599,0 -7,3.13401 -7,7c0,3.866 3.13401,7 7,7l7.44846,0l0,-2zm5.0253,0l0,2l7.4473,0c3.866,0 7,-3.134 7,-7c0,-3.86599 -3.134,-7 -7,-7l-7.4473,0l0,2l7.4473,0c2.7614,0 5,2.23858 5,5c0,2.76142 -2.2386,5 -5,5l-7.4473,0z" clip-rule="evenodd" fill-rule="evenodd"/>
<line id="svg_2" stroke-linecap="round" stroke-width="2" stroke="#00AE42" y2="7.125" x2="7.2832" y1="7.125" x1="28.5254"/>
<path id="svg_1" fill="#009688" d="m14.4493,12l-7.44846,0c-2.76142,0 -5,-2.23858 -5,-5c0,-2.76142 2.23858,-5 5,-5l7.44846,0l0,-2l-7.44846,0c-3.86599,0 -7,3.13401 -7,7c0,3.866 3.13401,7 7,7l7.44846,0l0,-2zm5.0253,0l0,2l7.4473,0c3.866,0 7,-3.134 7,-7c0,-3.86599 -3.134,-7 -7,-7l-7.4473,0l0,2l7.4473,0c2.7614,0 5,2.23858 5,5c0,2.76142 -2.2386,5 -5,5l-7.4473,0z" clip-rule="evenodd" fill-rule="evenodd"/>
<line id="svg_2" stroke-linecap="round" stroke-width="2" stroke="#009688" y2="7.125" x2="7.2832" y1="7.125" x1="28.5254"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 647 B

After

Width:  |  Height:  |  Size: 647 B

View File

@@ -1,4 +1,4 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.3694 1.92413L18.9283 9.82031L14.3694 17.7165L5.25168 17.7165L0.692819 9.82031L5.25168 1.92413L14.3694 1.92413Z" fill="#00AE42" fill-opacity="0.15" stroke="#00AE42" stroke-width="1.2"/>
<circle cx="9.80791" cy="9.82119" r="2.92782" stroke="#00AE42" stroke-width="1.2"/>
<path d="M14.3694 1.92413L18.9283 9.82031L14.3694 17.7165L5.25168 17.7165L0.692819 9.82031L5.25168 1.92413L14.3694 1.92413Z" fill="#009688" fill-opacity="0.15" stroke="#009688" stroke-width="1.2"/>
<circle cx="9.80791" cy="9.82119" r="2.92782" stroke="#009688" stroke-width="1.2"/>
</svg>

Before

Width:  |  Height:  |  Size: 385 B

After

Width:  |  Height:  |  Size: 385 B

View File

@@ -1,4 +1,4 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.2828 2.06436L18.7551 9.81055L14.2828 17.5567L5.33829 17.5567L0.866025 9.81055L5.33829 2.06436L14.2828 2.06436Z" fill="#00AE42" fill-opacity="0.15" stroke="#00AE42" stroke-width="1.5"/>
<circle cx="9.80791" cy="9.81143" r="2.77782" stroke="#00AE42" stroke-width="1.5"/>
<path d="M14.2828 2.06436L18.7551 9.81055L14.2828 17.5567L5.33829 17.5567L0.866025 9.81055L5.33829 2.06436L14.2828 2.06436Z" fill="#009688" fill-opacity="0.15" stroke="#009688" stroke-width="1.5"/>
<circle cx="9.80791" cy="9.81143" r="2.77782" stroke="#009688" stroke-width="1.5"/>
</svg>

Before

Width:  |  Height:  |  Size: 385 B

After

Width:  |  Height:  |  Size: 385 B

View File

@@ -1,4 +1,4 @@
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1" y="1" width="16" height="16" rx="1" fill="#00AE42"/>
<rect x="1" y="1" width="16" height="16" rx="1" fill="#009688"/>
<path d="M4 9L14 9" stroke="white" stroke-linecap="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 228 B

After

Width:  |  Height:  |  Size: 228 B

View File

@@ -1,4 +1,4 @@
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1" y="1" width="16" height="16" rx="1" fill="#37EE7C"/>
<rect x="1" y="1" width="16" height="16" rx="1" fill="#4db6ac"/>
<path d="M4 9L14 9" stroke="white" stroke-linecap="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 232 B

After

Width:  |  Height:  |  Size: 232 B

View File

@@ -1,3 +1,3 @@
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1.5" y="1.5" width="15" height="15" rx="0.5" stroke="#00AE42"/>
<rect x="1.5" y="1.5" width="15" height="15" rx="0.5" stroke="#009688"/>
</svg>

Before

Width:  |  Height:  |  Size: 176 B

After

Width:  |  Height:  |  Size: 176 B

View File

@@ -1,4 +1,4 @@
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1" y="1" width="16" height="16" rx="1" fill="#00AE42"/>
<rect x="1" y="1" width="16" height="16" rx="1" fill="#009688"/>
<path d="M4.35537 8.5374L8.30284 11.9361C8.71855 12.294 9.34501 12.2502 9.70687 11.838L14.8175 6.01521" stroke="white" stroke-width="1.2" stroke-linecap="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 331 B

After

Width:  |  Height:  |  Size: 331 B

View File

@@ -1,4 +1,4 @@
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1" y="1" width="16" height="16" rx="1" fill="#37EE7C"/>
<rect x="1" y="1" width="16" height="16" rx="1" fill="#4db6ac"/>
<path d="M4.35537 8.5374L8.30284 11.9361C8.71855 12.294 9.34501 12.2502 9.70687 11.838L14.8175 6.01521" stroke="white" stroke-width="1.2" stroke-linecap="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 331 B

After

Width:  |  Height:  |  Size: 331 B

View File

@@ -1,6 +1,6 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.87009 2.23001C6.33009 0.690012 3.83009 0.690012 2.28009 2.23001C0.730091 3.77001 0.740091 6.27001 2.28009 7.82001C3.71009 9.25001 5.97009 9.35001 7.52009 8.13001L8.85009 9.46001C8.85009 9.46001 8.52009 9.79001 8.85009 10.12C9.18009 10.45 12.1401 13.41 12.1401 13.41C12.1401 13.41 12.4701 13.74 12.8001 13.41C13.1301 13.08 13.4601 12.75 13.4601 12.75C13.4601 12.75 13.7901 12.42 13.4601 12.09C13.1301 11.76 10.1701 8.80001 10.1701 8.80001C9.84009 8.47001 9.51009 8.80001 9.51009 8.80001L8.18009 7.47001C9.41009 5.92001 9.30009 3.67001 7.87009 2.23001ZM7.52009 7.47001C6.17009 8.82001 3.98009 8.82001 2.63009 7.47001C1.28009 6.12001 1.28009 3.93001 2.63009 2.58001C3.98009 1.23001 6.17009 1.23001 7.52009 2.58001C8.87009 3.93001 8.87009 6.12001 7.52009 7.47001Z" fill="#73CA94"/>
<path d="M7.49016 4.34999C7.43016 4.15999 7.36016 3.96999 7.26016 3.79999L7.44016 3.25999L6.85016 2.66999L6.31016 2.84999C6.14016 2.74999 5.95016 2.67999 5.75016 2.61999L5.50016 2.10999H4.66016L4.41016 2.61999C4.21016 2.66999 4.03016 2.74999 3.85016 2.84999L3.31016 2.66999L2.72016 3.25999L2.90016 3.79999C2.80016 3.96999 2.72016 4.15999 2.67016 4.34999L2.16016 4.60999V5.43999L2.67016 5.69999C2.72016 5.89999 2.80016 6.07999 2.90016 6.25999L2.72016 6.79999L3.31016 7.38999L3.85016 7.20999C4.02016 7.30999 4.21016 7.37999 4.41016 7.43999L4.67016 7.94999H5.50016L5.76016 7.43999C5.96016 7.38999 6.14016 7.30999 6.32016 7.20999L6.86016 7.38999L7.44016 6.79999L7.26016 6.25999C7.36016 6.07999 7.43016 5.89999 7.49016 5.69999L8.00016 5.44999V4.60999L7.49016 4.34999ZM5.08016 6.32999C4.36016 6.32999 3.78016 5.74999 3.78016 5.02999C3.78016 4.30999 4.36016 3.72999 5.08016 3.72999C5.80016 3.72999 6.38016 4.30999 6.38016 5.02999C6.38016 5.74999 5.80016 6.32999 5.08016 6.32999Z" fill="#73CA94"/>
<path d="M14.56 4.45001C14.51 4.28001 14.45 4.12001 14.36 3.97001L14.51 3.51001L14 3.00001L13.54 3.15001C13.39 3.07001 13.23 3.00001 13.06 2.95001L12.84 2.51001H12.13L11.91 2.95001C11.74 3.00001 11.58 3.06001 11.43 3.15001L10.97 3.00001L10.46 3.51001L10.61 3.97001C10.53 4.12001 10.46 4.28001 10.41 4.45001L10 4.67001V5.38001L10.44 5.60001C10.49 5.77001 10.55 5.93001 10.64 6.08001L10.49 6.54001L11 7.05001L11.46 6.90001C11.61 6.98001 11.77 7.05001 11.94 7.10001L12.16 7.54001H12.87L13.09 7.10001C13.26 7.05001 13.42 6.99001 13.57 6.90001L14.03 7.05001L14.54 6.54001L14.39 6.08001C14.47 5.93001 14.54 5.77001 14.59 5.60001L15 5.39001V4.67001L14.56 4.45001ZM12.5 6.14001C11.88 6.14001 11.39 5.64001 11.39 5.03001C11.39 4.41001 11.89 3.92001 12.5 3.92001C13.11 3.92001 13.61 4.42001 13.61 5.03001C13.61 5.64001 13.11 6.14001 12.5 6.14001Z" fill="#73CA94"/>
<path d="M7.14006 11.91C7.09006 11.74 7.03006 11.58 6.94006 11.43L7.09006 10.97L6.58006 10.46L6.12006 10.61C5.97006 10.53 5.81006 10.46 5.64006 10.41L5.44006 9.98999H4.72006L4.50006 10.43C4.33006 10.48 4.17006 10.54 4.02006 10.63L3.56006 10.48L3.05006 10.99L3.20006 11.45C3.12006 11.6 3.05006 11.76 3.00006 11.93L2.56006 12.15V12.86L3.00006 13.08C3.05006 13.25 3.11006 13.41 3.20006 13.56L3.06006 14L3.57006 14.51L4.03006 14.36C4.18006 14.44 4.34006 14.51 4.51006 14.56L4.73006 15H5.44006L5.66006 14.56C5.83006 14.51 5.99006 14.45 6.14006 14.36L6.60006 14.51L7.10006 14L6.95006 13.54C7.03006 13.39 7.10006 13.23 7.15006 13.06L7.59006 12.84V12.13L7.14006 11.91ZM5.08006 13.6C4.46006 13.6 3.97006 13.1 3.97006 12.49C3.97006 11.87 4.47006 11.38 5.08006 11.38C5.69006 11.38 6.19006 11.88 6.19006 12.49C6.19006 13.11 5.69006 13.6 5.08006 13.6Z" fill="#73CA94"/>
<path d="M7.87009 2.23001C6.33009 0.690012 3.83009 0.690012 2.28009 2.23001C0.730091 3.77001 0.740091 6.27001 2.28009 7.82001C3.71009 9.25001 5.97009 9.35001 7.52009 8.13001L8.85009 9.46001C8.85009 9.46001 8.52009 9.79001 8.85009 10.12C9.18009 10.45 12.1401 13.41 12.1401 13.41C12.1401 13.41 12.4701 13.74 12.8001 13.41C13.1301 13.08 13.4601 12.75 13.4601 12.75C13.4601 12.75 13.7901 12.42 13.4601 12.09C13.1301 11.76 10.1701 8.80001 10.1701 8.80001C9.84009 8.47001 9.51009 8.80001 9.51009 8.80001L8.18009 7.47001C9.41009 5.92001 9.30009 3.67001 7.87009 2.23001ZM7.52009 7.47001C6.17009 8.82001 3.98009 8.82001 2.63009 7.47001C1.28009 6.12001 1.28009 3.93001 2.63009 2.58001C3.98009 1.23001 6.17009 1.23001 7.52009 2.58001C8.87009 3.93001 8.87009 6.12001 7.52009 7.47001Z" fill="#4DB6AC"/>
<path d="M7.49016 4.34999C7.43016 4.15999 7.36016 3.96999 7.26016 3.79999L7.44016 3.25999L6.85016 2.66999L6.31016 2.84999C6.14016 2.74999 5.95016 2.67999 5.75016 2.61999L5.50016 2.10999H4.66016L4.41016 2.61999C4.21016 2.66999 4.03016 2.74999 3.85016 2.84999L3.31016 2.66999L2.72016 3.25999L2.90016 3.79999C2.80016 3.96999 2.72016 4.15999 2.67016 4.34999L2.16016 4.60999V5.43999L2.67016 5.69999C2.72016 5.89999 2.80016 6.07999 2.90016 6.25999L2.72016 6.79999L3.31016 7.38999L3.85016 7.20999C4.02016 7.30999 4.21016 7.37999 4.41016 7.43999L4.67016 7.94999H5.50016L5.76016 7.43999C5.96016 7.38999 6.14016 7.30999 6.32016 7.20999L6.86016 7.38999L7.44016 6.79999L7.26016 6.25999C7.36016 6.07999 7.43016 5.89999 7.49016 5.69999L8.00016 5.44999V4.60999L7.49016 4.34999ZM5.08016 6.32999C4.36016 6.32999 3.78016 5.74999 3.78016 5.02999C3.78016 4.30999 4.36016 3.72999 5.08016 3.72999C5.80016 3.72999 6.38016 4.30999 6.38016 5.02999C6.38016 5.74999 5.80016 6.32999 5.08016 6.32999Z" fill="#4DB6AC"/>
<path d="M14.56 4.45001C14.51 4.28001 14.45 4.12001 14.36 3.97001L14.51 3.51001L14 3.00001L13.54 3.15001C13.39 3.07001 13.23 3.00001 13.06 2.95001L12.84 2.51001H12.13L11.91 2.95001C11.74 3.00001 11.58 3.06001 11.43 3.15001L10.97 3.00001L10.46 3.51001L10.61 3.97001C10.53 4.12001 10.46 4.28001 10.41 4.45001L10 4.67001V5.38001L10.44 5.60001C10.49 5.77001 10.55 5.93001 10.64 6.08001L10.49 6.54001L11 7.05001L11.46 6.90001C11.61 6.98001 11.77 7.05001 11.94 7.10001L12.16 7.54001H12.87L13.09 7.10001C13.26 7.05001 13.42 6.99001 13.57 6.90001L14.03 7.05001L14.54 6.54001L14.39 6.08001C14.47 5.93001 14.54 5.77001 14.59 5.60001L15 5.39001V4.67001L14.56 4.45001ZM12.5 6.14001C11.88 6.14001 11.39 5.64001 11.39 5.03001C11.39 4.41001 11.89 3.92001 12.5 3.92001C13.11 3.92001 13.61 4.42001 13.61 5.03001C13.61 5.64001 13.11 6.14001 12.5 6.14001Z" fill="#4DB6AC"/>
<path d="M7.14006 11.91C7.09006 11.74 7.03006 11.58 6.94006 11.43L7.09006 10.97L6.58006 10.46L6.12006 10.61C5.97006 10.53 5.81006 10.46 5.64006 10.41L5.44006 9.98999H4.72006L4.50006 10.43C4.33006 10.48 4.17006 10.54 4.02006 10.63L3.56006 10.48L3.05006 10.99L3.20006 11.45C3.12006 11.6 3.05006 11.76 3.00006 11.93L2.56006 12.15V12.86L3.00006 13.08C3.05006 13.25 3.11006 13.41 3.20006 13.56L3.06006 14L3.57006 14.51L4.03006 14.36C4.18006 14.44 4.34006 14.51 4.51006 14.56L4.73006 15H5.44006L5.66006 14.56C5.83006 14.51 5.99006 14.45 6.14006 14.36L6.60006 14.51L7.10006 14L6.95006 13.54C7.03006 13.39 7.10006 13.23 7.15006 13.06L7.59006 12.84V12.13L7.14006 11.91ZM5.08006 13.6C4.46006 13.6 3.97006 13.1 3.97006 12.49C3.97006 11.87 4.47006 11.38 5.08006 11.38C5.69006 11.38 6.19006 11.88 6.19006 12.49C6.19006 13.11 5.69006 13.6 5.08006 13.6Z" fill="#4DB6AC"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -2,7 +2,7 @@
<g>
<title>Layer 1</title>
<circle id="svg_1" fill="#00AE42" r="12.5" cy="12.5" cx="12.5"/>
<circle id="svg_1" fill="#009688" r="12.5" cy="12.5" cx="12.5"/>
<path id="svg_2" stroke-linecap="round" stroke-width="2" stroke="white" d="m6,12.0189l3.57518,3.57c0.78082,0.7796 2.04552,0.7796 2.82642,0l6.5984,-6.5889"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 345 B

After

Width:  |  Height:  |  Size: 345 B

View File

@@ -1,4 +1,4 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14 2L2 14" stroke="#00AE42" stroke-width="3" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M2 2L14 14" stroke="#00AE42" stroke-width="3" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M14 2L2 14" stroke="#009688" stroke-width="3" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M2 2L14 14" stroke="#009688" stroke-width="3" stroke-miterlimit="10" stroke-linecap="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 309 B

After

Width:  |  Height:  |  Size: 309 B

View File

@@ -1,7 +1,7 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_23_257)">
<path d="M14.5999 1.40002L1.3999 14.6" stroke="#00AE42" stroke-width="3.3" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M1.3999 1.40002L14.5999 14.6" stroke="#00AE42" stroke-width="3.3" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M14.5999 1.40002L1.3999 14.6" stroke="#009688" stroke-width="3.3" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M1.3999 1.40002L14.5999 14.6" stroke="#009688" stroke-width="3.3" stroke-miterlimit="10" stroke-linecap="round"/>
</g>
<defs>
<clipPath id="clip0_23_257">

Before

Width:  |  Height:  |  Size: 489 B

After

Width:  |  Height:  |  Size: 489 B

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 153 KiB

After

Width:  |  Height:  |  Size: 153 KiB

View File

@@ -1,4 +1,4 @@
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M38.2923 1.34808L38.2441 1.30417C37.3235 0.463194 36.1301 0 34.8837 0C33.4864 0 32.1449 0.591489 31.2029 1.62267L13.3916 21.1224C13.2293 21.3002 13.1061 21.5099 13.03 21.7381L10.9357 28.0167C10.6935 28.7426 10.815 29.5453 11.2607 30.164C11.7099 30.7875 12.4336 31.1598 13.1967 31.1598H13.1968C13.5269 31.1598 13.8495 31.0919 14.1555 30.958L20.2195 28.3052C20.44 28.2087 20.6377 28.0671 20.8 27.8894L38.6114 8.38977C40.4648 6.36078 40.3219 3.20211 38.2923 1.34808ZM14.9484 26.8569L16.1773 23.1726L16.281 23.0591L18.6102 25.1866L18.5066 25.3001L14.9484 26.8569ZM36.0718 6.07002L20.93 22.6472L18.6007 20.5197L33.7426 3.94242C34.0387 3.61819 34.444 3.43956 34.8838 3.43956C35.2696 3.43956 35.6391 3.5831 35.9251 3.84428L35.9731 3.88819C36.6019 4.46248 36.6461 5.44127 36.0718 6.07002V6.07002Z" fill="#73CA94"/>
<path d="M38.2923 1.34808L38.2441 1.30417C37.3235 0.463194 36.1301 0 34.8837 0C33.4864 0 32.1449 0.591489 31.2029 1.62267L13.3916 21.1224C13.2293 21.3002 13.1061 21.5099 13.03 21.7381L10.9357 28.0167C10.6935 28.7426 10.815 29.5453 11.2607 30.164C11.7099 30.7875 12.4336 31.1598 13.1967 31.1598H13.1968C13.5269 31.1598 13.8495 31.0919 14.1555 30.958L20.2195 28.3052C20.44 28.2087 20.6377 28.0671 20.8 27.8894L38.6114 8.38977C40.4648 6.36078 40.3219 3.20211 38.2923 1.34808ZM14.9484 26.8569L16.1773 23.1726L16.281 23.0591L18.6102 25.1866L18.5066 25.3001L14.9484 26.8569ZM36.0718 6.07002L20.93 22.6472L18.6007 20.5197L33.7426 3.94242C34.0387 3.61819 34.444 3.43956 34.8838 3.43956C35.2696 3.43956 35.6391 3.5831 35.9251 3.84428L35.9731 3.88819C36.6019 4.46248 36.6461 5.44127 36.0718 6.07002V6.07002Z" fill="#4DB6AC"/>
<path d="M34.8369 15.8664C33.8871 15.8664 33.1171 16.6364 33.1171 17.5862V32.1868C33.1171 34.5984 31.155 36.5604 28.7435 36.5604H7.89985C5.48815 36.5604 3.52623 34.5984 3.52623 32.1868V11.5125C3.52623 9.10094 5.48826 7.1389 7.89985 7.1389H22.9865C23.9363 7.1389 24.7063 6.3689 24.7063 5.41912C24.7063 4.46934 23.9363 3.69934 22.9865 3.69934H7.89985C3.59158 3.69934 0.0866699 7.20437 0.0866699 11.5125V32.1867C0.0866699 36.4949 3.59169 39.9999 7.89985 39.9999H28.7433C33.0515 39.9999 36.5565 36.4949 36.5565 32.1867V17.5862C36.5566 16.6364 35.7866 15.8664 34.8369 15.8664V15.8664Z" fill="#808080"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Some files were not shown because too many files have changed in this diff Show More