SoftFever
346c0cbf60
Update filament profiles to use arrays for cost, density, and max volumetric speed
...
Updated multiple filament profiles to convert fields such as filament_cost, filament_density, and filament_max_volumetric_speed from single values to arrays for consistency. Removed unnecessary fields from filament profiles to streamline data structure. This change enhances compatibility with the updated profile handling logic in the orca_filament_lib.py script.
2025-10-25 17:21:51 +08:00
HYzd766
e57c17afb6
change machine gcode ( #11136 )
...
* The 0.30mm layer height configuration for the 0.4 nozzle of the QIDI model has been removed
* Revert "The 0.30mm layer height configuration for the 0.4 nozzle of the QIDI model has been removed"
This reverts commit 8d296720b8de58b1bfa4f008a24cee841a8472c6.
* Update Qidi Q2 0.4 nozzle.json
修改Q2打印高度
* change machine_gcode
---------
Co-authored-by: SoftFever <softfeverever@gmail.com >
2025-10-25 16:29:16 +08:00
yw4z
668161339e
Profile folder optimizations (Anycubic, Artillery, Bambu Lab, BIQU, Creality, Flashforge, Prusa, Ratrig, Sovol, Volumic, Voron, VzBot, Z-Bolt, Wanhao and more) ( #10806 )
...
* init
* voron covers
* voron models
* qidi hotends
* ultimaker
* seckit
* kingroon
* Update kp3s_bed.stl
* default hotend
* VzBot
* Update goliath.stl
* Construct3D
* comgrow
* biqu
* artillery
* anycubic
* bambulab
* flashforge
* chuanying
* update
* ratrig
* snapmaker
* Update sovol_zero_buildplate_model.stl
* sovol
* sovol
* Update wm_3dp_hotend.stl
* Update magicmaker_hotend.stl
* flsun
* iQ
* wanhao
* deltamaker
* phrozen
* MagicMaker covers
* z-bold
* volumic
* VzBot covers
* custom printers
* custom printer covers
* orca arena
* Update Orca Arena X1 Carbon_cover.png
* creality
* sovol sv08 max
* qidi texture
* Update qidi_xplus_buildplate_texture.png
* bump versions
* folgertech
* twotrees
* VzBot
* dremel
* FlyingBear
* Wanhao
* wanhao
* Delete 230 - Mono320x320.png
* voron
* voron
* voron
* seckit
* ultimaker
* kingroon
* default hotend
* Update qidi_xseries_gen3_hotend.stl
* Update deltamaker_2_buildplate_texture.svg
* vzbot
* Update goliath.stl
* biqu
* anycubic
* folgertech
* geetech
* ginger additive
* anycubic
* Update Wanhao D12-300_hotend.stl
* phrozen
* bump versions
* fix missing files on linux & add new models for sv07
* fix missing files
* Prusa
* update
* Update ultimaker_2_buildplate_model.stl
* fix all cover images
---------
Co-authored-by: SoftFever <softfeverever@gmail.com >
2025-10-25 15:41:29 +08:00
Hải Nguyễn
aeafc1b2a0
Add Vietnamese translation ( #10929 )
...
* Add Vietnamese localization file for OrcaSlicer
* add Vietnamese po file
* Add Vietnamese language support in GUI (#11000 )
- Added Vietnamese (vi_VN) to the language mapping in GUI_App.cpp.
- Updated Preferences.cpp to include Vietnamese in the language combobox and display its name in Vietnamese (Tiếng Việt).
---------
Co-authored-by: SoftFever <softfeverever@gmail.com >
2025-10-25 13:35:16 +08:00
SoftFever
8696ca8bac
bump profile version
2025-10-24 17:23:26 +08:00
Noisyfox
a49c7a24a4
Merge branch 'main' into dev/h2d-2
...
# Conflicts:
# localization/i18n/list.txt
# src/slic3r/GUI/CalibrationWizardPresetPage.cpp
# src/slic3r/GUI/DeviceManager.cpp
# src/slic3r/GUI/DeviceManager.hpp
# src/slic3r/GUI/Printer/PrinterFileSystem.cpp
# src/slic3r/GUI/Printer/PrinterFileSystem.h
# src/slic3r/GUI/SelectMachine.hpp
# src/slic3r/GUI/SendToPrinter.cpp
# src/slic3r/GUI/SendToPrinter.hpp
# src/slic3r/GUI/StatusPanel.hpp
# src/slic3r/GUI/Widgets/AnimaController.cpp
2025-10-24 09:59:00 +08:00
SoftFever
2af93e4e4d
Part skip from Orca for Bambu printers ( #10875 )
...
Ported part skip from BambuStudio. Thanks bambulab!
<img width="1350" height="902" alt="image"
src="https://github.com/user-attachments/assets/d7f89950-3420-4ea5-bbb6-e53c875e7422 "
/>
Haven't fully tested yet!
### Minimum Firmware Requirements (from BambuStudio release page):
- **X1C**: v01.09.02.12 or later
- **H2D**: v01.02.00.00 or later
- **Other models**: Currently not supported. Feature support coming in
future firmware updates.
> ⚠️ Make sure your printer firmware is up to date to use this feature.
2025-10-23 23:46:39 +08:00
Noisyfox
1449c14eb8
Merge remote-tracking branch 'upstream/main' into dev/h2d-2
...
# Conflicts:
# resources/profiles/BBL.json
2025-10-21 14:42:44 +08:00
bonninjd
cd6960ff70
Add Coex 3D filament profiles to Orcaslicer ( #10924 )
...
* Fix some errors (e.g., missing instantiation, missing commas, wrong order) and remove unnecessary parameters.
* Fix filament profiles to use arrays for vendor, cost, density, type, temperature, and speed attributes across COEX materials.
---------
Co-authored-by: SoftFever <softfeverever@gmail.com >
2025-10-21 00:40:24 +08:00
Noisyfox
622dfb2979
Merge remote-tracking branch 'upstream/main' into dev/h2d-2
2025-10-20 09:37:23 +08:00
Anson Liu
0dd914aa64
Set Ironing angle setting to be a relative degree offset from top surface infill direction ( #10841 )
...
* Change ironing angle setting to be an offset angle from the top surface angle rather offset from the layer 0 angle that changes on each layer.
* Change Ironing angle offset range from [-1,359] to [0,359].
-1 is redundant because it is the same behavior as 0 offset.
* Change ironing_angle new default value to 0.
* Update existing print profiles' hardcoded ironing_angles from -1 to 0 to reflect new default value.
* Add migration for old -1 ironing_angle settings. Remove logic for -1 ironing_angle.
* Add u8 prefix for degree symbol string
* Use solid_infill_direction instead of infill_direction for top surface infill direction. Use calculate_infill_rotation_angle to add offset to solid_infill_rotate_template if used.
* Update quality settings wiki for Ironing
* Set f->is_using_template_angle when making ironing filler objects
* Update quality_settings_ironing link from #angle to #angle-offset
---------
Co-authored-by: Noisyfox <timemanager.rick@gmail.com >
2025-10-20 09:01:53 +08:00
Noisyfox
aca471ff49
Update H2D transparent cover image
...
---------
Co-authored-by: Ian Bassi <ian.bassi@outlook.com >
2025-10-17 21:06:44 +08:00
Noisyfox
532cddffc0
Merge branch 'main' into dev/h2d-2
...
# Conflicts:
# src/slic3r/GUI/Preferences.cpp
2025-10-15 19:43:14 +08:00
yw4z
1c99a2bcfd
Preferences dialog redesign / improvements / fixes ( #10665 )
...
* init
* update
* update
* update
* update
* tooltips
* update
* fix tab colors
* update
* Update Preferences.cpp
* Update Preferences.cpp
* Update Preferences.cpp
* Update Preferences.cpp
* update "Auto backup" and "Downloads folder"
* cleanup
* update
* update
* update
* update
* update
* update
* Update Preferences.cpp
* update
* update
* update
* update
* Update MainFrame.cpp
* Update text.js
* log level selection
* move NetworkTestDialog to cpp
* Update Preferences.cpp
* Update Preferences.hpp
* cleanup create_item_switch
---------
Co-authored-by: Noisyfox <timemanager.rick@gmail.com >
2025-10-15 17:34:08 +08:00
Noisyfox
153886dbe6
Update color
2025-10-15 16:57:40 +08:00
zorro.zhang
4a8110e422
ENH: Update GreenCheck SVG
...
JIRA: STUDIO-10718
Change-Id: I0f0c1c12a0126dee18c92baf7da8494c5b280ae1
(cherry picked from commit e28346c0356aeb42c4e53661d2ccd72135d4dede)
2025-10-15 16:57:40 +08:00
zorro.zhang
c4b3ead2d9
NEW: Ignore Nozzel Select in UserGuide
...
JIRA: none
Change-Id: I507a92abb9137167dbcbe1def8276f868529c4ab
(cherry picked from commit 99a8139c1b915709a854296f22a222bac07a47ce)
2025-10-15 16:42:23 +08:00
Noisyfox
8004bd7283
Merge branch 'main' into dev/h2d-2
...
# Conflicts:
# src/slic3r/GUI/PartPlate.hpp
2025-10-14 19:43:33 +08:00
Aleksandra M
d9f21b1db0
[Profiles] Fix Prusa XL overhang speed ( #10931 ) ( #10933 )
...
Fix reverse order of overhangs slowdown settings
2025-10-13 16:46:13 +08:00
Daazed McFarland
68e2a0cb73
overflow inital setup screen ( #11007 )
...
allow overflow on setup
Co-authored-by: Noisyfox <timemanager.rick@gmail.com >
2025-10-13 16:21:41 +08:00
Noisyfox
0e2f037d19
Merge branch 'main' into dev/part-skip
2025-10-12 12:52:56 +08:00
Noisyfox
c9bd397cd5
Update color
2025-10-12 12:53:13 +08:00
Noisyfox
cf623135e7
Treat extruder_clearance_max_radius as extruder_clearance_radius, and raise error if both options are present
2025-10-11 16:34:58 +08:00
Noisyfox
eac688aabc
Fix dark mode visibility of the AMS dry icon
2025-10-10 19:51:52 +08:00
Noisyfox
be5c7e0d96
Merge branch 'main' into dev/h2d
2025-10-10 19:30:50 +08:00
Noisyfox
e7d01a4acd
Sync with latest bbl profiles
2025-10-09 20:37:31 +08:00
Noisyfox
d73761a221
Some dark mode fix
2025-10-08 17:05:55 +08:00
Noisyfox
82d076d7b1
Update text & color of flush volume matrix dialog
2025-10-08 16:18:23 +08:00
Noisyfox
874bab9a8f
Apply extend_default_config_length to system profiles too
...
so we don't need to worry about default values for different variants
2025-10-08 15:19:25 +08:00
Noisyfox
68a2cb2bdf
Fix issue that when swtiching to other printer from H2D/H2S, an empty preset dirty dialog will pop up
2025-10-06 20:25:34 +08:00
Noisyfox
a36f8eddab
Revert "ENH:instead of prime_volume by filament_prime_volume"
...
This reverts commit e7e6405ad3 .
2025-10-05 19:16:05 +08:00
Noisyfox
aff1c47b4a
Update profile
2025-10-05 18:47:58 +08:00
Noisyfox
b554698938
Merge branch 'main' into dev/h2d-2
2025-10-05 16:03:58 +08:00
Noisyfox
05aedd6d92
Update color
2025-10-05 16:02:17 +08:00
milk
8e998bf859
FIX:Add resource of printer
...
jira:[STUDIO-14273]
Change-Id: I2a0e5c638077ff732c23115366fd5410d331a812
(cherry picked from commit 13184e0a5d4a762f5bd50a8500f47d7de5199ce5)
(cherry picked from commit 3d56d1410f4942c0f0b1e10190a062193b8f42b1)
2025-10-05 00:07:41 +08:00
xin.zhang
8de6f83182
ENH: update hms for 093
...
jira: [STUDIO-14210]
Change-Id: Icd9eb8ebd88168aeca14bdaf12000e1ad78f95a4
(cherry picked from commit 301131f8560a29b2510ea57cea7d5df67f2cee3a)
2025-10-05 00:04:06 +08:00
shsst
994b964098
ENH:[Process/Filament] H2S TPU slow_down_min_speed_20 Profile Edited by lianhu.xiong
...
Change-Id: I9f064d27cfc120dbcf4b693da40d113b054a5249
(cherry picked from commit 925504180af7e5001956f04525217c4c74c9fac0)
2025-10-05 00:02:37 +08:00
weizhen.xie
7536e344a9
Fix: Fix the length of "filament_adaptive_volumetric_speed" in Polymaker filament.
...
Jira: None
Change-Id: I1178feccbb13c4d5fb35879ebc82581986d101c2
(cherry picked from commit c56cea495edfad41b292dfd5e25f6717ae1f287d)
2025-10-05 00:00:38 +08:00
weizhen.xie
7c362555b3
Fix: Modify the string delimiter of parameter “volumetric_speed_coefficients”: change “;” to “ ”
...
Jira: none
Change-Id: Iabe29c14b5d4dadc97d3ea72c4be4104a0e48720
(cherry picked from commit 3a3ed5816b7a70669561d0a33ca6fb9761ab40d2)
2025-10-05 00:00:31 +08:00
shsst
4dd8e2a2d5
ENH:[Process/Filament] MOD:[H2D/H2DP][start] increase z avoid distance to avoid impact Profile Edited by xuanquan.liang
...
Change-Id: I8f8b5d9d27e204615c9380898da86d4d7ae4b132
(cherry picked from commit 0c6e34feec768e9a00aebf54d4b2d9f75773607f)
2025-10-04 23:59:20 +08:00
weizhen.xie
f4628b960d
ENH: Modify filament jsons to support parameter “filament_adaptive_volumetric_speed”
...
Jira: None
Change-Id: Iddd9fdf1ab39ad1e72da4040b7bb7dd0d1375652
(cherry picked from commit 900d0b5f6e6738eae12e2418dbb6ea1051e131c0)
2025-10-04 23:57:54 +08:00
Noisyfox
8ca5306515
Fix plate stl origin point
2025-10-03 23:44:01 +08:00
qian.wang
e703ab7126
FIX:correct param length err
...
Change-Id: I65ec4e606a280671b84c9e9d6d83bccc0f7c182f
(cherry picked from commit 26063855ce1360fb66c977df3f0c614e43bfa7e7)
2025-10-03 23:13:07 +08:00
qian.wang
6ac35ccc91
FIX:correct param length err
...
Change-Id: Ifbbdaa465d75cf39f224d7030b4910a7db87eb84
(cherry picked from commit a57dbe82cb65570ebc12bc80c648a9c09c556844)
2025-10-03 23:11:14 +08:00
shsst
7fbd700ba2
ENH:[Process/Filament] [H2S] Supports independent setting of flushing temperature and speed; Add a retraction after the extrusion compensation is complete; Supports foreign object detection on areas other than the textured plate. Profile Edited by haowen.wu
...
Change-Id: I475334e300ae0776936b74d673245c3dff74ca01
(cherry picked from commit 8ca2907df46c36337ff1f0ce48b64076671550a6)
2025-10-03 23:08:56 +08:00
weizhen.xie
77299462c6
FIX:Fix the length of parameter “volumetric_speed_coefficients”
...
Jira:None
Change-Id: I227f17e404ad96d8c4246a93e0fd1b0a5e61f664
(cherry picked from commit 3e4fa9748293a8e6cb1ad0fe957290e649aea13b)
2025-10-03 23:08:56 +08:00
qian.wang
5d2e667c64
ENH:[Process/Filament] fix repeat setting_id and miss pla tough+ of h2s Profile Edited by qian.wang
...
Change-Id: I43be2a716b282a1f60042c5b07ffeed85fda36d1
jira:None
(cherry picked from commit b3e158e7d297899e5c6d8e60d809dda6e2199675)
2025-10-03 23:08:55 +08:00
qian.wang
0bb943bb95
ENH:batch modify upward_compatible_machine of x/p/a
...
Change-Id: I58d15781591fc0a382f55bf53e67e74dd7a08988
(cherry picked from commit 686393c2cd4471cb33d8b7d3e13b285305f1a862)
2025-10-03 23:08:55 +08:00
shsst
e06d2dc57f
ENH:[Process/Filament] add cli config for h2s Profile Edited by lane.wei
...
Change-Id: I17a5ca7ac0b6972b6f6393770a139972fca94da3
(cherry picked from commit 5384e301ff61faaf4a4ae3584fce860f994ed0e8)
2025-10-03 23:08:55 +08:00
milk
a934ed3091
FIX:add interface line draft
...
jira:[STUDIO-13716][STUDIO-13717]
Change-Id: Ib8a4d919ebfab85e07b80e60c80e9271013d05b9
(cherry picked from commit cf3c37abc2629165bfcdb1eee5b00567acde3c83)
2025-10-03 23:08:55 +08:00