25510 Commits

Author SHA1 Message Date
Jaime van Kessel
cb2a7e1daa
Remove plugins that weren't restored in the backup from the installed list
CURA-8269
2021-06-01 14:37:12 +02:00
Jaime van Kessel
2d572eef7f
No longer include plugins in the backup
Backups are synced with your account anyway. Backing up the plugins means that you
quickly reach the limit of the max size (250mb) that the backups allow.

CURA-8269
2021-06-01 13:34:07 +02:00
Ghostkeeper
8e12d49160
Merge branch 'master' of github.com:Ultimaker/Cura 2021-05-27 15:21:38 +02:00
Jaime van Kessel
6ec61a6a11
Merge branch 'fix_authdata_infinite_loop' of https://github.com/fieldOfView/Cura 2021-05-25 16:01:25 +02:00
fieldOfView
be06108f36 Fix an crash when starting Cura without a network connection 2021-05-24 18:43:05 +02:00
Humsie
21baf90ec8
Add Z Position parameter to FilamentChange (#9658)
* Add Z Position

* PR Comment: Add minimum value for z_position

Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-05-21 17:02:53 +02:00
Remco Burema
0e95a4612a
Merge pull request #9856 from Ultimaker/CURA-8232_measure_file_type_usage
Add source file type to anonymous usage statistics
2021-05-21 14:05:30 +02:00
Ghostkeeper
48d1715c2d
Also remove other transformations when getting the center position
The other transformations, in particular rotation, were also influencing the merge. The transformations were not removed when calculating the center position, causing the center position of a mesh to be calculating differently. When the meshes were actually transformed/moved, all of the transformations were removed but this gave the model a different center position. The different center position wasn't properly being compensated for using the previously calculated center position.

Fixes CURA-7873.
2021-05-21 13:45:51 +02:00
Ghostkeeper
6eeb135672
Fix calculating AABBs if group nodes are involved
The position of the group node should in theory never be included.
We'll return that position only if there is no mesh data and all children have no AABB either. In that case we'll return a degenerate AABB so that handling code has something to work with. But then also make sure that those degenerate AABBs are ignored if we want to get the AABB of a parent node.

Contributes to issue CURA-7873.
2021-05-21 13:30:53 +02:00
Vandresc
4936ff54d2
Merge pull request #9855 from Ultimaker/CURA-8233_filter_images_from_digital_factory
Filter images from DF open screen
2021-05-21 08:41:51 +02:00
Jaime van Kessel
cfb32bfd50
Also notify layercolor changed if the feedrate with extrusion changed
CURA-8196
2021-05-19 16:44:49 +02:00
Jaime van Kessel
de07286900
Change logger severity of log
CURA-8196
2021-05-19 16:38:55 +02:00
Jaime van Kessel
87fe4555ce
Merge branch 'inat_defs_fixes' of https://github.com/MarkINAT/Cura 2021-05-19 15:32:40 +02:00
Jaime van Kessel
a49627a1f7
Remove unneeded declaration
CURA-8196
2021-05-19 11:10:25 +02:00
Jaime van Kessel
a9970800f6
Don't use travel moves to calculate max flow
CURA-8196
2021-05-19 11:03:29 +02:00
Ghostkeeper
9a7b19f8ac
Only upgrade stacks based on TwoTrees printers
Both extruder stacks and global stacks though.

Contributes to issue CURA-8212.
2021-05-18 17:37:08 +02:00
Ghostkeeper
a00b21a802
Be more robust to broken input files
We've seen from experience that people do end up with broken files, due to user-modifications and whatnot. Corrupting it further won't make things better for the user.

Contributes to issue CURA-8212.
2021-05-18 17:37:08 +02:00
Jaime van Kessel
6f5c3a0c4c
Merge branch 'master' of github.com:Ultimaker/Cura 2021-05-18 16:19:34 +02:00
Jaime van Kessel
5bfb0fc437
Use properties instead of slots for min & max flow
This fixes some update issues in the simulation view display

CURA-8196
2021-05-18 16:18:45 +02:00
Ghostkeeper
0ee9cbd9ee
Merge branch 'CURA-8246_repetier_pause_at_height_fix' 2021-05-18 16:14:37 +02:00
Jaime van Kessel
45f8f3ba3c
Remove some code duplication in DF image filtering
CURA-8233
2021-05-18 15:52:06 +02:00
Ghostkeeper
5d3b442efb
Remove debugging print statement
Don't know how this passed code review. I think I was the one to review it, too.
2021-05-18 13:41:36 +02:00
Remco Burema
4d4427ce79
Extrusion should be retraction.
Should fix #9752 aka internal ticket CURA-8246 -- This makes the repetier case completely analogous to the other 'not-griffin' flavours (at least what concerns retraction amounts), and also neatly dove-tails with the first point things start to go wrong in the bug-report.
2021-05-18 13:21:34 +02:00
Jaime van Kessel
e9d1e91ec2
Convert identation to spaces for line_length_checker script 2021-05-18 11:40:14 +02:00
Jaime van Kessel
0ddc6e1c58
Add line length checker script 2021-05-18 11:37:16 +02:00
Ghostkeeper
9e136eb499
Serialise MIME type name rather than entire MIME type
So we don't get the bracket syntax from its repr, just the MIME type itself.

Contributes to issue CURA-8232.
2021-05-18 11:08:06 +02:00
Ghostkeeper
d4fa1cee45
Fix copying MIME type if scene nodes are copied
We're not doing this in the nicest way possible...

Contributes to issue CURA-8232.
2021-05-18 11:07:02 +02:00
Ghostkeeper
77b7a29fca
Add source file type to anonymous usage statistics
Contributes to issue CURA-8232.
2021-05-17 17:54:13 +02:00
Jaime van Kessel
3018485077
Remove stray debug code
CURA-8233

Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-05-17 15:24:46 +02:00
Jaime van Kessel
2a304ce90a
Filter images from DF open screen
CURA-8233
2021-05-17 14:12:46 +02:00
Jaime van Kessel
90eb2bfbdc
Merge branch 'CURA-8205_Introduce_new_icons_in_Cura' of github.com:Ultimaker/Cura 2021-05-17 13:49:21 +02:00
Jaime van Kessel
91c4d8b5f2
Fix rendering issue in flow view 2021-05-17 10:37:38 +02:00
Jaime van Kessel
dd952c7f63
Merge branch 'master' of https://github.com/khani3s/Cura 2021-05-17 10:33:32 +02:00
Ghostkeeper
28a7facd1b
Merge branch 'CURA-8212_Add_version_upgrader_for_two_trees_definitions' 2021-05-17 09:55:56 +02:00
Kostas Karmas
9d284d9c6f Use new icon for "Block support overlap" models in the object menu
CURA-8205
2021-05-14 10:42:37 +02:00
Kostas Karmas
b5a3bfbf50 Remove old "MeshTypeExclude" icon
It was used by the "Don't support overlaps" tool in the "Per Model settings" but it is now replaced
by the icon "BlockSupportOverlaps"

CURA-8205
2021-05-14 10:10:56 +02:00
Kostas Karmas
7feba68847 Add new icon for block support overlaps
CURA-8205
2021-05-14 09:16:43 +02:00
Kostas Karmas
8014f11d6b Add missing entry to the deprecated_icons dict
CURA-8205
2021-05-14 09:11:27 +02:00
Ghostkeeper
3c4d0b6ecd
Add missing type to lowestPrintableHeight variable
Otherwise it should theoretically default to int, which is wrong. However with some graphics drivers it just seems to result in a failure to compile and concluding with a crash and crescendo.

Fixes #9692.
2021-05-12 13:26:10 +02:00
Ghostkeeper
1cab9cb567
Clarify description of Max Comb Distance With No Retract
It wasn't really clear that a value of 0 essentially equates to not having any maximum (like setting it to infinity).
2021-05-11 15:35:14 +02:00
Kostas Karmas
7ec66bfe42 Update setting version of Strateo3D quality profiles to 17
CURA-8212
2021-05-11 14:29:12 +02:00
Kostas Karmas
be56e52fb2 Merge branch 'master' into CURA-8212_Add_version_upgrader_for_two_trees_definitions 2021-05-11 14:24:57 +02:00
Kelven Raymond
dccf4ef097
New profiles for Strateo3D printers (#9311)
* Create s3d_std1.0_ABS_D.inst.cfg

* Create s3d_std1.0_ABS_E.inst.cfg

* Create s3d_std1.0_ABS_F.inst.cfg

* Create s3d_std1.0_ASA-X_D.inst.cfg

* Publication des profiles betas 1mm et 1.2mm

J'ai mis les fichiers quality à la bonne setting version pour Cura, j'ai mis l'indication Beta sur les labels de profiles.

* Update s3d_std1.0_ASA-X_E.inst.cfg

Tes

* Update s3d_std1.0_ASA-X_E.inst.cfg

* Correction 'No New Line'

* Update s3d_std1.0_ABS_D.inst.cfg

* Incrementation à setting version 16

* Update s3d_std1.0_ABS_D.inst.cfg

* Ajout Profiles COPA B04, B06 et B08

* Ajout Profiles PLA HR870 B0.4, B0.6 et B0.8

* Modification of profiles for 1.0mm and 1.2mm nozzles

-Renaming the variants to include 'Experimental' in the title

* Modification of Variants files for 1.0mm and 1.2mm nozzles

* Update s3d_std0.6_PLA_HT_C.inst.cfg

* Addition of profiles for polycarbonate for 0.4, 0.6 and 0.8mm nozzles

* Delete rename.sh

Remove rename.sh

* Changes: ASA-X points to ASA-X

Co-authored-by: AButler31 <alexander@emotion-tech.com>
2021-05-11 14:23:41 +02:00
Kostas Karmas
be74d4dd3f Fix warning in Setting Visibility Page 2021-05-11 13:45:14 +02:00
Kostas Karmas
89d71d5ddd Fix comment
CURA-8212
2021-05-10 17:43:27 +02:00
Kostas Karmas
3741fd59fe Delete the old twotrees_bluer definition
Since it is being replaced by the new two_trees_bluer

CURA-8212
2021-05-10 17:41:15 +02:00
Kostas Karmas
caaf5ccd14 Add version upgrader from 4.9 to 4.10 for twtrees
Makes sure to upgrade the old twotrees_bluer into the new two_trees_bluer definition.

CURA-8212
2021-05-10 17:40:05 +02:00
Kostas Karmas
2645dc880e Update setting version to 17 for 4.10
CURA-8212
2021-05-10 17:39:33 +02:00
Konstantinos Karmas
86d84d14e1
Merge pull request #9114 from Lester3DGadgets/master
Adding Twotrees Full range printer profiles
2021-05-10 17:23:10 +02:00
Jaime van Kessel
2d396a81c5
Remove unneeded pycapsule imports 2021-05-10 16:53:16 +02:00