xiaoyeliu
1af51d66c6
Fix: Switching between multi-extruder printers using tabs can cause t… ( #7483 )
...
fix: Switching between multi-extruder printers using tabs can cause the filament count to be incorrect.
2024-12-14 14:38:35 +08:00
discip
ef28de69a5
reordering and renaming certain menu items ( #7573 )
...
* reordered Z-Hop settings
* Update Tab.cpp
* Update PrintConfig.cpp
* reordering **`Compare presets`** to match the layout in the sidebar
2024-12-14 14:34:08 +08:00
f0x52
25b1ec6843
[feature] Add Bambu Cool Plate SuperTack ( #7670 )
...
* ENH: add supertrack plate
Jira: none
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I89017c9933597ee035aa20ba3852db6f629f5e20
(cherry picked from commit 78572cbff864e5e78255f2e0eb6e40237bc0bab9)
* NEW:add SuperTack svg
jira: none
Change-Id: Id6153f76f8634d1f00485991b75cbe526fb64adc
(cherry picked from commit 6404f06e79d38ffa8f7f296b10af2af1c2a3974d)
---------
Co-authored-by: zhou.xu <zhou.xu@bambulab.com>
2024-12-14 14:16:24 +08:00
SoftFever
8ce992b640
Merge branch 'main' into dev/bbs-measure
2024-12-01 21:33:20 +08:00
xiaoyeliu
484c43ca4d
Feature: set different colors to tools on devices with multitools ( #7125 )
...
For devices with multitools, set the default colors of filaments for each tool to different colors
2024-12-01 20:49:55 +08:00
Victor Usoltsev
ae07f17ca0
Differentiates beta releases. Always shows release notes as text. ( #7067 )
2024-12-01 20:44:43 +08:00
xiaoyeliu
2a61ceae5b
Fix: The "Unsaved Changes Dialog" pops up, but the content display section is empty. ( #7482 )
...
fix:The Unsaved Changes Dialog pops up, but the content display section is empty.
2024-11-30 22:23:07 +08:00
hadess
89cf7f87bf
Mouse3DController: Add SpaceMouse Wireless BT support ( #7618 )
...
Update the device list to match the upstream spacenavd one.
2024-11-30 21:37:39 +08:00
Noisyfox
3b1c4f9ee4
Do not create raycaster when loading the gcode preview ( #7596 )
2024-11-30 21:36:22 +08:00
zlbruce
565619a216
fix filename encode issue when download chinese filename ( #7542 )
2024-11-28 20:39:53 +08:00
LyricWulf
ac5eaa3829
fix: ImageGrid download button would delete instead ( #7413 )
2024-11-27 22:28:36 +08:00
camerony
4c78d687a0
Added LDO as a Filament vendor ( #7587 )
...
* Added LDO as a Filament vendor
2024-11-27 20:35:27 +08:00
Vovodroid
ca35ba4107
Retract on top layer option. ( #6188 )
...
Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-11-23 23:23:04 +08:00
Vovodroid
b3b0961d91
Adaptive layers - respect layer height range modifiers. ( #5941 )
...
* Adaptive layers - respect layer height range modifiers.
* Remove #pragma optimize
2024-11-21 21:40:51 +08:00
Noisyfox
cdb38d918b
Allow clicking the toolbar icon multiple times without moving the cursor ( #7267 )
...
Revert "FIX:fix Gizmo tooltop disply"
This reverts commit a26c573b1b
.
2024-11-12 00:09:15 +08:00
Noisyfox
f38825a538
Update button to Orca color scheme. Update a typo.
2024-11-07 09:58:17 +08:00
Noisyfox
ceeebda1dc
Fix null pointer issue
2024-11-06 23:38:33 +08:00
Noisyfox
3d45414b71
Assembly: Port BBS' assembly gizmo
...
Co-authored-by: zhou.xu <zhou.xu@bambulab.com>
2024-11-06 23:38:17 +08:00
Noisyfox
e3b1e30387
Disable right-click menu display in gizmo
2024-11-06 22:08:46 +08:00
Noisyfox
6e9257c8ac
Measure: Port of BBS' improved version of measure gizmo
...
Co-authored-by: zhou.xu <zhou.xu@bambulab.com>
2024-11-06 20:19:52 +08:00
Noisyfox
2348928b25
Fix crash when loading gcode file twice ( #7217 )
...
* Fix ASAN use-after-free error when loading 3mf file with gcode by drag-and-drop
* Fix crash when loading gcode file twice
2024-10-26 21:29:03 +08:00
Noisyfox
ae31f4fb1f
Fix issue that thumbnail color not updated properly when AMS slot mapping changes ( #7194 )
...
* Fix issue that thumbnail color not updated properly when AMS slot mapping changes
2024-10-25 23:25:17 +08:00
Philipp
425d9c97e4
Allow printing prohibited filaments when 'Skip AMS Blacklist Check' is enabled ( #7161 )
...
Update DeviceManager.cpp
2024-10-22 23:13:34 +08:00
SoftFever
eb195da546
Better way to find exe path
2024-10-08 18:09:03 +08:00
SoftFever
09672ea90c
Merge branch 'main' into feature/show-extruder-values-on-filament-overrides-tab
2024-10-07 19:43:50 +08:00
SoftFever
89d04ab9e9
General improvments to RatRig V-Core 4 & V-Core 4 HYBRID ( #5966 )
...
Resolves #5932
**The following changes made are made to all V-Core 4 versions**
- Improved cover's quality

- Added RatRig's PunkFil ABS, PETG, and PETG CF filaments
- Added PETG-CF10 filament type & RatRig to filament vendors
- Increased max z speed to 200 from 50 and max acceleration travel to
10,000 from 9,000
- Enabled wipe and z hop, as well as, increased retract before wipe to
70% from 0%
- Improved layer change G-Code
- Fixed pause G-Code
- Added extruder clearance parameters
*Almost all of these changes come from @nameisCruzCruz in #5932
2024-10-07 16:43:42 +08:00
SoftFever
17c0abbe32
Export negative parts ( #7024 )
...
Porting from Prusa exporting negative parts.
Before:

After:

2024-10-07 16:42:12 +08:00
SoftFever
7422c7957f
making all four corners of the grid sharp instead of round ( #6993 )
...
# Simple visual change
Currently, the grid has 3 round corners and 1 sharp corner. It seems
like bambu lab hard coded this specifically to fit their bed model. As a
non-bambu user, I dont like how the corners look.


Another point I'd like to bring up is that rounded corners do not match
the boundary detection box.
## Tests
Tested locally on windows and macos.
2024-10-07 16:37:56 +08:00
SoftFever
4a1d382964
Allow reverse on odd without detect overhang wall ( #6922 )
...
Fixes #6920
2024-10-07 15:59:19 +08:00
vovodroid
9d37d1a084
Export negative parts.
2024-10-05 21:53:16 +03:00
azio25134
d52e2cc1b2
making all four corners of the grid sharp instead of round
2024-10-02 15:37:49 -07:00
cochcoder
23d597a302
Add PETG-CF10 filament type & RatRig filament vendor
2024-09-27 12:25:12 -04:00
Noisyfox
8709f22597
Allow reverse on odd without detect overhang wall ( SoftFever/OrcaSlicer#6920 )
2024-09-27 09:24:21 +08:00
Noisyfox
e755d781e1
Support multi-line progress information rendering
2024-09-26 16:22:15 +08:00
SoftFever
17492c1e5b
Fix and update locale
2024-09-25 19:58:26 +08:00
SoftFever
65fc14209d
Fix a bug that wipe tower has missing extrusions when ramming is disabled ( #6894 )
...
* Fix a bug that wipe tower has missing extrusions when ramming is disabled.
* hide "Prime all printing extruders" for SEMM printers
2024-09-25 19:34:18 +08:00
Noisyfox
ed41e3e5ce
Disable "cut to parts" when dovetail is selected. ( #6891 )
...
* Disable "cut to parts" when dovetail is selected.
Sync with latest PrusaSlicer code.
Co-authored-by: YuSanka <yusanka@gmail.com>
2024-09-25 19:31:17 +08:00
Vovodroid
23eb055cb5
Followup to clones auto arrange: use current plate ( #6373 )
...
* Use current plate for auto arrange clones
2024-09-25 19:29:21 +08:00
Azi
8d9ec11fe9
Feature/move plate to the front ( #6262 )
...
* WIP:only works after saving and then reloading
* working version of move plate to the front
* added icons for move to front
* removed a commented line
* fixed the move to front function to behave correctly with undo/redo actions
* Merge branch 'main' into feature/move_plate_to_the_front
2024-09-25 19:27:45 +08:00
SoftFever
473c7fb3ef
Fix a bed type regression ( #6893 )
2024-09-24 19:42:47 +08:00
Vladimir Vukicevic
746a2bfb2d
Fix input box widths in calibration UI ( #6587 )
...
* Fix input box widths in calibration panels
* Merge branch 'main' into fix-calibration-ui
2024-09-23 20:48:25 +08:00
SoftFever
3d3633f110
update locales
2024-09-23 00:37:29 +08:00
SoftFever
96effc179b
support downloading from makerworld on Mac by default. ( #6867 )
...
handle bambustudioopen on Mac by default
2024-09-22 16:49:14 +08:00
SoftFever
99d4d0957a
Add support for textured cool plate ( #6860 )
...
support textured cool plate
2024-09-22 16:48:49 +08:00
Noisyfox
8b8c0cad2a
FIX:open or replace 3MF file case insensitive ( #6802 )
...
jira: STUDIO-7678
Change-Id: I32b34efa053da25edab80ebff1cfe0a414042dd5
(cherry picked from commit fa07ae4d21d3c4cf5286a38f2cc0a35363a5f53a)
Co-authored-by: zhou.xu <zhou.xu@bambulab.com>
2024-09-19 00:03:57 +08:00
SoftFever
d5d3bab82e
Fixed a bug that YOLO flow calibration didn't work for Fr/De languages
2024-09-18 23:59:46 +08:00
SoftFever
6ca1741e83
Check and use data_dir folder if exists under application path ( #6780 )
2024-09-15 22:58:41 +08:00
SoftFever
30498ccb7b
Fixed a regression bug that spacing was not working anymore when arrange plate objects ( #6741 )
...
fix a regression bug in arrange
2024-09-12 23:01:01 +08:00
Noisyfox
97d4ead854
Prevent toolbar clicking when mouse is hovering over layer height editor ( #6727 )
...
* Prevent toolbar clicking when mouse is hovering over layer height editor (SoftFever/OrcaSlicer#6713 )
2024-09-11 22:28:49 +08:00
Erkan Ozgur Yilmaz
2b4cd6577b
Duplicate Current Plate With Objects (Second PR) ( #6710 )
...
* Added `duplicate plate` feature.
This the initial commit and this still needs work.
* [#2025 ] Fixed the SEGFAULT, apparently an icon id=6 needed to be updated to id=7 as we have one more plate icon.
[#2025 ] Removed the `printf` statements.
* [#2025 ] Plate duplication is now fully implemented.
* [#2025 ] Updated icons for plate duplicate funcctionality.
* [#2025 ] Added toolbar icon fro "Duplicate Current Plate" action.
* [#2025 ] Revert changes for `toolbar_add_plate_dark.svg`.
* [#2025 ] Removed the `BBS` label in the code that is not written by BBS.
* [#2025 ] Updated `.gitignore` to ignore VSCode workspace file.
* [#2025 ] Fixed the instances not transforming in global space when the plate is duplicated.
* [#2025 ] Removed the Duplicate Plate action from the plate actions and the toolbar.
* [#2025 ] Added the `Duplicate Current Plate` functionality to the `Edit` menu.
* [#2025 ] Addressed review comments.
* [#2025 ] Addressed review comments.
* [#2025 ] Removed unused icons related to the previously introduced "Duplicate Plate" functionality.
2024-09-10 23:43:41 +08:00