Noisyfox
9988d0a1f8
Merge branch 'main' into dev/bbl-network-upd
2025-06-25 08:49:55 +08:00
Noisyfox
168dd08042
Fix load step as modifier ( #9946 )
...
Fix load step as modifier (SoftFever/OrcaSlicer#9940 )
2025-06-23 22:28:55 +08:00
Noisyfox
3696d43590
Fix invalid value for symmetric_infill_y_axis ( #9983 )
2025-06-23 16:53:35 +08:00
Noisyfox
6ed9b08173
Link libspnav statically ( #9964 )
...
* Link libspnav statically
* Find static libspnav
* Force linking libspnav.a
2025-06-21 19:08:59 +08:00
Noisyfox
d60fcb0d11
Merge branch 'main' into dev/bbl-network-upd
...
# Conflicts:
# src/slic3r/GUI/SelectMachine.cpp
2025-06-21 10:27:10 +08:00
Noisyfox
7cbd0d2b74
Remove classic overhang speed code ( #9934 )
...
* Remove code related to classic overhang speed
* Remove `overhang_degree` and `curve_degree`
2025-06-20 23:01:09 +08:00
Noisyfox
b9cce6c179
Ironing support interfaces ( #9548 )
...
* Generate support interface iron extrusion
* Always ironing last
* Add options
* Move ironing speed to speed tab
* Don't iron places that are covered by upper support layers
* Disable support interface spacing settings when support ironing is enabled
* Update text
2025-06-19 15:19:05 +08:00
Noisyfox
d4536fae9c
Merge branch 'main' into dev/bbl-network-upd
2025-06-18 20:51:14 +08:00
fe4a72ec94
Upgrade clipper & improve multi-thread performance ( #7177 )
...
* Clipper: Verify range of int32 coordinates on input.
Cherry-picked from prusa3d/PrusaSlicer@fa7debf49d
Co-authored-by: Vojtech Bubnik <bubnikv@gmail.com >
* ClipperLib: Optimized PointInPolygon() to calculate cross products
with int64s instead of doubles.
Cherry-picked from prusa3d/PrusaSlicer@9dca8403fe
Co-authored-by: Vojtech Bubnik <bubnikv@gmail.com >
* Reworked the ClipperLib / Polygon types to use
the tbb::scallable_allocator to better scale on multiple threads.
Cherry-picked from prusa3d/PrusaSlicer@9cde96993e
Co-authored-by: Vojtech Bubnik <bubnikv@gmail.com >
* use tbb::scallable_allocator for Polygons and ExPolygon::holes
to better scale on multiple threads
Cherry-picked from prusa3d/PrusaSlicer@b67ad6434d
Co-authored-by: Vojtech Bubnik <bubnikv@gmail.com >
* Fixed compilation on GCC and CLang
Cherry-picked from prusa3d/PrusaSlicer@b3b44681a9
Co-authored-by: Vojtech Bubnik <bubnikv@gmail.com >
* Remove clipper2 which is not used
* Removed shiny profiler from clipperlib
Cherry-picked from prusa3d/PrusaSlicer@7e77048593
Co-authored-by: Vojtech Bubnik <bubnikv@gmail.com >
* ClipperLib: Further optimization of memory allocation using scalable_allocator.
ClipperLib: SimplifyPolygon() - changed default winding number to positive,
added strictly_simple parameter.
ClipperUtlis simplify_polygons() - removed "remove_collinear" parameter
Cherry-picked from prusa3d/PrusaSlicer@a7e17df25f
Co-authored-by: Vojtech Bubnik <bubnikv@gmail.com >
* ClipperLib: emplace_back() instead of push_back().
Cherry-picked from prusa3d/PrusaSlicer@2e150795b1
Co-authored-by: Vojtech Bubnik <bubnikv@gmail.com >
* Fixed issue in a 32bit clipper, where IntersectPoint() checked for
the Y coordinate of the calculated intersection point for validity,
but the Y coordinate was already rounded to 32bits, thus an overflow
may have in rare cases masked invalidity of the result.
Cherry-picked from prusa3d/PrusaSlicer@b39c33414f
Co-authored-by: Vojtech Bubnik <bubnikv@gmail.com >
* Fixed Vojtech's out of boundary assert in Clipper library.
Cherry-picked from prusa3d/PrusaSlicer@0a202dcff3
Co-authored-by: Vojtech Bubnik <bubnikv@gmail.com >
* Update clipper to 6.4.2.
Cherry-picked from prusa3d/PrusaSlicer@b8b3cccb40
Co-authored-by: Lukáš Hejl <hejl.lukas@gmail.com >
* Try fix cmake opencv
---------
Co-authored-by: Vojtech Bubnik <bubnikv@gmail.com >
Co-authored-by: Lukáš Hejl <hejl.lukas@gmail.com >
2025-06-18 17:50:44 +08:00
Noisyfox
a136ba1837
Merge branch 'main' into dev/bbl-network-upd
2025-06-17 20:43:27 +08:00
Noisyfox
1aee8a0783
Don't split tiny cracks on first layer ( #9917 )
...
Don't split tiny cracks on first layer to get an uninterrupted bottom surface
2025-06-17 19:22:16 +08:00
Noisyfox
043abb4389
Merge branch 'main' into dev/bbl-network-upd
2025-06-16 14:02:04 +08:00
Noisyfox
c72e8a24f1
Merge branch 'main' into dev/bbl-network-upd
...
# Conflicts:
# src/slic3r/GUI/SelectMachine.cpp
2025-06-15 15:28:10 +08:00
Noisyfox
13e4b54754
Merge branch 'main' into dev/bbl-network-upd
2025-06-14 11:49:30 +08:00
Noisyfox
ec44768eb9
Fix staticbox content margin on macOS ( #9901 )
2025-06-14 11:32:31 +08:00
Noisyfox
d0bf8746d0
Merge branch 'main' into dev/bbl-network-upd
2025-06-14 09:52:33 +08:00
Noisyfox
b2ed8ff53e
Remove sensitive data in 3mf files ( #9825 )
...
* Do not store BBL user id in 3mf file
* Do not store creation & modification date in 3mf file
2025-06-08 17:55:15 +08:00
Noisyfox
0242e9462b
Fix error when drag-n-drop a file from network location to home screen ( #9821 )
...
Fix error when drag-n-drop a file from network location to home screen on Windows
2025-06-07 17:38:23 +08:00
Noisyfox
7f8f36bf40
Fix crash on Linux when you searched the placeholder in gcode editor dialog ( #9815 )
...
Fix crash on Linux when you searched the placeholder in gcode editor dialog (SoftFever/OrcaSlicer#5671 )
2025-06-07 11:03:25 +08:00
Noisyfox
b3598ea3cc
Add missing close tag in MacOSXBundleInfo.plist.in ( #9799 )
2025-06-04 17:00:47 +08:00
Noisyfox
7d7308feb2
Log network msg
2025-06-02 21:20:43 +08:00
Noisyfox
aac6e2a3d0
Fix potential crash during calib
2025-06-02 19:18:11 +08:00
Noisyfox
81c14f60b6
Remove unused code
2025-06-02 18:57:51 +08:00
noisyfox
fc33a680d1
Add debugger detector for Linux
2025-06-02 16:48:58 +08:00
Noisyfox
1441da246b
Add debugger detector for macOS
2025-06-02 16:17:11 +08:00
Noisyfox
b01ccc8def
Merge branch 'main' into dev/bbl-network-upd
2025-06-01 22:51:13 +08:00
Noisyfox
340da6fa85
Fix event table baseclass error ( #9777 )
2025-06-01 22:49:54 +08:00
Noisyfox
beaaa09f2f
Fix project info editor dark mode text color ( #9775 )
2025-06-01 21:37:53 +08:00
Noisyfox
9444d61bb6
Merge branch 'main' into dev/bbl-network-upd
2025-06-01 19:33:39 +08:00
Noisyfox
3d64af917a
Merge branch 'main' into dev/bbl-network-upd
2025-06-01 19:25:21 +08:00
Noisyfox
4ae4634976
Fix tree support bed exclusion area calculation ( #9633 )
...
Fix tree support bed exclusion area calculation (SoftFever/OrcaSlicer#9624 )
2025-06-01 13:18:03 +08:00
Noisyfox
26306d586a
Fix H2D AMS humidity display
2025-05-31 18:57:19 +08:00
Noisyfox
49ae4ab8f7
Update OrcaArena vendor name in file names
2025-05-27 10:33:07 +08:00
Noisyfox
2dacde5b3b
Rename fdm_process_bbl_ to fdm_process_single_
2025-05-27 10:32:03 +08:00
Noisyfox
7ecd3e7f0c
Reorganize bbl printer profiles
2025-05-27 10:14:34 +08:00
Noisyfox
659a65f27f
Force using local camera view for H2D if legacy network plugin is used
2025-05-26 20:02:16 +08:00
Noisyfox
6b9ce834e1
Fix text alignment of storage page error message
2025-05-26 17:54:10 +08:00
Noisyfox and tao wang
5335357f4c
ENH:optimization of select machine page
...
(cherry picked from commit bambulab/BambuStudio@9afe123026 )
---------
Co-authored-by: tao wang <tao.wang@bambulab.com >
2025-05-26 17:41:58 +08:00
Noisyfox
057ba55c87
Fix crash when attempt to start remote live view for H2D
2025-05-26 09:55:56 +08:00
Noisyfox
4909c517d1
Merge branch 'main' into dev/bbl-network-upd
2025-05-25 17:01:04 +08:00
Noisyfox
61aa5d2c09
Sync AMS lite render code from BBS
2025-05-25 17:01:13 +08:00
Noisyfox
59c2a453ab
Fix H2D AMS render
2025-05-25 16:45:31 +08:00
Noisyfox
67ccaa3f6c
Fix crash when H2D is present
2025-05-25 14:38:40 +08:00
Noisyfox
09d309ee9c
Make sure filament_id is not longer than 8 chars if the filament can be set in AMS ( #9574 )
...
Make sure `filament_id` is not longer than 8 chars if the filament is compatiable with AMS
2025-05-25 00:06:07 +08:00
Noisyfox
6e47c0c175
Fix issue that filament is rolled back and forth when click ams slots
2025-05-24 23:23:42 +08:00
Noisyfox
65936b34c1
Fix crash when using old firmware
2025-05-24 18:37:35 +08:00
Noisyfox
0d61ae87ed
Fix typo
2025-05-23 15:31:09 +08:00
Noisyfox
e6eb80e003
Use Orca color scheme for machine selection dialog
2025-05-23 15:25:55 +08:00
Noisyfox and tao wang
56b6e0742e
Fix AMS HT filament road rendering
...
(cherry picked from commit bambulab/BambuStudio@afbf3cf197 )
---------
Co-authored-by: tao wang <tao.wang@bambulab.com >
2025-05-23 10:11:26 +08:00
Noisyfox and tao wang
625a946e25
FIX:update load/unload command for n3s
...
(cherry picked from commit bambulab/BambuStudio@fc32042639 )
---------
Co-authored-by: tao wang <tao.wang@bambulab.com >
2025-05-22 21:54:15 +08:00
Noisyfox
b5c164fae6
Fix crash when switching between printers with different AMS configs
2025-05-22 18:03:20 +08:00
Noisyfox and tao wang
b88b1e4819
Fix AMS HT display if it's the only AMS
...
(cherry picked from commit bambulab/BambuStudio@a182fa1aa4 )
---------
Co-authored-by: tao wang <tao.wang@bambulab.com >
2025-05-22 17:51:48 +08:00
Noisyfox
4339bd308e
Ensure log is flushed so we could know what happened before crash
2025-05-22 17:03:09 +08:00
Noisyfox
8b43ecca30
Fix AMS HT slot render alignment
2025-05-21 23:18:54 +08:00
Noisyfox
4425f91caa
Fix AMS update
2025-05-21 21:18:53 +08:00
Noisyfox
cee7041b4d
Clean up code
2025-05-21 16:25:48 +08:00
Noisyfox
3b3406a375
Rename AmsCans to AmsItem
2025-05-21 15:56:41 +08:00
Noisyfox
d654408bed
Rename AMSItem to AMSPreview
2025-05-21 10:46:28 +08:00
Noisyfox
917b638227
Adjust spacing
2025-05-20 10:48:19 +08:00
Noisyfox
575d543299
Fix AMS panel colour
2025-05-19 23:52:33 +08:00
Noisyfox
5f989c81d1
Port BBS AMSHumidity
2025-05-19 23:37:10 +08:00
Noisyfox
e3ffc39316
Display correct AMS type
2025-05-19 23:10:16 +08:00
Noisyfox
80b234a369
Preparing for AMS drying support
2025-05-19 11:04:14 +08:00
Noisyfox
6c22b0c86f
Update plugin version in PresetUpdater
2025-05-19 10:54:38 +08:00
Noisyfox
9711b65736
Only download ARM version when not using legacy plugin
2025-05-19 10:51:55 +08:00
Noisyfox
eba2e0af78
Update transition_tridid to support newer ams
2025-05-18 16:32:09 +08:00
Noisyfox
54d6f9f0de
Fix nozzle target temp display
2025-05-18 14:59:08 +08:00
Noisyfox
05a0703120
Merge branch 'main' into dev/bbl-network-upd
...
# Conflicts:
# src/slic3r/GUI/SelectMachine.cpp
2025-05-17 00:22:09 +08:00
Noisyfox and Mack
a91fa2a40c
Brim ear updates model object in real-time ( #9625 )
...
* ENH:Brim ear updates model object in real-time
jira: studio-8687 8683
Change-Id: Ic730957bf8c1e96c0464791cce60cb097d1a4dc9
(cherry picked from commit af174cb8b64e870929f926d3957d3471d0b09e29)
(cherry picked from commit a1037509aef57b2276bba3ddcab33a6bfeebf87a)
* Fix build error
---------
Co-authored-by: Mack <yongfang.bian@bambulab.com >
2025-05-16 23:52:48 +08:00
Noisyfox
294d07a2a0
Fix several crash when build in debug mode ( #9650 )
...
* Fix crash when open bed shape dialog.
DO NOT USE `auto` FOR EIGEN EXPRESSION RESULT!
* Fix assertion failure when switching printer models
2025-05-16 23:49:19 +08:00
Noisyfox
ff9ce434a2
Fix preview gcode misalignment caused by placeholder postprocess ( #9529 )
...
* Fix layer number placeholder process
* Fix gcode move id misalignment when M73 is disabled
* Fix gcode move id misalignment when M73 is enabled
2025-05-16 09:28:30 +08:00
Noisyfox
795945376c
Fix external spool filament settings
2025-05-14 21:29:12 +08:00
Noisyfox
1c58c933e2
Add missing print params
2025-05-14 20:39:27 +08:00
Noisyfox
7a548ca7fb
Merge branch 'main' into dev/bbl-network-upd
2025-05-14 19:46:08 +08:00
Noisyfox and Lukas Matena
aebc01abfc
Removed dependency on libtiff ( #9514 )
...
(cherry picked from commit prusa3d/PrusaSlicer@f12e0b4d21 )
Co-authored-by: Lukas Matena <lukasmatena@seznam.cz >
2025-05-14 15:04:49 +08:00
Noisyfox
3b658cba3b
Fix new project crash on Windows if multi-extruder printer profile is edited ( #9600 )
...
Fix new project crash on Windows if profile is edited
2025-05-14 11:36:50 +08:00
Noisyfox
d4809b58b8
Fix startup crash when network plugin is not enabled
2025-05-14 11:26:24 +08:00
Noisyfox
2ce2facb0e
Add network debugging
2025-05-12 21:51:34 +08:00
Noisyfox
bd67bd8270
Fix brim ear render when camera projection changed ( #9605 )
...
* Fix brim ear render when camera projection changed (SoftFever/OrcaSlicer#9602 )
* Remove unnecessary shader uniform
2025-05-12 21:18:19 +08:00
Noisyfox
3f60a23718
Merge branch 'main' into dev/bbl-network-upd
...
# Conflicts:
# src/slic3r/GUI/Widgets/AMSControl.cpp
2025-05-11 21:17:43 +08:00
Noisyfox
4d25037614
Merge branch 'main' into dev/bbl-network-upd
2025-05-09 23:03:47 +08:00
Noisyfox
0cc495b425
Make Custom GCode Editor resizable ( #9405 )
...
* Make gcode editor window resizable
* Make param list expands with the window
* Make dialog shrinkable and give it a proper initial size
* Revert "Hardcode Location of Add Button"
This reverts commit aef74ab005 .
* Make sure the dialog fits inside current screen
* Fix compile error
2025-05-09 23:00:27 +08:00
Noisyfox
0c4f778ddb
Fix crash when switching back to prepare tab after clicking the support paint icon in preview ( #9417 )
2025-05-09 22:59:18 +08:00
Noisyfox
b0b6e000f2
Don't show "remember my choice" on 3mf open dialog ( #9547 )
...
Don't show "remember my choice" on 3mf open dialog (SoftFever/OrcaSlicer#9108 )
Lots of people accidentally checked it without realizing the consequences, now we make it more explicit by
only allowing change this in preference settings.
2025-05-09 22:58:46 +08:00
Noisyfox
9b18c82bfb
Fix crash when start_extruder_id is empty ( #9584 )
...
Fix crash when `start_extruder_id` is empty (SoftFever/OrcaSlicer#9580 )
2025-05-09 22:47:18 +08:00
Noisyfox
fe0f6497ad
Fix external filament calib
2025-05-07 21:31:42 +08:00
Noisyfox
37244cce95
Update to latest BBS code. Fix ams filament preset check
2025-05-07 20:42:23 +08:00
Noisyfox
ca68aa6d2b
Fix compile error
2025-05-07 16:57:28 +08:00
Noisyfox
b4f1ef06a2
Fix compile error
2025-05-07 16:36:00 +08:00
Noisyfox
108a5b8344
Update naming
2025-05-07 16:35:57 +08:00
Noisyfox
f6bfad9de1
Fix wrong slot id
2025-05-07 16:35:34 +08:00
Noisyfox and tao wang
afb1d3df6f
refactoring the modules of amscontrol
...
adapted from bambulab/BambuStudio@b78fa4c11c
Co-authored-by: tao wang <tao.wang@bambulab.com >
2025-05-07 11:30:29 +08:00
Noisyfox and zhimin.zeng
dad7320f4b
Fix setting AMS calib profile
...
ENH: calib support multi_extruder
1. backend support multi_extrude data structure
2. Compatible with third-party calibration
(cherry picked from commit bambulab/BambuStudio@21e6271e59 )
Co-authored-by: zhimin.zeng <zhimin.zeng@bambulab.com >
2025-05-06 23:04:35 +08:00
Noisyfox
9b9c9ba569
Merge remote-tracking branch 'remote/main' into dev/bbl-network-upd
2025-05-05 19:22:34 +08:00
Noisyfox
b9729f872a
Fix crash when start print from sdcard
2025-05-05 17:17:03 +08:00
Noisyfox
9e304d0743
Merge branch 'main' into dev/bbl-network-upd
2025-05-05 15:21:17 +08:00
Noisyfox
be2d193117
Fix floating brim ( #9393 )
...
* FIX: brim should be extruded only on first layer
github: github.com/bambulab/BambuStudio/issues/4678
Change-Id: Ib00795dfba2e6d869c30ac906385f170088bbfd6
(cherry picked from commit b51ff1721ddc2080c4f7e487f67c4f1a722bf091)
* Fix compile
2025-05-05 11:27:42 +08:00
Noisyfox
038b25627e
Show proper printer names on printer selection page ( #9363 )
...
* Show actual printer name from sub_path files on printer selection screen
* Merge branch 'main' into bugfox/preset-name-consistency
2025-05-04 16:02:15 +08:00
Noisyfox
86f4c3a014
PA calib: Don't decrease speed too much for the speed trick line ( #9358 )
...
* Don't decrease speed too much for the speed trick line (SoftFever/OrcaSlicer#9354 )
* Make sure no negative accel/speed
2025-05-03 19:26:37 +08:00
Noisyfox
81f1cd4532
Fix filament/printer selection loading page translation ( #9530 )
2025-05-03 18:06:04 +08:00