297444f341
Fix non bambu wipe tower issues (skirt overlapping with tower, extreme travel moves outside plate boundary) ( #11748 )
...
* Fix prime/purge tower extreme travel for non BBL printers
* Fix wipe tower skirt not generating correctly for non bambu printers
2025-12-30 09:28:09 +00:00
ae66936d9c
Merge remote-tracking branch 'upstream/main' into dev/h2d-2
...
# Conflicts:
# src/slic3r/GUI/Tab.cpp
2025-09-24 09:15:33 +08:00
336ec55ba4
Enhance GCode handling for Z-axis movements ( #10803 )
...
* Enhance GCode handling for Z-axis movements
- Updated `travel_to_z` method to include a `force` parameter, allowing forced Z movements.
- Modified GCode generation logic to ensure Z position is restored after unknown last positions.
- Enforce z restoreation after tool changer
* Improve filament_multitool_ramming logic
* fix indent
2025-09-21 22:03:54 +08:00
6501ff4b67
ENH: add flat ironing before toolchange
...
jira: none
Change-Id: Iabe121f9523b662fc90c18365aa642583635a126
(cherry picked from commit 1b467b13c4bbac7d6afd361fee75ccc52eddef9a)
2025-09-16 17:39:10 +08:00
70ec08a86f
Fix compile error
2025-09-12 16:56:45 +08:00
a971c5f342
ENH: Add gaps in the outer wall of the wipe_tower
...
and modify the path of travel to the wipe_tower after flushing
jira:none
Change-Id: Id4b0571fd12372c59cf522c13e256c7cc4ac3565
(cherry picked from commit 17771d0fbf753dd22411ce490586958bd643264e)
2025-09-07 21:47:16 +08:00
f50a806a59
ENH: flush_volume support multi_extruder and fix bug
...
Change-Id: Id6b041f71ee6e55e68a6937f24ce791caac8e708
(cherry picked from commit 6fbad9ed33b2868a2fffbebdc3a98926431a1093)
2025-08-24 23:18:01 +08:00
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
04f149fb97
Fix prime tower wipe volume calculation ( #9235 )
...
* Revert "Fixed an bug that filament_minimal_purge_on_wipe_tower option doesn't work for soluable filament (#8397 )"
This reverts commit fcc5489911 .
* Fixed an bug that filament_minimal_purge_on_wipe_tower option doesn't work for soluable filament (#8397 )
---------
Co-authored-by: SoftFever <softfeverever@gmail.com >
2025-04-20 13:36:11 +08:00
598acd29d5
Fixed an bug that filament_minimal_purge_on_wipe_tower option doesn't work for soluable filament ( #8397 )
2025-02-14 23:38:18 +08:00
d238f0a28a
respect "Enable Filament ramming" option
2024-10-07 14:34:08 +08:00
0f3c28f7ac
Fix wipe tower issues with SEMM and ramming turned off ( #6934 )
...
* Fix wipe tower issues with SEMM and ramming turned off
* Purge tower last layer collision potential fix (for SEMM)
* Revert "Purge tower last layer collision potential fix (for SEMM)"
This reverts commit 9fc465c2d914adf58a74b0e5167dfb04646ef939.
2024-10-01 22:54:14 +08:00
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
bda3a8e9c5
preheat work - part 1
2024-07-21 10:29:42 +08:00
13b818195d
Merge branch 'main' into feature/multitool
2024-07-16 23:30:26 +08:00
5fc8f510b8
Simple preheat, temperary solution
2024-07-16 00:02:38 +08:00
30a745dd19
Fix a regression for SEMM when ramming and cooling is disabled
2024-07-14 17:35:12 +08:00
6de8d47bdb
Limit the max speed on the wipe tower ( #6044 )
...
* limit the max speed on the wipe tower
2024-07-11 23:53:32 +08:00
e86bc60463
update wipe tower according to latest PrusaSlicer
2024-07-10 21:40:10 +08:00
040c3d5aaf
Removed the copyright and credits in the header of each file. This information is outdated and hard to update. Orca Slicer maintains the autoher info in git history so this is not necessary.
2024-06-15 14:56:44 +08:00
3f2e197428
SEMM: wipe tower sparse infill speed adjustment ( #5415 )
...
* Wipe tower sparse layers speed adjustment
* Updated tooltip and option label
* Tooltip update
2024-05-22 15:27:31 +08:00
8376fee0fa
SEMM: Introduced parameter to control the maximum speed used for purging in the purge tower ( #5304 )
...
* Max wipe tower purge print speed for SEMM
* Max wipe tower purge print speed for SEMM
* Merge branch 'dev-branch' of https://github.com/igiannakas/OrcaSlicer into dev-branch
* Updated float calculation
* Updated float calculation
* Updated tooltip
* Updated label
2024-05-09 23:21:06 +08:00
51277d272c
Fix wipe tower not showing purged filament volume for non BBL SEMM ( #5223 )
...
* Fix wipe tower not showing purged filament values for non BBL SEMM
2024-05-02 21:33:53 +08:00
9e48b07f0c
[Multi Material] Fix first layers of prime tower when using "no sparse layers" ( #2764 )
...
* MM - Add check for first layer
* Change: If no sparse layer is on -> Respect the toolchange in the first-layer checkup, to use a brim and slow down printspeed if using a primetower
* Fix comment
2023-11-17 08:01:52 +08:00
c794ac4e24
fix wipe tower bug: filament end inserted twice
2023-11-16 01:00:59 +08:00
c9c8e4f471
limit max wipe tower speed to 90 mm/s
2023-11-16 00:59:45 +08:00
c65cd92596
Fixed a bug that filament start gcode was inserted twice when wipe tower is enabled
...
fixed #2673
2023-11-10 18:00:56 +08:00
bbe6610f8e
handle edge cases when Cooling tube position is 0
2023-09-12 20:12:54 +08:00
8325a897ee
semm
2023-09-09 13:19:59 +08:00
0d3249007a
wip
2023-09-09 13:19:43 +08:00