Jelle Spijker
c462b62edc
Handle raised error when there is no keyring backend present
...
CURA-7180 keyring storage
2021-03-17 09:22:24 +01:00
Jelle Spijker
3fd3fd7c7d
Obfuscate sensitive preference data from the back-up
...
CURA-7180 keyring storage
2021-03-17 08:54:16 +01:00
Jelle Spijker
b6b9dd1864
Fixed wrong typing
...
CURA-7180 keyring storage
2021-03-17 07:34:28 +01:00
Jelle Spijker
f51c466155
Use a descriptor to optionally store to Keyring
...
CURA-7180 keyring storage
2021-03-17 06:16:01 +01:00
Jelle Spijker
d06a25595a
Use a descriptor to optionally store to Keyring
...
CURA-7180 keyring storage
2021-03-16 19:28:56 +01:00
Ghostkeeper
58369822fc
Clean up invalid quality changes robust to asynchronous changes
...
It's possible that a profile is no longer in the registry by the time it gets to that point in the list if this clean-up is triggered by the very action of deleting a profile.
Fixes Sentry issue CURA-1T5.
2021-03-16 16:36:01 +01:00
cataclism
c9fdfbe4ac
Added variant files for MINGDA
2021-03-16 14:45:59 +01:00
cataclism
344930f93a
Add files via upload
2021-03-16 14:43:53 +01:00
cataclism
18aa6df78e
Added definition for D3,D4,Rock3
2021-03-16 14:42:47 +01:00
Jelle Spijker
6372fbed54
Added copyright notice
...
CURA-7180 keyring storage
2021-03-16 11:57:58 +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
Jelle Spijker
96e39810f2
Sync after log in works again
...
Needed to restore the access token after the
auth data was written to the preference file.
CURA-7180 keyring storage
2021-03-15 14:35:00 +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
Jelle Spijker
fcf698f00b
Added documentation and refactored
...
CURA-7180 keyring storage
2021-03-15 14:16:27 +01:00
Jelle Spijker
2796b9bef3
Store new keys to preference
...
CURA-7180 keyring storage
2021-03-15 13:06:42 +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
Jelle Spijker
b604bbd255
Store secrets as securely as possible
...
Use the keyring if allowed, available, otherwise use preference
CURA-7180 keyring storage
2021-03-15 11:48:42 +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
Gabriele Rossetti
e9573e4d2c
Fixed some bugs and name issues emerged during the build
2021-03-14 12:21:29 +01:00
Gabriele Rossetti
cc010bb390
New Deltacomb 3D Printer Series profiles
2021-03-14 11:56:21 +01:00
Gabriele Rossetti
015af88754
Merge pull request #4 from Ultimaker/master
...
Merge With recent Ultimaker Code
2021-03-14 11:47:56 +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
Ghostkeeper
7c2a7dc8a5
Corrections for duplicate entries
...
Some miscommunication here.
2021-03-12 10:41:52 +01:00
Ghostkeeper
b717f54e09
Add link to discussion thread in change log
2021-03-12 10:28:28 +01:00
Ghostkeeper
0ea953cdb8
Fix display of the Arachne change log in beta
...
The version number didn't change, and our filtering on these headers doesn't take that case into account. I wonder why it's filtering at all, since older versions of Cura won't have the new change log anyway, but there you go. This seems to resolve the issue.
2021-03-11 17:40:36 +01:00
fvrmr
e69db0c677
Copywrite changelog
...
Copywrite changelog:
Added new features for line width color scheme and static outer wall.
Added randomize infill start, infill travel optimization, connect top/bottom polygons, layer thickniss to bugfixes.
2021-03-11 17:34:20 +01:00
Jelle Spijker
47df060bee
Added fundaments of SecretStorage vault
...
This class will handle the storing and processing
of secrets. Such as tokens. It will try to use the system
keyring by default. Falling back to less secure methods,
if the user doesn't allow access to the keyring or if
the back-end is unsupported.
CURA-7180 keyring storage
2021-03-11 14:21:51 +01:00
Jelle Spijker
40b1a875d0
Added missing features to known issues in the changelog
2021-03-11 13:11:08 +01:00
Jelle Spijker
e832a68bc3
Added known issues to the changelog
2021-03-11 13:04:32 +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
Jelle Spijker
2e3d85b9d0
Merge pull request #9377 from Ultimaker/fix_layer_view_greyout_on_model_switch
...
Fix layer view being greyed out after reslicing gives same current layer
2021-03-10 07:49:24 +01:00
mixware011
db933a0a54
commit mixware_hyper_s_platform.stl again
2021-03-10 09:29:45 +08:00
mixware011
bb9990b563
Delete mixware_hyper_s_platform.stl
2021-03-10 09:27:21 +08: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
Ghostkeeper
fde9449358
Add test to ensure that no definitions define new settings
...
See the documentation of the test.
2021-03-08 16:53:48 +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
Jelle Spijker
720b356221
Merge remote-tracking branch 'origin/master' into CURA-7180_keyring_storage
2021-03-08 15:23:46 +01:00
Konstantinos Karmas
1459d2c462
Merge pull request #9371 from Ultimaker/CURA-8034_Prevent_saving_project_from_presliced_file
...
Set & use enabled property for saving projects when ufp/gcode is loaded
2021-03-08 14:46:46 +01:00
Ghostkeeper
1251370759
Add change log for Arachne engine beta
...
These are the fixes we made between the alpha and the beta.
2021-03-08 12:30:37 +01:00
Ghostkeeper
8f1230631f
Slightly more consistent formatting
...
This should never have been committed this way, really.
2021-03-08 11:30:45 +01:00
3dg-Lester
90076c5586
Update resources/definitions/two_trees_sapphireplus.def.json
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-03-07 10:42:09 +08:00
3dg-Lester
04e30b9fae
Update resources/definitions/two_trees_sapphireplus.def.json
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-03-07 10:41:54 +08:00
3dg-Lester
135484744b
Update resources/definitions/two_trees_sapphireplus.def.json
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-03-07 10:41:41 +08:00