Kostas Karmas
94d1e1d77b
Fix preferences.cfg not being updated in project files
...
Since the metadata/setting_version field was not written in project files from the 3MF writer,
the preferences were never really updated, because their preferences version was marked as 6000000
(basically omitting the setting_version). Now, if any project file is found without a metadata
setting_version tag, it will default to preference version 6000000 and thus it will start calling
the updatedPreferences() functions starting from VersionUpgrade34to35, properly updating the
preferences and adding the metadata/setting_version field in the preferences.cfg of the project
file.
CURA-6711
2020-07-20 12:23:52 +02:00
Ghostkeeper
8c4533a2c3
Fix crash when port gets disconnected while iterating
...
Fixes Sentry issue CURA-11T.
2020-07-20 12:10:08 +02:00
Ghostkeeper
528c8e2226
Also store setting_version in preferences file for project files
...
This allows the version upgrade system to update these preferences in order to display the correct list of visible settings.
2020-07-20 11:48:29 +02:00
Nino van Hooff
18cdce6ef0
Add support_structure to custom visible settings if support_tree_enable
...
is in that list
CURA-6711
2020-07-15 16:08:18 +02:00
Nino van Hooff
bc51db321f
Merge branch 'master' into CURA-6711_support_structure_dropdown
2020-07-15 11:57:34 +02:00
Nino van Hooff
bc34c8dd0b
Version upgrade support_tree_enable -> support_structure
...
CURA-6711
2020-07-13 15:51:14 +02:00
Kostas Karmas
e000efe493
Fix missing import
...
Related to https://github.com/Ultimaker/Cura/pull/7726
2020-07-08 17:37:00 +02:00
Konstantinos Karmas
79a816db6b
Merge pull request #7726 from Bostwickenator/master
...
Add PostProcessingPlugin script DisplayProgressOnLCD
2020-07-08 17:30:05 +02:00
Konstantinos Karmas
0b3773ed14
Merge pull request #8042 from Ultimaker/CURA-5479_revert
...
Revert changes for CURA-5479
2020-07-08 16:56:49 +02:00
Remco Burema
8ff62844df
Merge pull request #8041 from michalsc/master
...
Correctly select the color mode from GUI - this fixes bug #8040
2020-07-08 11:16:46 +02:00
Jaime van Kessel
38256f7a98
Add cast so that mypy doesn't choke
2020-07-08 11:05:46 +02:00
Jaime van Kessel
91690524c0
Ensure that the 3mf reader doesn't make groups of one
2020-07-08 10:39:33 +02:00
Alexander Gee
0a97511d3a
Apply suggestions from code review
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2020-07-08 00:30:19 -05:00
Nino van Hooff
816aaafc19
Revert changes for CURA-5479
...
It was decided that functionality present in existing plugins is
sufficient. No need to replicate it in our own codebase and
take on the burden of maintenance
CURA-5479
2020-07-07 16:11:03 +02:00
Michal Schulz
0a8f94f82e
Correctly select the color mode from GUI - this fixes bug #8040
2020-07-07 12:02:01 +02:00
Jaime van Kessel
9228cb7d0c
Merge branch 'CURA-7549_Project_file_enables_support_in_4.6_but_not_in_4.7' of github.com:Ultimaker/Cura
2020-07-07 11:05:57 +02:00
Jaime van Kessel
82ecc95c22
Merge branch 'master' of github.com:Ultimaker/Cura
2020-07-07 10:47:58 +02:00
Jaime van Kessel
29bd061184
Fix incorrect update of set
2020-07-07 10:47:39 +02:00
Kostas Karmas
4f97089e47
Fix losing global quality changes when reading a 3MF with a CFFF
...
By using "pass" when the IndexError occured while reading the quality changes, empty quality
changes containers were added to the registry. These empty quality changes were then used as
"global" quality_changes, since the container registry was simply picking the first quality
changes instance container that had an empty extruder stack. Therefore, the correct global
quality changes (that actually had the global settings that were changed, like the support)
was just ignored in the whole process.
CURA-7549
2020-07-07 10:43:02 +02:00
Ghostkeeper
c7bbc139f7
Catch file writing errors while writing files in the archive
...
Seems really rare to me, but our users get every possible error some day.
Fixes Sentry issue CURA-ZW.
2020-07-06 17:42:04 +02:00
Ghostkeeper
3032221b70
Prevent division by 0 if total download size is 0
...
This can happen if the downloads are all so small that it gets rounded to 0kB.
Fixes Sentry issue CURA-ZM.
2020-07-06 17:23:58 +02:00
Konstantinos Karmas
f0456526b3
Merge pull request #8023 from Ultimaker/CURA-6915_identify_objects_on_buildplate
...
CURA-6915_remaining_issues
2020-07-06 11:44:54 +02:00
Kostas Karmas
72310919c3
Fix coding style
...
CURA-6915
2020-07-06 11:08:33 +02:00
Konstantinos Karmas
56d21ee190
Merge pull request #8026 from Ultimaker/CURA-5479_job_name_template
...
CURA-5479_job_name_template version upgrade
2020-07-06 10:06:39 +02:00
Nino van Hooff
c64cff9a47
Merge remote-tracking branch 'origin/CURA-6915_identify_objects_on_buildplate' into CURA-6915_identify_objects_on_buildplate
2020-07-03 14:47:17 +02:00
Nino van Hooff
b1cc651a6a
Use DepthFirstIterator to get all descendant Nodes
...
CURA-6915
2020-07-03 14:46:59 +02:00
Nino van Hooff
6cfdda0842
Apply suggestions from code review
...
CURA-6915
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2020-07-03 14:42:08 +02:00
Nino van Hooff
fe7e89835b
Version upgrade for jobname_prefix -> job_name_template
...
CURA-5479
2020-07-03 14:39:05 +02:00
Nino van Hooff
ead0594c56
Write group content metadata for ufp export
...
CURA-6915
2020-07-03 09:56:28 +02:00
Nino van Hooff
a56489b885
Exclude non-printing nodes from ufp export
...
CURA-6915
2020-07-02 17:19:21 +02:00
Nino van Hooff
49f83cbdb5
Fix printer counts for the auto-added printer message
...
CURA-7546
2020-07-02 16:23:46 +02:00
Jelle Spijker
e8f0d41d29
Merge pull request #7995 from Ultimaker/CURA-7199_remove_spaghetti_infill
...
Cura 7199 remove spaghetti infill
2020-07-02 15:12:54 +02:00
Jaime van Kessel
f2b209b79f
Apply suggestions from code review
...
Fix the codestyle
CURA-6915
2020-07-01 14:20:22 +02:00
jelle Spijker
d31c7407ee
Delete removed settings from profiles when upgrading
...
Part of CURA-7199
2020-06-30 15:10:26 +02:00
Nino van Hooff
707745b2bf
Revert "Revert "Write a list of object names to the global metadata of ufp files""
...
Was accidentally committed to master, now on a separate branch
CURA-6915
This reverts commit f660755b
2020-06-30 13:53:25 +02:00
Nino van Hooff
99f4c1a2d3
Merge remote-tracking branch 'origin/master'
2020-06-30 13:51:26 +02:00
Nino van Hooff
f660755b07
Revert "Write a list of object names to the global metadata of ufp files"
...
This was accidentally committed to master
This reverts commit 67836851
2020-06-30 13:51:02 +02:00
Jaime van Kessel
db65a092c3
Merge branch 'master' of github.com:Ultimaker/Cura
2020-06-30 13:41:38 +02:00
Jaime van Kessel
440474b1e8
Pass the cached normal transformation to the rendere
...
CURA-7106
2020-06-30 13:39:32 +02:00
Nino van Hooff
6783685126
Write a list of object names to the global metadata of ufp
...
files
CURA-6915
2020-06-30 13:32:08 +02:00
jelle Spijker
8af4e0d05a
Remove spaghetti settings from 462 visible_settings when upgrading
...
Part of CURA-7199
2020-06-29 16:07:34 +02:00
Jaime van Kessel
22de878e5c
Merge branch 'CURA-7473_account_pending_update_button' of github.com:Ultimaker/Cura
2020-06-29 15:11:42 +02:00
Jaime van Kessel
ae6e78f5ed
Add a don't show me again option to x-ray message
2020-06-29 13:43:19 +02:00
Jaime van Kessel
d2280b9afb
Fix disabling show_xray_warning
2020-06-29 13:31:08 +02:00
Konstantinos Karmas
c6fd25e7e9
Merge pull request #7971 from Ultimaker/CURA-7106-Speedup-multiple-objects-on-build-plate
...
CURA-7106 Speedup multiple objects on build plate
2020-06-29 12:36:02 +02:00
Nino van Hooff
979407eddf
Additional typing fixes
...
CURA-7473
2020-06-29 11:10:50 +02:00
Ghostkeeper
ec66ce3445
Merge branch 'master' of https://github.com/louiswouters/Cura into louiswouters-master
2020-06-26 18:35:38 +02:00
Nino van Hooff
c815b098d4
Fix a bug where a package sync dialog would incorrectly not be shown
...
1. user subscribes to a package
2. dismisses the license/unsubscribes
3. subscribes to the same packafe again
in this scenario we want to notify the user again after step 3. This was
not the case because situations in step 1 and 3 are equal and thus the
user was considered notified.
CURA-7473
2020-06-26 16:28:03 +02:00
Nino van Hooff
4f1a18f102
Add Install Pending Updates button to Account popup
...
CURA-7473
2020-06-26 11:37:01 +02:00
Kostas Karmas
572ded8c95
Fix crash while reading 3mf if extruder list is empty
...
CURA-7527
2020-06-25 14:52:07 +02:00