Noisyfox
66d4b4d59a
Merge branch 'main' into dev/gizmo
2023-11-10 23:32:14 +08:00
Hukete
4645943360
Update fdm_process_qidi_x3_common.json ( #2683 )
...
* 10-25
Add TPU-95A HF
* 1030
Adding Introduction of Chamber Temperature Control Macros(M191) to Notes
* 1102
Add ABS-GF10 profile,
Remove a extra "s" from the "0.36mm Standard @Qidi XPlus3 0.6 nozzle.json" file
* 1106
Add the PA value to some genetic filament profiles
* Update fdm_filament_pla.json
Change the fan rate of begin layers
* Update fdm_process_qidi_x3_common.json
Reduction of top surface particles
2023-11-10 20:51:44 +08:00
SoftFever
c5a10b302a
fix Voron profiles
2023-11-10 18:00:09 +08:00
Jeff Papiez
466a17b8b4
Adding additional configurations for Voron Trident, V0, and Switchwiare ( #2672 )
...
* Updating voron profiles
* Add missing V0 configs and add default print profiles
* Update nozzle_diameter for v0, switchwire, and triedent
* Correcting names, nozzle diameters, and adding missing min and max layer heights
2023-11-10 10:19:48 +08:00
Noisyfox
cf5c19fa24
Merge remote-tracking branch 'origin/main' into dev/gizmo
2023-11-10 09:57:11 +08:00
Hukete
333287535b
Update fdm_filament_pla.json ( #2657 )
...
* 10-25
Add TPU-95A HF
* 1030
Adding Introduction of Chamber Temperature Control Macros(M191) to Notes
* 1102
Add ABS-GF10 profile,
Remove a extra "s" from the "0.36mm Standard @Qidi XPlus3 0.6 nozzle.json" file
* 1106
Add the PA value to some genetic filament profiles
* Update fdm_filament_pla.json
Change the fan rate of begin layers
2023-11-09 22:20:14 +08:00
Noisyfox
5f001c89fd
Merge remote-tracking branch 'origin/main' into dev/gizmo
2023-11-08 09:14:28 +08:00
SoftFever
132e531fb8
Misc profiles fixes
...
fixed #2636
2023-11-07 18:34:44 +08:00
Geoffrey Ward
94e35737e6
Update the retraction defaults to account for the M5c ( #2640 )
...
* Remove retraction_length from common
M5c should never retract more then 0.8mm or it will clog
* Preserve M5 retraction length
Moved previous retraction length from core to M5
* Update Anker M5C retraction length to prevent clogs
Anything beyond a 0.8mm retraction length will clog the printer over time.
2023-11-07 18:14:21 +08:00
Geoffrey Ward
472821922a
Update AnkerMake printers to make use of Marlin 2 gcode ( #2639 )
2023-11-07 18:13:38 +08:00
mariuske
70f28ba3c1
Adjusted Flashforge machine profiles ( #2632 )
...
* Added correct machine pause code for FlashForge printers
Added machine pause code for Flashforge printers to support pause action in firmware 2.3.6-2.1.9-20231101
* Removed redundant gcodes for Flashforge profiles
Removed redundant gcodes for Flashforge profiles as they are already added by Orca Slicer
2023-11-07 13:10:16 +08:00
FlashforgeOfficial
5788fd30e7
1106 Flashforge: Update TPU, classic mode change etc. ( #2627 )
...
Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-11-07 13:09:30 +08:00
Hukete
bea9b54689
Update profiles for Qidi printers ( #2629 )
...
* 10-25
Add TPU-95A HF
* 1030
Adding Introduction of Chamber Temperature Control Macros(M191) to Notes
* 1102
Add ABS-GF10 profile,
Remove a extra "s" from the "0.36mm Standard @Qidi XPlus3 0.6 nozzle.json" file
* 1106
Add the PA value to some genetic filament profiles
* Update fdm_process_qidi_x3_common.json
The macro code cant add to the bottom of the printer.cfg
2023-11-06 21:57:24 +08:00
SoftFever
fcc4b03054
small_perimeter_speed shouldn't be 0
2023-11-06 18:31:31 +08:00
Noisyfox
090a9247cb
Cut: Fix model rendering
2023-11-04 11:41:11 +08:00
Noisyfox
4843cda535
Measure: Use Orca color schema
2023-11-04 11:41:11 +08:00
enricoturri1966
f72d42f920
Measure: Initial porting of Measure Gizmo
2023-11-04 11:41:10 +08:00
enricoturri1966
19ad0ca4d9
Tech ENABLE_LEGACY_OPENGL_REMOVAL - Fixed calculation of normal matrices sent to shaders
...
(cherry picked from commit prusa3d/PrusaSlicer@c468dcbed7 )
2023-11-04 11:41:06 +08:00
enricoturri1966
fe78e40cb4
Various fixes
2023-11-04 11:41:06 +08:00
Noisyfox
0d27e084f3
Fix thumbnail shader
2023-11-04 11:41:05 +08:00
enricoturri1966
1e4f16bd39
Tech ENABLE_GL_SHADERS_ATTRIBUTES - Added shaders for glsl version 140
...
(cherry picked from commit prusa3d/PrusaSlicer@76d1d4949b )
2023-11-04 11:41:05 +08:00
enricoturri1966
15bad7fc19
Tech ENABLE_GL_IMGUI_SHADERS - Render imgui using shaders
...
(cherry picked from commit prusa3d/PrusaSlicer@d0d89a4d5b )
2023-11-04 11:41:05 +08:00
enricoturri1966
71fd4084c2
Tech ENABLE_LEGACY_OPENGL_REMOVAL - porting remaining changes
...
(cherry picked from commit prusa3d/PrusaSlicer@2f572d3cf0 )
2023-11-04 11:41:04 +08:00
enricoturri1966
9f4713eee8
Tech ENABLE_GLBEGIN_GLEND_SHADERS_ATTRIBUTES - Use vertex attributes and matrices in shaders. 1st installment.
...
Shader: flat - Default bed
(cherry picked from commit prusa3d/PrusaSlicer@a5ff37013b )
2023-11-04 11:41:04 +08:00
enricoturri1966
f9de4ec399
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Removed Slic3r::GUI::GeometryBuffer from 3DBed.hpp and replaced with GLModel
...
(cherry picked from commit prusa3d/PrusaSlicer@6b041429f6 )
2023-11-04 11:41:03 +08:00
enricoturri1966
7907426d00
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Textures rendering
...
(cherry picked from commit prusa3d/PrusaSlicer@1a47211bfc )
2023-11-04 11:41:03 +08:00
enricoturri1966
04ad26f611
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Background rendering
...
(cherry picked from commit prusa3d/PrusaSlicer@eda55701a2 )
2023-11-04 11:41:01 +08:00
enricoturri1966
7f0c095446
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - 1st installment - Selection bounding box
...
(cherry picked from commit prusa3d/PrusaSlicer@22f38235ea )
2023-11-04 11:41:00 +08:00
SoftFever
36ffb18059
make folder name more consistent
2023-11-04 10:37:53 +08:00
Rob Trame
f1345d276b
Fix typos and style inconsistencies related to configuration ( #2580 )
...
* Fix 'min' accidentally defined as 'max'
* Remove duplicate retract_lift_above/below definitions
* Add correct unit for jerk
* Make speed tooltip consistent with others
* Remove accidental 's' in Qidi XPlus config
* Remove trailing comma in RatRig config
* Add 'type' field to KP3S PRO configs
* Revert "Make speed tooltip consistent with others"
This reverts commit 16c05751814cc6222fa976612ce7ff8e456141c8.
* Revert "Remove duplicate retract_lift_above/below definitions"
This reverts commit 54ca51f3de2a5e3ca1d9e9538c51a28b59acabcf.
* Remove non-translated retract_lift_above/below definitions
* Update PrintConfig.cpp
Revert jerk unit
2023-11-04 02:41:13 +08:00
InfimechOfficial
915c112ee5
20231103 Add "InfiMech" printer profiles ( #2596 )
...
* 20231103 Add "InfiMech" printer profiles
A new brand named "InfiMech" submits printer profiles for the first time.
* 20231103 Add "InfiMech" printer profiles
A new brand named "InfiMech" submits printer profiles for the first time.
* fix issues that prevent the profiles being loaded.
---------
Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-11-03 19:23:20 +08:00
SoftFever
01ff70197b
set default internal_solid_infill_pattern to monotonic for Qidi machines
2023-11-03 18:35:46 +08:00
Hukete
cfcba09d9d
Update QIDI profiles ( #2586 )
...
* 10-25
Add TPU-95A HF
* 1030
Adding Introduction of Chamber Temperature Control Macros(M191) to Notes
* 1102
Add ABS-GF10 profile,
Remove a extra "s" from the "0.36mm Standard @Qidi XPlus3 0.6 nozzle.json" file
2023-11-02 18:41:03 +08:00
lukicsl
86701d2c87
some wrong max/min layer height corrected and 0.15 nozzle added for Voron 2.4 ( #2546 )
...
* some wrong max/min layer height corrected and 0.15 nozzle added vor Voron 2.4
* typo 0.0
* Some correction in previouse commits + added missing nozzles for Revo
* yet another type
2023-11-01 11:56:59 +08:00
SoftFever
2da64eb1b3
Improve max vol test model to support large diameter nozzles
2023-10-31 20:13:20 +08:00
lukicsl
ca3a62fba8
Added 0.2mm, 0.6mm, 0.8mm nozzle support for Voron 2.4 ( #2543 )
2023-10-30 21:26:49 +08:00
Hukete
95dc4b7c6d
Update Chamber Temperature Control ( #2542 )
...
* 10-25
Add TPU-95A HF
* 1030
Adding Introduction of Chamber Temperature Control Macros(M191) to Notes
2023-10-30 19:56:56 +08:00
Barry Lowrance
9c1c582464
Neptune 4 Max Profile initial commit ( #2531 )
...
Added printer profile for Elegoo Neptune 4 Max
2023-10-30 01:15:19 +08:00
SoftFever
eed0c28bd8
fix some small issues of machine_max_acceleration_travel
2023-10-27 21:09:31 +08:00
mariuske
bfdaa1c51b
Adjusted values to match other profiles and corrected typo for 0,2mm AD5M Pro 0,4 Nozzle profile ( #2514 )
...
* Adjusted values to match other profiles and corrected typo for 0,2mm AD5M Pro 0,4 Nozzle profile
* Aligned remaining values for 0,2mm AD5M Pro 0,4 Nozzle profile
* Updated the "initial layer acceleration" to match best practise
Updated the "initial layer acceleration" for all profiles to match best practise. This will help on the adhesive for the first layer. The value is also aligned with the common profiles now.
* Updated bridge speed
Updated bridge speed for all profiles to 25 as suggested by @SoftFever
2023-10-27 19:58:27 +08:00
Hotsolidinfill
17258c882d
update Korean translation ( #2513 )
...
update last strings Korean
fix add printer "all/clear all" button
2023-10-27 16:26:17 +08:00
FlashforgeOfficial
a106625f84
1025 Add Flashforge printers profile ( #2505 )
...
* Added Flashforge printer profiles
The uploaded OrcaSlicer profiles include support for Flashforge Adventurer 5M and Flashforge Adventurer 5M Pro.
* Hi,
This is a pull request for adding Flashforge printer profiles to help expand OrcaSlicer's stock profiles for the community. The uploaded printers profiles support Flashforge Adventurer 5M and Flashforge Adventurer 5M Pro.
Let me know if there are any mistakes or adjustments of the files. Thank you!
Regards,
Xiaolong Bai
* Add Flashforge printer profile for Adventurer 5M and Adventurer 5M Pro
* 20230927 Add profiles for Flashforge printers
* 20231018 Flashforge Printer Profiles for AD5M and AD5M Pro
* 1024 Update: Flashforge Printer
* 1025 Add Flashforge AD5M series profiles
* 1025 Update nozzle type
"nozzle_type": "stainless_steel"
* Update
"nozzle_type": "stainless_steel"
* Update
"nozzle_type": "stainless_steel"
* Update
"nozzle_type": "stainless_steel"
2023-10-25 21:47:04 +08:00
Hukete
fdb73b2e2a
Qidi: profiles updates ( #2506 )
...
Add TPU-95A HF
2023-10-25 17:11:24 +08:00
SoftFever
12eafd5491
optimize some models
2023-10-22 21:19:46 +08:00
SoftFever
da47d0f79e
Fix some issues that some option changes won't tirgger slice status
2023-10-22 20:54:48 +08:00
astrolemonade
66fe13f403
Fix name of bambu lab a1 mini cover ( #2478 )
2023-10-22 19:33:54 +08:00
SoftFever
90601c098a
Feat: chamber temp control and chamber fan ( #2483 )
...
* init
* tweak
2023-10-22 16:38:20 +08:00
SoftFever
a7729ca83f
Merge BS 1.7.7.89
...
# Conflicts:
# bbl/i18n/ko/BambuStudio_ko.po
# localization/i18n/OrcaSlicer.pot
# localization/i18n/de/OrcaSlicer_de.po
# localization/i18n/en/OrcaSlicer_en.po
# localization/i18n/es/OrcaSlicer_es.po
# localization/i18n/fr/OrcaSlicer_fr.po
# localization/i18n/hu/OrcaSlicer_hu.po
# localization/i18n/it/OrcaSlicer_it.po
# localization/i18n/ja/OrcaSlicer_ja.po
# localization/i18n/nl/OrcaSlicer_nl.po
# localization/i18n/sv/OrcaSlicer_sv.po
# localization/i18n/zh_cn/OrcaSlicer_zh_CN.po
# resources/i18n/de/BambuStudio.mo
# resources/i18n/en/BambuStudio.mo
# resources/i18n/es/BambuStudio.mo
# resources/i18n/fr/BambuStudio.mo
# resources/i18n/hu/BambuStudio.mo
# resources/i18n/it/BambuStudio.mo
# resources/i18n/ja/BambuStudio.mo
# resources/i18n/ko/BambuStudio.mo
# resources/i18n/nl/BambuStudio.mo
# resources/i18n/sv/BambuStudio.mo
# resources/i18n/zh_cn/BambuStudio.mo
# resources/profiles/Anycubic/machine/Anycubic Kobra Max 0.4 nozzle.json
# src/OrcaSlicer.cpp
# src/libnest2d/include/libnest2d/selections/firstfit.hpp
# src/libslic3r/GCode/GCodeProcessor.cpp
# src/libslic3r/Print.cpp
# src/libslic3r/Print.hpp
# src/libslic3r/PrintConfig.cpp
# src/slic3r/GUI/CalibrationWizardPresetPage.cpp
# src/slic3r/GUI/GLCanvas3D.cpp
# src/slic3r/GUI/PartPlate.cpp
# src/slic3r/GUI/PartPlate.hpp
# src/slic3r/GUI/ReleaseNote.cpp
# src/slic3r/GUI/Tab.cpp
# version.inc
2023-10-21 19:41:49 +08:00
ZdDroid
0037a5cc2d
Search printer model in add/remove printer dialog 选择打印机增加关键字搜索#3 ( #2464 )
...
* 选择打印机增加关键字搜索#3
* allow dismiss window by pressing ESC key
---------
Co-authored-by: ZdDroid <601865048@qq.com>
Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-10-20 07:57:34 +08:00
Trist0ne
acbf27036c
Merged optimized print profiles from Comgrow Official ( #2454 )
...
* Merged optimized print profiles from Comgrow Official
* Corrected profile naming convention
2023-10-19 22:49:22 +08:00
SoftFever
25c9b43d62
Revert "选择打印机增加关键字搜索 ( #2376 ) ( #2392 )"
...
This reverts commit caaa969ba1
.
Revert "选择打印机增加关键字搜索 (#2392 )"
This reverts commit a178b967dc
.
2023-10-15 18:08:56 +08:00
Hotsolidinfill
a3200ad285
Translate web strings into Korean ( #2410 )
...
* update last strings
* translate web strings into Korean
* fix
2023-10-14 20:16:51 +08:00
Thomas
2077c98bcc
K1/K1 Max : Added TPU, ASA and fixed filaments missing from previous PR ( #2412 )
...
* Rename Creality HF Generic Speed PLA.cfg to Creality HF Generic Speed PLA.json
* Update Creality K1.json
* Create Creality Generic TPU.json
* Update Creality Generic ASA.json
CS
* Update Creality.json
* Update Creality K1 Max.json
2023-10-14 20:16:16 +08:00
Thomas
25447877c6
Config changes for Creality K1/K1 Max ( #2380 )
...
* Update 0.16mm Optimal @Creality K1 (0.4 nozzle).json
Improved K1 0.16mm profile
* Improved 0.20mm Standard @Creality K1 (0.4 nozzle).json
* Improved 0.24mm Draft @Creality K1 (0.4 nozzle).json
* Create Creality High Flow Hotend PLA.json
* Create fdm_filament_tpu.json
* Create fdm_filament_asa.json
* Create Creality Generic ASA.json
* Update Creality Generic PLA.json
* Create Creality Generic Speed PLA.cfg
* Rename Creality High Flow Hotend PLA.json to Creality High Flow Hotend Generic PLA.json
* Rename Creality Generic Speed PLA.cfg to Creality High Flow Hotend Generic Speed PLA.cfg
* Update Creality Generic ASA.json
* Update Creality K1 (0.4 nozzle).json
* Update Creality K1 (0.6 nozzle).json
* Update Creality K1 (0.8 nozzle).json
* Update Creality Generic ASA.json
* Rename Creality High Flow Hotend Generic PLA.json to Creality HF Generic PLA.json
* Rename Creality High Flow Hotend Generic Speed PLA.cfg to Creality HF Generic Speed PLA.cfg
* Update Creality Generic PLA.json
* Update 0.24mm Draft @Creality K1 (0.4 nozzle).json
* Update Creality HF Generic PLA.json
* Update Creality HF Generic Speed PLA.cfg
2023-10-14 10:59:51 +08:00
liz.li
1d07869519
ENH: add a text translation of a dailytip
...
jira: new
Change-Id: I2d9ed92011cfc6aa69b96fa27ad11d856114403d
2023-10-13 14:43:42 +08:00
liz.li
760987660f
ENH: add a dailytip
...
jira: STUDIO-4773
Change-Id: I97a15de5356a5275e648d9eb42f733479803561c
2023-10-13 14:43:42 +08:00
xun.zhang
b946308f03
ENH: update A1 mini gcode
...
1.improve wipe mouth temp 140-150
2.delete the last flush start
jira:[NEW]
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ie3db3b89c61b18bdff79fe2dbf61398c428da733
2023-10-13 14:43:42 +08:00
xun.zhang
96abc3209a
ENH: use json to store filament & nozzle info
...
1.Use json to store nozzle hrc
2.Use json to store filament temp type
jira: STUDIO-3488
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I8eb226e26352a41418f4e46d8cda403dc22ecff4
(cherry picked from commit 62a71d5b1947474d3d86be9015551c1007c89702)
2023-10-13 14:43:42 +08:00
ZdDroid
a178b967dc
选择打印机增加关键字搜索 ( #2392 )
...
* 选择打印机增加关键字搜索
* revert more format changes
---------
Co-authored-by: ZdDroid <601865048@qq.com>
Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-10-12 22:49:39 +08:00
ZdDroid
caaa969ba1
选择打印机增加关键字搜索 ( #2376 )
...
Co-authored-by: ZdDroid <601865048@qq.com>
2023-10-11 21:54:55 +08:00
lane.wei
59f71cfc67
ENH: translation: refine translation for hot bed temperature
...
JIRA: no jira
Change-Id: I367d1a2e4aa8478b8892e41f9a41dac2fc8141bb
2023-10-10 14:19:23 +08:00
xun.zhang
c27165a0d7
ENH: update PPA-GF max v speed
...
1.Modify generic PPA-GF max v speed to 6
jira: [NEW]
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I18cfdcb9037b9d9fda6ec60d12c6057a5f9e9bd0
2023-10-10 14:19:23 +08:00
maosheng.wei
a709ac2694
FIX: Some Translation
...
Jira: STUDIO-4557
Signed-off-by: maosheng.wei <maosheng.wei@bambulab.com>
Change-Id: I561ca49a49222e1c9c4456f061e649dd8ed129bb
2023-10-10 14:19:23 +08:00
tao wang
440185f12d
ENH:update Chinese translations related to auto refill
...
Change-Id: I13efdea9032a99c17159db5815526dc850767f2d
2023-10-10 14:19:23 +08:00
xun.zhang
ce40bb2ecf
ENH: add translation
...
jira:[NEW]
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I241470bbe5e080173419715caabaa624d045ea56
2023-10-10 14:19:23 +08:00
xun.zhang
a3e94f42a0
ENH: add translations
...
jira:[NEW]
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I121adb40fb4eb68a62b52b8eda4270ef1b1d38f5
2023-10-10 14:19:23 +08:00
xun.zhang
c9445dd707
ENH: modify pla,pva temperature vitrification
...
jira:STUDIO-3518
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ibbaa8d6fba0d724ebe9e90b9c0357c7d68c063de
2023-10-10 14:19:23 +08:00
zorro.zhang
2164da1cc0
ENH: Reduce ImageSize of HotModel from Mekarworld
...
Change-Id: Icc370b57591345b372314587f71d04323d71c746
2023-10-10 14:19:23 +08:00
xun.zhang
390c295a63
ENH: update max v speed for PolyLite PETG
...
1. Set max volumertic speed to 11.5 for PolyLite PETG
jira:STUDIO-3518
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I5ee019d07124870893df9ab636851adc0f2a6425
2023-10-10 14:19:23 +08:00
xun.zhang
5196bcdee0
ENH: update X1E start gcode
...
1.Optimize the heating sequence for the X1E chamber
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I22650b71961218b32247a84eefb9bf8dc5dceeb7
2023-10-10 14:19:23 +08:00
七喜
740384a55d
Revert "Revert "ENH: add X1E as upward printers""
...
This reverts commit f3102c5ea759047389e140d14d6297dc82341e60.
Reason for revert: add x1e back
Change-Id: I6c6f21bb67811d10915ad8b7508022d888b4aee0
2023-10-10 14:19:23 +08:00
七喜
7595252504
Revert "Revert "ENH: update X1E start gcode""
...
This reverts commit ae66ad25419b2a3762dfbf4e95b33b1fe944f09b.
Reason for revert: add x1e back
Change-Id: I90b771c5155c286299c2a48e673785150c69c709
2023-10-10 14:19:23 +08:00
七喜
081941b530
Revert "Revert "ENH: add profiles for X1E""
...
This reverts commit 68cfc58e87e25bb7292eabac161b6db5a71bb89c.
Reason for revert: add x1e back
Change-Id: Ie4152de548b30912a2a6ba96f8ebc3d25dbcd8cf
2023-10-10 14:19:23 +08:00
xun.zhang
c661e0257e
ENH: update A1 mini start gcode
...
1.shorten prime line and change x axis freq sweep
jira: [NEW]
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I3582f7fb17dfa173f33ad74f49d7d2b70036df5f
2023-10-10 14:19:23 +08:00
lane.wei
28c33d21b4
ENH: translation: update some translation for plate
...
Change-Id: Id0e3f7d93726b40f437202602a0527f99df20f44
2023-10-10 14:19:23 +08:00
七喜
250e3bb019
Revert "ENH: add profiles for X1E"
...
This reverts commit 8e2e709bb7037d28f1b32fdeb80eadcfafdc57f2.
Reason for revert: remove X1E related
Change-Id: I9a7b395dcbfa19adeef6891a59ed1074dee1fb18
2023-10-10 14:19:23 +08:00
七喜
dbd24e76f2
Revert "ENH: update X1E start gcode"
...
This reverts commit c047bd3a0776f061b4d532008b40db55ab83118f.
Reason for revert: remove X1E related
Change-Id: If5922b012c42a38f80f70fdee387388fccc7e656
2023-10-10 14:19:23 +08:00
七喜
2ffadb72f0
Revert "ENH: add X1E as upward printers"
...
This reverts commit 1e8d981b3c368775112b6f4a7496f14849d4c8d9.
Reason for revert: need to hide X1E in current stage
Change-Id: Ida1b57fd68a6a993aa148b12a46ff8a52092dc69
2023-10-10 14:19:23 +08:00
zorro.zhang
dc0193076a
FIX: fix the model name display issue under project page
...
JIRA STUDIO-4625
Change-Id: I9d9627967dcec845f66422e06eadfd2bfe964bb9
2023-10-10 14:19:23 +08:00
maosheng.wei
1c1f33bc0b
FIX: [STUDIO-4559 4557] translation
...
Change-Id: I54370aed677b6620c3b9b030a4e5d5ababe34569
2023-10-10 14:19:23 +08:00
xun.zhang
85fd225e48
ENH: add X1E as upward printers
...
1. P1P,P1S add X1E to upward printers
2. X1 ,X1C add X1E to upward printers
3. A1 mini add X1E to upward printers
jira:STUDIO-3518
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I574854b3303a879b738e6841bacd30959b5005a7
2023-10-10 14:19:23 +08:00
xun.zhang
f6838d8fec
ENH: update PETG-CF filament params
...
1. update params with cooling
jira: STUDIO-3518
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Iea8cdb055c60e980ef18dff2cf64d848d9b83747
2023-10-10 14:19:23 +08:00
hu.wang
110079f77e
FIX:translation of chamber temperature
...
JIRA:STUDIO-4624
Change-Id: Ifacd32a901705b1ffc359657afb6de5356e60400
2023-10-10 14:19:23 +08:00
qing.zhang
634347319d
FIX: change M600 to M601 to prevent kobra crash
...
Jira: 4606
Github: #2607
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ifeaac0c4f744ea82496f36ebea90e56647c14704
2023-10-10 14:19:23 +08:00
zhimin.zeng
2e2fe7506c
FIX: add cali translate
...
Jira: XXXX
Change-Id: I39bb2be58bea7c3fc631f20464ffcebc3ecde171
2023-10-10 14:19:23 +08:00
xun.zhang
80a4a5f2c6
ENH: update X1E start gcode
...
1. Add clog protect for more low temp filament
jira: STUDIO-3518
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I82abd6f84b6c106ecf65c78e87a5e3d65ef30294
2023-10-10 14:19:23 +08:00
xun.zhang
4c431b1a42
ENH: add profiles for X1E
...
1.Add fillament,process,machine profiles for X1E
jira: STUDIO-3518
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I7cd82540602699035099dbfcaf541aab5c6276fe
2023-10-10 14:19:23 +08:00
Musicdad12
384a3c2703
Wanhao D12/300 Fixed
2023-10-06 20:53:23 -05:00
Musicdad
4b94a148e8
Merge branch 'SoftFever:main' into main
2023-10-06 20:31:19 -05:00
Musicdad12
7eec58c36f
Profile ported for Voron Switchwire
...
Ported Voron Switchwire profile from Prusa Slicer 2.6.1
2023-10-06 20:26:07 -05:00
SoftFever
27f2817020
Fix issues
2023-10-06 18:33:27 +08:00
Arran Hobson Sayers
cb59fec7d9
Add default Prusa i3 MK3 profiles
2023-10-05 20:18:18 +01:00
Ian Bassi
232194d749
Fixed some wrong Ender 3 parameters ( #2264 )
...
* Correct Ender3 values
Maximun Height real is 250mm
Ender 3 screen is not capable to display Thumnails added "" thumnail to avoid large gcodes files.
* Adjusted height to rod / lid
Ender 3 = 25
2023-09-30 18:15:02 +08:00
SoftFever
59bab91da9
Merge branch 'merge-upstream'
...
Signed-off-by: SoftFever <softfeverever@gmail.com>
# Conflicts:
# src/libslic3r/Preset.cpp
# src/libslic3r/PrintConfig.cpp
# src/libslic3r/PrintConfig.hpp
2023-09-30 09:51:56 +08:00
Musicdad12
62036c411a
Merge branch 'main' of https://github.com/Musicdad12/OrcaSlicer
2023-09-29 11:04:30 -05:00
ablegods
ca138794d9
Add TW localization in text.js ( #2251 )
...
add TW string in text.js
2023-09-29 23:40:29 +08:00
SoftFever
b8172316b8
Merge branch 'v1.7.2-remote'
...
Signed-off-by: SoftFever <softfeverever@gmail.com>
# Conflicts:
# deps/ZLIB/ZLIB.cmake
# localization/i18n/OrcaSlicer.pot
# localization/i18n/de/OrcaSlicer_de.po
# localization/i18n/en/OrcaSlicer_en.po
# localization/i18n/es/OrcaSlicer_es.po
# localization/i18n/fr/OrcaSlicer_fr.po
# localization/i18n/hu/OrcaSlicer_hu.po
# localization/i18n/it/OrcaSlicer_it.po
# localization/i18n/ja/OrcaSlicer_ja.po
# localization/i18n/ko/OrcaSlicer_ko.po
# localization/i18n/list.txt
# localization/i18n/nl/OrcaSlicer_nl.po
# localization/i18n/sv/OrcaSlicer_sv.po
# localization/i18n/zh_cn/OrcaSlicer_zh_CN.po
# resources/calib/PressureAdvance/pa_pattern.3mf
# resources/handy_models/Disc.stl
# resources/i18n/de/BambuStudio.mo
# resources/i18n/en/BambuStudio.mo
# resources/i18n/es/BambuStudio.mo
# resources/i18n/fr/BambuStudio.mo
# resources/i18n/hu/BambuStudio.mo
# resources/i18n/it/BambuStudio.mo
# resources/i18n/ja/BambuStudio.mo
# resources/i18n/ko/BambuStudio.mo
# resources/i18n/nl/BambuStudio.mo
# resources/i18n/sv/BambuStudio.mo
# resources/i18n/zh_cn/BambuStudio.mo
# resources/profiles/Anycubic.json
# resources/profiles/Anycubic/machine/Anycubic Kobra 2 0.4 nozzle.json
# resources/profiles/BBL.json
# resources/profiles/BBL/filament/Bambu ASA @BBL X1C 0.2 nozzle.json
# resources/profiles/BBL/filament/Bambu ASA @BBL X1C 0.4 nozzle.json
# resources/profiles/BBL/filament/Bambu ASA @BBL X1C.json
# resources/profiles/BBL/filament/Bambu PA-CF @base.json
# resources/profiles/BBL/filament/Bambu PA6-CF @BBL X1C.json
# resources/profiles/BBL/filament/Bambu PA6-CF @base.json
# resources/profiles/BBL/filament/Bambu PETG-CF @BBL X1C.json
# resources/profiles/BBL/filament/Bambu Support W @BBL X1.json
# resources/profiles/BBL/filament/Bambu TPU 95A @BBL X1.json
# resources/profiles/BBL/filament/Generic HIPS @BBL X1C 0.2 nozzle.json
# resources/profiles/BBL/filament/Generic HIPS @BBL X1C.json
# resources/profiles/BBL/filament/Generic PA-CF.json
# resources/profiles/BBL/filament/Generic PC.json
# resources/profiles/BBL/filament/Generic PETG-CF @BBL X1C.json
# resources/profiles/BBL/filament/Generic PLA @0.2 nozzle.json
# resources/profiles/BBL/filament/Generic PLA High Speed @BBL P1P 0.2 nozzle.json
# resources/profiles/BBL/filament/Generic PLA High Speed @BBL P1P.json
# resources/profiles/BBL/filament/Generic PLA High Speed @BBL X1C 0.2 nozzle.json
# resources/profiles/BBL/filament/Generic PLA High Speed @BBL X1C.json
# resources/profiles/BBL/filament/Generic PLA-CF.json
# resources/profiles/BBL/filament/Generic PLA.json
# resources/profiles/BBL/filament/Generic TPU.json
# resources/profiles/BBL/filament/Overture Matte PLA @BBL P1P 0.2 nozzle.json
# resources/profiles/BBL/filament/Overture Matte PLA @BBL P1P.json
# resources/profiles/BBL/filament/Overture Matte PLA @BBL X1.json
# resources/profiles/BBL/filament/Overture Matte PLA @BBL X1C 0.2 nozzle.json
# resources/profiles/BBL/filament/Overture Matte PLA @BBL X1C.json
# resources/profiles/BBL/filament/Overture Matte PLA @base.json
# resources/profiles/BBL/filament/Overture PLA @BBL P1P 0.2 nozzle.json
# resources/profiles/BBL/filament/Overture PLA @BBL P1P.json
# resources/profiles/BBL/filament/Overture PLA @BBL X1.json
# resources/profiles/BBL/filament/Overture PLA @BBL X1C 0.2 nozzle.json
# resources/profiles/BBL/filament/Overture PLA @BBL X1C.json
# resources/profiles/BBL/filament/Overture PLA @base.json
# resources/profiles/BBL/filament/P1P/Bambu TPU 95A @BBL P1P.json
# resources/profiles/BBL/filament/P1P/Generic PLA @BBL P1P 0.2 nozzle.json
# resources/profiles/BBL/filament/P1P/Generic TPU @BBL P1P.json
# resources/profiles/BBL/filament/P1P/eSUN PLA+ @BBL P1P 0.2 nozzle.json
# resources/profiles/BBL/filament/P1P/eSUN PLA+ @BBL P1P.json
# resources/profiles/BBL/filament/PolyLite ABS @BBL P1P 0.2 nozzle.json
# resources/profiles/BBL/filament/PolyLite ABS @BBL P1P.json
# resources/profiles/BBL/filament/PolyLite ABS @BBL X1C 0.2 nozzle.json
# resources/profiles/BBL/filament/PolyLite ABS @BBL X1C.json
# resources/profiles/BBL/filament/PolyLite ABS @base.json
# resources/profiles/BBL/filament/PolyLite ASA @BBL P1P 0.2 nozzle.json
# resources/profiles/BBL/filament/PolyLite ASA @BBL P1P.json
# resources/profiles/BBL/filament/PolyLite ASA @BBL X1C 0.2 nozzle.json
# resources/profiles/BBL/filament/PolyLite ASA @BBL X1C.json
# resources/profiles/BBL/filament/PolyLite ASA @base.json
# resources/profiles/BBL/filament/PolyLite PETG @BBL P1P 0.2 nozzle.json
# resources/profiles/BBL/filament/PolyLite PETG @BBL P1P.json
# resources/profiles/BBL/filament/PolyLite PETG @BBL X1C 0.2 nozzle.json
# resources/profiles/BBL/filament/PolyLite PETG @BBL X1C.json
# resources/profiles/BBL/filament/PolyLite PETG @base.json
# resources/profiles/BBL/filament/PolyLite PLA @BBL X1.json
# resources/profiles/BBL/filament/PolyTerra PLA @BBL X1.json
# resources/profiles/BBL/filament/eSUN PLA+ @BBL X1.json
# resources/profiles/BBL/filament/eSUN PLA+ @BBL X1C 0.2 nozzle.json
# resources/profiles/BBL/filament/eSUN PLA+ @BBL X1C.json
# resources/profiles/BBL/machine/Bambu Lab P1P 0.2 nozzle.json
# resources/profiles/BBL/machine/Bambu Lab P1P 0.4 nozzle.json
# resources/profiles/BBL/machine/Bambu Lab P1P 0.6 nozzle.json
# resources/profiles/BBL/machine/Bambu Lab P1P 0.8 nozzle.json
# resources/profiles/BBL/machine/Bambu Lab P1S 0.2 nozzle.json
# resources/profiles/BBL/machine/Bambu Lab P1S 0.4 nozzle.json
# resources/profiles/BBL/machine/Bambu Lab P1S 0.6 nozzle.json
# resources/profiles/BBL/machine/Bambu Lab P1S 0.8 nozzle.json
# resources/profiles/BBL/machine/Bambu Lab X1 0.2 nozzle.json
# resources/profiles/BBL/machine/Bambu Lab X1 0.4 nozzle.json
# resources/profiles/BBL/machine/Bambu Lab X1 0.6 nozzle.json
# resources/profiles/BBL/machine/Bambu Lab X1 0.8 nozzle.json
# resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.2 nozzle.json
# resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.4 nozzle.json
# resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.6 nozzle.json
# resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.8 nozzle.json
# resources/profiles/BBL/machine/fdm_bbl_3dp_001_common.json
# resources/profiles/BBL/process/0.06mm Standard @BBL X1C 0.2 nozzle.json
# resources/profiles/BBL/process/0.08mm Extra Fine @BBL P1P.json
# resources/profiles/BBL/process/0.08mm Extra Fine @BBL X1C.json
# resources/profiles/BBL/process/0.08mm Standard @BBL X1C 0.2 nozzle.json
# resources/profiles/BBL/process/0.10mm Standard @BBL P1P 0.2 nozzle.json
# resources/profiles/BBL/process/0.10mm Standard @BBL X1C 0.2 nozzle.json
# resources/profiles/BBL/process/0.12mm Fine @BBL P1P.json
# resources/profiles/BBL/process/0.12mm Fine @BBL X1C.json
# resources/profiles/BBL/process/0.12mm Standard @BBL X1C 0.2 nozzle.json
# resources/profiles/BBL/process/0.14mm Standard @BBL X1C 0.2 nozzle.json
# resources/profiles/BBL/process/0.16mm Optimal @BBL P1P.json
# resources/profiles/BBL/process/0.16mm Optimal @BBL X1C.json
# resources/profiles/BBL/process/0.18mm Standard @BBL X1C 0.6 nozzle.json
# resources/profiles/BBL/process/0.20mm Standard @BBL P1P.json
# resources/profiles/BBL/process/0.20mm Standard @BBL X1C.json
# resources/profiles/BBL/process/0.20mm Strength @BBL P1P.json
# resources/profiles/BBL/process/0.20mm Strength @BBL X1C.json
# resources/profiles/BBL/process/0.24mm Draft @BBL P1P.json
# resources/profiles/BBL/process/0.24mm Draft @BBL X1C.json
# resources/profiles/BBL/process/0.24mm Standard @BBL X1C 0.6 nozzle.json
# resources/profiles/BBL/process/0.24mm Standard @BBL X1C 0.8 nozzle.json
# resources/profiles/BBL/process/0.28mm Extra Draft @BBL P1P.json
# resources/profiles/BBL/process/0.28mm Extra Draft @BBL X1C.json
# resources/profiles/BBL/process/0.30mm Standard @BBL P1P 0.6 nozzle.json
# resources/profiles/BBL/process/0.30mm Standard @BBL X1 0.6 nozzle.json
# resources/profiles/BBL/process/0.30mm Standard @BBL X1C 0.6 nozzle.json
# resources/profiles/BBL/process/0.30mm Strength @BBL X1C 0.6 nozzle.json
# resources/profiles/BBL/process/0.32mm Standard @BBL X1C 0.8 nozzle.json
# resources/profiles/BBL/process/0.36mm Standard @BBL X1C 0.6 nozzle.json
# resources/profiles/BBL/process/0.40mm Standard @BBL P1P 0.8 nozzle.json
# resources/profiles/BBL/process/0.40mm Standard @BBL X1 0.8 nozzle.json
# resources/profiles/BBL/process/0.40mm Standard @BBL X1C 0.8 nozzle.json
# resources/profiles/BBL/process/0.42mm Standard @BBL X1C 0.6 nozzle.json
# resources/profiles/BBL/process/0.48mm Standard @BBL X1C 0.8 nozzle.json
# resources/profiles/BBL/process/0.56mm Standard @BBL X1C 0.8 nozzle.json
# resources/profiles/BBL/process/fdm_process_bbl_common.json
# resources/profiles/Creality.json
# resources/profiles/Creality/machine/Creality CR-10 Max 0.4 nozzle.json
# resources/profiles/Creality/machine/Creality CR-10 V2 0.4 nozzle.json
# resources/profiles/Creality/machine/Creality CR-6 Max 0.2 nozzle.json
# resources/profiles/Creality/machine/Creality CR-6 Max 0.4 nozzle.json
# resources/profiles/Creality/machine/Creality CR-6 Max 0.6 nozzle.json
# resources/profiles/Creality/machine/Creality CR-6 Max 0.8 nozzle.json
# resources/profiles/Creality/machine/Creality CR-6 SE 0.2 nozzle.json
# resources/profiles/Creality/machine/Creality CR-6 SE 0.4 nozzle.json
# resources/profiles/Creality/machine/Creality CR-6 SE 0.6 nozzle.json
# resources/profiles/Creality/machine/Creality CR-6 SE 0.8 nozzle.json
# resources/profiles/Creality/machine/Creality Ender-3 S1 0.4 nozzle.json
# resources/profiles/Creality/machine/Creality Ender-3 S1 Pro 0.4 nozzle.json
# resources/profiles/Creality/machine/Creality Ender-5 0.4 nozzle.json
# resources/profiles/Creality/machine/Creality Ender-5 Plus 0.4 nozzle.json
# resources/profiles/Creality/machine/Creality Ender-5 S1 0.4 nozzle.json
# resources/profiles/Creality/machine/Creality Ender-5S 0.4 nozzle.json
# resources/profiles/Creality/machine/Creality Ender-6 0.4 nozzle.json
# resources/profiles/Elegoo.json
# resources/profiles/Elegoo/machine/Elegoo Neptune 0.4 nozzle.json
# resources/profiles/Elegoo/machine/Elegoo Neptune 2 0.4 nozzle.json
# resources/profiles/Elegoo/machine/Elegoo Neptune 2D 0.4 nozzle.json
# resources/profiles/Elegoo/machine/Elegoo Neptune 2S 0.4 nozzle.json
# resources/profiles/Elegoo/machine/Elegoo Neptune 3 0.4 nozzle.json
# resources/profiles/Elegoo/machine/Elegoo Neptune 3 Max 0.4 nozzle.json
# resources/profiles/Elegoo/machine/Elegoo Neptune 3 Plus 0.4 nozzle.json
# resources/profiles/Elegoo/machine/Elegoo Neptune 3 Pro 0.4 nozzle.json
# resources/profiles/Elegoo/machine/Elegoo Neptune X 0.4 nozzle.json
# resources/profiles/Prusa.json
# resources/profiles/Prusa/machine/Prusa MINI 0.4 nozzle.json
# resources/profiles/Prusa/machine/Prusa MK3S 0.4 nozzle.json
# resources/profiles/Qidi/machine/Qidi X-CF Pro 0.4 nozzle.json
# resources/profiles/Qidi/machine/Qidi X-Max 0.4 nozzle.json
# resources/profiles/Qidi/machine/Qidi X-Max 3 0.4 nozzle.json
# resources/profiles/Qidi/machine/Qidi X-Plus 0.4 nozzle.json
# resources/profiles/Qidi/machine/Qidi X-Plus 3 0.4 nozzle.json
# resources/profiles/Qidi/machine/Qidi X-Smart 3 0.4 nozzle.json
# resources/profiles/Tronxy.json
# resources/profiles/Tronxy/machine/Tronxy X5SA 400 0.4 nozzle.json
# resources/profiles/Tronxy/process/0.08mm Extra Fine @Tronxy.json
# resources/profiles/Tronxy/process/0.12mm Fine @Tronxy.json
# resources/profiles/Tronxy/process/0.15mm Optimal @Tronxy.json
# resources/profiles/Tronxy/process/0.20mm Standard @Tronxy.json
# resources/profiles/Tronxy/process/0.24mm Draft @Tronxy.json
# resources/profiles/Tronxy/process/0.28mm Extra Draft @Tronxy.json
# resources/profiles/Voxelab/machine/Voxelab Aquila X2 0.4 nozzle.json
# resources/web/data/text.js
# src/OrcaSlicer.cpp
# src/libslic3r/GCode.cpp
# src/libslic3r/GCode/SeamPlacer.cpp
# src/libslic3r/GCode/SeamPlacer.hpp
# src/libslic3r/GCodeWriter.cpp
# src/libslic3r/GCodeWriter.hpp
# src/libslic3r/Preset.cpp
# src/libslic3r/PresetBundle.cpp
# src/libslic3r/Print.cpp
# src/libslic3r/PrintConfig.cpp
# src/libslic3r/PrintConfig.hpp
# src/libslic3r/TreeSupport.cpp
# src/libslic3r/calib.cpp
# src/libslic3r/calib.hpp
# src/slic3r/GUI/BackgroundSlicingProcess.cpp
# src/slic3r/GUI/BedShapeDialog.cpp
# src/slic3r/GUI/ConfigManipulation.cpp
# src/slic3r/GUI/GUI.cpp
# src/slic3r/GUI/GUI_App.cpp
# src/slic3r/GUI/GUI_Factories.cpp
# src/slic3r/GUI/GUI_ObjectList.cpp
# src/slic3r/GUI/Jobs/ArrangeJob.cpp
# src/slic3r/GUI/OptionsGroup.cpp
# src/slic3r/GUI/PartPlate.cpp
# src/slic3r/GUI/PartPlate.hpp
# src/slic3r/GUI/Plater.cpp
# src/slic3r/GUI/StatusPanel.cpp
# src/slic3r/GUI/Tab.cpp
# src/slic3r/GUI/Widgets/AMSControl.hpp
# version.inc
2023-09-29 19:46:49 +08:00
StdVectorBool
78a8bad6f4
Fix filament diameter for Voxelab Aquila to match Creality Ender 3 ( #2241 )
2023-09-27 20:32:53 +08:00
Trist0ne
ff992aa650
Comgrow T500 ( #2222 )
...
* Initial commit to add the upcoming Comgrow T500
* UPDATE DANG IT
* Added Comgrow machine file
* Updated profiles to be more inline with their Cura profiles
* Corrected Errors in comgrow_common and uploaded a new cover.png
* fixes
---------
Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-09-25 23:31:04 +08:00
Musicdad12
2b5f7cae49
Wanhao D12/300 Profile
...
Added Wanhao D12/300 Single Extruder
2023-09-23 15:52:56 -05:00
xun.zhang
5250dc6fa6
ENH:fix travel speed error
...
jira: STUDIO-3518
Change-Id: I85a2c59ee179b648cc78b088a1d6f6a1a8f821ff
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
2023-09-23 00:48:53 +08:00
xun.zhang
5a4d30a51c
ENH: sync A1M speed params to X1
...
jira:STUDIO-3518
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I1eea0bf579e95b9dc71e19aa3cb76d650e12e460
2023-09-23 00:48:53 +08:00
lane.wei
90044523f2
ENH: homepage: refine some text on homepage
...
JIRA: STUDIO-XXXX
Change-Id: I5dcafb0adb5e33a18fdd0126ece93c87a7e29c8a
2023-09-23 00:48:53 +08:00
salt.wei
4d6f012a6d
ENH: add more clear limitation in timelapse gcode
...
This has no any influence on function. Just make
the limitation more clear and easily maintained.
So people can easily see timelapse function is not
supported in i3 printer
JIRA: none
Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I0c88a5a0ce4b7e42117842c9673e1df022fdf618
2023-09-23 00:48:53 +08:00
zhimin.zeng
8eb006c7bf
FIX: translate for error message when send calib
...
Jira: XXXX
Change-Id: Id4d7dc5adc8e070d161acd2440dc51b6fbb41324
2023-09-22 16:21:26 +08:00
xun.zhang
9d12c73aee
ENH: update A1 mini start gcode
...
1.Add extrude calibration compare line
jira: STUDIO-3518
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I81a06627473328e3b7b7e2c5fc508d46a3202373
2023-09-22 16:21:26 +08:00
xun.zhang
dfe851c6ba
ENH: update A1 mini best object pos
...
1.Remove duplicate best_object_pos key
jira:STUDIO-3518
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I047f333adfdd65d9ed1920cf5b182226b116fcb9
2023-09-22 16:21:26 +08:00
xun.zhang
0f4d5d40c7
ENH: update filament&process&machine profiles
...
jira:STUDIO-3518
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I74ec718c9c40baf8f26df2f593960adf3984ddf1
2023-09-22 16:21:26 +08:00
maosheng.wei
f8fc67c379
FIX: Some translation
...
Jira: STUDIO-4460
Change-Id: I1fe43a028c86c1008cbae3f0d8908590aaa3cafa
2023-09-22 16:21:26 +08:00
xun.zhang
0120387f26
ENH: optimize A1 mini print estimation time
...
Update filament load,unload time
jira:STUDIO-3931
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I2b2d85e8b3c352fb036198a31af759ad8fe68439
2023-09-22 16:21:26 +08:00
maosheng.wei
cb45ffc73a
FIX: [MAK-2011 MAK-1988] Fix synchronization issues
...
Jira: MAK-2011 MAK-1988
Change-Id: I411bd185c8cb9f314b74ca91ad5fa303562ed4e3
2023-09-22 16:21:26 +08:00
Arthur
37e7b0e234
ENH: translation
...
Change-Id: I5eaa666073b868637ef6ee4302540375902efa5a
2023-09-22 16:21:26 +08:00
Arthur
793a642bd7
ENH: improve auto-arranging of A1 mini
...
1. the best object pos of A1 mini is [0.7,0.5] of bed.
2. dominant direction is more accurate (solve the problem that cubes are
not arranged neatly).
Jira: STUDIO-4356
Change-Id: I8931f51a97bee96d5d9e75306481eae2e0cdc059
2023-09-22 16:21:26 +08:00
chunmao.guo
e789489ed9
NEW: add best_object_pos for auto-arranging
...
For i3 printers, best object position may not be the bed center,
we need to align objects to the specified best_object_pos.
Jira: STUDIO-4133
Change-Id: I06e31e597d2dd8288eb24a52d836cc8a134a4111
2023-09-22 16:21:26 +08:00
xun.zhang
b44692cca9
ENH: update X1E start gcode
...
1.Set extrude temp to 290
jira:STUDIO-3518
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ib2e941aab83a1f36c2361f24c6e940ac4d48cb73
2023-09-22 16:21:26 +08:00
Stone Li
268b49f75b
NEW: sync translations with localazy
...
JIRA: STUDIO-3997
Change-Id: I1eea2b67418ceeb0773008154e61cbc2a47ba5a0
Signed-off-by: Stone Li <stone.li@bambulab.com>
2023-09-22 16:21:26 +08:00
xun.zhang
e1cc765f6e
ENH: change bbl machines hot end model
...
jira: STUDIO-3518
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ib5a0dad8fdd77f4063329a37b8f0c61932c66308
2023-09-22 16:21:26 +08:00
hu.wang
f9aa9d02a7
FIX:Translation of calibration and print options
...
Change-Id: Ifd9b64a793ae5033b6ee411089bbf5428870e7fd
2023-09-22 16:21:26 +08:00
tao wang
861d757ba4
NEW:Add config for C13
...
Change-Id: Ic5e034349a78d7e2aca28416a0c3334ca9385f20
2023-09-22 16:21:26 +08:00
xun.zhang
b16fc2a38b
ENH: update X1E upward machines
...
1.Add X1C to X1E upward_compatible_machine
jira: STUDIO-3518
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ib358f6102809a3baf9f23a677a2c5746848f933e
2023-09-22 16:21:26 +08:00
xun.zhang
2403ed3221
ENH: update default exhaust fan speed
...
Also update BBL profile version
jira:STUDIO-3518
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ie527758a2507c4b8a36f2663116eb406041550e7
2023-09-22 16:21:26 +08:00
xun.zhang
6eb3dcfd7b
ENH: update X1E start gcode
...
jira:STUDIO-3518
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Iecf60753d05bb1ee79a01d1dd69f4a0755a0634d
2023-09-22 16:21:26 +08:00
xun.zhang
2d40511488
ENH: add filament PPA-GF
...
1.Add filament Generic PPA-GF
2.Set Generic PPA-CF filament type to PPA-CF
jira: STUDIO-3518
Change-Id: I1b81bca3774944aebdf15f88213fcb9b36b93e41
2023-09-22 16:21:26 +08:00
xun.zhang
596fcb0f69
ENH: add filement type pps-cf
...
jira: STUDIO-3518
Change-Id: Ifebaa96ca2e8336bf5449d7c9bd053ab00ab8041
2023-09-22 16:21:26 +08:00
xun.zhang
7d834e459c
ENH: set default chamber temp for missing filaments
...
jira: STUDIO-3518
Change-Id: Iaf947fe5a145884812eb15037458df3b83a338ab
2023-09-22 16:21:26 +08:00
wenjie.guo
4d93034c93
FIX: Change z hop height from 0.2mm to 0.4mm
...
Models with overhanging areas are easily knocked down with Z hop height
at 0.2mm
Github: None
Signed-off-by: wenjie.guo <wenjie.guo@bambulab.com>
Change-Id: I65fa14fe5f217c2d1384569efa8c2233c14dde83
2023-09-22 16:21:26 +08:00
xun.zhang
e0c3722c74
ENH: update X1E machine cover
...
jira:STUDIO-4189
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I9819adfd3a7bf7809299e7c3d99c4daca0fd34e0
2023-09-22 16:21:26 +08:00
xun.zhang
2ad89cf8c8
ENH:update profiles
...
jira:STUDIO-4037
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: If6863a91d3c82ca70eb584b7db025a2ba3f09434
2023-09-22 16:21:26 +08:00
xun.zhang
eef4d95e9c
ENH: add more process profiles for X1E
...
jira:STUDIO-4232
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I5674ea5bb7e667a19a01e78db6b55bac72983781
2023-09-22 16:21:26 +08:00
xun.zhang
a37c6647cc
FIX: add compatible printers in PolyLite PETG
...
jira:STUDIO-4222
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I21b58f21680676e3c5e43a6de8b137db2447fd0a
2023-09-22 16:21:26 +08:00
xun.zhang
c3c6cc5e45
ENH: re add Generic PLA High Speed
...
jira:STUDIO-4205
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ib5d17e2126a883151afd8e7a6172414c331435a8
2023-09-22 16:21:26 +08:00
xun.zhang
43486bd4b2
ENH: fix placeholder error in X1E start gcode
...
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ifbdaba7d5897a44bda1c7ac69ebaf6ef4654814b
2023-09-22 16:21:26 +08:00
xun.zhang
802865a92c
ENH: update chamber temp settings for X1E
...
1. Dont open chamber temp for ASA,ABS
jira:STUDIO-4184
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I774708e8f4685dee2c3a4e8ada163d320f2bd3d3
2023-09-22 16:21:26 +08:00
xun.zhang
6e2abd69f1
ENH: add basic cover for X1E
...
jira:STUDIO-4189
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ic170ac5d609d169d849ccb3067383f5aed1bf0a1
2023-09-22 16:21:26 +08:00
xun.zhang
9fc0e74008
ENH: add printer structure in config
...
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I78969725c8b9984872e57fd2da476b9417cc1df7
2023-09-22 16:21:26 +08:00
xun.zhang
24cb5a21e4
FIX: use extruder list to decide chamber temp
...
As title.Use the same way to decide exhaust fan.
Removes end print exhaust fan control.
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I4353be3a1a9cbdfc3c1943ee447bac349b5177e9
2023-09-22 16:21:26 +08:00
xun.zhang
08d8d2ba74
ENH: lower filament max volumetric speed for petg
...
Lower max volumetric speed for polyLite petg
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I4fe29c227e027132085fc67431a14f6b8ad07fd8
2023-09-22 16:21:26 +08:00
xun.zhang
7840f5d858
ENH: Sync X1E presets from the master branch.
...
Also sort the filaments and remove duplicated keys
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I31678c42d55ba3d77c743eaeff071849a8f3d0e7
2023-09-22 16:21:26 +08:00
wenjie.guo
95a235ee8a
FIX: Different default Z hop upper boundary for different machines.
...
Github: #77
Signed-off-by: wenjie.guo <wenjie.guo@bambulab.com>
Change-Id: I8065a2ea57496b5f415e591225877ba773fdb9f6
(cherry picked from commit 6fb7e1084caf9006d504c24ce1f026e475bcb348)
2023-09-22 16:21:26 +08:00
七喜
3ae2a6f176
Revert "FIX: korean font display issue"
...
This reverts commit 9c54bb7897352376b90da1e44d93a665746b8a2d.
Reason for revert: the korean translation is not supported on this branch
Change-Id: I8a35760f623ec8f9b3143675a3b041e7b6b05d40
2023-09-22 16:21:26 +08:00
xun.zhang
05a9eba217
ENH: add more process profiles for A1 mini
...
1.Add different profiles for different layer height to A1 mini
jira:STUDIO-3518
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I7bc2a13b36a8beb576a739db8170edb23f068d81
2023-09-22 16:21:26 +08:00
liz.li
5927b5f87a
FIX: korean font display issue
...
Jira: STUDIO-3995
Change-Id: If92b05c1a38041f976fc5a5823feb674549c4993
2023-09-22 16:21:26 +08:00
Michael Birkler
d9a3d9d7d8
ENH: add the Tronxy profiles from community
...
this patch is cherry-picked from OrcaSlicer
Thanks Michael Birkler for adding Tronxy profiles
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I3aab8d5e9c03f6632bdde292f91232392eaf7cf7
2023-09-22 16:21:26 +08:00
zhimin.zeng
05d7283c6a
FIX: translate for cali
...
Jira: XXXX
Change-Id: I4da68f0ae03cbb126f51c96dab8af622b5b9a985
2023-09-22 16:21:26 +08:00
xun.zhang
e0ec57eb16
ENH: update A1 mini gcode
...
1.G39.2 G392
2.update change filament gcode
jira:STUDIO-3518
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I2bb8ccf5ae92e229e4b36bf0a50ae8cd642d14fd
2023-09-22 16:21:26 +08:00
zhimin.zeng
aa1c8c8fe2
ENH: Add Ellis' pattern method for flow dynamic calibration
...
Github: #2356
Change-Id: I05068bd47fa8381429064ea0e5ba0f38e5da17c1
(cherry picked from commit c5d54d26e32909e1785cef9ba6a07d801419fa98)
2023-09-22 16:21:26 +08:00
lane.wei
f20a1932ee
ENH: Params: set the value of P1P/P1S to the same value of X1C
...
JIRA: no jira
Change-Id: I51f0dce20b128319478176c5dce3d47aacf5ab35
2023-09-22 16:21:26 +08:00
zhimin.zeng
72ed42869b
FIX: translate for timelapse
...
Change-Id: I786b3ed8613430f13c70f8acb0ca2c14c28cdd35
2023-09-22 16:21:26 +08:00
wenjie.guo
1bb0feda44
FIX: The Chinese translation of Z hop boundaries.
...
The Chinese translation of Z hop lower boundary and Z hop upper
boundary for github/01.01.00.08 branch.
Github: #77
Signed-off-by: wenjie.guo <wenjie.guo@bambulab.com>
Change-Id: I308daa5d348c9d34e26914d56a489687357b7172
2023-09-22 16:21:26 +08:00
salt.wei
3119fa03c0
ENH: fix collision of timelaps gcode when by object
...
Z height after timelaps gcode is changed. Should get
the new z height and save into gcode writer.
Jira: none, bug is found by self-test
Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I25516def507782600f0f270a339c88ea01a472a3
2023-09-22 16:21:26 +08:00