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
Jaime van Kessel
46c4a70b50
Merge branch 'CURA-8066_Change_tableView_colors' of github.com:Ultimaker/Cura
2021-03-25 11:33:54 +01:00
Kostas Karmas
e55e157925
Change label text to not contain a new line character
...
CURA-8094
2021-03-25 09:05:49 +01:00
Kostas Karmas
18c0510727
Fix review comments in WelcomeContent.qml
...
CURA-8094
2021-03-25 09:00:14 +01:00
Kostas Karmas
d6c1ffdda3
Fix review comments in CloudContent.qml
...
CURA-8094
2021-03-25 08:58:37 +01:00
Kostas Karmas
0488887780
Add image sizes for welcome dialog
...
CURA-8094
2021-03-25 08:57:15 +01:00
Kostas Karmas
c38b6f0522
Change SVG icon names
...
CURA-8094
2021-03-25 08:56:15 +01:00
Kostas Karmas
b21a21c0f2
Add missing style
...
Without it the svgs are rendered as completely black.
CURA-8094
2021-03-24 16:47:40 +01:00
Remco Burema
7304226aca
Increase reliance on anchors instead of width-height.
...
CURA-8014
2021-03-24 16:44:58 +01:00
Remco Burema
98ed2bc8b6
Adopt code-review remark.
...
Use height instead of implicit height.
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2021-03-24 15:59:22 +01:00
Remco Burema
d033e066f7
Adopt code-review remark.
...
Use width instead of implicit width.
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2021-03-24 15:58:44 +01:00
Remco Burema
b04bbfdee2
Adopt code-review remark.
...
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2021-03-24 15:57:41 +01:00
Remco Burema
5083db8d44
On new install or update, have highlights not just changelog.
...
Place images in resources/images/whats_new/N.format and texts in resources/texts/whats_new/N.format where N is the ordinal and format the respective allowed formats.
CURA-8014
2021-03-24 12:00:05 +01:00
Jelle Spijker
1b8d261e95
Correct spacing in Welcome screen
...
CURA-8094 Cura onboarding flow
2021-03-23 12:57:38 +01:00
Jelle Spijker
778db451ad
fixed typo
...
CURA-8094 Cura onboarding flow
2021-03-23 11:40:23 +01:00
Jelle Spijker
91c71e1c8a
Added missing 48px icons
...
These are the new icons. Specifically for 48px.
CURA-8094 Cura onboarding flow
2021-03-23 11:22:20 +01:00
Jelle Spijker
c727fe5e0c
Updated Sign in screen first run
...
CURA-8094 Cura onboarding flow
2021-03-23 11:20:38 +01:00
Jelle Spijker
ccf18a7443
Updated Welcome screen first run
...
CURA-8094 Cura onboarding flow
2021-03-23 11:18:25 +01:00
Daniel Kreuzhofer
75b11002de
remove fixed temperature in startup code
2021-03-18 16:19:26 +01:00
Ghostkeeper
1f9b4c3964
Handle deleting profiles better
...
When deleting profiles, the current item is set to null.
The Activate button was checking if the current profile was already active, and disabling the button if it was. But the button was still enabled if the current item is null because isCurrentItemActivated is only true if there is a current item. So to properly disable the button we need to check also if there is a current item.
The onItemsChanged signal can also trigger if the item that matches the toSelectItemName has no quality_changes_group, i.e. a built-in profile.
Probably fixes Sentry issue CURA-43.
2021-03-18 02:21:14 +01:00
Jelle Spijker
0070866afc
Removed unused dependencies from about dialog
...
CURA-7180 keyring storage
2021-03-16 11:47:00 +01:00
Ghostkeeper
f4b417883e
Merge branch 'patch-1' of https://github.com/TheTRCG/Cura into TheTRCG-patch-1
2021-03-15 17:47:49 +01:00
Jelle Spijker
392ee68557
Updated about dialog with new dependencies
...
CURA-7180 keyring storage
2021-03-15 16:18:16 +01:00
Daniel Kurth
8edab850a8
refactor: Removes override "extrude_prime_pos_abs"
2021-03-15 14:27:46 +01:00
Daniel Kurth
b1788f3329
refactor: New meshes for Atom 3 / lite
...
Add smaller meshes for the Atom 3 and Atom 3 Lite printer as they are too big for the official repo.
2021-03-15 14:21:01 +01:00
Daniel Kurth
f2c1b6234d
refactor: Small changes to Atom 3 machine def file
...
Atom 3 machine definitions file:
- removes "default_values" where "values" are present
2021-03-15 12:22:34 +01:00
Daniel Kurth
4eefca94f9
refactor: Several small changes Atom 3 def files
...
Atom 3 machine definitions file:
- Not correctly set maximum or minimum values are removed
- removed "default_values" where "values" are present
- "support_z_distance" is now dependent on the "layer_height"
- "support_top_distance" and "support_bottom_distance" are removed to as they should be equal to the "support_z_distance"
2021-03-15 12:11:44 +01:00
Daniel Kurth
f9a82ffdd8
fix: Atom 3 reference extruder to machine
...
The "machine" value in the atom3_extruder_0 file is set to the file name of the Atom 3 machine definition file.
2021-03-15 11:05:59 +01:00
Kostas Karmas
547698cffc
Change TableView row color and text color when the row is selected
...
CURA-8066
2021-03-12 17:30:17 +01:00
Daniel Kurth
cb3205c382
fix: Removes custom setting in machine def file
...
Removes custom settings in the machine definition files. These were used to set custom values for the maximum print temperature, maximum retraction speed and distance based on the tool which is used (PTFE or full metal hot end). Thus all variants are also updated. This is done based on feedback of a pull request.
2021-03-10 21:10:53 +01:00
Daniel Kurth
87cc83bbc4
Merge branch 'master' of https://github.com/Ultimaker/Cura into atom3_printers
2021-03-10 21:08:04 +01:00
Ghostkeeper
87d3f6fd22
More consistent Initial Retracted Position setting
...
Contributes to issue CURA-8038.
2021-03-10 18:24:01 +01:00
Ghostkeeper
74ac7a4cea
Merge branch 'CURA-8148_extruders_switch_retraction_initialization' of https://github.com/sisu70/Cura into sisu70-CURA-8148_extruders_switch_retraction_initialization
2021-03-10 17:38:00 +01:00
Tom Callaway
eb5baebd64
add Lulzbot TAZ Pro and Lulzbot Mini 2 profiles ( #9335 )
...
* add Lulzbot TAZ Pro and Lulzbot Mini 2 profiles
* Update resources/definitions/lulzbot_taz_pro_dual.def.json
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-03-09 09:27:46 +01:00
KeltE
cbafac6133
Cura Definition for Flasforge DreamerNX ( #9303 )
...
* Add files via upload
* Update resources/definitions/flashforge_base.def.json
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
* Update resources/definitions/flashforge_base.def.json
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
* Update resources/definitions/flashforge_dreamer_nx.def.json
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
* Update resources/definitions/flashforge_dreamer_nx.def.json
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
* Rename ff_dreamernx_extruder_0.def.json to flashforge_dreamernx_extruder_0.def.json
* Update flashforge_dreamer_nx.def.json
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-03-08 16:51:45 +01:00
Jaime van Kessel
cc1aadde12
Set & use enabled property for saving projects when ufp/gcode is loaded
...
CURA-8034
2021-03-05 14:09:39 +01:00
Daniel Kreuzhofer
5e97cf91ff
Add FLSUN Q5 printer and extruder profile
2021-03-04 13:39:40 +01:00
TheTRCG
650a195fab
Update Geeetech A10 definition
...
Removed overwriting temperature gcode in the definition
Removed repeated gcode
Added comments for the gcode
2021-03-04 14:16:36 +05:30
Ghostkeeper
2c55c4a562
Merge branch 'master' into CURA-7871_lowest_print_height
2021-03-03 17:13:30 +01:00
Firedrops
e385ac9e50
Update ideagen3D_sapphire_plus.def.json ( #9213 )
...
* Update ideagen3D_sapphire_plus.def.json
Added Restore Bed Levelling after Homing to start G-Code.
* Update resources/definitions/ideagen3D_sapphire_plus.def.json
Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
* Update ideagen3D_sapphire_plus.def.json
Corrected machine_head_with_fans_polygon and gantry_height for "One at a time" printing.
* Update resources/definitions/ideagen3D_sapphire_plus.def.json
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-03-02 15:23:13 +01:00
Daniel Kurth
22dd625c7d
feat: Adds files for Layer Atom 3 line of printers
...
The commit adds:
- Machine definition files for the Layer One Atom 3 and Atom 3 Lite Printer
- One shared extruder definition file for the Atom 3 and the Atom 3 Lite
- A mesh file for the Atom 3 and Atom 3 Lite
- Variant files for [0.2; 0.4; 0.6]mm Nozzles for PTFE and full metal hotends
2021-02-28 12:34:23 +01:00
Ghostkeeper
5c58df3c73
Minor corrections to Sri Vignan printers
...
Found during testing. I think it's pretty safe to say what they intended to write here.
Contributes to issue CURA-8051.
2021-02-25 17:46:46 +01:00
Ghostkeeper
642fee9904
Merge branch 'master' of https://github.com/venkatkamesh/Cura into venkatkamesh-master
2021-02-25 17:32:45 +01:00
MarkMan0
145311d615
Minor changes to start/end gcode
2021-02-24 19:06:46 +01:00
Eryone
2b024ab390
Merge pull request #9202
...
* Adding Eryone Thinker profile to Cura
2021-02-24 15:10:28 +01:00
Hellbot Development Team
c7e238c7c7
Update definition files for Hellbot Magna 1 and Hellbot Magna dual ( #8509 )
...
* Update in Definition file for Hellbot Magna 1
* Change the Author name and version number.
* Added Heated bed.
* Added specific Gcode for purging the 2 in 1 hotend.
* Add bed images for Hellbot Hidra and Hidra Plus
* Add meshes files for Hellbot Hidra and Hidra plus
* Add extruder files for new Hellbot printers
* Add extruder files for new Hellbot Printers: Hellbot Hidra and Hellbot Hidra Plus
* Add New Hellbot printers
* Add definition files for the new Hellbot printers: Hidra and Hidra Plus
CURA-8047
2021-02-24 14:55:26 +01:00
MarkMan0
c148475b5a
Adjust brim settings for advanced materials profile
2021-02-22 14:12:01 +01:00
MarkMan0
2e798c6edf
Update start gcode in base
...
Increase probe temperature
2021-02-22 11:40:31 +01:00