Commit graph

23623 commits

Author SHA1 Message Date
Thomas
1376556b0a
Added new strings for French (#5870)
Added new strings
2024-06-26 20:36:24 +08:00
Ruslan Kyba
2431429c49
Update Ender-3 V3 printer profiles (#5771)
* Update printer profiles

* Fix accelerations

* Fix z hop

* Small fixes

* Update layer height according to printer data sheet

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-06-26 20:33:53 +08:00
Ruslan Kyba
63768cb87f
Add Flyingbear Ghost 6 profile (#5826)
* chore: init

* chore: update

* chore: update

* chore: update

* chore: udpate

* chore: update

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-06-26 20:28:35 +08:00
Tom
aeac07b9c9
Resolves #5808: Fix missing K1C processes (#5815)
* refactored printer name to resolve #5808

* updarted name of profile to match all other K1C profiles

---------

Co-authored-by: Thomas Brough <tbrough@Thomass-MacBook-Pro.local>
Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-06-26 20:28:11 +08:00
whoseyoung
52cfa48168
official profiles for Geeetech printers (#5790)
add some series of printer parameter configurations. 15 Geeetech printers, including 3 series models.
Thunder series. A high-speed printer and the maximum printing speed can reach 300 mm/s. Mizar series. A machine that has very exquisite print quality and ultra quiet printing. Other Geeetech printers.
---Request from Geeetech offical .

Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-06-26 20:24:03 +08:00
SoftFever
8c00db6ace Tweak profile loading rules 2024-06-26 20:23:34 +08:00
SoftFever
c72ef08275 Fix some profile errors 2024-06-26 18:16:33 +08:00
Noisyfox
eeae1b2c7e
Fix few mirror related issues (#5827)
* Do not use get_scaling_factor then construct the matrix again, because it cannot properly handle situations that contains negative scale (mirror) / shear (SoftFever/OrcaSlicer#5578)

* Do not use get_scaling_factor then construct the matrix again, because it cannot properly handle situations that contains negative scale (mirror) / shear (SoftFever/OrcaSlicer#5578, SoftFever/OrcaSlicer#4719)
2024-06-26 18:08:15 +08:00
SoftFever
7e85eb0d7d
Upgrade Mac CI/CD to macos-14 (#5856) 2024-06-25 23:24:39 +08:00
HYzd766
63dcf82f15
Bug Repaired (#5801)
* Qidi.Json

* Qidi.json

* Qidi.json

* Qidi.json

* Qidi.json

* Qidi.json
2024-06-25 00:58:46 +08:00
Olcay ÖREN
091ec23795
Update TURKISH translations (#5831)
* Update OrcaSlicer_tr.po - TURKISH translation update

* Update TURKISH translations
2024-06-25 00:52:29 +08:00
ElectricalBoy
a788b6360b
Update Korean Translation (v2.1.0) (#5804)
* ko: Add missing translations

* ko: Make existing translations more natural
2024-06-25 00:52:04 +08:00
Andy
89d627693f
Update russian translations (2.1.0 Release) (#5800)
* Update russian translations (2.1.0 Release)

Russian Translation Update for OrcaSlicer V2.1.0 Official Release.

* Update russian translations (2.1.0 Release)

Russian Translation Update for OrcaSlicer V2.1.0 Official Release.

* Update russian translations (2.1.0 Release)

Russian Translation Update for OrcaSlicer V2.1.0 Official Release.
2024-06-25 00:51:42 +08:00
Carlos Francisco Caruncho Serrano
9a3671a87f
Translate and fix spanish (#5833)
* Update OrcaSlicer_es.po

* Traducción español Beta 2.1.0

* Update text.js

* Minor fix PR

* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po
2024-06-25 00:50:47 +08:00
Noisyfox
76fc7e6d21
Fix PrusaLink upload when PUT is used (#5843)
(SoftFever/OrcaSlicer#5840) Fix PrusaLink upload when PUT is used
2024-06-25 00:48:38 +08:00
SoftFever
34ad17bcd2
Fix small area flow comp regression and some other small tweaks (#5844)
* Fix regression, always create SmallAreaInfillFlowCompensator model
small_area_infill_flow_compensation is per-region parameter, it's not necessary to iterate though all regions to check whether to create a model.

* Make SmallAreaInfillFlowCompensator robus.
1. handle spaces/tabs/new lines etc
2. don't throw expection, fall back to no-op instead if parsing failed

* Fixing an issue that changing small_area_infill_flow_compensation per modifier didn't take effect
2024-06-25 00:20:20 +08:00
Ocraftyone
5c9b82d6ec
Update Web Link Association in Preferences (#5791)
* Fix check_url_association return value

* Update Web Link Association Preferences

Uses a checkbox in place of button to show if the current instance is registered at a quick look
New function is added to build the link association item
Current association line shows "None" for no app associated, "Current Instance" if the current instance is associated, and the formatted path to the registered app (Removes quotes and other extra chars)

* Update to use localization

* Fix Linux Build

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-06-21 21:06:12 +08:00
SoftFever
6c5cd0a31f bump version to 2.1.0 official 2024-06-21 20:07:37 +08:00
SoftFever
bf646c3f29 update locales 2024-06-21 20:07:07 +08:00
Carlos Francisco Caruncho Serrano
c1a901e46c
Fix Spanish translation strings (#5792)
* Update OrcaSlicer_es.po

* Traducción español Beta 2.1.0

* Update text.js

* Minor fix PR

* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po
2024-06-21 19:49:57 +08:00
Noisyfox
cd6cd0786f
Various improvements to SimplyPrint integration (#4831)
* Allow using BBL's device tab when 3rd party print host is used

* Add option to open SimplyPrint panel in device tab after uploading

* Fix default print host for prusa connect

* Do not set api key in device view when SimplyPrint is used

* Sending 3mf file to SimplyPrint when using BBL printers

* Fix file extension when uploading 3mf

* Prepare for large file uploading

* Implement chunk upload

* Fix file uploading exceeding content size

* Fix wrong field type

* Add `temp=true` to all chunk upload calls

* Add macro to enable test api

* Merge branch 'main' into dev/simplyprint-improve

* Fix another missing `temp=true`

* Add delete token

* Try fixing build error on *nix systems

* Merge branch 'main' into dev/simplyprint-improve

* Merge branch 'main' into dev/simplyprint-improve

* Merge remote-tracking branch 'remote/main' into dev/simplyprint-improve

# Conflicts:
#	src/slic3r/GUI/BackgroundSlicingProcess.cpp

* Move the `bbl_use_print_host_webui` option to print host dialog. Also make it a derived option of `print_host_webui` instead.

* Merge branch 'main' into dev/simplyprint-improve

# Conflicts:
#	src/slic3r/GUI/MainFrame.cpp
#	src/slic3r/GUI/Plater.cpp

* Merge branch 'main' into dev/simplyprint-improve

# Conflicts:
#	src/slic3r/GUI/Plater.cpp

* Use a more generic option instead of SimplyPrint specific

* Merge branch 'main' into dev/simplyprint-improve

* Merge branch 'main' into dev/simplyprint-improve
2024-06-21 19:48:00 +08:00
SoftFever
b7a0b30578 Pick updates from BS 1.9.3
sync bbl profiles
FIX: [#4320] crash when edit project preset

github: #4320

Change-Id: I81eb5f0d461565d63a32100a5bebb4569cfb0b1b
ENH: add pctg type

Jira: none

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ie01fcd4bef0d3ebec5bbd7185a87a1740068bdba
(cherry picked from commit c6276932dd92bc4283600954415eedeac6d351ce)
ENH: CLI: add logic to save metadata into 3mf from CLI

JIRA: no jira
Change-Id: I7f96c2ab9671ec1c0115e90f6d64230b8170eb38
(cherry picked from commit 3d2d6e23ba318a2b331a62e320f8ca199168f1f5)
2024-06-21 18:21:21 +08:00
InfimechOfficial
6a28bae6fd
Update Infimech profiles: fix printstart gcode (#5787)
* Update fdm_klipper_common.json

* Update fdm_machine_common.json
2024-06-21 17:55:37 +08:00
FlyingbearOfficial
0af5b47028
Update Flyingbear profiles: fix startcode (#5784)
* Update FlyingBear S1 0.4 nozzle.json

* Update 0.16mm Optimal @FlyingBear Reborn3.json

* Update 0.16mm Optimal @FlyingBear S1.json

* Update fdm_process_common.json

* Update fdm_klipper_common.json

* Update fdm_machine_common.json

* Update fdm_klipper_common.json

* Update fdm_machine_common.json

* Update fdm_process_common.json

* Update fdm_process_common_S1.json

fix some parameters

* Update fdm_process_common.json

* Update FlyingBear S1 0.4 nozzle.json
2024-06-21 17:54:51 +08:00
Carlos Francisco Caruncho Serrano
87e77133ca
Spanish translation RC 2.1.0 (#5779)
* Update OrcaSlicer_es.po

* some changes

* Some fixes

* More fixes

* More fixes and improves

* More fixes

* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po

Cambiado punto por coma

* Update Spanish Language

* Updated strings

* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po

* Fixed Spanish Strings in English

Fixed a lot of string whose are translations were english to english.

* Some spanish strings improved

* Update Spanish Strings in RC
2024-06-21 17:54:00 +08:00
ElectricalBoy
a1d7c8baf8
Update Korean (ko) Translation (#5764)
* Add translation for "Don't slow down outer walls" in Korean

* Update existing/missing translations in Korean

* Make "Don't slow down outer walls" translation more natural
2024-06-21 17:51:13 +08:00
Dylan
02a4c9069c
Fix Snapmaker profiles (#5763)
* update snapmaker profiles

- add BracingKit for Snapmaker 2
- add Artisan profiles

* remove key

* fix compatible_printers

* remove pva for single extruder

* fix ci

* Fix compatible_printers

* Revert specific parameters
2024-06-21 17:46:47 +08:00
KrisMorr
7788c5de22
update Polish translations ( 2.1.0-rc ) (#5753)
* update Polish translations ( 2.1.0-rc )

* update Polish translations ( 2.1.0-rc )
2024-06-21 17:45:34 +08:00
cochcoder
1678127e2b
Minor improvements & fixes for Ender-3 V3 KE (#5743)
* Minor improvements & fixes for Ender-3 V3 KE

* revert machine_pause_gcode
2024-06-18 21:20:16 +08:00
Olcay ÖREN
7ed663135d
Update TURKISH translations (#5735)
Update OrcaSlicer_tr.po - TURKISH translation update
2024-06-18 21:18:54 +08:00
Thomas
c9c7ae62d6
New French translations for 2.1.0-rc (#5734)
Added new translations
2024-06-18 21:18:25 +08:00
Heiko Liebscher
9df712fd9e
add new german translations (#5729) 2024-06-18 21:18:01 +08:00
davidjuanesb
1445d0c501
Added catalan language to resources\web\data\text.js (#5727)
* Catalan language updated to 2.1.0 beta

Catalan language updated to 2.1.0 beta

* added catalan translation at text.js file

Added new language "ca_ES" but loading "en" by default. Catalan language should be shown at preferences as "Català" instead of "Catalan". Please, solve these issues

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-06-18 21:17:36 +08:00
SoftFever
df2674e19d bump version to 2.1.0-rc 2024-06-16 23:44:49 +08:00
SoftFever
217d2bb411 update loacale 2024-06-16 23:44:34 +08:00
SoftFever
6589d2c784 Tweak the color of viewcube a bit so that it's not too intrusive. 2024-06-16 22:56:52 +08:00
Ioannis Giannakas
12861a6a3d
Enhancement: Do not slow down external perimeters to meet minimum layer time (#5148)
* POC - Do not slow down external perimeters to meet minimum layer time

* POC - Do not slow down external perimeters to meet minimum layer time - rework

* Revert "POC - Do not slow down external perimeters to meet minimum layer time"

This reverts commit d84ff93f901c6773c246926f6fd34f22e14b7131.

* Dont slow down external perimeters to meet layer time target v2

* Reverted previous implementation

* UI fixes for dont slow down for layer cooling

* Update dont slow down outer walls naming convention

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-06-16 22:38:13 +08:00
SoftFever
9ee33e30df bump profile version to 02.01.00.01 2024-06-16 21:22:23 +08:00
SoftFever
1ec239e5b4 update locale and Simplified Chinese translations 2024-06-16 21:19:36 +08:00
cochcoder
7e00444726
Add support for Rat Rig V-Core 4 & V-Core 4 HYBRID (#5660)
* Initial add of RatRig core v4

* Merge branch 'main' into ratrig-v4

* Fix check error

* Add V-Core 4 covers

* Add V-Core 4 to filament

* Initial add for HYBRID profiles

The rest will come tomorrow ;)

* Misc

Add HYBRID profiles
Rename Core V4 to V-Core 4
Add HYBRID cover

* Fix filament

* Merge branch 'main' into ratrig-v4
2024-06-16 21:12:19 +08:00
SoftFever
554366d493 Take brim width into consideration when placing wipe tower 2024-06-16 18:48:26 +08:00
SoftFever
27f140fb18 Mdel preview renders the actual colors of the filaments based on the filaments currently loaded in the AMS
Ported from BambuStudio
2024-06-16 17:15:51 +08:00
SoftFever
4590c765c6 Revert "Tab improvements (#5210)"
Causing regression bugs in high DPI

This reverts commit 872f729d75.
2024-06-16 10:07:05 +08:00
Noisyfox
54653ea316
Fix crash caused by wrong pointer used after VtxBuffer resized during 3d navigator rendering (#5719) 2024-06-16 02:16:54 +08:00
SoftFever
9ae9585e94 upgrade bbl plugin and profiles 2024-06-16 02:15:46 +08:00
SoftFever
e79843872b misc updates 2024-06-16 02:06:36 +08:00
chunmao.guo
1f97147023 FIX: tunnel_mqtt not turn on by key_field_only
Change-Id: I87446cd709e6e324ea36962182e7fae1e977b0f5
2024-06-16 01:44:32 +08:00
jianjia.ma
6dd2409ca5 ENH: Reduce warpping effect on CrossHatch
jira: 6984

Change-Id: If8df59b952bc7c9fb26076d3d38c2cdcd15c0ebe
2024-06-16 01:44:31 +08:00
tao wang
77ec16b4cd ENH:get sound support through homeflag
jira:[for sound]

Change-Id: I92b176d0c6708eb69e1318f244382e72b679ec39
2024-06-16 01:44:31 +08:00
zhimin.zeng
2ac41509d7 FIX: modify top_shell_layer should reslice
jira: none
Change-Id: Ied85b87ea4e036a60024977c50ac926c7293a5e1
2024-06-16 01:44:31 +08:00