25480 Commits

Author SHA1 Message Date
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
Konstantinos Karmas
08e2687c14
Merge pull request #9774 from Ultimaker/CURA-8010-fallback_icon_names
Add system to deprecate icons in the theme
2021-05-10 14:23:05 +02:00
Ghostkeeper
e86ae7c7c1
Keep Z Hop Speed visible
It's also used as the speed at which layer changes are made, so technically it should be kept visible since the setting does indeed affect the g-code.
In practice, it won't affect the print though. Using a reasonable Z hop speed of 10mm/s and the default acceleration of 100mm/s/s, it would take 0.1s to reach the Z hop speed. With the formula for acceleration, 1/2att+vt+c, you can see that it needs 0.5mm to get up to speed, and another 0.5mm to get back to 0. So this speed is only attained with layer heights of more than 1mm which is very unrealistic. For this reason we won't document this in the setting description or its name. The Z hop speed is only used for layer changes because it needs a sensible default for extreme cases, not because it needs to be configurable as such.

But we'll keep it visible to give a less-than-expert user a feeling of control, a placebo effect that they are actually making print quality improvements even if their firmware forbids it from making an actual difference.

Fixes Ultimaker/CuraEngine#1446.
2021-05-10 13:38:38 +02:00
Jelle Spijker
2813ae62b2
Merge pull request #9781 from Ultimaker/CURA-8146_Fix_getting_PyCapsule_error_on_import
CURA-8146: Fix getting PyCapsule error on import
2021-05-10 11:21:55 +02:00
Felipe Navas
62bc71572a Add flow color scheme on preview 2021-05-10 01:04:01 -03:00
Ghostkeeper
e2878e20c9
Merge branch '4.9' 2021-05-07 13:11:01 +02:00
fvrmr
b4c5f25fc3
Update whats new pages
Update page 0 for petg.
Added the original whats new pages from 4.9 to 4.9.1
CURA-8213
2021-05-07 13:10:47 +02:00
fvrmr
1808476c1b Update whats new pages
Update page 0 for petg.
Added the original whats new pages from 4.9 to 4.9.1
CURA-8213
2021-05-07 13:09:42 +02:00
Jaime van Kessel
f741e62669
Add intent profiles for S3/S5 for PETG 2021-05-07 11:56:19 +02:00
Ghostkeeper
912a65b0f3
Add missing source argument to onTriggered handler
Otherwise the source variable is always undefined.

Fixes #9621.
2021-05-07 02:25:05 +02:00
Ghostkeeper
34ba341115
Merge branch '4.9' 2021-05-06 16:48:20 +02:00
Ghostkeeper
bb327b54ab
Merge branch 'CURA-8224_rate_limit_sending_materials_to_printer_over_lan' into 4.9 2021-05-06 16:47:57 +02:00
Jaime van Kessel
88660699eb
Fix stupid copypaste error 2021-05-06 16:33:28 +02:00
Ghostkeeper
16c5fdd798
Code style: Spaces around binary operators
Contrbutes to issue CURA-8224.
2021-05-06 16:27:09 +02:00
Jaime van Kessel
cab92952d3
Also add PETG to excluded materials of Dual UMO
CURA-8220
2021-05-06 16:22:54 +02:00
Jaime van Kessel
b2b10f693d
Rate limit the sending of materials to networked ultimakers
Some ultimakers tend to choke if you try and send a lot of materials in one go.

Previously we would also always send the materials on the main thread, which would also make
the interface freeze a bit. That should no longer happen.

The implementation of this is not really great, but since this is a hotfix i've opted to change
as little as possible.

CURA-8224
2021-05-06 15:43:39 +02:00
Jaime van Kessel
948977f28f
Merge branch 'master' of https://github.com/balacij/Cura 2021-05-06 13:21:05 +02:00
Jaime van Kessel
eb3bdfc18a
Merge branch 'layer_view_statistic_limits_only_visible' of github.com:Ultimaker/Cura 2021-05-06 13:10:38 +02:00
Jaime van Kessel
4cba960783
Fix incorrect value for anycubic profile
This was done as part of merging the printer. Since the issue is so small
I decided to fix it right away instead of bouncing it back & forth with the
original author

CURA-8221
2021-05-06 12:49:54 +02:00
Jaime van Kessel
f07e2bf799
Merge branch 'master' of https://github.com/NilsRo/Cura 2021-05-06 12:42:38 +02:00
Jaime van Kessel
59ed8e129d
Merge branch '4.9' of github.com:Ultimaker/Cura 2021-05-06 11:54:26 +02:00
Jaime van Kessel
974d04a423
Also add red petg to exclude list for UM3 & UMO
Forgot to add them last time. Whoops.

CURA-8220
2021-05-06 11:52:03 +02:00
Ghostkeeper
b134405b2c
Add bottom camera angle menu item to view menu
It doesn't really clutter the interface in this menu.

Done as a 5 minute fix for #7609.
2021-05-06 11:39:11 +02:00
Jaime van Kessel
cabf821736
Print how much time it took to autosave dirty profiles
This should provide some more info for #9594
2021-05-06 10:54:38 +02:00
Jaime van Kessel
d6e8bb87c4
Merge branch '4.9' of github.com:Ultimaker/Cura 2021-05-06 09:45:49 +02:00
Jaime van Kessel
672d6c89cf
Switch out inherit icon
CURA-8010
2021-05-05 15:58:42 +02:00
Jaime van Kessel
5ad9cd4845
Add Function icon
CURA-8010
2021-05-05 15:57:03 +02:00
Ghostkeeper
dfdc7de400
Merge branch 'CURA-7959_add_unit_tests' 2021-05-05 15:41:51 +02:00
Jaime van Kessel
34f75839c4
Add list for deprecated icons
We changed a bunch of names, but we still want to keep it intact for a bit longer.
If we don't, a whole bunch of plugins look ugly AF

CURA-8010
2021-05-05 15:41:26 +02:00