SoftFever
c2d39f43d1
Merge branch 'main' into dev/bbs-measure
2024-12-01 21:33:20 +08:00
xiaoyeliu
3009d16bdc
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
b8a32fa4c1
Differentiates beta releases. Always shows release notes as text. ( #7067 )
2024-12-01 20:44:43 +08:00
xiaoyeliu
88a77ef259
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
bb0c5dc303
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
8bbe6b7e36
Do not create raycaster when loading the gcode preview ( #7596 )
2024-11-30 21:36:22 +08:00
zlbruce
fa07992747
fix filename encode issue when download chinese filename ( #7542 )
2024-11-28 20:39:53 +08:00
LyricWulf
1e89bd101b
fix: ImageGrid download button would delete instead ( #7413 )
2024-11-27 22:28:36 +08:00
camerony
06f0c74179
Added LDO as a Filament vendor ( #7587 )
...
* Added LDO as a Filament vendor
2024-11-27 20:35:27 +08:00
Vovodroid
792e84c115
Retract on top layer option. ( #6188 )
...
Co-authored-by: SoftFever <softfeverever@gmail.com >
2024-11-23 23:23:04 +08:00
Vovodroid
829a007b86
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
7514c411ca
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
791f6ede61
Update button to Orca color scheme. Update a typo.
2024-11-07 09:58:17 +08:00
Noisyfox
9df82d7f16
Fix null pointer issue
2024-11-06 23:38:33 +08:00
Noisyfox
76ba4e5108
Assembly: Port BBS' assembly gizmo
...
Co-authored-by: zhou.xu <zhou.xu@bambulab.com >
2024-11-06 23:38:17 +08:00
Noisyfox
34ef17d282
Disable right-click menu display in gizmo
2024-11-06 22:08:46 +08:00
Noisyfox
f73686e60a
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
39cc37ae84
Fix crash when doing PA calib using pattern method from calib tab ( #7248 )
...
* Fix crash when doing PA calib using pattern method from calib tab
2024-10-26 22:13:30 +08:00
Noisyfox
3dab25a884
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
89abc5f2fc
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
0b616c22a9
Allow printing prohibited filaments when 'Skip AMS Blacklist Check' is enabled ( #7161 )
...
Update DeviceManager.cpp
2024-10-22 23:13:34 +08:00
SoftFever
ced24ede56
Add Creality Print support ( #6928 )
...
# Description
Added support for Creality Print (E.g. Orca can upload and print
directly to Ender 3 V3 KE)
# Screenshots/Recordings/Graphs
Video: https://www.youtube.com/watch?v=ONzaMJhj_Hk
## Tests
Tested in the video above on a Macbook Pro, Ender 3 V3 KE.
It should also be tested on Windows but I don't have a windows computer.
2024-10-21 23:36:09 +08:00
SoftFever
f3bb73e03f
Better way to find exe path
2024-10-08 18:09:03 +08:00
SoftFever
73a0be7a35
Merge branch 'main' into feature/show-extruder-values-on-filament-overrides-tab
2024-10-07 19:43:50 +08:00
SoftFever
f2413f2928
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
c00c9f444e
Export negative parts ( #7024 )
...
Porting from Prusa exporting negative parts.
Before:

After:

2024-10-07 16:42:12 +08:00
SoftFever
0447f7a620
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
7478c241d3
Allow reverse on odd without detect overhang wall ( #6922 )
...
Fixes #6920
2024-10-07 15:59:19 +08:00
vovodroid
bfa1dbf782
Export negative parts.
2024-10-05 21:53:16 +03:00
azio25134
4ed8bce8eb
making all four corners of the grid sharp instead of round
2024-10-02 15:37:49 -07:00
cochcoder
2c5adc9f40
Add PETG-CF10 filament type & RatRig filament vendor
2024-09-27 12:25:12 -04:00
Rob Duplock
a450b34261
Fixed bug with spaces in filename
2024-09-27 22:06:48 +10:00
Rob Duplock
062ce376d8
Add support for creality print
2024-09-27 17:11:40 +10:00
Noisyfox
712386c867
Allow reverse on odd without detect overhang wall ( SoftFever/OrcaSlicer#6920 )
2024-09-27 09:24:21 +08:00
Noisyfox
4562ca744a
Support multi-line progress information rendering
2024-09-26 16:22:15 +08:00
SoftFever
81b6a810f6
Fix and update locale
2024-09-25 19:58:26 +08:00
SoftFever
144c1b33b3
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
21e70829b1
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
322c6e3b65
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
881d78a045
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
45fe0c5218
Fix a bed type regression ( #6893 )
2024-09-24 19:42:47 +08:00
Vladimir Vukicevic
5bdb5deeb9
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
2b4d56d961
update locales
2024-09-23 00:37:29 +08:00
SoftFever
eb53c6a2e8
support downloading from makerworld on Mac by default. ( #6867 )
...
handle bambustudioopen on Mac by default
2024-09-22 16:49:14 +08:00
SoftFever
24106e39e7
Add support for textured cool plate ( #6860 )
...
support textured cool plate
2024-09-22 16:48:49 +08:00
Noisyfox
3773b70bb6
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
36acae8b35
Fixed a bug that YOLO flow calibration didn't work for Fr/De languages
2024-09-18 23:59:46 +08:00
SoftFever
464d3ec138
Check and use data_dir folder if exists under application path ( #6780 )
2024-09-15 22:58:41 +08:00
SoftFever
e2b061a425
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
2d6c9bf160
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