Reiner Buehl
a443f4a50b
Removed material_print_temperature and material_print_temperature_layer_0
...
Removed material_print_temperature and material_print_temperature_layer_0 to leave it to the material definitions.
2021-12-06 21:20:01 +01:00
Reiner Buehl
19c4021a31
fixed indentation
2021-12-06 21:17:36 +01:00
Ghostkeeper
cf8ff903da
Merge branch 'CURA-8670_fix_error_message_failed_sync'
2021-12-06 13:19:27 +01:00
Rijk van Manen
d301adc9ec
reduce flow for 100% density parts
...
Overextrusion needs to be avoided to main high quality. More info: PP-86
2021-12-06 12:37:39 +01:00
Jaime van Kessel
a64aa6ef2d
Merge pull request #10989 from Ultimaker/CURA-8671_dont_send_materials_to_um2c
...
[CURA-8671] Don't send materials to printers that can't receive them
2021-12-06 09:48:18 +01:00
Jaime van Kessel
8f92f049d1
Emit signal when property changed
...
The signals weren't being emitted when the property was set.
CURA-8671
2021-12-06 09:43:53 +01:00
Reiner Buehl
5376ca18f4
Update tinyboy_fabrikator15.def.json
2021-12-05 18:20:40 +01:00
Reiner Buehl
0ab81ab2ae
Update tinyboy_fabrikator15.def.json
2021-12-05 18:16:14 +01:00
Reiner Buehl
fc4104856e
Update tinyboy_fabrikator15_normal.inst.cfg
2021-12-05 18:13:49 +01:00
Reiner Buehl
19282d5657
Update tinyboy_fabrikator15_high.inst.cfg
2021-12-05 18:13:14 +01:00
Reiner Buehl
6779d7134e
Update tinyboy_fabrikator15_draft.inst.cfg
2021-12-05 18:12:37 +01:00
Jaime van Kessel
f999d990e0
Fix error message after a failed sync.
...
This fxes the issue where it would still show an error message if you
first have a sync fail and then have one that succeeds
CURA-8670
2021-12-03 14:19:59 +01:00
Ghostkeeper
f0dc7a0eea
Adjust message to include suggestion to update firmware
...
Because the issue could also be that their firmware is outdated and doesn't yet support syncing material.
Contributes to issue CURA-8671.
2021-12-03 13:59:01 +01:00
Ghostkeeper
770adb2c02
Don't store None as capabilities, but empty list
...
This makes a few things easier. You could see None as being a signalling value to indicate that we don't know capabilities, but this signalling would get lost anyway in the serialising to the metadata. So just an empty list is fine for now.
Contributes to issue CURA-8671.
2021-12-03 13:36:06 +01:00
Jaime van Kessel
1671139225
Add some extra plugins to gitignore
2021-12-03 13:33:40 +01:00
Ghostkeeper
6f8a4e93e7
Fix name of capability to filter on
...
Contributes to issue CURA-8671.
2021-12-03 13:26:51 +01:00
Ghostkeeper
6d9142579a
Add debuging repr to print more nicely
...
Otherwise you just see <CloudClusterResponse object> when you try to print this.
Contributes to issue CURA-8671.
2021-12-03 13:26:29 +01:00
Ghostkeeper
0477ba44b2
Encode capabilities as comma-separated list
...
Previously it was encoded as a stringified Python list of strings, which is much harder to parse.
This would go wrong if any of these capabilities have a comma in them, but I think that would be bad practice for keywords like this anyway.
Contributes to issue CURA-8671.
2021-12-03 13:25:41 +01:00
Ghostkeeper
6b0979172f
Slightly adjust width of button
...
This is more in line with what you see, so you can click on the icon properly to open the per-object settings panel. And the text gets properly elided where the icon starts.
2021-12-03 11:51:04 +01:00
Ghostkeeper
b76df21b4b
Filter printer list by capabilities
...
And an example of such usage: In the material sync via cloud we only want to sync with printers that can receive those materials.
We might want to add a message for the user to also make sure the firmware is up to date. Because if the firmware is not up to date now it will show no printers and instruct the user how to connect the printer to the cloud.
Contributes to issue CURA-8671.
2021-12-02 17:55:53 +01:00
Jaime van Kessel
a49d9748ee
Fix typing mistake
2021-12-02 16:02:36 +01:00
Jaime van Kessel
569be2c791
Merge branch 'master' of github.com:Ultimaker/Cura
2021-12-02 15:08:09 +01:00
Jaime van Kessel
fb09e55b02
Fix typing
...
CURA-8723
2021-12-02 15:07:50 +01:00
Jaime van Kessel
064a845f71
Ensure that opengl context is available when creating a snapshot
...
CURA-8723
2021-12-02 15:06:54 +01:00
Jaime van Kessel
9f6dacfced
Merge branch 'feature_project_thumbnail' of git://github.com/fieldOfView/Cura
2021-12-02 14:37:14 +01:00
Vandresc
748e698b57
Merge pull request #10969 from Ultimaker/CURA-8666_dont_restore_backup_plugins
...
[CURA-8666] Don't restore files ignored with current backup policy.
2021-12-02 14:37:00 +01:00
Remco Burema
f5604dfb1e
Add 'capabilities' to ignored metadata.
...
part of CURA-8671
2021-12-02 12:23:57 +01:00
Remco Burema
1253b41537
Only perform materials-sync-job for capable printers.
...
part of CURA-8671
2021-12-02 12:22:55 +01:00
fieldOfView
0a906accec
Add thumbnail to all 3MF files, and add relation and content-type metadata
2021-12-01 21:49:12 +01:00
Evangelos Trantos
95f0b692a6
Merge pull request #10977 from Ultimaker/CURA-8696_Show_whats_new_after_beta
...
CURA-8696 Show whats new after beta
2021-12-01 20:40:04 +01:00
Jaime van Kessel
83b56726ba
CHange _getBuiltinWelcomePagePath to be static
...
SHould have been static, so boyscouting it now
CURA-8696
2021-12-01 10:33:05 +01:00
Jaime van Kessel
22fcdf5c7b
Change whatsnew to whats_new
...
They are seperate words, so should have an _ in between
CURA-8696
2021-12-01 10:30:52 +01:00
Jaime van Kessel
051c3ee2e2
Fix up documentation of WelcomePageModel
...
Some more boyscouting
CURA-8696
2021-12-01 10:29:31 +01:00
Jaime van Kessel
6bce9453e4
Fix warnings in newpages model
...
Boyscouting. These somehow snuck through code review
CURA-8696
2021-12-01 10:21:07 +01:00
Jaime van Kessel
a057cbe481
Minor codestyle cleanup
...
Boyscouting
CURA-8696
2021-12-01 10:18:04 +01:00
Rijk van Manen
26d6a02c32
gradual infill not implemented for cross (3d) pattern
2021-12-01 09:03:08 +01:00
fieldOfView
0813f27389
Add a thumbnail to 3mf projects
2021-11-30 18:09:41 +01:00
Remco Burema
bb42fa0527
Don't restore files ignored with current backup policy.
...
Restoring plugins will casue a headache when (they are large and) the central storage was removed in the mean time. Since it's current policy to ignore plugins _anyway_ when backing up, the simple solution is to also just don't restore them, even if they where present to begin with. Of course this is also applied to other to-be-ignored files and folder types.
should 'fix' CURA-8666
2021-11-30 17:34:49 +01:00
Jaime van Kessel
ab2cbbfecc
Merge pull request #10920 from sustmi/czech-translations-v4.12.1
...
Add Czech translations for v4.12.1
2021-11-30 14:40:52 +01:00
Ghostkeeper
5da63fda26
Also catch BlockingIOError when getting a keyring attribute
...
This occurs when there's a timeout, on some systems, when asking for the password to the keyring. We'll interpret a timeout as a refusal to enter a password.
Fixes Sentry issue CURA-332.
2021-11-30 13:27:32 +01:00
Jaime van Kessel
2f999ca399
Merge pull request #10858 from Ultimaker/PP-25_close-to-100%-density-infill-behaviour
...
PP-25 close to 100% density infill behaviour
2021-11-29 10:47:48 +01:00
Jaime van Kessel
2000f8143a
Merge pull request #10860 from Ultimaker/PP-25_close-to-100%-density-infill-behaviour-Arachne
...
Pp 25 close to 100% density infill behaviour arachne
2021-11-29 10:46:01 +01:00
Jaime van Kessel
facb6eeb77
Merge branch 'libArachne_rebased' of github.com:Ultimaker/Cura into libArachne_rebased
2021-11-26 15:14:17 +01:00
Jaime van Kessel
b7af37022a
Fix vesion update for beta 1 to beta 2
...
WHoops! Reviewed by Jelle ;)
2021-11-26 15:13:50 +01:00
Fenne
64c0c7c853
Merge pull request #10933 from Ultimaker/Cura-8718
...
Update changelog and whats new
2021-11-26 12:00:42 +01:00
fvrmr
11394d20a2
Update change log
2021-11-26 11:55:21 +01:00
Jaime van Kessel
d34323f6af
Fix layout for changelog
...
CURA-8718
2021-11-26 11:28:37 +01:00
fvrmr
242a598b6b
More typos
...
Fixed some more typos
2021-11-26 10:45:05 +01:00
fvrmr
63615d1254
Fixed typo
2021-11-26 10:39:42 +01:00
fvrmr
affbeba5cf
Update image
...
Wrong image name
2021-11-26 10:37:19 +01:00