Dipl.-Ing. Raoul Rubien, BSc
3f25b460d9
Fixes 999 CMake Warnings ( #10729 )
...
* fixes: 999 CMake Warnings at src/dev-utils/CMakeLists.txt:39 (add_custom_command)
* cmake clenup: adds PUBLIC/PRIVATE to libslic3r; attempt to reduce warnigns from eigen
2025-09-19 23:52:41 +08:00
Dipl.-Ing. Raoul Rubien, BSc
caecaa13cd
Fixes 50 Compiler Warnings: Add SYSTEM toCMakeLists.txt ( #10653 )
...
* src/*/CMakeLists.txt: adds SYSTEM to arget_include_directories()
* src/*/CMakeLists.txt: removes duplicate sources from lisbslic3r_sources and SLIC3R_GUI_SOURCES"
* .gititnore: adds CMakeLists.txt.user and CMakeLists.txt.autosave
* deps_src/*/CMakeLists.txt: adds SYSTEM to arget_include_directories()
* removes #pragma once from .cpp file
2025-09-19 23:45:03 +08:00
coryrc
6658f10764
Fix variable name comment and message ( #10302 )
...
As you can see, it's checkin the local variable
`custom_gcode_placeholders` which comes from
`custom_gcode_specific_placeholders()` which is:
```
const std::map<t_custom_gcode_key, t_config_option_keys>& custom_gcode_specific_placeholders()
{
return s_CustomGcodeSpecificPlaceholders;
}
```
not s_CustomGcodeSpecificOptions
2025-09-19 22:41:25 +08:00
Kiss Lorand
6ca95f8fcf
Reflect swapped mouse buttons in Help → Keyboard Shortcuts ( #10647 )
...
Swap function description
2025-09-16 23:18:59 +08:00
SoftFever
52d318eef4
Add support for OrcaSlicer 2.3.1-alpha infill rotation template warning
...
Implement a check for projects created with OrcaSlicer 2.3.1-alpha to warn users about potential issues with infill rotation template settings. If the infill pattern is not safe to rotate, prompt the user to clear the rotation template settings to avoid print quality issues.
2025-09-14 20:35:58 +08:00
SoftFever
493128d7ca
Fix logic for precise_outer_wall condition in PerimeterGenerator to only apply when wall_sequence is set to InnerOuter.
2025-09-12 00:24:17 +08:00
SoftFever
fc7b446483
fix typo and tweak precise_outer_wall message
2025-09-11 21:07:46 +08:00
SoftFever
a5fdeac6a6
Ignore the precise outer wall option when the wall sequence is not set to InnerOuter. ( #10687 )
2025-09-11 20:10:51 +08:00
SoftFever
d6a7d3e3c8
Enable Precise wall by default
2025-09-10 23:21:45 +08:00
SoftFever
0220747098
update locale and Simp Chinese translation
2025-09-10 21:08:58 +08:00
Alexandre Folle de Menezes
6d020e7792
Update strings for keyboard shortcuts ( #10399 )
...
* Update strings for keyboard shortcuts
2025-09-09 21:48:42 +08:00
yw4z
96d1f10fc2
[DOC] Fix typo "rotatation" ( #10592 )
...
init
2025-09-09 11:22:21 +08:00
David Eccles (gringer)
7107668307
[OPTIMIZATION] Update Fill3DHoneycomb.hpp - remove bridge flow ( #10453 )
...
Update Fill3DHoneycomb.hpp
Bridge flow isn't necessary; the pattern is fully supported on the lines that matter for structural stability.
2025-09-09 11:08:17 +08:00
Rodrigo
3af998a7b3
Fisher koch Infill optimization ( #10428 )
...
* Fisher koch optimization
2025-09-09 11:02:45 +08:00
Ian Bassi
024f80a7b2
Wiki Update 12 - Others ( #10452 )
...
* Update others_settings_brim.md
* Improved brim
* brim wiki
* Update others_settings_brim.md
* Skirt
* Icons to settings sections
* Create Built-in-placeholders-variables.md
* Update others_settings_g_code_output.md
* Update others_settings_notes.md
* Update others_settings_post_processing_scripts.md
* special mode
* Fuzzy skin
* Image fix
* PA update
* Update pressure-advance-calib.md
* Phishing report link in README
* pa wiki link
* Esthetic -> Aesthetic
2025-09-09 10:52:40 +08:00
SoftFever
9962672cf2
Fix the bug where FillRectilinear generates an unoptimized toolpath. Ensure that fill_surface_by_lines is used when multiline is 1, as it provides optimized traversal.
2025-09-08 00:17:53 +08:00
yw4z
f7ea05a2c4
gCode Legend Fixes / Improvements ( #10501 )
...
* Update GCodeViewer.cpp
* Update GCodeViewer.cpp
* Update GCodeViewer.cpp
* Update GCodeViewer.cpp
* Update GCodeViewer.cpp
* Update GCodeViewer.cpp
* Update GCodeViewer.cpp
* Update GCodeViewer.cpp
* Update GCodeViewer.cpp
---------
Co-authored-by: SoftFever <softfeverever@gmail.com >
2025-09-04 00:00:26 +08:00
SoftFever
b7efcdb787
[Feature] Add a new feature that allow user to insert extra solid infills ( #10611 )
...
* refactor Infill rotation template
* clean up comments
* set default solid_infill_rotate_template to empty
* Fix an issue that infill_direction solid_infill_direction not working as expected
* Add Extra Solid Infill Feature
Introduced a new feature to insert extra solid infills at specific layers for enhanced strength in 3D prints.
* fix doc error
* fix image name
* support "#K" for Explicit Layer List
* update wiki
2025-09-03 22:16:31 +08:00
SoftFever
d7b9e65da0
Refactor infill rotation ( #10587 )
...
* refactor Infill rotation template
* clean up comments
* set default solid_infill_rotate_template to empty
* Fix an issue that infill_direction solid_infill_direction not working as expected
* update based on feedback
2025-09-02 22:53:56 +08:00
Alexandre Folle de Menezes
e2a056a09f
Fix misc issues with the translated strings ( #10400 )
...
* Spell check "part selectiont" and "printetrs"
* Remove translation of "°"
* Fix the abbreviation of Watts
* Fix capitalization issues
* Fix punctuation issues
* Fix spacing issues
* Adding more missing periods
2025-08-26 22:39:14 +08:00
SoftFever
9d000cd2fa
Revert "Show axis on selected plate" ( #10530 )
...
Revert "Show axis on selected plate (#9419 )"
This reverts commit 8b78fe98aa .
2025-08-26 22:15:49 +08:00
yw4z
750d2a5095
Fix scaling on bed and extruder icons in BBL > Device tab ( #10416 )
...
Update StatusPanel.cpp
2025-08-25 01:30:44 +08:00
SoftFever
9e5dbf1252
Feature/re enable tests ( #10503 )
...
* re-enable tests
* Add comprehensive testing guide for OrcaSlicer in CLAUDE.md
* fix build errors on Win
* fix appimage errors
2025-08-24 20:58:18 +08:00
niklasb
b845214ca4
GCodeViewer will now always show the estimations ( #10333 )
...
Co-authored-by: SoftFever <softfeverever@gmail.com >
2025-08-24 20:13:34 +08:00
yw4z
a2e9016c3e
Show axis on selected plate ( #9419 )
...
* Update 3DBed.cpp
* Update 3DBed.cpp
* Merge branch 'main' into axis-on-selected
2025-08-24 00:31:28 +08:00
Vovodroid
27db9cbe26
Add stl, step, etc. to recent list ( #9481 )
...
* Add stl, step, etc. to recent list
* Make configurable
* Merge branch 'main' into recent-files-pr
2025-08-24 00:24:30 +08:00
Ian Bassi
9de459386a
Wiki Update 11 - Strength ( #10369 )
...
* Create Patterns specific wiki
* Fix typos in installation instructions
Corrected the winget flag from --exact to -e and removed an extraneous backtick from the Mac xattr command in the README installation instructions.
* Improve README formatting and clarity
* Calibration Flow Ratio Yolo Archimedean cords
Co-Authored-By: MxBrnr <142743732+MxBrnr@users.noreply.github.com >
* redirection/tab.cpp section
* Missing Frequent
* remove auto-cooling
* remove thumbnails
* seam pointers
* walls
* infill
* Image standarization
* Fix broken internal links
* Add reference note to Arachne wall generator docs
* OrcaSlicer std
* PrusaSlicer std
* 2d-lateral xlsx
* vertical patterns
* Redirections fix
* Update speed_settings_overhang_speed.md
* Fix to action
* FlowRate
Co-Authored-By: MxBrnr <142743732+MxBrnr@users.noreply.github.com >
* Top Bottom Shells
* advanced strength
* Action fix
* Update How-to-wiki.md
* Home.md icons and reorganize sections
* Home Icons fix
* Update cornering-calib.md
* Update strength_settings_infill.md
* Update Auxiliary-fan.md
Co-Authored-By: Fisheye_3D <78997080+fisheye3d@users.noreply.github.com >
* Add warning about wiki maintenance status
2025-08-23 23:43:45 +08:00
yw4z
617a512a4d
Fix: Reset object settings not working for plate's Skirt Start Angle and Other Layers Sequence ( #10482 )
...
* init
2025-08-23 23:19:00 +08:00
Ian Bassi
632469d110
Fix IS & JD test ( #10481 )
...
Fix IS + JD test
2025-08-22 22:30:59 +08:00
SoftFever
4031b7db11
Refactor folder ( #10475 )
...
Move many third-party components' source codes from the src folder to a new folder called deps_src. The goal is to make the code structure clearer and easier to navigate.
2025-08-22 20:02:26 +08:00
Azi
44814262e9
Fix: export printer config skipping currently selected preset ( #10380 )
...
* Fix: export printer config skipping currently selected preset
2025-08-21 22:10:22 +08:00
Noisyfox
6354a7bd9f
Fix crash when opening AMS humidity popup ( #10472 )
2025-08-21 00:18:17 +08:00
SoftFever
ceaaf2e3e1
rename 2DHoneycomb and 2DLattice to LateralHoneycomb and LateralLattice ( #10423 )
...
* rename 2DHoneycomb and 2DLattice to LateralHoneycomb and LateralLattice
* more renaming
2025-08-17 23:49:06 +08:00
SoftFever
516ef5ff6b
Update default profile folder path for macOS
...
Adjusted the default profile folder path in the OrcaSlicer profile validator for macOS to ensure correct resource access, as Multi configure is now set as the default.
2025-08-12 20:07:54 +08:00
Jo Kroese
4acf74fc9a
Fix inability to create custom filament due to hidden printer selection checkbox ( #10362 )
...
Fix clipped printer selection in Create Filament Preset dialog
Ensure the scrolled panel in the Create Filament Preset dialog expands vertically by changing `m_main_sizer->Add(..., proportion=0)` to `proportion=1`. This exposes the printer selection checkbox, which is required to create a custom filament.
Fixes #6719
Co-authored-by: SoftFever <softfeverever@gmail.com >
2025-08-12 00:14:18 +08:00
SoftFever
1caf9310b0
Fix focus stealing issue in dialog windows ( #9874 ) ( #10374 )
...
Remove RequestUserAttention calls on window deactivation to prevent random window activation when multiple OrcaSlicer instances are running.
2025-08-11 23:49:06 +08:00
coryrc
621759a8ec
Don't overwrite config if the new one was not successfully written ( #10284 )
...
* Don't overwrite config if the new one was not successfully written
The errors weren't being checked, now they are.
Fixes #10283
2025-08-11 09:59:01 +08:00
Ian Bassi
52d9891c2d
Wiki Update 10 - Quality ( #10301 )
...
* Update quality_settings_wall_generator.md
* Expand layer height wiki
* Rework height
* Update quality_settings_line_width.md
* Update quality_settings_precision.md
* Update quality_settings_seam.md
* Minor linking
* Update quality_settings_wall_and_surfaces.md
* Reverse on odd improved
* Extra perimeter on overhangs
* Images fixes
* Update speed_settings_jerk_xy.md
* quality_settings_ironing
* Update quality_settings_seam.md
* Update quality_settings_bridging.md
* Remove precision sub-section links
* Add icons to settings links in Home documentation
* Moved fuzzy skin
Remove Fuzzy Skin section from special mode settings to it's own place.
* Fix image adaptive-pressure-advance-calib.md
* Update image references
Standardized image alt text and filenames for consistency and clarity.
* Update image alt text and file references in docs
Standardized and clarified image alt text in Calibration.md for easy md to html conversion.
* Update seam
* Base scarf joint seam
* Update quality_settings_seam.md
* Update quality_settings_wall_generator.md
* Update quality_settings_overhangs.md
* Fuzzy Skin Generator Mode Wiki
Co-Authored-By: π² <189209038+pi-squared-studio@users.noreply.github.com >
* Infill Templates Wiki
Co-Authored-By: π² <189209038+pi-squared-studio@users.noreply.github.com >
* basic md formating
* Update infill and advanced strength settings docs
* Moved + Linked Metalanguage
* image preview (change befor ready)
* Update strength_settings_infill_rotation_template_metalanguage.md
* reorder image description
* Some credits
* Spelling infill rotation metalanguage docs
* Crop metalanguage fills
* fix image reference
* Update strength_settings_infill_rotation_template_metalanguage.md
* Update strength_settings_infill_rotation_template_metalanguage.md
* standard characters images
* flow rate update division
* Update Tab.cpp
* Reworking flow rate calibration guide
* Update strength_settings_top_bottom_shells.md
* Flow Calib WIP
---------
Co-authored-by: π² <189209038+pi-squared-studio@users.noreply.github.com >
Co-authored-by: pi-squared-studio <pi.squared.studio@gmail.com >
2025-08-11 09:51:49 +08:00
Rodrigo
e1955a5e1e
✨ TPMS-FK Infill ( Triply Periodic Minimal Surface Fischer Koch S) ( #10360 )
...
* seteo inicial
* version inicial
* Update FillTpmsFK.cpp
* marching squares
* Multiline support
* density adjusted
* tuning
cleaning
* symplify points
* optimization
* smoothing
* center offset contour
* icon
* bugfix 1
* reverse tbb scalar field bug fix
* safety
* Update Icon
Co-Authored-By: yw4z <28517890+yw4z@users.noreply.github.com >
* Update FillTpmsFK.cpp
* delete allptpos
---------
Co-authored-by: yw4z <28517890+yw4z@users.noreply.github.com >
Co-authored-by: SoftFever <softfeverever@gmail.com >
2025-08-10 23:10:35 +08:00
Alexandre Folle de Menezes
53bcfc4a48
Fix inconsistencies on new translated strings ( #10310 )
...
* Unmark string that don't need to be translated
* Spellcheck
* Fix calibration strings consistency
2025-08-09 23:52:48 +08:00
SoftFever
6c2a8c985c
Allow default_bed_type to be defined in machine profile
...
update some profiles
2025-08-09 10:51:00 +08:00
Noisyfox
4f891cb6fa
Update BBL network plugin to 2.1.1 which allows debugger again ( #10320 )
...
* Update to latest bbs network plugin, which should allow debugging
* Remove debugger detection and warnings
* Downgrade to 2.1.1 as 2.2 seems to be unstable
2025-08-05 22:57:41 +08:00
SoftFever
4fb035de37
Remap filament for pre-colored models ( #10303 )
...
* Add a new feature to allow users to remap filament for a pre-painted model.
* Fix the color issues to support the theme
* clean up code
* Fix broken freetype-2.12.1.tar.gz link
2025-08-03 13:28:03 +08:00
Ian Bassi
c30a851acc
Fix Ironing/Support patterns ( #10278 )
...
NoisyGoat
Co-authored-by: Rodrigo <162915171+RF47@users.noreply.github.com >
Co-authored-by: Noisyfox <timemanager.rick@gmail.com >
2025-08-02 10:59:01 +08:00
SoftFever
74010a7cec
Revert "Stagger concentric infill seams. ( #6184 )"
...
This reverts commit 0286c36f42 .
2025-07-30 23:33:35 +08:00
SoftFever
60440cacde
Revert "Refactor stagger concentric seams ( #6432 )"
...
This reverts commit bd8c2ffaeb .
2025-07-30 23:33:21 +08:00
Noisyfox
a54773f9c8
Avoid cross perimeter improvements ported from BBS ( #10220 )
...
* FIX: fix avoid crossing perimeters not work[github issue #6597 ]
jira: STUDIO-11682
github: #6597
Change-Id: Ib86fac93280504e0040f1cce44dad4d02f709c01
(cherry picked from commit 35afceb9a7f4e5a3baba97f054d0e6768e4f59cf)
* FIX: optimize avoid crossing wall
jira: STUDIO-11682
Change-Id: I49b6756a5d3aeb482c019813074d8f6f9cc3c6ef
(cherry picked from commit e9b7006db994d78b9153dedfd0f89447c941cb76)
* Sync with latest BBS code
---------
Co-authored-by: huicong.li <huicong.li@bambulab.com >
2025-07-30 21:42:39 +08:00
SoftFever
4fc286ad81
Fix a bug where the maximum line width limit is inconsistent across different checks.
...
Fixes #10188
2025-07-30 21:22:40 +08:00
Ian Bassi
46b0250466
Wiki Update 8 - Lorita ( #10094 )
...
* Wiki Home
Fix process-others
VFA test
* Add wall GIFs and update documentation
* Quality Overhangs Wiki Basic
Update README.md
Update Home.md
* Better only one wall
* Add infill ghosting image and update wall order
* Updates process options
* Fix calibration step numbering in documentation
Corrected the step numbers in the calibration order list to maintain sequential order.
* Update Calibration.md
* Update wall and surface quality docs with images and details
* Revise Linux build instructions and restructure sections
Co-Authored-By: cefiar <cefiar@gmail.com >
* APA Clarify compatibility notes
Co-Authored-By: dewi-ny-je <2866139+dewi-ny-je@users.noreply.github.com >
* Removed Tolerance test from calibration guide. Keeped as note
Co-Authored-By: Noisyfox <timemanager.rick@gmail.com >
* Copilot Review
---------
Co-authored-by: cefiar <cefiar@gmail.com >
Co-authored-by: dewi-ny-je <2866139+dewi-ny-je@users.noreply.github.com >
Co-authored-by: Noisyfox <timemanager.rick@gmail.com >
2025-07-30 00:15:18 +08:00
SoftFever
c1cab71215
Introduce a new seam alignment option: Aligned back ( #10255 )
...
* Introduce a new seam alignment option: spAlignedBack.
2025-07-29 21:11:35 +08:00