SoftFever
0447f7a620
making all four corners of the grid sharp instead of round ( #6993 )
...
# Simple visual change
Currently, the grid has 3 round corners and 1 sharp corner. It seems
like bambu lab hard coded this specifically to fit their bed model. As a
non-bambu user, I dont like how the corners look.


Another point I'd like to bring up is that rounded corners do not match
the boundary detection box.
## Tests
Tested locally on windows and macos.
2024-10-07 16:37:56 +08:00
SoftFever
c75b8c2ae3
FIX: CLI: fix an exception when parsing scale params ( #6969 )
...
# Description
This PR aims to solve an exception when using OrcaSlicer in CLI which
caused the --scale option to not work.
All credits to @lanewei120 from BambuStudio for pushing it on BS repo.
Related commit on BS:
2d4655e780 (diff-2fa194122e892282ec589e51d5f7da65da83ec0488ced4b63930345d1273a353R3797)
Related issue on BS:
https://github.com/bambulab/BambuStudio/issues/4628
Related issue on Orca:
https://github.com/SoftFever/OrcaSlicer/issues/6454
fixes #6454
## Tests
```
./orca-slicer.exe --scale 2 --slice 1 --allow-newer-file test_model.stl --debug 5
```
The command above works again and scale the model then slice the scaled
model. Before, the scale would not complete.
2024-10-07 16:34:07 +08:00
SoftFever
7478c241d3
Allow reverse on odd without detect overhang wall ( #6922 )
...
Fixes #6920
2024-10-07 15:59:19 +08:00
SoftFever
b7aded30da
Support multi-line progress information rendering ( #6909 )
...
Makes situations like #6098 less confusing.
Old:

New:

2024-10-07 15:56:16 +08:00
SoftFever
1112fb1ba2
Fix an issue that wrong z value was used if a new layer is started with wipe tower extrusions. ( #6980 )
...
…
# Description
This update, along with #6934 , resolves the remaining issues with the
wipe tower.
The GCode class will no longer maintain its own Z height information
(m_nominal_z). Instead, it will utilize the Z height from GCodeWriter's
m_pos. This approach is less error-prone.
This PR also fixes #6755 .
It also enforce "Enable Filament ramming" option
@igiannakas It should fix the wipe tower crashing issue
# Screenshots/Recordings/Graphs
<!--
> Please attach relevant screenshots to showcase the UI changes.
> Please attach images that can help explain the changes.
-->
## Tests
<!--
> Please describe the tests that you have conducted to verify the
changes made in this PR.
-->
2024-10-07 15:50:48 +08:00
SoftFever
d238f0a28a
respect "Enable Filament ramming" option
2024-10-07 14:34:08 +08:00
SoftFever
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
SoftFever
19e822e13a
fixed #6755
2024-10-06 20:36:00 +08:00
uSyzex
4a2a143155
FIX: CLI: fix an exception when parsing scale params
2024-10-06 13:36:12 +02:00
SoftFever
afec95bb8e
Fix wrong z when zhop is diabled.
2024-10-06 19:16:15 +08:00
SoftFever
c4cacb7dd8
wip
2024-10-06 10:49:58 +08:00
GlauTech
d9e8358851
Update TURKISH translations ( #6982 )
2024-10-03 23:40:43 +08:00
Andrey Helldar
1b0fdd6ab0
Removed editor's label from Russian translation file ( #6962 )
2024-10-03 23:40:05 +08:00
HYzd766
d4d33541be
Qidi profile updates: latest consumables and machine modifications ( #6952 )
...
* Qidi.json
* Qidi.json
* Qidi.json
* new change
new change
2024-10-03 23:38:46 +08:00
Andy
3a26251985
Russian translation update ( #6939 )
...
* Russian translation update
The next russian translation update OrcaSlicer V2.1.1 Official Release.
The work done to improve translation, corrected errors.
Thx.
* Russian translation update
The next russian translation update OrcaSlicer v2.2.0-beta2.
The work done to improve translation, corrected errors.
Thx.
* Russian translation update
The next russian translation update OrcaSlicer V2.2.0-beta2 + 3 lines in text.js
The work done to improve translation, corrected errors.
Thx.
2024-10-03 23:36:38 +08:00
Carlos Francisco Caruncho Serrano
b0daa4125e
Fix Spanish String ( #6946 )
...
* Update OrcaSlicer_es.po
2024-10-03 23:36:12 +08:00
Noisyfox
da70ab9bce
Fix issue that z is not properly set in some cases when clipping polygon ( #6955 )
...
Fix issue that `z` is not properly set in some cases when clipping the polygon (SoftFever/OrcaSlicer#6933 )
Apply the patch from https://sourceforge.net/p/polyclipping/bugs/160/
2024-10-03 23:35:05 +08:00
azio25134
4ed8bce8eb
making all four corners of the grid sharp instead of round
2024-10-02 15:37:49 -07:00
SoftFever
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
Ioannis Giannakas
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
KrisMorr
36c94aac3b
update Polish translations ( 2.2.0-beta2 ) ( #6904 )
2024-09-27 20:47:50 +08:00
Noisyfox
712386c867
Allow reverse on odd without detect overhang wall ( SoftFever/OrcaSlicer#6920 )
2024-09-27 09:24:21 +08:00
Noisyfox
4562ca744a
Support multi-line progress information rendering
2024-09-26 16:22:15 +08:00
SoftFever
81b6a810f6
Fix and update locale
2024-09-25 19:58:26 +08:00
GarlicDebug
2f891a4cac
Fixed Make Overhangs Printable and Multicolor Printing conflict ( #6896 )
...
Co-authored-by: Jasper <idc@gmail.com >
Co-authored-by: SoftFever <softfeverever@gmail.com >
2024-09-25 19:52:38 +08:00
SoftFever
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
Noisyfox
21e70829b1
Disable "cut to parts" when dovetail is selected. ( #6891 )
...
* Disable "cut to parts" when dovetail is selected.
Sync with latest PrusaSlicer code.
Co-authored-by: YuSanka <yusanka@gmail.com >
2024-09-25 19:31:17 +08:00
Thomas
1637020e94
Added new french strings ( #6895 )
...
* Added new french strings
2024-09-25 19:30:51 +08:00
GlauTech
9789edb8a3
Update TURKISH translations ( #6882 )
...
* Update TURKISH translations
2024-09-25 19:30:19 +08:00
Vovodroid
322c6e3b65
Followup to clones auto arrange: use current plate ( #6373 )
...
* Use current plate for auto arrange clones
2024-09-25 19:29:21 +08:00
Azi
881d78a045
Feature/move plate to the front ( #6262 )
...
* WIP:only works after saving and then reloading
* working version of move plate to the front
* added icons for move to front
* removed a commented line
* fixed the move to front function to behave correctly with undo/redo actions
* Merge branch 'main' into feature/move_plate_to_the_front
2024-09-25 19:27:45 +08:00
SoftFever
45fe0c5218
Fix a bed type regression ( #6893 )
2024-09-24 19:42:47 +08:00
SoftFever
7213bf2742
bump version to 2.2.0-beta2
2024-09-23 21:29:23 +08:00
SoftFever
d8ba2547c1
bump profile version
2024-09-23 21:29:19 +08:00
Vladimir Vukicevic
5bdb5deeb9
Fix input box widths in calibration UI ( #6587 )
...
* Fix input box widths in calibration panels
* Merge branch 'main' into fix-calibration-ui
2024-09-23 20:48:25 +08:00
Robert Schiele
9297dfa042
Fix building errors when precompiled header support is disabled ( #6879 )
...
Here are more missing header files recently identified by building
without precompiled header support.
2024-09-23 19:26:18 +08:00
Heiko Liebscher
84510af28b
add new de for new features ( #6873 )
2024-09-23 19:14:32 +08:00
Vovodroid
8b79e76685
Arachne "one top wall" fix and refactor ( #6236 )
...
* One top wall fixes
* Use one wall threshold set in GUI without limiting
* Updates to one wall top perimeter to address splitting top surface against too small segments and lettering overlap.
* Fix precise wall
* Merge branch 'main' into one-top-wall-fix-pr
* Merge branch 'main' into one-top-wall-fix-pr
2024-09-23 19:14:04 +08:00
inkeliz
acd9f35d18
Disable Arc Fitting for FlashForge ( #6855 )
...
Some printers (FlashForge Adventurer 5M and FlashForge Adventurer 5M Pro) have issues related to Arc Fitting.
Source:
https://www.reddit.com/r/FlashForge/comments/1cu1rnq/psa_disable_arc_fitting_in_orcaslicer_on_ad5m/
https://www.reddit.com/r/FlashForge/comments/1dw99d5/ad5m_pro_move_que_overflow/
https://www.reddit.com/r/FlashForge/comments/1ct0uck/my_a5m_stopped_mid_print/
Co-authored-by: SoftFever <softfeverever@gmail.com >
2024-09-23 00:42:32 +08:00
Noisyfox
4dbb0a9248
Improve fuzzy skin with modifier ( #6759 )
...
* Pass all compatible regions to perimeter generator
* Simplify & unify fuzzify detection
* Simplify `to_thick_polyline`
* Group regions by fuzzy skin settings
* Initial code structure of multi-regional fuzzy skin
* Determine fuzzy type by all compatible regions
* Add fuzzy region debug
* Implement the line split algorithm
* Do splitted fuzzy in classic mode
* Disable debug macros
* Fix infinit loop issue when segment points are out of order
* Fix path connection
* Implement splitted fuzzy in Arachne mode
2024-09-23 00:41:17 +08:00
SoftFever
2b4d56d961
update locales
2024-09-23 00:37:29 +08:00
Heiko Liebscher
4f76cff88e
add new de translations for 2.2.0 beta ( #6861 )
...
add new translations
2024-09-23 00:18:26 +08:00
SoftFever
eb53c6a2e8
support downloading from makerworld on Mac by default. ( #6867 )
...
handle bambustudioopen on Mac by default
2024-09-22 16:49:14 +08:00
SoftFever
24106e39e7
Add support for textured cool plate ( #6860 )
...
support textured cool plate
2024-09-22 16:48:49 +08:00
SoftFever
faab792dce
Add Mellow M1 printer profiles
2024-09-21 22:59:25 +08:00
Mikkel Schmidt
c1f6a01f17
Fix invalid START_PRINT in unofficial Rat Rig profiles. ( #6838 )
...
* Fix invalid START_PRINT in unofficial Rat Rig profiles.
2024-09-20 22:02:28 +08:00
cochcoder
73fca8388f
Fix not being able to create new filaments for Dremel 3D45, 3D40, & 3D20 ( #6837 )
...
* Allow users to base off the generic filament
* Merge branch 'SoftFever:main' into Dremel-3D45-fix
2024-09-20 21:56:51 +08:00
HYzd766
f3587b4e33
Qidi.json ( #6841 )
...
* Qidi.json
* Merge branch 'main' into p1
2024-09-20 21:55:57 +08:00
Tom
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
Nobu
5fe6774dc2
Update Ender-3 V2 Neo start G-Code to include mesh leveling ( #6832 )
...
* feat: update Ender-3 V2 Neo start G-Code to include mesh leveling
* fix: semicolon format
---------
Co-authored-by: SoftFever <softfeverever@gmail.com >
2024-09-20 00:12:36 +08:00