179b943413
updates for PR #6638 - typos and grammar
...
Including resolved merge conflicts.
2024-09-08 00:16:33 +02:00
3e61d6dcb7
Enabling object skirt. ( #6487 )
...
Implements individual object skirts, as requested in **Individual skirts when printing by object. #3486** and **Skirt around each object when using "by object" sequence #2652**
Now skirt type could be

This PR based on several refactorings, including **Configure skirt start point #6490** PR. To make review more easy each step was committed individually. Obviously them could be separated to different PRs or dropped.
I removed `prime_extruder && first_layer && extruder_id == first_extruder_id` as explicit object skirt is available.
Open question : do we need both common and object skirt together, probably with separate loop number?
All four combinations are possible.
Print by layer, common skirt:

Print by layer, object skirt:

Print by object , object skirt:

Print by object , common skirt (any meaning?):

2024-09-07 23:46:54 +08:00
be62a37524
update locale
2024-09-07 21:01:12 +08:00
cce40fd154
Revert "Fix typos and grammar ( #6638 )"
...
This reverts commit 1afc1372bc .
2024-09-07 20:04:17 +08:00
0adc5d9c0f
Warnings: remove empty code ( #6577 )
...
* Warnings: remove empty code
2024-09-07 18:18:35 +08:00
4ed28e24ed
Warnings: replace wxSOLID with wxPENSTYLE_SOLID ( #6579 )
...
* Replace wxSOLID with wxPENSTYLE_SOLID
2024-09-07 18:17:35 +08:00
b6e2d7fdbe
Warnings: various fixes ( #6582 )
...
* Warnings: various fixes
* Use std::ignore
2024-09-07 18:16:50 +08:00
0da135f4b8
Fix typos and grammar ( #6638 )
...
* fix lots of typos, grammar etc.
* merge conflict
* merge conflict
* merge conflict
* merge conflict
* revert gettext comments
---------
Co-authored-by: SoftFever <softfeverever@gmail.com >
2024-09-07 18:00:01 +08:00
104de96f78
Fix crash when dragging text in WebViews on macOS ( #6668 )
...
* Fix crash when dragging text in WebViews on macOS (SoftFever/OrcaSlicer#6608 )
2024-09-07 17:39:18 +08:00
88611095ba
Fix calibration tab when switching between BBL&non-BBL printers ( #6661 )
...
* Fix calibration tab when switching between BBL&non-BBL printers (SoftFever/OrcaSlicer#6563 )
* Merge branch 'main' into bugfox/cali_tab
2024-09-07 17:09:10 +08:00
1824ed2a36
Rename skirt types
2024-09-07 12:02:39 +03:00
e915a9e757
Clarify support and filter bridge config options ( #6643 )
...
* Clarify support and filter bridge config options
2024-09-07 16:31:51 +08:00
d91bd06605
Fix only one wall on first layer when raft is used ( #6656 )
...
Fix #6616
2024-09-07 16:25:01 +08:00
ac985d21ee
Fix bridge anchor when bridge is also the top surface ( #6654 )
...
Fixes #6642
Cherry picked from b133579126
Huge thanks for their excellent work!

2024-09-07 16:23:44 +08:00
ee7b694d80
Combined infill max layer height (optional) parameter ( #6401 )
...
* Combined infill max layer height parameter
* Combine sparse infill - allow % over nozzle diameter too.
* Updated defaults and tooltips
* Update PrintConfig.cpp
2024-09-07 16:20:46 +08:00
91f55f6870
Merge branch 'main' into skirt-object-fix-pr
2024-09-07 10:57:59 +08:00
bfb15fd0db
Fix only one wall on first layer when raft is used ( SoftFever/OrcaSlicer#6616 )
2024-09-05 11:34:29 +08:00
21d37ad201
Fix bridge anchor when the bridge is the top surface ( SoftFever/OrcaSlicer#6642 )
...
Cherry-picked from prusa3d/PrusaSlicer@b133579126
Co-authored-by: Martin Šach <martin.sachin@gmail.com >
Co-authored-by: Lukas Matena <lukasmatena@seznam.cz >
2024-09-05 10:23:18 +08:00
cf663cd886
Improve debugging output
2024-09-05 09:45:59 +08:00
490628b3dd
Merge branch 'main' into dev/outline-2
2024-09-03 23:07:21 +08:00
5a8aa1effa
case insensitive sort for filament vendor list ( #6594 )
...
* case insensitive sort for filament vendor list
* Merge branch 'main' into case-insensitive-filament-vendor-sort
2024-09-03 22:58:11 +08:00
ef23b4f27d
hide adaptive_bed_mesh and thumbnails parameters for bbl machines
2024-09-03 22:56:24 +08:00
03ab17c8a3
update User-Agent in http request header ( #6599 )
...
* Update Http.cpp
`SLIC3R_APP_NAME + SoftFever_VERSION` is used in Gcode, but `SLIC3R_VERSION` is used incorrectly here.
2024-09-01 22:31:11 +08:00
d2c30e30ab
Fix GL_INVALID_OPERATION
2024-09-01 01:00:36 +08:00
13b8c8667d
Add option to turn outline on & off
2024-08-30 23:25:03 +08:00
afbc19b756
Merge branch 'main' into dev/outline-2
2024-08-30 21:43:26 +08:00
91fca76e0f
Ported filament shrinkage compensation for XY and independent Z from Prusa Slicer (fixing MMU painting, seam painting, support painting issues) ( #6507 )
...
* Ported filament shrinkage compensation from Prusa Slicer. Updated logic to be 100 = no shrinkage to be consistent with orca definitions
* Code comments update
* Merge branch 'main' into Filament-Shrinkage-compension---port-from-Prusa-slicer
* Merge remote-tracking branch 'upstream/main' into Filament-Shrinkage-compension---port-from-Prusa-slicer
* Merge branch 'main' into Filament-Shrinkage-compension---port-from-Prusa-slicer
2024-08-28 23:15:39 +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
6853e16b70
A bunch of tab fixes ( #6551 )
...
* Make sure the speed tab is properly hidden when toggle off advance mode
* Clear each page before clearing the parent, otherwise the child pages will be destroyed twice
* Fix crash if current selected tab is positioned after the removed tab
* Fix issue that sometimes the printer config first page is not displayed
* Fix issue that the wrong tab item get bold if the number of tabs changed
2024-08-26 20:21:59 +08:00
8df8f6390a
Object skirt
2024-08-26 13:48:51 +03:00
fb26e50212
Make the checkbox on export preset dialog more visible in dark mode ( #6539 )
...
* Make the checkbox on export preset dialog more visible in dark mode (SoftFever/OrcaSlicer#6536 )
* Merge branch 'main' into bugfox/export-checkbox
2024-08-25 12:42:01 +08:00
40e7978632
Remove unused slow down proportionally code ( #6405 )
...
* Remove unused slow down proportionally code
2024-08-25 12:40:40 +08: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
d88be18ac2
Refactor stagger concentric seams ( #6432 )
2024-08-25 12:33:32 +08:00
5e8c718fd2
Refactor all_objects_are_short
2024-08-24 15:37:47 +03:00
5f04072d58
Configure skirt start point
2024-08-24 15:37:46 +03:00
a4a8ef0913
Fix crash in printer config when switching tabs ( #6537 )
...
* Fix ASAN with MSVC
* Make ASAN happy
* Avoid deleting activated tab button by not calling `DeleteAllItems` (#SoftFever/OrcaSlicer#6486)
2024-08-23 22:55:10 +08:00
5b707f09ee
Revert "Take filament flow ratio into account when displaying flow in gcode legend" ( #6525 )
...
This reverts commit ff53f401be .
2024-08-23 00:16:38 +08:00
36cb8f3bc8
Updated chamber temperature control tooltips ( #6517 )
2024-08-23 00:05:43 +08:00
491f360dfd
Reduce warnings: remove unused variables ( #6499 )
...
Removed unused variables
2024-08-23 00:02:58 +08:00
e880c6aa4a
New YOLO flow rate calibration ( #6479 )
...
* update flow rate calibration tests
* more tweaks
* add YOLO linear flow rate calibration
* update name
* revert line_width changes
* Make it 2mm thick and change some text
* Update YOLO test:
Normal YOLO for 0.01 step
Perfectionist YOLO for 0.005 step
* add space
2024-08-23 00:01:59 +08:00
e9ad66152c
Wiki updates v2 & adaptive PA documentation ( #6491 )
...
* Wiki home page fix links and readme update to link to wiki
* Update README.md
* Fixed developer reference links
* Update linkage from slicer settings to Wiki for layer height, line width and seam settings
* adaptive PA documentation
* Update adaptive-pressure-advance.md
* updated screenshots
* formatting
* Update adaptive-pressure-advance.md
* Update adaptive-pressure-advance.md
* Update adaptive-pressure-advance.md
* Include adaptive PA link
2024-08-23 00:01:30 +08:00
9ae55a59cd
Remove draft shield limited option
2024-08-22 10:49:47 +03:00
c69d659105
Fix skirt distance calculation
2024-08-22 10:15:23 +03:00
50919da31b
Fix memory leak - clear object skirt on new slicing
2024-08-22 10:15:22 +03:00
241e875251
Remove unreal conditions.
2024-08-22 10:13:56 +03:00
1f7194c4bc
Remove unused legacy brim method
2024-08-22 10:13:45 +03:00
e3be451123
Google-translate Chinese comments
2024-08-22 10:13:44 +03:00
a4418a4317
Fix typo cleareance_radius -> clearance_radius
2024-08-22 09:05:19 +03:00
26b49497bf
Overhang tooltips updates ( #6501 )
...
* Overhang tooltips updates
2024-08-19 22:54:58 +08:00