Denis Šaško
d994178cf4
Anycubic Predator machine and print profiles ( #11252 )
...
* feat: anycubic predator
* buildplate texture & cover image
* Newlines
* buildplate texture and model
* modified printable area
* added to custom printers list
* flip buildplate model
* Merge branch 'SoftFever:main' into feature/anycubic-predator-profile
* make profile safe (speed, acceleration, jerk), added better start gcode with prime line
* rotate texture to avoid confusion
* updated start gcode
* rotate the texture back
* Merge branch 'main' into feature/anycubic-predator-profile
* Merge branch 'main' into feature/anycubic-predator-profile
* Update cover image & fix gcode flavor
2025-11-17 12:20:26 +08:00
Andrew Sun
ca639f001f
Merge remote-tracking branch 'upstream/main' into libvgcode
...
# Conflicts:
# src/slic3r/GUI/GLCanvas3D.cpp
2025-11-16 22:53:04 -05:00
Ian Bassi
4ce3fb9ca8
Url update: SoftFever/OrcaSlicer -> OrcaSlicer/OrcaSlicer ( #11371 )
...
* SoftFever/OrcaSlicer -> OrcaSlicer/OrcaSlicer
* Revert for deps
2025-11-17 11:17:54 +08:00
Alexandre Folle de Menezes
a0d4a9829e
Standard units need translation for CIS Languages ( #11376 )
...
* Standard units need translation for CIS Languages
2025-11-17 10:29:44 +08:00
Andrew Sun
cebb047383
Adjust shaders to increase shadows/contrast between layers
2025-11-16 11:34:56 -05:00
Morton Jonuschat
254b175219
feat: Reduce size of option marker in G-Code preview
2025-11-16 11:22:39 -05:00
Andrew Sun
a2ee150cf7
Remove unnecessary requires_extra_frame call
2025-11-15 12:00:24 -05:00
Andrew Sun
f813ca49b4
Don't hide some properties for non-extrusion moves
2025-11-15 11:11:25 -05:00
enricoturri1966
8139ce944e
SPE-2359: Added speed and volumetric flow rate to imgui vertex properties dialog ( #12840 )
...
(cherry picked from commit 0602723695664eb77570c1ea04971f55a8779d6c)
2025-11-15 11:11:25 -05:00
Andrew Sun
c4adf6a549
Fix incorrect display of flow rate changes
2025-11-15 11:11:25 -05:00
Lukáš Hejl
bc57146639
Accumulate the total estimated print in doubles instead of floats.
...
Because total print time is typically a big floating point number and the time of trapezoid is typically a small number, summing those numbers leads to a loss in precision. Switching to doubles reduces the loss of precision.
(cherry picked from commit c5982f40196c178bd824c556ac11e8c6f67d5e7a)
2025-11-15 11:11:25 -05:00
Lukáš Hejl
4ad2cf6301
SPE-2441: Fix discontinuity between the processed blocks' exit speed and the new first block's entry speed.
...
This discontinuity affected both time estimation and actual speed visualization.
(cherry picked from commit 90073dce70fb05bda80421158175b851855f0a8f)
2025-11-15 11:11:25 -05:00
enricoturri1966
3639e6be5e
SPE-2397: Fixed order of traversing time blocks in GCodeProcessor::TimeMachine::calculate_time() to match what is done in firmware
...
(cherry picked from commit 9b7961ddcb824c5b18cb414ed5b975d999a24641)
2025-11-15 11:11:25 -05:00
Andrew Sun
2ddf9d92a2
Merge remote-tracking branch 'upstream/main' into libvgcode
...
# Conflicts:
# src/libslic3r/GCode/GCodeProcessor.cpp
# src/libslic3r/GCode/GCodeProcessor.hpp
# src/slic3r/CMakeLists.txt
# src/slic3r/GUI/GCodeViewer.cpp
# src/slic3r/GUI/GCodeViewer.hpp
# src/slic3r/GUI/GLCanvas3D.cpp
# src/slic3r/GUI/GLCanvas3D.hpp
# src/slic3r/GUI/GUI_Preview.cpp
2025-11-15 11:11:20 -05:00
innovatiQ
834052b969
Filament and process files added/modified for TiQ2 ( #11356 )
...
* Added InnovatiQ Vendor Files
* Cover image corrected
* Corrected Texture Image
* Merge branch 'main' into main
* Support Interface Pattern modified
* Merge branch 'main' of https://github.com/InnovatiQ-Additive/OrcaSlicer
* Merge branch 'SoftFever:main' into main
* Merge branch 'main' into main
* Fix file name casing
* Merge branch 'SoftFever:main' into main
* Added new filament(PETG)
* Merge branch 'main' into main
* Merge branch 'SoftFever:main' into main
* Merge branch 'SoftFever:main' into main
* changed three parameters
* Merge branch 'SoftFever:main' into main
* Merge branch 'SoftFever:main' into main
* Added 6 new printer files
0.25, 0.6, 0.8 printer profiles are added to TiQ2 and TiQ8
* Merge branch 'SoftFever:main' into main
* Added 6 new machines in machine list
* 6 new machines added in machine list
* Merge branch 'SoftFever:main' into main
* Modified the PACF filament and process file
* Added two new filament file and one process file
* Modified one filament and one process file
2025-11-15 19:32:19 +08:00
Ian Bassi
00eb33b093
Wiki: Update Windows build instructions and images ( #11355 )
...
* Update Windows build instructions and images
Revised the Windows build guide to support Visual Studio 2026, added hardware requirements, and simplified command prompts and build script instructions. Updated related screenshots to use generic names instead of version-specific ones.
2025-11-15 15:40:22 +08:00
Noisyfox
e3f3414691
Merge remote-tracking branch 'upstream/main' into dev/p2s-pr
...
# Conflicts:
# src/libslic3r/GCode.cpp
2025-11-14 18:48:32 +08:00
Noisyfox
cc3fe720eb
Fix initial filament loading ( #11350 )
...
* Fix initial filament loading for non-bbl printers (SoftFever/OrcaSlicer#11218 )
* Add missing initial PA for bbl printers
* Reset APA after toolchange
https://github.com/SoftFever/OrcaSlicer/pull/5609#issuecomment-3532029620
2025-11-14 18:46:34 +08:00
Ioannis Giannakas
5a3a523d18
Enforce seam_position: aligned for retraction calibration ( #11346 )
...
Set seam position to aligned instead of profile default for retraction calibration
2025-11-14 08:25:30 +00:00
Ioannis Giannakas
0284f73268
Merge branch 'main' into main
2025-11-14 08:24:14 +00:00
Noisyfox
70e7e084b9
Fix compile
2025-11-14 15:05:27 +08:00
Noisyfox
dc0c0d3bf4
Merge remote-tracking branch 'upstream/main' into dev/p2s-pr
2025-11-14 14:55:41 +08:00
xun.zhang
f2116a4f1c
ENH: add eager lift function
...
1.Immediate do lift in eager_lift function
jira:NONE
Signed-off-by: xun.zhang <xun.zhang@bambulab.com >
Change-Id: I931d22e901e2123bb886c31d8d1a5788fddeed42
(cherry picked from commit 6cea772d4f3b2f7e2a43c35a2271e4bdbba9eadd)
2025-11-14 11:08:08 +08:00
Noisyfox
1ee78d7dfb
Support Visual Studio 2026 ( #11349 )
...
* Add script with VS version auto detection
* Add msvc145 toolset support
* Fix issue when build slicer only
* Fix vs2026 OpenCV build
* Set github action to use new build script
* Get vs version from `msbuild --version` so it works for github action
2025-11-13 23:11:56 +08:00
Noisyfox
87c8dba713
Fix filament end gcode missing for non-bbl machines
2025-11-13 22:33:26 +08:00
Noisyfox
92be298b9b
Merge branch 'main' into dev/p2s-pr
2025-11-13 10:11:10 +08:00
Ian Bassi
9bf8e7cde7
Wiki: Update windows build CMake 4 ( #11345 )
...
* Update windows build wiki CMake 4
* 2026 Ready
* Revert "2026 Ready"
This reverts commit 534b9198baa4a5af2dbc42c55ddff814437a07e6.
* Minor fixes
2025-11-13 09:58:22 +08:00
Andrew N Golovkov
42035e3b1c
Enforce seam_position: aligned for retraction calibration
2025-11-12 19:13:10 +02:00
Noisyfox
ddb98995b0
Revert "Fix: Correcting the behavior of the camera panning." ( #11337 )
...
Revert "Fix: Correcting the behavior of the camera panning. (#11111 )"
This reverts commit 08bd21310c .
2025-11-12 13:09:39 +08:00
Rodrigo Faselli
a66809ac53
CMake 4.x. windows ( #10820 )
...
* cmake 4 windows
Update CMakeLists.txt
cmake 4 windows
Update build_release_vs2022.bat
minimum version 3.5
* Update CMakeLists.txt
2025-11-12 10:40:49 +08:00
Noisyfox
4b38cb7cdb
Merge branch 'main' into dev/p2s-pr
2025-11-10 08:55:30 +08:00
Noisyfox
d8dc359a39
Fix crash on printer error when stealth mode is enabled ( #11225 )
...
Fix crash on printer error when stealth mode is enabled (SoftFever/OrcaSlicer#11203 )
2025-11-10 08:54:06 +08:00
Noisyfox
14eb2d8638
Merge branch 'main' into dev/p2s-pr
2025-11-09 20:47:51 +08:00
yw4z
74d38fec79
Fix combo box vertical text alignment ( #11217 )
...
* init
* update condition
* Merge branch 'main' into fix-combobox-text
* Update TextInput.cpp
2025-11-09 20:40:30 +08:00
Asim Siddiqui
4fe5944038
Add official Numakers PLA+ filament profiles ( #11303 )
...
* Add official Numakers PLA+ filament profiles
Official Numakers PLA+ filament profiles for Orca Filament Library and BBL X1, P1, A1 series printers
2025-11-09 16:31:47 +08:00
Diogo Santos
717bb32c6a
Fix(RatRig): add V-Core 4 IDEX variants to the filament profiles ( #11304 )
...
* Fix(RatRig): add V-Core 4 IDEX variants to the filament profiles
2025-11-09 16:30:40 +08:00
Noisyfox
72de8e53f1
Fix extrusion rate smoothing unnecessarily slowing down the entire line ( #11249 )
...
* Fix typo & code style
* Fix calculation of the min acc time
* Avoid slowing down the entire line if both end of a single line has been slowed down
2025-11-09 12:47:50 +08:00
Noisyfox
0bffff7dd7
Merge branch 'main' into dev/p2s-pr
...
# Conflicts:
# src/slic3r/GUI/DeviceErrorDialog.cpp
2025-11-09 12:35:32 +08:00
Valerii Bokhan
152b820a97
Fix: Correcting the behavior of the camera panning. ( #11111 )
...
* Fix: Correcting the behavior of the camera panning.
Fixes #11107
2025-11-09 12:29:27 +08:00
Alexandre Folle de Menezes
380d471a0e
Spellcheck translatable strings ( #11242 )
...
* Spellcheck translatable strings
2025-11-09 11:52:27 +08:00
Alexandre Folle de Menezes
02dc0d84b5
Fix casing on file extensions ( #11265 )
...
* Fix casing on file extensions
2025-11-09 11:38:45 +08:00
Alexandre Folle de Menezes
c8360c5b17
Add missing translation markers ( #11243 )
2025-11-08 22:58:32 +08:00
Alexandre Folle de Menezes
433ba098cd
Fix casing of axis' names ( #11258 )
2025-11-08 22:36:03 +08:00
Noisyfox
a06e555318
Merge branch 'main' into dev/p2s-pr
2025-11-08 20:46:30 +08:00
yw4z
e761166a8a
Match UI of filament grouping & fixes ( #11238 )
...
* init
* update
* match radio icons
* fix background
* Show only on "summary" and "filament" tab
* delete unused icons
2025-11-08 20:44:37 +08:00
Noisyfox
5d80a73287
Merge branch 'main' into dev/p2s-pr
2025-11-08 17:17:31 +08:00
Noisyfox
6446291088
Avoid duplicated call of request_user_handle
2025-11-08 14:49:29 +08:00
Noisyfox
6ea15914e8
Enable log auto-flush, this should not really affect performance because by default the log level is warning
2025-11-08 11:49:54 +08:00
Noisyfox
cb2d5b4349
Make sure app version is output in log regardless of log level, also show build git hash in log
2025-11-08 11:07:24 +08:00
Noisyfox
6ae98fad15
Fix max_bridge_length for organic tree ( #11295 )
...
* Remove outdated duplicated support code
* Orgainc tree no longer use `bridge_no_support` since #8212
2025-11-08 01:27:15 +08:00