aac4337b6d
Fix english strings consistency ( #8881 )
...
* "non zero" -> "non-zero"
* "Z hop" -> "Z-hop"
* "works" -> "is working"
* "version at least x" -> "version x or higher"
* "printing job" -> "print job"
"to print on" -> "printing on"
* "is not find" -> "was not found"
* "boundary of plate" -> "plate boundaries"
* "toolchange" -> "tool change"
* "colour" -> "color"
* "cancelled" -> "canceled"
* "can not" -> "cannot"
* "gcode" -> "G-code"
2025-04-26 19:59:49 +08:00
f60c2b1603
Remove empty string initializations ( #9131 )
...
* Remove empty string initializations
2025-04-26 18:00:09 +08:00
3ada56b461
Fixed an issue where the Max Volumetric Speed doesn't consider the Filament Flow Ratio ( #9218 )
...
* Rework extrusion-per-mm and speed-cap logic to enforce max vol speed
* Fix _mm3_per_mm typo
2025-04-21 00:00:10 +08:00
41ba5f8845
Junction Deviation Machine Limit ( #9234 )
...
* Junction Deviation Machine Limit
jd 3
JD menu 2
JD operativo
limpieza
final
* default JD print menu without warnings
* to fix multiple instances
* Only at first layer
* Calibs upgrade
* Shown on Marlin2
Shown on Marlin2
CodeCleaning
* Update Calibration.md
* set on writer
---------
Co-authored-by: Ian Bassi <ian.bassi@outlook.com >
2025-04-15 21:49:17 +08:00
2ee96f9c71
Fix skirt start angle per object ( #7374 )
2025-04-14 15:24:12 +08:00
30ec34f3fe
Fix wipe tower initial movement when switching extruder offsets ( #9222 )
...
Fix wipe tower initial movement when switching extruder offsets (SoftFever/OrcaSlicer#9214 )
2025-04-13 17:38:29 +08:00
6d1adaa027
Fix M486 still presented even with obj exclusion disabled ( #9202 )
...
Make sure `m_enable_exclude_object` is initialized correctly from user config (SoftFever/OrcaSlicer#7775 )
2025-04-13 17:38:13 +08:00
81a1afb568
Avoid unnecessary travel in scarf seam ( #9197 )
...
* Avoid unnecessary travel in scarf seam (SoftFever/OrcaSlicer#9139 )
* Fix typo
2025-04-13 17:37:40 +08:00
1c9146829d
Fix wrong travel before printing first skirt point ( #9179 )
...
Fix wrong travel before printing first skirt point (SoftFever/OrcaSlicer#9109 )
don't modify `last_pos`, otherwise it could move out of plate/to wrong places and cause issue
2025-04-13 17:36:36 +08:00
aad3e124a6
Don't apply adaptive PA in PA calibration ( #9149 )
...
Don't apply adaptive PA in PA calibration (SoftFever/OrcaSlicer#9140 )
2025-04-13 17:35:57 +08:00
d6a964d8ca
Apply single_loop_draft_shield also to skirt ( #9298 )
2025-04-12 11:06:30 +08:00
d122142376
Merge branch 'main' into VFA-Calibs
2025-04-05 14:50:12 +08:00
6a4f4d27f5
Fix bridge & perimeter paths to use set flow ratios in Volumetric Speed Capping ( #9210 )
...
Fix bridge, perimeter speed caps, flows
2025-04-04 15:00:56 +08:00
35235352f9
Switch to improve readability
2025-04-03 15:56:07 -03:00
66c61cc857
Disable PA
...
PA = 0
To improve the test and Klipper compatibility
Fix
2025-04-03 14:40:25 -03:00
e58044aa1e
Juntion Deviation + Documentation
...
Junction Deviation Calibration Test
Base documentation
- VFA
- Input Shaping
- Junction Deviation
Co-Authored-By: Rodrigo <162915171+rf47@users.noreply.github.com >
2025-04-03 14:40:25 -03:00
17e9895508
FastTower and Granular Parameters
...
Co-Authored-By: Rodrigo <162915171+rf47@users.noreply.github.com >
2025-04-03 13:59:07 -03:00
954b19cb6b
Input Shaping Damping
...
Damping
Fix spanish comments
2025-04-03 13:59:07 -03:00
4a3177b503
Input Shaping Frequency
...
Input Shaping calibration based in https://marlinfw.org/docs/gcode/M593.html
2025-04-03 13:59:07 -03:00
568ed184f8
Fix vase mode with filament change ( #8404 )
...
* Fix lift in vase mode
* Disable vase mode of layers that have color change (SoftFever/OrcaSlicer#8387 )
2025-03-30 15:34:48 +08:00
25a0384e63
Fix wrong first layer temperature when ooze prevention and print-by-obj are enabled ( #8927 )
...
* Don't apply idle temperature to current nozzle (SoftFever/OrcaSlicer#8924 )
* Merge branch 'main' into bugfox/ooze-prevention-current-nozzle
2025-03-16 22:32:00 +08:00
b7986ddbfa
Introduce option to control one wall draft shield ( #8562 )
...
* Introduce option to control number of skirt walls after first layer
* Merge branch 'main' into Introduce-option-to-control-number-of-walls-on-skirt-after-first-layer
* Merge branch 'main' into Introduce-option-to-control-number-of-walls-on-skirt-after-first-layer
* One wall draft shield options refactor
* Merge remote-tracking branch 'upstream/main' into Introduce-option-to-control-number-of-walls-on-skirt-after-first-layer
* Merge branch 'main' into Introduce-option-to-control-number-of-walls-on-skirt-after-first-layer
* Renamed to single loop draft shield
* Merge branch 'main' into Introduce-option-to-control-number-of-walls-on-skirt-after-first-layer
* Merge branch 'main' into Introduce-option-to-control-number-of-walls-on-skirt-after-first-layer
2025-03-08 16:48:07 +08:00
567648f290
Revert "Bug fix: Check for air filtration support on the printer level before emitting air filtration gcode command" ( #8750 )
...
Revert "Bug fix: Check for air filtration support on the printer level before…"
This reverts commit 22e410f82d .
2025-03-08 00:47:45 +08:00
b59a911e7e
Bug fix: Check for air filtration support on the printer level before emitting air filtration gcode command ( #8681 )
...
* Check for air filtration support on the printer level before emitting air filtration gcode command
* Merge branch 'main' into Check-air-filtration-support-at-the-printer-level-too
2025-03-06 20:32:30 +08:00
c3f4932d10
WIP: Port latest support code from BBS ( #8212 )
...
This includes the latest changes from BBS, including vertical support
painting.
Huge PR, lots of tests are needed.
2025-02-26 20:53:54 +08:00
0c53d6731e
apply adaptive pa in object mode ( #8546 )
2025-02-26 20:08:02 +08:00
8519b09ab8
Merge branch 'main' into dev/support-paint-vertical
2025-02-23 15:50:21 +08:00
0d356496a9
Enhancement: Enable separate internal bridge fan speed control ( #7906 )
...
* Separate internal bridge fan speed control
* Merge branch 'SoftFever:main' into Allow-separate-internal-bridge-fan-control
* Merge branch 'main' into Allow-separate-internal-bridge-fan-control
* Merge branch 'SoftFever:main' into Allow-separate-internal-bridge-fan-control
* Merge branch 'main' into Allow-separate-internal-bridge-fan-control
* Merge remote-tracking branch 'upstream/main' into Allow-separate-internal-bridge-fan-control
* Merge branch 'main' into Allow-separate-internal-bridge-fan-control
* Merge branch 'main' into Allow-separate-internal-bridge-fan-control
* Merge branch 'main' into Allow-separate-internal-bridge-fan-control
* Merge branch 'main' into Allow-separate-internal-bridge-fan-control
2025-02-09 21:53:57 +08:00
48468b9fbc
Fix 10-25% overhang slowdown not working as expected ( #8080 )
...
* Fix 10-25% overhang slowdown not working as expected
* Merge branch 'main' into Fix-10-25%-overhang-slowdown-not-working-as-expected
* Merge remote-tracking branch 'upstream/main' into Fix-10-25%-overhang-slowdown-not-working-as-expected
* Merge branch 'main' into Fix-10-25%-overhang-slowdown-not-working-as-expected
* Merge branch 'main' into Fix-10-25%-overhang-slowdown-not-working-as-expected
* Merge branch 'main' into Fix-10-25%-overhang-slowdown-not-working-as-expected
* Merge branch 'main' into Fix-10-25%-overhang-slowdown-not-working-as-expected
2025-02-09 21:12:02 +08:00
d7c5eb6f16
FIX: fix hybrid tree support may go outside plate
...
1. fix hybrid tree support may go outside plate
github: #4769
2. fix false alarm of empty layer warning
jira: STUDIO-8178
Change-Id: I7bcc3959b06184901cbec946e8840c7a94bc1cab
(cherry picked from commit 647bd4213c363eff6258992f5f607c1f03cbc482)
2025-02-08 11:34:43 +08:00
85da536fe7
Make sure to move to prime tower before moving down ( #8140 )
...
Make sure to move to prime tower before moving down (SoftFever/OrcaSlicer#8120 )
2025-01-22 20:52:09 +08:00
4a4049012e
Fix issue that is_infill_first doesn't work correctly on regions ( #8126 )
...
Fix issue that `is_infill_first` doesn't work correctly on regions (SoftFever/OrcaSlicer#8111 )
2025-01-22 10:04:03 +08:00
88cd3388b9
Fix per-object overhang slow down ( #7976 )
...
* Make sure the `m_extrusion_quality_estimator.set_current_object()` is called after regional config has been applied (SoftFever/OrcaSlicer#7946 )
* Init `m_extrusion_quality_estimator` based on region config
* Revert "Make sure the `m_extrusion_quality_estimator.set_current_object()` is called after regional config has been applied (SoftFever/OrcaSlicer#7946 )"
This reverts commit d13d4a47b78b6f80cdc4bff935ea8c3c52ff556b.
* Call `m_extrusion_quality_estimator.set_current_object` regardless, because that doesn't hurt
* Add a comment
2025-01-22 10:00:27 +08:00
5df5cc1549
[feature] Add Bambu Cool Plate SuperTack ( #7670 )
...
* ENH: add supertrack plate
Jira: none
Signed-off-by: qing.zhang <qing.zhang@bambulab.com >
Change-Id: I89017c9933597ee035aa20ba3852db6f629f5e20
(cherry picked from commit 78572cbff864e5e78255f2e0eb6e40237bc0bab9)
* NEW:add SuperTack svg
jira: none
Change-Id: Id6153f76f8634d1f00485991b75cbe526fb64adc
(cherry picked from commit 6404f06e79d38ffa8f7f296b10af2af1c2a3974d)
---------
Co-authored-by: zhou.xu <zhou.xu@bambulab.com >
2024-12-14 14:16:24 +08:00
4f4d42be9b
don't create HEADER_BLOCK_START if using BTT_TFT thumbnails ( #7488 )
...
* don't create HEADER_BLOCK_START if using BTT_TFT thumbnails
* Update GCode.cpp
2024-11-30 21:43:02 +08:00
792e84c115
Retract on top layer option. ( #6188 )
...
Co-authored-by: SoftFever <softfeverever@gmail.com >
2024-11-23 23:23:04 +08:00
6063588417
Add back m_nominal_z to store main print_z as GcodeWriter::m_pos will be changed after parsing get_last_z_from_gcode
2024-10-06 23:39:22 +08:00
19e822e13a
fixed #6755
2024-10-06 20:36:00 +08:00
afec95bb8e
Fix wrong z when zhop is diabled.
2024-10-06 19:16:15 +08:00
c4cacb7dd8
wip
2024-10-06 10:49:58 +08:00
70658dadd2
Fix an issue that wrong z value was used if a new layer is started with wipe tower extrusions.
2024-10-01 23:28:24 +08:00
24106e39e7
Add support for textured cool plate ( #6860 )
...
support textured cool plate
2024-09-22 16:48:49 +08:00
f4a31dc8b7
Revert "Tsmith35 per BS PR4631 ( #6709 )" ( #6845 )
...
* Revert "Tsmith35 per BS PR4631 (#6709 )"
This reverts commit c8216accfd .
2024-09-20 21:55:20 +08:00
1a3dc3c378
Tsmith35 per BS PR4631 ( #6709 )
...
ENH: support spiral lift with timelapse gcode
The existing implementation did only read the new Z position from the injected timelapse_gcode and flagged the position as unsafe because of this.
This change reads X, Y and Z pos from the timelapgse_gcode and will keep the position state correct to enable safety checks required for using spiral Z hop.
Because of this, spiral Z hop can be used everyhwere now. The same pattern is also applied for layer_change/toolhead gcode injection.
The set_current_position_clear method is unused but will be kept in implementation for future scenarios.
Co-authored-by: Simon ziehmon@users.noreply.github.com
2024-09-14 23:52:04 +08:00
3838c62146
Fix issue that "total filament used [g]" is missing from gcode ( #6728 )
...
* Fix issue that "total filament used [g]" is missing from gcode
2024-09-11 22:17:32 +08:00
1824ed2a36
Rename skirt types
2024-09-07 12:02:39 +03:00
91f55f6870
Merge branch 'main' into skirt-object-fix-pr
2024-09-07 10:57:59 +08:00
a6050b845f
Bug fix: Avoid crossing walls feature removes some retraction wipes ( #6518 )
...
* Bug fix: Avoid crossing walls feature removes some retraction wipes
* Merge remote-tracking branch 'upstream/main' into Bug-Fix-Avoid-crossing-walls-removing-wipe-moves-when-retraction-was-happening
* Merge branch 'main' into Bug-Fix-Avoid-crossing-walls-removing-wipe-moves-when-retraction-was-happening
* Merge branch 'main' into Bug-Fix-Avoid-crossing-walls-removing-wipe-moves-when-retraction-was-happening
2024-08-27 23:26:43 +08:00
8df8f6390a
Object skirt
2024-08-26 13:48:51 +03:00
3acd0d7a01
Fix crash when both Flow compensator and Verbose Gcode are enabled. ( #6428 )
...
* Fix crash when both Flow compensator and Verbose Gcode are enabled.
2024-08-25 12:39:15 +08:00