Henk
72aea068d5
Add 2D honeycomb infill pattern ( #9483 )
...
* Add 2D honeycomb infill pattern
* Reverted change of 2D lattice infill void area estimation
---------
Co-authored-by: Noisyfox <timemanager.rick@gmail.com >
2025-06-18 08:48:48 +08:00
Noisyfox
943a7ee68b
Merge branch 'main' into dev/bbl-network-upd
2025-06-17 20:43:27 +08:00
xin.zhang
396370264f
FIX: do not popup for AMS1
...
jira: [STUDIO-12083]
Change-Id: Id2297576fa2b520282d8e4ce9af8e47817fc7088
(cherry picked from commit 8d29e09c1b8c1b9598f869235e99038d48b1bffc)
2025-06-17 20:41:42 +08:00
Simone
5bc3a52ce7
Fix character spacing issue in GCODE preview for Italian ( #9778 ) ( #9914 )
2025-06-17 20:36:04 +08:00
Noisyfox
09db6c47d2
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
Ioannis Giannakas
1538fa3502
Disable detect thin wall for VFA test ( #9912 )
2025-06-16 22:11:26 +08:00
Noisyfox
f1af2a1cc2
Merge branch 'main' into dev/bbl-network-upd
2025-06-16 14:02:04 +08:00
EpiphanyPrinting
ef7ec9fa7c
Adds resonance avoidance ported from qidi slicer ( #9403 )
...
* Update tab.cpp for resonance avoidance
* update files for resonance avoidance
updated gcode.cpp, gcode.hpp, preset.cpp, printconfig.cpp, printconfig.hpp to add resonance avoidance. Based on qidi slicer changes.
* Update README.md
* Update README.md
* Update Tab.cpp
* Update Preset.cpp
Updating code comments
* Update PrintConfig.cpp
* Update PrintConfig.hpp
* Update .gitattributes
* Remove carriage return
* Update doc
* Move resonance avoidance settings to printer settings
* Disable resonance avoidance by default
* Update options
---------
Co-authored-by: Paul Mourer <paul.mourer@gmail.com >
Co-authored-by: Noisyfox <timemanager.rick@gmail.com >
2025-06-16 13:14:00 +08:00
Vovodroid
668b1da8d7
Disable SAFC and retract for Hilbert curve ( #9592 )
...
* SAFC flow for rectilinear/monotonic only and Hilbet curve retract
* Refactor
---------
Co-authored-by: Noisyfox <timemanager.rick@gmail.com >
2025-06-15 20:50:34 +08:00
dremc
54e117b42a
add filament_vendors:DREMC ( #9519 )
...
* Update CreatePresetsDialog.cpp
* Update generate_presets_vendors.py
2025-06-15 19:41:46 +08:00
Rodrigo
0b14eb144b
TPMS-D Infill ( Triply Periodic Minimal Surface D) ( #9613 )
...
* Fill TPMS-D
limpieza
* delete unused function
* cleaning
* Icon update
* fix missing header
* density Adjusted
Co-Authored-By: Ian Bassi <12130714+ianalexis@users.noreply.github.com >
* Improve Precision + refactoring
clean tpms.hpp
Co-Authored-By: Ian Bassi <12130714+ianalexis@users.noreply.github.com >
---------
Co-authored-by: Ian Bassi <12130714+ianalexis@users.noreply.github.com >
Co-authored-by: Noisyfox <timemanager.rick@gmail.com >
2025-06-15 19:38:54 +08:00
Alexandre Folle de Menezes
5f4b129ef4
Fix english strings punctuation mistakes ( #8901 )
...
* Fix punctuation of enumerations
* Add missing '?' at the end of questions on hints
* Add periods after error messages
* Add punctuation to all tooltips
* Add missing periods on the pt-BR translation
2025-06-15 16:12:03 +08:00
Noisyfox
76fcaa52b4
Merge branch 'main' into dev/bbl-network-upd
...
# Conflicts:
# src/slic3r/GUI/SelectMachine.cpp
2025-06-15 15:28:10 +08:00
lodriguez
598f77b54a
remove OSMesa ( #9708 )
...
* remove OSMesa
OSMesa is depricated for quite a while and got removed with Mesa 25.1.0
* remove OSMesa from all buildfiles, readmes, etc…
---------
Co-authored-by: Noisyfox <timemanager.rick@gmail.com >
2025-06-15 14:53:42 +08:00
anjis
8b3cbdc36f
The multi-color printing wipe tower now includes the Bambu RIB wall feature ( #9881 )
...
* Add new Bambu RIB wall feature, including only the rib wall generation algorithm.
* Fix Linux compilation errors.
* Attempt to fix flatpak build
---------
Co-authored-by: Noisyfox <timemanager.rick@gmail.com >
2025-06-15 14:53:35 +08:00
Dipl.-Ing. Raoul Rubien, BSc
b138a13948
Fixes, refactors and enhances Linux build-scripts ( #8269 )
...
* fixes and refactors linux build scripts
- build_linux.sh: fixes wrong AppImage build folder; refactors script; enhances help text
- harmonizes names: BuildLinux.sh and BuildLinuxImage.sh
- fixes file permissions: cmake inherits .in-file permission; removes chmod 755 in scripts
- linux.d/debian: removes false positive error message
- updates documentation
* enables ANSI-colored output for GNU or Clang
* build_linux.sh: adds -p flag to disable PCH for boosting ccache hit rate
* Allow compilation on distributions based on Ubuntu/Debian (#8625 )
* build_linux.sh: takes over changes from BuildLinux.sh
* CMakeLists.txt: removes leftovers, enables ANSI-colored output
* CMakeLists.txt: fixes issue where FORCE_COLORED_OUTPUT was not respected form environment (introduces -C cli arg)
* merges 5df4275 : Make it easy to pass extra build args to deps and orca in BuildLinux.sh (#9648 )
2025-06-15 00:41:20 +08:00
Dipl.-Ing. Raoul Rubien, BSc
de66749a11
fixes compiler warnings ( #9619 )
...
* compiler warnings: adds SYSTEM to [target_]include_directories to skip warnings originating from dependencies
* compiler warnings: uninitialized/unused variables, missing parenthesis, pragma
* compiler warnings: redundant template type, missing curly braces, pass 0 instead of NULL as int argument
* compiler warnings: removes fclose(fp) where fp==nullptr since fclose() has attribute __nonnull((1))
* compiler warnings: uninitialized variables, missing parentheses, missing curly braces
* compiler warnings: ? as lower precedence than <<
* compiler warnings: unused variable
* compiler warnings: unused result
* compiler warnings: undefined/unused variable
* compiler warnings: uninitialized variable
2025-06-14 21:05:25 +08:00
yw4z
1c09c6150d
Ramming dialog improvements & add step control for SpinInput class ( #9651 )
...
* init
* update dialog buttons
* Fix color on Linux & macOS
* Fix dark mode dialog title color on Windows
---------
Co-authored-by: Noisyfox <timemanager.rick@gmail.com >
2025-06-14 15:19:25 +08:00
Noisyfox
04ab19c787
Merge branch 'main' into dev/bbl-network-upd
2025-06-14 11:49:30 +08:00
Noisyfox
deb371d298
Fix staticbox content margin on macOS ( #9901 )
2025-06-14 11:32:31 +08:00
yw4z
71e96eed48
DialogButtons fixes and apply to more windows ( #9809 )
...
* step import dialog
* update
* update
* drop file dialog
* Update UnsavedChangesDialog.cpp
* update
* fix focus
* Update CreatePresetsDialog.cpp
* improve usage of return button
* fix first button not getting hover effects
* update
* update
* improve button styles
* update button events
* update button events
* update button events
* remove Raise()
2025-06-14 10:27:10 +08:00
Noisyfox
c0d71e2c14
Merge branch 'main' into dev/bbl-network-upd
2025-06-14 09:52:33 +08:00
Ian Bassi
64dc09ea56
Wiki Update part 4 ( #9872 )
...
* How to wiki
* Local images + pressure-advance realocation
* fill patterns WIP
+ Patch Until they fix this: https://github.com/orgs/community/discussions/118296
* Wiki images update 8fff1ca
Updated images with new style from commit 8fff1ca (pr: #9797 )
* Internal Wiki Links + standardization
* Update Flow Calibration image
Co-Authored-By: Dowsha3d <216038220+dowsha3d@users.noreply.github.com >
* Seam wiki merge
* Updated Wiki Home
* MD Final lines
* How to index
---------
Co-authored-by: Dowsha3d <216038220+dowsha3d@users.noreply.github.com >
2025-06-13 23:09:05 +08:00
zefir-o
aff35ed255
Generate GCode for skirt prior wipe tower. ( #9885 )
2025-06-13 14:24:26 +08:00
yw4z
fa5978f74b
Class for RadioGroup & LabeledStaticBox and improvements for Calibration Dialogs, Windows with wxStaticBoxSizer ( #9797 )
...
* update
* Update calib_dlg.cpp
* Update LabeledStaticBox.hpp
* Update calib_dlg.cpp
* update
* update
* RadioGroup fix
* update
* update
* update
* update
* RadioGroup
* Fix render issue when position is set to default (-1)
* Fix macOS render issue by removing default NSBox border
* Fix compile
---------
Co-authored-by: Noisyfox <timemanager.rick@gmail.com >
2025-06-12 20:15:02 +08:00
Ondřej Bartas
4376f025ae
fix BBL bed_model stl hacks ( #9882 )
2025-06-12 18:11:52 +08:00
yw4z
247fdcf45b
Use proper case for "return" ( #9831 )
...
init
2025-06-10 09:42:06 +08:00
Michele Stefanelli
5366e1dceb
Improve printers pictures and sorting (prusa printers) ( #9824 )
...
* Replace prusa printer images with standard sizes and aspect ratio
* Rename Prusa Mini IS to specify the IS in the name
* Add missing prusa CORE One in the preset dialog and reorder prusa printers
* updated pictures to 320px
2025-06-08 18:04:04 +08:00
Noisyfox
598e661107
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
ba7cdbeabc
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
yw4z
b5eb2d728f
wxDataViewCtrl fixes ( #9818 )
...
* init
* update
2025-06-07 17:15:41 +08:00
Noisyfox
fc198259af
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
yw4z
0dc7c1ddc1
class for DialogButtons ( #9639 )
...
* init
* match code
* update
* Update DialogButtons.hpp
* make Ok uppercase
* update
* fix and cleanup
* Update DialogButtons.cpp
* update
* Update DialogButtons.cpp
* update
* Update CreatePresetsDialog.cpp
* update
* update
* update
2025-06-04 09:30:36 +08:00
Frank Pian
d5ff3c79b7
Revert #6867 : remove bambustudioopen:// protocol on Mac ( #9680 )
...
Fix link redirection defaulting to Orca
2025-06-02 23:03:53 +08:00
Noisyfox
8ef18bad2d
Log network msg
2025-06-02 21:20:43 +08:00
Noisyfox
e187579724
Fix potential crash during calib
2025-06-02 19:18:11 +08:00
xin.zhang
7e9732b365
FIX: wrong update info about AMS1
...
jira: [STUDIO-9089]
Change-Id: I7ce5b1069abddd8aaa187ade03d0271b0b16dc9e
(cherry picked from commit 032b34eded21f452535086f672dd408200461d5a)
2025-06-02 19:11:23 +08:00
Stone Li
638f35b85c
ENH: format to utf8 when parse_json failed
...
JIRA: STUDIO-none
Change-Id: I3bb7b209962c15e94ef24d24f752e8cdafc42975
Signed-off-by: Stone Li <stone.li@bambulab.com >
(cherry picked from commit d5f9b35b911aabc0bf3683744f980838934f5bf7)
(cherry picked from commit 499b0d8e4f2295dd07a5d84e4917e04a404efd53)
2025-06-02 18:58:47 +08:00
Noisyfox
b7098cf3ce
Remove unused code
2025-06-02 18:57:51 +08:00
noisyfox
4e21d0e545
Add debugger detector for Linux
2025-06-02 16:48:58 +08:00
Noisyfox
14063968d8
Add debugger detector for macOS
2025-06-02 16:17:11 +08:00
tao wang
601a73205b
ENH:support u0 firmware homing
...
jira:[none]
Change-Id: I9533944c343007897d25929739e5eb175bad6689
(cherry picked from commit 533911e2cd46fadc92bd7d908e81ad51ce14944c)
2025-06-01 23:39:42 +08:00
tao wang
947e7a56d3
NEW:use new homing command
...
jira:[none]
Change-Id: I9d60d0b5c2d0e2cf7ac5c5e4b0dbcf2daf6edbb1
(cherry picked from commit 9dce95d401e8333077db63dbad57bda837d0ce19)
2025-06-01 23:38:27 +08:00
Noisyfox
1159c7661e
Merge branch 'main' into dev/bbl-network-upd
2025-06-01 22:51:13 +08:00
Noisyfox
b0776eb107
Fix event table baseclass error ( #9777 )
2025-06-01 22:49:54 +08:00
Noisyfox
b819c7f55b
Fix project info editor dark mode text color ( #9775 )
2025-06-01 21:37:53 +08:00
Noisyfox
c72c1f0604
Merge branch 'main' into dev/bbl-network-upd
2025-06-01 19:33:39 +08:00
Alexandre Folle de Menezes
30087a1680
Fix the spelling/grammar on the original english strings ( #9487 )
...
* Fix the spelling/grammar on english strings
* Fix the spelling/grammar on english strings, part 2
2025-06-01 19:32:36 +08:00
Alexandre Folle de Menezes
96b0249b1d
Fix casing issues on the original english strings ( #9513 )
...
* Use lowercase after comma
* Use uppercase after period
2025-06-01 19:31:55 +08:00
Noisyfox
7750f540a0
Merge branch 'main' into dev/bbl-network-upd
2025-06-01 19:25:21 +08:00