Jaime van Kessel
af712785c8
No longer inject parameters into function handling in qml
2022-03-31 14:16:57 +02:00
Remco Burema
657890158e
Should be false by default.
...
Otherwise it'll mess up for most existing printers.
part of CURA-9078
2022-03-31 14:06:54 +02:00
Jaime van Kessel
1df9ca55c8
Use correct default button for package install dialog
2022-03-31 14:04:49 +02:00
Jaime van Kessel
b4b7e6a2b9
Fix warnings that "instanceContainer" is not a recognised type
2022-03-31 14:03:04 +02:00
Jaime van Kessel
96444dbc09
Use correct keyboard enums
2022-03-31 13:54:24 +02:00
Jaime van Kessel
f176924c2a
Renable MainWindow header by disabling account widget
...
The account widget is still causing issues, but at least thats less
2022-03-31 13:34:41 +02:00
Jaime van Kessel
9f735a192e
Bump up qtQuick version
2022-03-30 17:39:43 +02:00
Jaime van Kessel
5aceec6209
Use right enum
2022-03-30 17:33:43 +02:00
Jaime van Kessel
d240feb78a
Removing shit until works.
2022-03-30 17:08:59 +02:00
c.lamboo
4f70d34631
wip qt changes
2022-03-30 16:55:56 +02:00
c.lamboo
1acf96dfa1
Update file dialog properties
...
Due to API change
CURA-8640
2022-03-30 15:13:34 +02:00
c.lamboo
337e2aa4bb
Update set deamon logic
...
`setDaemon(True)` has been deprecated
CURA-8640
2022-03-30 15:12:44 +02:00
c.lamboo
3c9e2a1b08
Update RegExpValidator to RegularExpressionValidator
...
Due to Qt6 API change
CURA-8640
2022-03-30 15:10:37 +02:00
Ghostkeeper
af454600a2
Merge branch 'PP-104_respect-maximum-flow-AA08'
2022-03-30 13:44:45 +02:00
Ghostkeeper
775d85b420
Merge branch 'PP-93_improve-top-bottom-flow'
2022-03-30 12:00:59 +02:00
Jaime van Kessel
820734aad7
Merge branch 'CURA-8466_version_upgrade_50' of github.com:Ultimaker/Cura
2022-03-30 10:52:07 +02:00
Jaime van Kessel
42b97d0d73
Prevent crash on setConnectionState when no global stack is set
2022-03-30 09:46:17 +02:00
Rijk van Manen
7452f8703c
reduce speed to match maximum flow in CURA413
...
With the increase in linewidth to the nozzle size, the material flow for especially the infill (but also inner walls) is increased. The speeds are reduced for the superdraft profiles to match the maximum material flow in CURA413. In the future we want to clean this up in a nice way, but for now this at least fixes some serious extrusion problems. PP-104
2022-03-30 09:15:42 +02:00
Tim Kuipers
2f2f3bb528
change filter deviation defaults
...
as discussed with Rijk from PP&M
2022-03-29 18:17:06 +02:00
j.delarago
99a3a8d11d
QTQuick.Dialogs jumped to using 6.0 in QT6
...
Update imports to use correct version number.
CURA-8640
2022-03-29 16:04:02 +02:00
Ghostkeeper
bdd4e359a7
Merge branch 'master' into CURA-8466_version_upgrade_50
...
Conflicts:
resources/definitions/fdmprinter.def.json -> Removed a setting while on master it was made hidden. Conflicting CURA-8466 with CURA-9069.
2022-03-29 15:46:03 +02:00
Rijk van Manen
80d87cb57e
increase infill density for good top layer quality
...
With increasing the infill linewidth, the infill line distance is increased as well. The infill density of the AA0.8 profiles is increased by 5% to the default of 20%. PP-104
2022-03-29 15:28:34 +02:00
Ghostkeeper
4a82c82435
Remove Variable Line Strategy
...
We will only support the Inwards Distributed strategy type from here on out. You can achieve a similar result as that one by adjusting the Wall Distribution Count setting (1 is Center Deviation, 2 is Inwards Distributed, 999999 approximates Distributed).
Contributes to issue CURA-8466.
2022-03-29 15:17:24 +02:00
Ghostkeeper
c658ad6d3a
Correct new preferences version
...
Apparently this was also incremented since we made the original version of this upgrade for 4.9. Works now.
Contributes to issue CURA-8466.
2022-03-29 15:11:51 +02:00
Ghostkeeper
d801fdcf94
Remove filter_out_tiny_gaps from prepackaged profiles too
...
This setting was removed. The version upgrade would remove it (but that's not applied to pre-packaged profiles).
Contributes to issue CURA-8466.
2022-03-29 15:08:46 +02:00
Ghostkeeper
d9d90ab4b6
Increment setting_version to 20
...
We've removed a bunch of settings and transformed others. To allow profiles to be checked for these and edited if necessary, we now need to increment this version number.
Contributes to issue CURA-8466.
2022-03-29 15:03:48 +02:00
Ghostkeeper
0eed64a2ea
Upgrade 19 to 20, not 17 to 19
...
I was mixing up the versions there. The new version needs to be 20, since 19 was already used for 4.13. We can't use 18 since that was reserved by the betas from which we can never upgrade.
Contributes to issue CURA-8466.
2022-03-29 14:53:50 +02:00
Ghostkeeper
764e18d62c
Don't disable fuzzy skin any more
...
It's added back in for the stable release.
Contributes to issue CURA-8466.
2022-03-29 14:13:30 +02:00
Ghostkeeper
60b1876a24
Replace Equalize Filament Flow with equivalent setting
...
Instead of removing it, let's replace it with something that performs the same sort of functionality.
Contributes to issue CURA-8466.
2022-03-29 14:12:52 +02:00
Ghostkeeper
f2ea7718cb
Remove Filter Out Tiny Gaps setting
...
It is no longer used since we've removed the Fill Gaps Between Walls setting. This setting is no longer referred to from CuraEngine.
Contributes to issue CURA-8466.
2022-03-29 13:54:39 +02:00
Ghostkeeper
8db3e04e58
Upgrade correct setting_versions
...
Also removed this mistake from Arachne Beta 1. Cura 4.13 already had stack version 5, so it's no longer necessary to have both.
Contributes to issue CURA-8466.
2022-03-29 13:46:44 +02:00
Tim Kuipers
ddbd91951f
Rename Filter Distance
...
We're not filtering distances, we're filtering stuff by this distance, so the word order should be reversed
2022-03-29 12:31:13 +02:00
Tim Kuipers
6a8c344bc9
Introduce setting wall_transition_filter_deviation
2022-03-29 12:30:24 +02:00
Jaime van Kessel
994f110aed
Merge branch 'center_last_setting' of github.com:Ultimaker/Cura
2022-03-29 10:44:06 +02:00
pkuiper-ultimaker
c318b0cece
Disable the variable line strategy option in the UI CURA-9069 ( #11705 )
...
* Disable the variable line strategy option in the UI
Relates to PP-143
CURA-9069
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2022-03-29 10:40:26 +02:00
Ghostkeeper
8a546bb6ef
Rename VersionUpgrade49to50 to VersionUpgrade413to50
...
It's going to upgrade from 4.13 to 5.0. We will not support an upgrade path from the alpha/preview-betas to the stable release.
Contributes to issue CURA-8466.
2022-03-29 10:34:21 +02:00
Jaime van Kessel
f436c97abd
Roughly strip out the GraphicalEffects
...
For some reason qt6 that we built still didn't like it.
Since we wanna know if the rest works, yeeting that stuff out for now
2022-03-28 16:11:28 +02:00
j.spijker@ultimaker.com
ff21c93f9b
Qt6 dropped QtGraphicalEffects
...
https://doc.qt.io/qt-6/qtgraphicaleffects5-index.html
Contributes to CURA-8640
2022-03-28 15:33:43 +02:00
Jelle Spijker
12ee57e4ad
Merge branch 'master' into CURA-8640_PyQt6
...
# Conflicts:
# cura/UI/CuraSplashScreen.py
2022-03-28 15:02:18 +02:00
Remco Burema
cba956be19
Merge pull request #11345 from Ultimaker/scale_fan_speed
...
Add 'Scale Fan Speed From 0 to 1' Setting.
2022-03-25 15:58:16 +01:00
Joey de l'Arago
b3eb5270f9
Merge pull request #11706 from Ultimaker/CURA-7810_remove_deprecated_functions
...
Remove deprecated functions
2022-03-25 14:42:20 +00:00
Remco Burema
d8738867f8
Merge branch 'master' into scale_fan_speed
2022-03-25 15:37:19 +01:00
Jaime van Kessel
efdb60e153
Remove area_deviation from ultimaker.def.json
...
CURA-9036
2022-03-25 14:41:56 +01:00
Jaime van Kessel
835bdf8a08
Merge branch 'CURA-9036_fix_average_width_simplify' of github.com:Ultimaker/Cura
2022-03-25 13:53:28 +01:00
Jaime van Kessel
894615914a
Merge branch 'new-splashscreen' of github.com:Ultimaker/Cura
2022-03-25 10:49:16 +01:00
10r3n20
32153b0e57
removed wrong enterprise image
2022-03-25 10:44:50 +01:00
Jaime van Kessel
4f98025acc
Remove unrecognised properties from fdmprinter
...
No idea how they got there, but it caused a warning spam
2022-03-25 10:31:50 +01:00
Jaime van Kessel
f043750f70
Fix errors in workspace dialog
2022-03-25 10:29:36 +01:00
10r3n20
fa3aa696fb
updated payoff
2022-03-25 10:22:46 +01:00
Tim Kuipers
d7e307bf81
remove wall_order_center_last
...
We decided this setting had no real use to the user
2022-03-25 09:05:30 +01:00