Commit graph

34169 commits

Author SHA1 Message Date
Erwan MATHIEU
9afe5b46db We now display the global and extruder settings in the dialog
CURA-11561
2024-02-05 12:39:56 +01:00
Paul Kuiper
03abc91bda Improved self support z distance settings for Ultimaker PLA, T-PLA, PETG and ABS
PP-424
2024-02-05 11:35:44 +01:00
c.lamboo
0f6f18e7dd Clean up some paths
CURA-11483
2024-02-05 11:30:15 +01:00
Paul Kuiper
9e7418d957
Merge branch 'main' into PP-423-Small-top-bottom-width-and-wipe-distance 2024-02-05 11:19:12 +01:00
Paul Kuiper
965f9e5a1c Increased maximum warning value for the small skin width from 3 line widths to 10 line widths.
PP-424
2024-02-05 11:15:34 +01:00
c.lamboo
54d6315f28 Fix broken windows/linux builds
Due to some breaking changes in pyinstaller upgrade, add option to use old packaging

https://github.com/pyinstaller/pyinstaller/pull/7713

CURA-11483
2024-02-05 10:58:19 +01:00
c.lamboo
ebea2b46db Only bundle for mac
CURA-11483
2024-02-05 10:46:34 +01:00
c.lamboo
9d6f80fb86 Also make app bundle for linux/windows 2024-02-05 09:27:01 +01:00
Saumya Jain
7d9a699eb1
Update cura/CuraApplication.py
using modern typing

Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2024-02-05 09:07:22 +01:00
c.lamboo
fc081b20e3 Remove unused variable 2024-02-04 22:48:55 +01:00
c.lamboo
da1f8bf1b6 Merge branch 'main' into CURA-11483
# Conflicts:
#	conanfile.py
2024-02-04 22:46:33 +01:00
c.lamboo
c29eb49113 Add more paths 2024-02-04 22:44:21 +01:00
c.lamboo
8a0914c981 Adding more paths
🥲

CURA-11483
2024-02-02 16:38:02 +01:00
Erwan MATHIEU
2d79479a26 Avoid displaying the discard changed dialog
CURA-11561
2024-02-02 16:17:27 +01:00
Erwan MATHIEU
ab0a52063d Now loading user settings
CURA-11561
2024-02-02 16:05:36 +01:00
Erwan MATHIEU
733ef4d3d8 UI now displays an option to select the same profile
CURA-11561
2024-02-02 12:17:34 +01:00
Erwan MATHIEU
c6e5620295 Revert "Add export sub-menu"
This reverts commit 54af5bca3c.
2024-02-02 10:07:11 +01:00
Erwan MATHIEU
b931029f1c Now using ThreeMFWriter to save PCB files
CURA-11561
2024-02-02 10:03:48 +01:00
Saumya Jain
7755704266
Merge branch 'main' into CURA-11558-crash-while-opening-printer-setting 2024-02-01 11:35:10 +01:00
saumya.jain
3fc859c76b crash while opening printer setting
It happened because of creating MachineActionManager as a singleton.
Code is refractored to make it work.

CURA-11558
2024-02-01 11:34:19 +01:00
Erwan MATHIEU
38b67f8015 Now displaying a help icon and value units
CURA-11561
2024-02-01 10:34:19 +01:00
Erwan MATHIEU
fcf1e63160 It is now possible to generate the PCB file
CURA-11561
2024-02-01 09:29:47 +01:00
Jelle Spijker
63da3f604c
Merge pull request #18138 from Ultimaker/fix_python_installs
Fix Python Installs about dialog
2024-01-31 21:10:29 +01:00
Erwan MATHIEU
90bf5409bf
Merge branch 'main' into PP-423-Small-top-bottom-width-and-wipe-distance 2024-01-31 13:49:50 +01:00
nallath
d490effcbd Applied printer-linter format 2024-01-31 12:46:58 +00:00
Jaime van Kessel
0f0cf3e723
Merge pull request #17754 from Nu-hin/ratrig-squash
Add RatRig printers configurations
2024-01-31 13:45:48 +01:00
Erwan MATHIEU
1a965e57fe
Merge branch 'main' into PP-423-Small-top-bottom-width-and-wipe-distance 2024-01-31 13:45:22 +01:00
Jaime van Kessel
920f691531
Merge branch 'main' of github.com:Ultimaker/Cura 2024-01-31 13:41:06 +01:00
Jelle Spijker
0698f9a47b Merge branch 'main' into fix_python_installs 2024-01-31 13:39:27 +01:00
Jaime van Kessel
1eb775ae13
Merge branch 'voron-base-updates' of https://github.com/NerdyGriffin/Cura 2024-01-31 13:38:58 +01:00
nallath
3793d4acbe Applied printer-linter format 2024-01-31 12:38:21 +00:00
Jaime van Kessel
3b26c583c9
Merge branch 'main' of github.com:Ultimaker/Cura 2024-01-31 13:37:24 +01:00
Erwan MATHIEU
b1d842b976
Merge pull request #18098 from Ultimaker/PP-422-ABS-AA025-reduce-fanspeed
PP-422 Fix fan speed ABS AA0.25
2024-01-31 13:32:32 +01:00
Jaime van Kessel
c93848f884
Merge branch 'main' of https://github.com/Jeremie-C/CuraAdventurer 2024-01-31 13:31:31 +01:00
Erwan MATHIEU
423d7c1a05
Merge branch 'main' into PP-422-ABS-AA025-reduce-fanspeed 2024-01-31 13:17:30 +01:00
Erwan MATHIEU
7084cdd64e
Merge branch 'main' into PP-422-ABS-AA025-reduce-fanspeed 2024-01-31 13:13:14 +01:00
Jaime van Kessel
00f8f871b0
Merge branch 'main' of https://github.com/dmitrygribenchuk/Cura 2024-01-31 13:13:05 +01:00
Erwan MATHIEU
8ad4ab90a8 User settings are now properly proposed for export
CURA-11561
2024-01-31 09:26:49 +01:00
Erwan MATHIEU
2aef33f521 Completed configuration UI to export PCB file
CURA-11561
2024-01-30 14:35:55 +01:00
Erwan MATHIEU
b5b0575baf Display (uncomplete) configuration UI to export PCB file
CURA-11561
2024-01-26 14:01:26 +01:00
Jelle Spijker
20becc1700 Fix Python Installs about dialog
It will now use the Python Virtual env
2024-01-26 12:49:37 +01:00
Paul Kuiper
18fabe468b Increase part strength of high speed modes by compensating for the slip at high flow rates.
PP-386
2024-01-26 12:38:09 +01:00
c.lamboo
1bf789f6f4 Update pyinstaller for mac 2024-01-26 10:36:13 +01:00
Casper Lamboo
36f1932dbb
Merge pull request #18119 from Ultimaker/CURA-11438_raft_monotonic_top_surface
Cura 11438 raft monotonic top surface
2024-01-25 16:54:40 +01:00
Erwan MATHIEU
edd5cee41a Fix exporting binary/ascii STL
CURA-11561
2024-01-25 14:04:47 +01:00
Erwan MATHIEU
54af5bca3c Add export sub-menu
CURA-11561
2024-01-25 13:30:56 +01:00
Erwan MATHIEU
dd7d83b28f
Merge branch 'main' into CURA-11438_raft_monotonic_top_surface 2024-01-24 14:20:04 +01:00
Jaime van Kessel
cfb0b3ee81
Merge pull request #17642 from hroncok/patch-1
Avoid "KeyError: material_name" crash in Fedora
2024-01-24 13:16:30 +01:00
Jaime van Kessel
ed4c8c1308
Merge pull request #18081 from Sophist-UK/patch-2
Stop Esc key from exiting full screen mode
2024-01-24 13:09:36 +01:00
Erwan MATHIEU
c944903029 Fix crash after re-slicing
CURA-11438
2024-01-24 12:49:17 +01:00