SVNMLR
4dcfd97181
[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
SoftFever
9505f93717
fix thumbnails regression
2023-11-17 07:54:59 +08:00
Noisyfox
2fc5a7d01e
Fix layer height modifier layout ( #2708 ) ( #2756 )
2023-11-16 19:15:37 +08:00
SoftFever
565732a027
remove print_flow_ratio from profiles and hide it from process setting. It should be only displayed for parts
2023-11-16 19:07:40 +08:00
Exerqtor
f61c504696
Fix for QOI thumbnails not working ( #2755 )
...
Fix for QOI not working
Should remidy the issues in https://github.com/SoftFever/OrcaSlicer/issues/2741
2023-11-16 18:13:08 +08:00
SoftFever
bbdd580bb1
fix wipe tower bug: filament end inserted twice
2023-11-16 01:00:59 +08:00
SoftFever
930e1b3bdf
limit max wipe tower speed to 90 mm/s
2023-11-16 00:59:45 +08:00
SoftFever
cf4aceec79
remove filament_max_volumetric_speed cap
2023-11-15 19:03:16 +08:00
Noisyfox
016d3a74eb
Improve Windows crash log ( #2736 )
...
* Show RVA of each call stack so we can locate the symbol with pdb file
* CI upload pdb file
2023-11-15 19:00:55 +08:00
Noisyfox
b1a164b67f
Fix scaling of min_width_top_surface when using abs value ( #2725 )
2023-11-14 17:15:29 +08:00
SoftFever
5213fbfa86
Support initial_tool variable for filename format
2023-11-13 22:25:32 +08:00
SoftFever
50f776fe6b
fixed an issue when purge_in_prime_tower is disabled for non bbl printers
2023-11-12 09:52:07 +08:00
SoftFever
15358b211d
Fix a regression issue that retraction is not correct when wipe is off
...
Fix #2697
2023-11-12 09:52:07 +08:00
Noisyfox
4e5e5a7ae8
Fix min brush size when using scroll wheel ( #2534 ) ( #2693 )
2023-11-11 15:15:57 +08:00
SoftFever
c860680b21
Fixed a issue that support_bottom_z_distance was not working as expected.
...
Fixed #2667
2023-11-10 19:46:01 +08:00
SoftFever
edb5676dd1
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
Ocraftyone
120a3576a0
SS port - Change extrusion role gcode ( #2459 )
...
implement custom gcode for when the extrusion role is changed
Co-authored-by: supermerill <merill@free.fr>
2023-11-09 22:30:30 +08:00
Noisyfox
97502df924
Fix cli segfault ( #2661 ) ( #2665 )
2023-11-09 22:22:43 +08:00
Noisyfox
f16feff2a4
Fixes scars on thing walls when "avoid crossing wall" is turned on ( #2659 )
...
* Travel very close to the inner holes, could cross external perimeter when the avoid crossing perimeters was enabled.
(cherry picked from commit prusa3d/PrusaSlicer@6c51e5148c )
* Modified variable offset in the avoid crossing perimeters to not cause scars on thin objects (#7699 ).
Previously, the minimum contour width was chosen too conservative and, on some thin objects, only allowed minimal (or non) offset. This could result in travels being planned along the outer perimeter.
Now, the minimum contour width is chosen much smaller at the start and tested if the variable offset wasn't failed (the outer contour broke up into more parts, more or fewer holes, etc.).
If any problem is detected, the variable offset is recalculated with a larger minimum contour width.
(cherry picked from commit prusa3d/PrusaSlicer@dc00f0bf98 )
---------
Co-authored-by: Lukáš Hejl <hejl.lukas@gmail.com>
2023-11-09 22:21:44 +08:00
Noisyfox
cd8f555714
Fix some gui issues ( #2653 )
...
* Fix text gizmo input dialog caption alignment
* Fix issue that layer slider top/bottom label left edge been cut by draw region (#2603 )
2023-11-09 22:19:40 +08:00
SoftFever
22abe8cc9d
Automatically recover from corrupted config file
2023-11-09 22:09:41 +08:00
SoftFever
df0a49a73d
Fix retraction issues
2023-11-09 20:54:33 +08:00
SoftFever
42f8efc0d8
Fixed a regression that checking new version didn't work
...
Fixed #2622
2023-11-07 21:32:36 +08:00
SoftFever
e001b66192
Fixed a regression that bed type was not remembered and switched when switching bed types
2023-11-07 18:36:20 +08:00
Noisyfox
c0a8f430f8
Add back the option to disable ensure vertical shell thickness and detect narrow internal solid infill ( #2626 )
...
* Add back the option to disable `ensure vertical shell thickness` (#2602 )
* Add back the option to disable `detect narrow internal solid infill` (#2623 )
2023-11-06 23:21:07 +08:00
SoftFever
9f599cd51f
Fixed #2537 : pa pattern issues on delta printers
2023-11-06 23:02:40 +08:00
SoftFever
4eae93080f
Fix vector too long issues
2023-11-06 18:32:19 +08:00
SoftFever
36ffb18059
make folder name more consistent
2023-11-04 10:37:53 +08:00
Noisyfox
528fb630bc
Organic: Fix support blocker ( #2595 )
...
Expand blockers a little bit to compensate the error in facet projection
2023-11-04 02:42:30 +08:00
Rob Trame
f1345d276b
Fix typos and style inconsistencies related to configuration ( #2580 )
...
* Fix 'min' accidentally defined as 'max'
* Remove duplicate retract_lift_above/below definitions
* Add correct unit for jerk
* Make speed tooltip consistent with others
* Remove accidental 's' in Qidi XPlus config
* Remove trailing comma in RatRig config
* Add 'type' field to KP3S PRO configs
* Revert "Make speed tooltip consistent with others"
This reverts commit 16c0575181 .
* Revert "Remove duplicate retract_lift_above/below definitions"
This reverts commit 54ca51f3de .
* Remove non-translated retract_lift_above/below definitions
* Update PrintConfig.cpp
Revert jerk unit
2023-11-04 02:41:13 +08:00
SoftFever
8fcaef53f7
skip only one wall top checking for bridges
2023-11-03 18:35:46 +08:00
SoftFever
e7507e1af5
Revert "Increase uploading timeout for Klipper"
...
This reverts commit e32e717a75 .
2023-11-03 18:35:46 +08:00
SoftFever
4fe80bcbc5
remove staff_pick_switch
2023-11-03 18:35:46 +08:00
Noisyfox
fcb289124e
fix deadlock condition varaible use in netfabb wrapper ( #2583 )
...
(cherry picked from commit prusa3d/PrusaSlicer@04ac99a54e )
Co-authored-by: PavelMikus <pavel.mikus.mail@seznam.cz>
2023-11-02 18:40:19 +08:00
Ocraftyone
d574816aef
Add default page selection ( #2569 )
...
Add option to change default page
2023-11-02 18:28:13 +08:00
SoftFever
61e05f9bd1
Fixed #2562 : disable extra perimeters over overhangs for spiral vase
2023-11-01 23:12:22 +08:00
Ocraftyone
06f966e43a
Add splash screen toggle ( #2568 )
...
Add preferences option to toggle splash screen
2023-11-01 16:47:14 +08:00
Ioannis Giannakas
46b31a41bf
Fix duplicate entry of Only Lift Z above and below in the extruder tab ( #2561 )
...
Update Tab.cpp
2023-11-01 11:56:14 +08:00
SoftFever
2da64eb1b3
Improve max vol test model to support large diameter nozzles
2023-10-31 20:13:20 +08:00
SoftFever
9bc030e486
Fixed a bug that gcode was reprocessed when uploading to printhost
2023-10-31 19:15:19 +08:00
SoftFever
ac67387c7d
Fixed #2527 : missing THUMBNAIL_BLOCK_START
2023-10-30 23:00:43 +08:00
SoftFever
7e91d68493
add overall_chamber_temperature variable
2023-10-30 19:53:22 +08:00
SoftFever
3fca10d7f8
Fixed #2245 : change min value of *_speed parameters from 0 to 1
2023-10-30 19:49:30 +08:00
SoftFever
e32e717a75
Increase uploading timeout for Klipper
2023-10-30 01:12:31 +08:00
SoftFever
6fe5abc8cc
Fix Process_T
2023-10-30 00:09:01 +08:00
SoftFever
338f4609f3
skip relative e distance check for BBL
2023-10-29 17:54:35 +08:00
SoftFever
7ff4005c22
Fix errors when slicing A1 mini
2023-10-29 12:16:16 +08:00
SoftFever
363c256668
Fix some strings and update locale files
2023-10-29 10:47:23 +08:00
SoftFever
457b847aee
Remove BambuStudio-SoftFever migration code
2023-10-29 10:31:26 +08:00
SoftFever
99012660c9
Don't show not consistent g-code warning for P1P machine when P1S profiles are used.
2023-10-28 22:52:16 +08:00