29193 Commits

Author SHA1 Message Date
Ghostkeeper
8cf1afc770
Update master branch to main in XML file link
Because the default branch name changed.
2022-05-30 16:41:30 +02:00
Ghostkeeper
593f8ad4db
Merge branch 'appdata.xml' of https://github.com/Tim453/Cura into Tim453-appdata.xml 2022-05-30 16:39:51 +02:00
Rijk van Manen
d352bbbbc5 reduce support interface flow
The reasoning of PP-86 also holds for the support interface layers, however we forgot about support when we implemented PP-86. When doing PP-108 we found this improvement.
2022-05-30 14:05:47 +02:00
Rijk van Manen
7c2b84184b reduce top/bottom flow by enabling top surface skin layers
PP-93
2022-05-30 14:00:16 +02:00
Rijk van Manen
59d3c6b165 entirely remove the top_thickness statement
This is a cleanup which will be investigated further in PP-23
2022-05-30 13:47:45 +02:00
Jaime van Kessel
fc63edb779
Merge pull request #11745 from Ultimaker/PP-3_improved_experimental_bridge_settings
Better default for the experimental bridge settings. See PP-3 for det…
2022-05-30 13:25:16 +02:00
Rijk van Manen
adf83f002f remove redundant statements
These values are now default for all ultimaker profiles. PP-15
2022-05-30 11:03:52 +02:00
Rijk van Manen
e543416deb enable skin edge support
For all ultimaker printers AND low infill density the skin edge support feature is used. PP-15
2022-05-30 11:00:58 +02:00
Rijk van Manen
02fb4e70d3 this if else statement is doing nothing 2022-05-30 10:58:56 +02:00
p.kuiper
0db75501a3 Merge remote-tracking branch 'origin/main' into PP-3_improved_experimental_bridge_settings
# Conflicts:
#	resources/definitions/ultimaker.def.json
2022-05-30 07:59:50 +02:00
Remco Burema
c33a2b66cc
Merge pull request #12337 from Ultimaker/SEC-253_resource_preference_injection_5.0.0
[SEC-253] [CURA-8964] resource preference injection 5.0.0
2022-05-27 16:01:11 +02:00
p3d-dev
9aa7e9a006
remove duplicated machine_heated_bed 2022-05-26 00:19:40 +02:00
p3d-dev
ec3aafb859
remove duplicated machine_heated_bed 2022-05-26 00:18:18 +02:00
p3d-dev
46cf1f3a1d
remove duplicated machine_heated_bed 2022-05-26 00:16:14 +02:00
Ghostkeeper
596c24657d
Merge branch 'master' 2022-05-25 11:52:34 +02:00
Ghostkeeper
528af5826a
Merge branch 'master' of github.com:Ultimaker/Cura 2022-05-25 11:51:38 +02:00
j.delarago
be25029aca This fix will stop enterprise versions from searching the user config folder for non storage type resources.
Refer to SEC-253 for more information

SEC-253
2022-05-24 13:10:08 +02:00
Jaime van Kessel
becf5cb53a Update no-response to use GH actions instead of a bot 2022-05-23 15:10:13 +02:00
Jaime van Kessel
5fdd0c6e74 Update no-response to use GH actions instead of a bot 2022-05-23 13:02:18 +02:00
Ghostkeeper
1af2a75138
Also send short OpenGL version
This is the one we're more likely to be interested in.

Done as a 5 minute fix.
2022-05-23 11:54:53 +02:00
Ghostkeeper
0cb2b3e2cb
Fix translation containing HTML tags
Let's not confuse the translators by requiring to translate these in the future.

Done as a 5 minute fix.
2022-05-23 11:54:26 +02:00
Joey de l'Arago
4e5f826a8a
Merge pull request #12274 from Ultimaker/SEC-255_fix_theme_5.0
In secure version: disable loading themes from unbundled folders.
2022-05-23 11:38:11 +02:00
Jaime van Kessel
f130eb2e7c
Merge pull request #11623 from cbc02009/fix-voron-retraction
fix retraction speed and amount for direct drive afterburner.
2022-05-20 16:54:01 +02:00
Remco Burema
050a731663 In secure version: disable loading themes from unbundled folders.
This was a bit more tricky then it at first seemed, since the information wether this is a 'secure version' comes from the user-application and is not known in the Uranium library. This is not normally such a point, but both the theme and the preferences objects are loaded _very_ early in the process, and that information needs to be injected before then. (Well, in the case of the Theme object it's less important, since in the implementation choseen that is now security wise at least only in charge of wheter or not to even show the theme as selectable in the interface, so that it only needs to be aware of the 'security' status any time before the user can see a preference screen, but not nescesarily earlier.)

SEC-255 | CURA-8966
2022-05-20 14:32:28 +02:00
Ghostkeeper
b5e3479c1c
Catch UnicodeDecodeErrors when parsing error messages from server
Stupid recursive errors.

Fixes Sentry issue CURA-3VB.
2022-05-20 12:55:59 +02:00
Ghostkeeper
64b29779ca
Fix crash when server sends invalid JSON data
If readJSON fails, it puts an entry in the log and then returns None. This then crashes with a TypeError because you can't check for things to be in None.

Fixes Sentry issue CURA-3V5.
2022-05-19 11:36:16 +02:00
Jaime van Kessel
c41c59da13
Merge pull request #12188 from Ultimaker/CURA-8708_remove_travel_acceleration_jerk
Add setting to no longer use different jerk/acc for travels
2022-05-18 16:32:50 +02:00
Jaime van Kessel
8b02b4161b Merge branch 'fix_tall_toolbar' of https://github.com/fieldOfView/Cura 2022-05-18 13:29:42 +02:00
Jaime van Kessel
21fdaa70dd Merge branch '4.13' of github.com:Ultimaker/Cura 2022-05-17 15:32:48 +02:00
Remco Burema
bf9c3cbc83 Secure another 'environment-settable via Qt' DLL.
SEC-258 a.k.a. CURA-8969
2022-05-17 11:45:14 +02:00
Remco Burema
4d3f312cb6 Secure another 'environment-settable via Qt' DLL.
SEC-258 a.k.a. CURA-8969
2022-05-17 11:42:43 +02:00
Jelle Spijker
71f256830d
Merge pull request #12225 from Ultimaker/change_log_update
Update change_log.txt
5.0.0
2022-05-17 10:08:13 +02:00
fvrmr
37ca436cad Update change_log.txt
Added one more bug fix
2022-05-17 10:05:28 +02:00
c.lamboo
13a75827ce Fix "view user manuals online" link 2022-05-16 21:49:09 +02:00
Martin Botka
c466742cb1 voron2_base.def.json: Do not limit travel speeds to 300mm/s
VORON V2.4 is an fast machine. There is no reason to limit
the user to 300mm/s. Unlock these speeds by removing maximum_value
which makes cura fallback to machine_max_feedrate_x/y which are
set to the C (299,792,458).

Warning stays at 501 after Fulg talked with some VORON
team members they have come to the conclusion that
501 is fine as people start hitting issues on the machine
around the 500-600 range

Signed-off-by: Martin Botka <martin.botka@somainline.org>
2022-05-16 20:43:35 +02:00
Ghostkeeper
dd251b5117
Merge branch '5.0' 2022-05-16 16:32:12 +02:00
Ghostkeeper
ae630a70a0
Merge branch 'change_log_update' into 5.0 2022-05-16 16:31:50 +02:00
fvrmr
6fc7a961fd Merge branch 'change_log_update' of https://github.com/Ultimaker/Cura into change_log_update 2022-05-16 16:29:50 +02:00
fvrmr
ed67392bcb Update change_log.txt
Remove tabs
2022-05-16 16:29:42 +02:00
Fenne
25ad5cf101
Update resources/texts/change_log.txt
Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
2022-05-16 16:28:07 +02:00
Fenne
5078d3f251
Update resources/texts/change_log.txt
Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
2022-05-16 16:18:14 +02:00
fvrmr
2d8e1ee2c2 Add beta bug fixes
Added beta bug fixes in a separate list.
Typo's
Removed the line that implied that win 7 keeps functioning, because it doesn't!
Removed a line about an improvement that was only in a Alpha
2022-05-16 16:13:59 +02:00
Ghostkeeper
fc4585e098
Merge branch '5.0'
Conflicts:
	plugins/Marketplace/resources/qml/PackageCardHeader.qml -> An improvement for future translations was made at the same time as a change to the label here.
2022-05-16 15:11:39 +02:00
Ghostkeeper
94fc3981a3
Fix import for file dialog
Without this, the page fails to load, showing nothing, because the FileDialog element doesn't exist.
I don't know why this is necessary for Qt6, but we had to do this for all other FileDialog uses too.

Done as a 5-minute fix.
2022-05-16 15:10:26 +02:00
fvrmr
0bb8ac3460 Added UI fixes
Forgot to add all the UI fixes (those were not part of automating the changelog script) I added only the important fixes like drag and drop, scrollbar on tooltip etc
2022-05-16 14:48:21 +02:00
fvrmr
d1aa7a2142 Update change_log.txt
Updated the changelog with all the bug fixes and added community translations. Removed changelog from 4.9.1
2022-05-16 14:02:54 +02:00
j.delarago
77f5c91b77
Update names of function calls
CURA-9141
2022-05-16 13:33:56 +02:00
j.delarago
63e6b7704c
Use startswith for more pythonic code.
Swap out while True with for line in f.readlines. This will now termitate without having to catch a StopIteration error.

CURA-9141
2022-05-16 13:33:56 +02:00
Joey de l'Arago
b04f3bd587
Code style and typing improvements
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2022-05-16 13:33:33 +02:00
j.delarago
fe261d31a2
Added my script for updating one of our po files with a po file from the community. This should save some time next time we get a scrambled po file.
CURA-9141
2022-05-16 13:33:18 +02:00