SoftFever
ea495bf179
Merge branch 'main' into dev/bbs-support
2024-10-07 18:10:58 +08:00
SoftFever
ddec3272ca
update snapmaker profiles ( #7012 )
...
- add filament Breakaway
- add preheat configs
- fix `prime_volume`
2024-10-07 18:10:49 +08:00
SoftFever
edb47b1ed5
fix a build error
2024-10-07 18:10:14 +08:00
Dylan
1279830ff2
Merge branch 'main' into sm-profiles
2024-10-07 16:45:59 +08:00
SoftFever
0be6985b6b
Merge branch 'main' into dev/bbs-support
2024-10-07 16:44:01 +08:00
SoftFever
f2413f2928
General improvments to RatRig V-Core 4 & V-Core 4 HYBRID ( #5966 )
...
Resolves #5932
**The following changes made are made to all V-Core 4 versions**
- Improved cover's quality

- Added RatRig's PunkFil ABS, PETG, and PETG CF filaments
- Added PETG-CF10 filament type & RatRig to filament vendors
- Increased max z speed to 200 from 50 and max acceleration travel to
10,000 from 9,000
- Enabled wipe and z hop, as well as, increased retract before wipe to
70% from 0%
- Improved layer change G-Code
- Fixed pause G-Code
- Added extruder clearance parameters
*Almost all of these changes come from @nameisCruzCruz in #5932
2024-10-07 16:43:42 +08:00
SoftFever
c00c9f444e
Export negative parts ( #7024 )
...
Porting from Prusa exporting negative parts.
Before:

After:

2024-10-07 16:42:12 +08:00
SoftFever
d24159ae5c
Add Creality K1 SE, K2 Plus, & CR-M4 ( #7002 )
...
Closes #6984 , closes #6707 , closes #6957
2024-10-07 16:40:56 +08:00
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
cochcoder
d8fef48d8c
Bug fixes
2024-10-06 15:25:24 -04:00
cochcoder
e72a051a99
Initial add of CR-M4
2024-10-06 15:21:22 -04:00
cochcoder
88118d775a
Change acceleration & speed values
2024-10-06 12:29:21 -04:00
cochcoder
634ad67151
Merge branch 'main' into rat-rig-covers
2024-10-06 12:07:48 -04: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
cochcoder
328f01fc9c
Revert "Remove unused values"
...
This reverts commit cc1d7cfe04 .
2024-10-05 18:31:53 -04:00
cochcoder
8644e93376
Remove unused values
2024-10-05 18:31:18 -04:00
cochcoder
62b889d03a
Some cleanup
2024-10-05 18:30:21 -04:00
cochcoder
3c4cef8dfc
Image optimizations
2024-10-05 18:05:16 -04:00
vovodroid
bfa1dbf782
Export negative parts.
2024-10-05 21:53:16 +03:00
cochcoder
e0b21dce49
Fix wrong max layer for K2 Plus 0.6 & 0.8
2024-10-04 19:48:26 -04:00
cochcoder
553cce0ee9
Fix typo
2024-10-04 16:59:10 -04:00
dylan
413c6019cd
fix prime_volume
2024-10-05 00:41:53 +08:00
dylan
e393ca5781
update version
2024-10-04 18:34:46 +08:00
cochcoder
96c8d62e79
Revert "Trying something"
...
This reverts commit 08800dc9e3 .
2024-10-03 23:13:05 -04:00
cochcoder
a50319f2fc
Trying something
2024-10-03 22:20:17 -04:00
cochcoder
37d8e66cac
Hopefully this is the last issue
2024-10-03 22:10:27 -04:00
cochcoder
9a0eddafe3
Another bug fix
...
Seriously, how do I miss these
2024-10-03 22:04:56 -04:00
cochcoder
e2b3c822ea
Some more bug fixes
...
I have no clue how I missed these
2024-10-03 21:58:58 -04:00
cochcoder
30bfdb0612
Some cleanup & bug fixes
2024-10-03 21:51:52 -04:00
cochcoder
f538c9cf26
Fix a few things
2024-10-03 21:25:34 -04:00
cochcoder
8a4833b30f
Merge branch 'main' into K1-SE
2024-10-03 23:52:54 +00:00
cochcoder
72b67f5d73
Initial Add of K2 Plus
...
*Some max speeds/accelerations changes for the 0.4 nozzle was left out as none of the other nozzles had these max speeds/accelerations
2024-10-03 19:51:04 -04:00
cochcoder
f293b42b94
Merge branch 'main' into Orangestorm-giga
2024-10-03 18:37:55 +00: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
SoftFever
39ab6253ff
Merge branch 'main' into feature/add-creality-print-support
2024-10-03 23:37:38 +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
cochcoder
443ab43533
Initial add of K1 SE
2024-10-02 18:57:45 -04:00