25137 Commits

Author SHA1 Message Date
VOLUMIC
18e74cd51a
Delete STREAM30ULTRA_platform.STL 2021-05-05 11:03:39 +02:00
VOLUMIC
85cd3f08f1
Delete STREAM30PRO_platform.STL 2021-05-05 11:03:29 +02:00
VOLUMIC
2b00896ebc
Delete STREAM20PRO_platform.STL 2021-05-05 11:03:20 +02:00
VOLUMIC
7ee9bd79a2
English names and global parameters optimisation 2021-05-04 17:01:23 +02:00
VOLUMIC
871a0cea69
Add general parameters in definitions 2021-05-04 17:00:15 +02:00
VOLUMIC
398da09a92
Re-optimized STL 2021-05-04 16:59:23 +02:00
VOLUMIC
071f2b8248
Delete resources/materials directory 2021-04-15 18:03:19 +02:00
VOLUMIC
c7ae9a7a67
Definitions corrections 2021-03-31 16:07:01 +02:00
VOLUMIC
f03e41701c
Definitions correstions 2 2021-03-31 16:00:06 +02:00
VOLUMIC
ab79c8af15
Delete stream20_30_extruder.def.json
no more used
2021-03-31 14:51:40 +02:00
VOLUMIC
47808cc309
Definitions corrections 2021-03-31 14:45:50 +02:00
VOLUMIC
0b298b5475
optimized STL 2021-03-30 18:26:36 +02:00
VOLUMIC
4dca95f263
Profils files for VOLUMIC printers series
Profils files for VOLUMIC printers series
2021-03-30 17:14:53 +02:00
VOLUMIC
e2942b23a0
STL for VOLUMIC printers series
STL for VOLUMIC printers series
2021-03-30 17:12:45 +02:00
VOLUMIC
979c2a249f
Files for VOLUMIC printers series
Files for VOLUMIC printers series
2021-03-30 17:11:40 +02:00
VOLUMIC
c311eb639e
Extruders definitions files for VOLUMIC printers series
First extruders definitions files for VOLUMIC printers series
2021-03-30 17:10:05 +02:00
VOLUMIC
5e61737a08
Definitions files for VOLUMIC printers series
First definitions files for Volumic printers
2021-03-30 17:08:48 +02:00
Jaime van Kessel
aed653546a
Merge branch 'CURA-8126_Fix_Toolbox_not_closing_instantly_after_quitting' of github.com:Ultimaker/Cura 2021-03-30 14:26:47 +02:00
Jaime van Kessel
eb9d057c76
Merge branch 'CURA-8125_Fix_marketplace_button_not_directing_to_web_marketplace' of github.com:Ultimaker/Cura 2021-03-30 14:19:50 +02:00
Eryone
9bdf139634
Improve End GCode of eryone_thinker (#9466)
Ensure we disable bed temp and turn off all fans.
Move the nozzle up by 0.5mm and retract to remove wipe on model top layer.

Co-authored-by: Demetrius Apostolopoulos <75643490+dapostol73@users.noreply.github.com>
2021-03-30 13:34:14 +02:00
Kostas Karmas
54b30f20a3 Fix Toolbox window not closing instantly after pressing "Quit Cura"
After installing a package and hitting the "Close Ultimaker Cura" button, the Toolbox window
was remaining open for a few seconds, even though the Cura window was instantly closing.

This is not fixed by explicitly hiding the Toolbox dialog once that button is pressed.

CURA-8126
2021-03-30 11:49:56 +02:00
Kostas Karmas
6abb029afd Fix marketplace button not directing to the web marketplace
We generally disabled the clicks in the mouseArea of the tooltips.
In this case though it should still accept the left click since it acts as a button.

CURA-8125
2021-03-30 11:40:03 +02:00
Konstantinos Karmas
8d194d79b5
Merge pull request #9473 from Ultimaker/revert-9472-CURA-7813_QML_warnings
Revert "Cura 7813 qml modules version bump"
2021-03-30 09:53:19 +02:00
Konstantinos Karmas
504f6dbe70
Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
Konstantinos Karmas
180732788b
Merge pull request #9472 from Ultimaker/CURA-7813_QML_warnings
Cura 7813 qml modules version bump
2021-03-30 09:42:59 +02:00
Jelle Spijker
53067a6d79
Merge pull request #9471 from Ultimaker/Fix_QML_warnings_in_Qt5.15
Fix QML warnings produced due to signal calls in Connections
2021-03-30 09:40:17 +02:00
jelle Spijker
645dc181bc
Fixed not showing tooltip
CURA-7813
2021-03-30 09:26:36 +02:00
Kostas Karmas
189d00c3ed Fix toolbox not initializing due to enabledChanged signal
The Connections in qml is a QObject and it has an enabledChanged signal by default.
Therefore, we cannot really use the Connections to connect to the enabledChanged signal of e.g.
a python class, because qml complains that there is already a function named enabledChanged() in
the Connections.

To circumvent that, we can simply rename the enabledChanged() signal of the Toolbox to
toolboxEnabledChanged().
2021-03-30 09:02:56 +02:00
Kostas Karmas
7827b36ab7 Fix QML warnings due to depricated on<signal> calls in Connections
As of 5.12, the signals used in connections should not be declared as on<signal>, but as
function on<signal>(arguments).
2021-03-30 09:02:48 +02:00
jelle Spijker
3baa71fd48
Update QtGraphicalEffects, Window and Dialogs
CURA-7813
2021-03-29 18:12:35 +02:00
jelle Spijker
9da321ffb9
Update Layouts, Control.Styles and Dialogs
CURA-7813
2021-03-29 18:04:47 +02:00
jelle Spijker
2986d50745
Update QtQuick and QtQuick.Controls
CURA-7813
2021-03-29 17:55:19 +02:00
Jelle Spijker
a277adae64
Merge pull request #9462 from Ultimaker/CURA-7813_fix_crash_globalstack
Workaround: Before closing the window, remove the global stack
2021-03-29 16:16:17 +02:00
Jaime van Kessel
8b447ca5cd
Merge pull request #9270 from mehmetsutas/Rigid3D
Update Rigid3D definitions / Add Mucit2 definition
2021-03-29 13:53:30 +02:00
Ghostkeeper
4eec099c31
Slightly lower build plate mesh
The top of the build plate mesh seems to be 1mm into the build volume in its actual coordinates. The mesh was lowered by 0.8mm. Probably they tried to lower it by 1mm first and then found that it was z-fighting. I'm resolving the z-fight the other way around so that the mesh actually appears completely below the build volume. This makes the build plate grid more clear. No more grey film on top of it.
2021-03-29 13:46:58 +02:00
Ghostkeeper
309bd52eb4
Merge branch 'defs_inat' of https://github.com/MarkINAT/Cura into MarkINAT-defs_inat 2021-03-29 13:40:10 +02:00
Jelle Spijker
c798c7b99e
Merge remote-tracking branch 'origin/master' into CURA-7813_fix_crash_globalstack 2021-03-29 10:17:31 +02:00
MarkMan0
d7c8d05be9 Change machine_start_gcode 2021-03-26 14:58:26 +01:00
MarkMan0
cc76002c03 disable infill_before_walls 2021-03-26 11:49:47 +01:00
MarkMan0
5872065dc8 fix temperatures 2021-03-26 11:49:35 +01:00
Remco Burema
729d3afd32
Workaround discinction model/models/group.
Fixes #9448
2021-03-26 11:26:03 +01:00
MarkMan0
ad803c22fd Fix printer height 2021-03-26 11:20:03 +01:00
Jaime van Kessel
2e88a3463c
Merge branch 'CURA-8014_welcome_pages_attract_mode' of github.com:Ultimaker/Cura 2021-03-25 15:53:59 +01:00
Jaime van Kessel
4e80ac5138
Use alignment instead of anchors
Since it's within a layout, you can't use anchors

CURA-8014
2021-03-25 15:53:08 +01:00
Remco Burema
839ac63241
Darker inactive dots in Whats New.
CURA-8014
2021-03-25 15:35:53 +01:00
Kostas Karmas
179d77ef5c Transfer the "What's new" and "Changelog" pages at the end of wizard
To match the requirements specified in the ticket.

CURA-8014
2021-03-25 13:29:17 +01:00
Jaime van Kessel
ab95af167c
Merge branch 'CURA-8094_onoarding_flow' of github.com:Ultimaker/Cura 2021-03-25 13:12:44 +01:00
Kostas Karmas
7af6ea5cc5 Remove unnecessary horizontalCenter anchor
Left and right anchors can't work at the same time with the horizontalCenter. In this case it
makes more sence to remove the horizontalCenter, since the left and right ones also define the
width of the rectangle.

CURA-8014
2021-03-25 12:51:07 +01:00
Kostas Karmas
55cb7f88a7 Change bottom left button text to "Skip"
Or else the page shows two buttons "Next" buttons.

CURA-8014
2021-03-25 12:47:07 +01:00
Jaime van Kessel
46c4a70b50
Merge branch 'CURA-8066_Change_tableView_colors' of github.com:Ultimaker/Cura 2021-03-25 11:33:54 +01:00