Commit graph

22734 commits

Author SHA1 Message Date
Paul Schattenberg
87e15d621b Incl. Remaining Base Config That Diff Is Based On 2023-11-21 02:40:58 +01:00
pwschattenberg
af28d30c17
Merge branch 'SoftFever:main' into Nozzle_Size_E5Pro 2023-11-21 01:44:35 +01:00
Paul Schattenberg
d3014ccfc2 Update CE5Pro 1.0 Nozzle Naming Scheme to PR1100 2023-11-21 01:26:32 +01:00
Paul Schattenberg
c0f7e05141 Update CE5Pro 0.8 Nozzle Naming Scheme to PR1100 2023-11-21 01:16:24 +01:00
Paul Schattenberg
bc52431023 Update CE5Pro 0.6 Nozzle Naming Scheme to PR1100 2023-11-21 01:09:05 +01:00
Paul Schattenberg
f692291b6d Update CE5Pro 0.5 Nozzle Naming Scheme to PR1100 2023-11-21 00:59:55 +01:00
Paul Schattenberg
b56f38b399 Update CE5Pro 0.3 Nozzle Naming Scheme to PR1100 2023-11-21 00:51:22 +01:00
Paul Schattenberg
9388bd4a3a Update CE5Pro 0.25 Nozzle Naming Scheme to PR1100 2023-11-21 00:26:38 +01:00
Paul Schattenberg
19e882722e Update CE5Pro 0.2 Nozzle Naming Scheme to PR1100 2023-11-21 00:14:43 +01:00
Paul Schattenberg
d450ee404b Update CE5Pro 0.4 Nozzle Naming Scheme to PR1100 2023-11-21 00:07:34 +01:00
Paul Schattenberg
130f1bbf4f Remove Profiles Outside their Min/Max Layer Height 2023-11-20 21:57:04 +01:00
Paul Schattenberg
98847fc173 Add Processes For CE5Pro 0.3mm Nozzle 2023-11-20 21:47:12 +01:00
Paul Schattenberg
5411272810 Add Processes For CE5Pro 0.25mm Nozzle 2023-11-20 21:40:12 +01:00
Paul Schattenberg
d985ef8d9b Fix Initial Layer Settings 2023-11-20 19:49:01 +01:00
Paul Schattenberg
36c63b0bc1 Add Processes For CE5Pro 0.2mm Nozzle 2023-11-20 19:48:39 +01:00
Paul Schattenberg
1fe3a1bcf2 Add Processes For CE5Pro 1.0mm Nozzle 2023-11-20 19:37:15 +01:00
Paul Schattenberg
5a1f9b81d7 Add Processes For CE5Pro 0.8mm Nozzle 2023-11-20 19:29:34 +01:00
Paul Schattenberg
844cc21d71 Add FDM Process for Remaining Creality Nozzle 2023-11-20 18:10:51 +01:00
Paul Schattenberg
aea63a3967 Update Generic FDM Process for Creality 0.6 Nozzle 2023-11-20 17:35:54 +01:00
Paul Schattenberg
1236dc0ee8 Add Generic FDM Process for Creality 0.3 Nozzle 2023-11-20 17:34:31 +01:00
Paul Schattenberg
85728d086e Add CE5Pro Nozzles to list of Compatible Filament 2023-11-20 17:26:39 +01:00
Paul Schattenberg
bf99f765ff Add Remaining Printer Variants 2023-11-20 17:21:14 +01:00
Paul Schattenberg
e7656c2075 Fix: 0.6mm Printer Variant 2023-11-20 17:11:57 +01:00
Paul Schattenberg
f036469509 Add 0.5mm Printer Variant 2023-11-20 17:11:28 +01:00
Paul Schattenberg
28824f1146 Add 0.3mm Printer Variant 2023-11-20 17:10:41 +01:00
Paul Schattenberg
5e1c8cba60 Add Nozzle Size Printer Variants 0.2-1.0mm 2023-11-20 17:05:56 +01:00
Paul Schattenberg
9a0e74cb04 Add 0.5mm Nozzle Configurations for CE5Pro 2023-11-20 14:46:09 +01:00
Paul Schattenberg
b23ec7acdf Add 0.6mm Nozzle Configurations for CE5Pro 2023-11-20 12:46:49 +01:00
Noisyfox
70d86af253
Fix color blending of preview shells (#2799) 2023-11-19 22:20:42 +08:00
Lee Jong Mun
50a9345ddd
kor_translation update (#2794) 2023-11-19 19:10:30 +08:00
SoftFever
5c64a0587a
Fix toolbar rendering on Windows (#2784)
Currently on windows, when you resize the window relatively small, the
end of the toolbar will be clipped like so:

![d95d24afdc47eef04df4a2c755d13494](5f060966-3613-4bd7-8036-e9b27c12ffd3)

This is what it look like on Linux/macOS:

![image](167ab075-1c48-4531-a2ef-3f225874cfbd)

This PR fixes this issue so it behaves like on Linux/macOS:

![60cb540f198c5d680fceaa387302c475](7e1b404b-bdf7-4c3b-bee7-5d2f0a11f91e)
2023-11-19 19:10:01 +08:00
SoftFever
93f62a47f5
Merge pull request #2780 from Noisyfox:bugfix/amd-png
Fix PNG build plate texture not rendering on AMD GPUs
2023-11-19 19:08:04 +08:00
Ioannis Giannakas
cd475f0f94
Add option to "Reverse only internal perimeters" under the reverse on odd feature to reduce part warping (#2722) 2023-11-19 19:02:47 +08:00
SoftFever
e9f519d092
Port PrusaSlicer's Measure & Cut gizmos (#2603)
Build on top of #2520 and replaces it.

This PR includes:
- Rewrite the opengl rendering code, which now renders (almost)
everything using shaders instead of legacy opengl function calls
- Rewriting the gizmo mouse handling code that moves the mouse handling
coding into each gizmo themselves
- Rewriting the mouse picking code, now it uses ray casting to figure
out what's under the mouse cursor
- Porting of the PrusaSlicer's measure tool
- Replacing existing cuting tool with the better one PrusaSlicer has
- Updating of other gizmos using PrusaSlicer's latest code base

There was a plan to also port PrusaSlicer's emboss & svg tools, but this
PR is already very big and the changes needed for emboss will be even
bigger and might take forever to finish. So I decided to separate them
so we can get something out and start rolling out testing builds for
people to play with as soon as possible.

This was developed mainly using Windows, be prepared it could have
graphic issue under Linux & macOS.

Huge credit to Prusa for their amazing job!


![image](b7ec85d7-1013-4d8e-9914-c2b4d8cb5360)

![image](1e97d744-99c0-402d-9b23-456d95e07bba)

![image](f0a5dbea-677a-43f5-918b-c6817ff659c8)


Fixes #717
Fixes #1150
Fixes #1590
2023-11-19 16:50:32 +08:00
SoftFever
0e6197f0a7 Set openssl osx target properly 2023-11-19 16:45:36 +08:00
SoftFever
df48b05f73
Merge branch 'main' into dev/gizmo 2023-11-19 15:47:47 +08:00
SoftFever
ebbe5a4d80 fix secrets were not passed from build_check_cache to build_deps 2023-11-19 12:12:01 +08:00
SoftFever
d7453aa20f Fix CICD: failed to sign Mac build 1. upload PDB 2023-11-19 11:23:36 +08:00
niklasb
8ca0d79b05
Adds overview for custom gcodes like pause, change filament, custom #2191 (#2728)
* Adds overview for custom gcodes like pause, change filament, custom

* Fix: incorrect time display of inserted pauses
2023-11-19 00:04:30 +08:00
SoftFever
07d5a06794 fix windows CICD error 2023-11-18 23:51:55 +08:00
Noisyfox
a590d4cead Fix toolbar rendering on Windows 2023-11-18 17:24:08 +08:00
SoftFever
cc55957070 Zip Windows portable build and PDB before upload artifacts 2023-11-18 16:23:40 +08:00
Ocraftyone
cbb7c3381c
Rework Github Build Actions (#2566)
update workflows from dev branch

Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-11-18 15:30:06 +08:00
Noisyfox
5045642de0
Merge branch 'main' into dev/gizmo 2023-11-18 14:51:32 +08:00
Noisyfox
67fe5ee7f5 Bring back anti-aliasing to toolbar icons (#2739) 2023-11-18 14:51:22 +08:00
Jason Pell
b3db0a560a
the layer height should be 0.24 not 0.2 (#2779) 2023-11-18 13:43:57 +08:00
enricoturri1966
8c0cf34a6c Fixed generation of texture mipmap using glGenerateMipMap (added also for png)
Fix mipmap of compressed textures on AMD Radeon graphics cards by forcing the use of squared power of two textures

(cherry picked from commit prusa3d/PrusaSlicer@971f2a08e2)
(cherry picked from commit prusa3d/PrusaSlicer@eee4453993)
2023-11-18 10:21:41 +08:00
Ocraftyone
c0386d786c
Fix macOS deps build issues (#2541)
update deps/CMakeLists.txt and MPFR.cmake
2023-11-17 21:59:18 +08:00
SoftFever
f5ec607b6a update WIKI 2023-11-17 20:00:12 +08:00
SoftFever
cb038d0469 fix Prusa MK3S and Mini profile issues
Fixed #2768
2023-11-17 20:00:05 +08:00