23304 Commits

Author SHA1 Message Date
Ghostkeeper
859adbf347
Update translation templates for Cura 4.6
These are the new translations for the next release of Cura. I generated them from my computer at home now, so all of the paths have changed... But they are just indications anyway.
2020-04-06 16:48:13 +02:00
Nino van Hooff
b141bb139e Update documentation of _connectToActiveMachine
CURA-7055
2020-04-06 15:04:39 +02:00
Nino van Hooff
52ef794c4d Add a Message informing users of progress on cloud syncing printers.
CURA-7055
2020-04-06 14:49:45 +02:00
Nino van Hooff
a80a5f36ff Add a Message informing users of progress on cloud syncing printers.
CURA-7055
2020-04-06 13:44:48 +02:00
Jaime van Kessel
02202328d8
Add Versionupgrader to bundled plugin list 2020-04-06 11:20:44 +02:00
Jaime van Kessel
82fa1823cc
Merge branch '4.6' of github.com:Ultimaker/Cura 2020-04-06 11:11:43 +02:00
Jaime van Kessel
ddc826af44
Add VersionUpgrade45 package to bundled list 2020-04-06 11:06:26 +02:00
Ghostkeeper
01ec607d40
Merge branch '4.6'
Conflicts:
	resources/texts/change_log.txt: Both modified but had different wording for the pause-at-height bugfix with motor timeout. I used the wording in 4.6 since it was more extensive.
2020-04-06 09:20:18 +02:00
Ghostkeeper
7be6412ef3
Correct heating up nozzle instead of build plate
Otherwise this print won't work at all. It'll just keep waiting forever until the build plate has reached a temperature that is way out of spec.

Applied at request of MaximeGL in #7280.
2020-04-06 09:19:08 +02:00
Ghostkeeper
de220a74bc
Don't update build volume when prime Z position is changed
It doesn't affect the build volume, since we don't need to move the prime blob disallowed area. It is projected onto the build plate after all.
Most likely this won't affect anyone since the prime Z position is a machine setting that can't normally be modified. But hey, it's a bit more precise anyway.

Found during work on the Settings Guide.
2020-04-06 00:29:48 +02:00
PurpleHullPeas
3cc6b0cb9a
Simplifying mp_mini_delta.def.json
Removing minimum/maximum nozzle size, minimum layer_height, and minimum layer_height_0.
2020-04-04 23:22:17 -05:00
PurpleHullPeas
a1a7d48e46
Merge pull request #1 from Ultimaker/master
Update to master
2020-04-04 22:42:50 -05:00
Remco Burema
60bd676b44
Shader: More use builtin rather than adhoc mix.
part of CURA-7262
2020-04-03 21:24:35 +02:00
Matt Jani
20e58d7d54
Updated "What's New?"change log for 4.6
CURA-7299
4.6-beta
2020-04-03 16:02:00 +02:00
Nino van Hooff
4f55c8d832 Revert "Merge pull request #7384 from Ultimaker/CURA-7333_Fix_reloading_3mf_files_with_many_objects"
This reverts commit 3e46489b6ba3ae0baab347b26ceb036c1a47007d, reversing
changes made to f5669a5a277042266f9b92314948a5cfb75f58ea.
2020-04-03 15:31:08 +02:00
Remco Burema
e23b9a94fa
Shader: Use builtin rather than mix ourselves.
part of CURA-7262
2020-04-03 15:07:28 +02:00
Jaime van Kessel
ecd24cb446
Merge branch 'simplify_test_v2' of github.com:Ultimaker/Cura 2020-04-03 13:25:01 +02:00
Kostas Karmas
ef4921b72c Merge branch '4.6' 2020-04-03 13:12:07 +02:00
maht
58d7eea7bb
Update change_log.txt 2020-04-03 12:45:09 +02:00
Nino van Hooff
3e46489b6b
Merge pull request #7384 from Ultimaker/CURA-7333_Fix_reloading_3mf_files_with_many_objects
Cura 7333 fix reloading 3mf files with many objects
2020-04-03 12:41:22 +02:00
maht
48849a3ccd
Update change_log.txt 2020-04-03 12:41:09 +02:00
Nino van Hooff
4adf4dceb8 Automatically make discovered printers available to use.
instead of the list of available printers to be connected

CURA-7055
2020-04-03 12:02:27 +02:00
Kostas Karmas
4495cea8a4 Remove type of job to avoid type error
If the type of the job is mentioned, the CI/CD system complains about
reading the "private" variable _node of the job.

CURA-7333
2020-04-03 11:20:09 +02:00
Remco Burema
9d19f4f2db
Merge pull request #7398 from Ultimaker/matt-staging
Updated "What's New?"change log for 4.6
2020-04-03 11:07:44 +02:00
Kostas Karmas
8eb48672e1 Use the node id as identifier
Now that libSavitar allows us to read the object id from the 3mf file,
this id will be propagated as an id inside CuraSceneNodes and it will
be used as an identifier to find the object that has to be refreshed.

CURA-7333
2020-04-03 11:05:38 +02:00
Matt Jani
fd9bd3c123 Updated "What's New?"change log for 4.6
CURA-7299
2020-04-03 10:58:57 +02:00
Ghostkeeper
4f50f42796
Merge branch '4.6' 2020-04-02 17:21:03 +02:00
Ghostkeeper
f5669a5a27
Merge branch 'CURA-7340_fix_simulation_slider_layout' into 4.6 2020-04-02 17:20:45 +02:00
Ghostkeeper
97324be971
Merge branch 'fieldOfView-fix_jogging_layout' 2020-04-02 17:10:01 +02:00
Ghostkeeper
b86b6a9449
Merge branch 'fix_jogging_layout' of https://github.com/fieldOfView/Cura into fieldOfView-fix_jogging_layout 2020-04-02 17:07:42 +02:00
Jaime van Kessel
6df2f84c07
Prevent crash when releasing released lock
CURA-C2
2020-04-02 16:51:32 +02:00
Jaime van Kessel
c6dfb6e4cf
Set FirmwareUpdater in error state if file is empty
CURA-6Q
2020-04-02 16:44:18 +02:00
Nino van Hooff
9d9753cb45 Fix: Using onCompleted would break the binding. So Use a Binding instead 2020-04-02 16:31:29 +02:00
Nino van Hooff
6d56b52913 Revert "Fix binding loop in action panel widget"
Fix improper player slider layout which was introduced in 5cfe71e5
2020-04-02 15:15:05 +02:00
Jaime van Kessel
8ba71fde44
Merge branch 'split_bundled_unbundled_option_2' of github.com:Ultimaker/Cura 2020-04-02 14:34:17 +02:00
Tom Hofman
f3927115d6
Infill wipe distance reduced
Since it was protruding the shell
2020-04-02 09:45:11 +02:00
Kostas Karmas
5bdcc2e5ba Add type to objects_in_filenames
CURA-7333
2020-04-01 18:41:04 +02:00
Remco Burema
8d6cbdf673
Fix long materials title causes misalign.
CURA-7240
2020-04-01 17:57:33 +02:00
Remco Burema
07569c6b88
Fix extra line after plugin/materials list.
CURA-7240
2020-04-01 17:54:56 +02:00
Ghostkeeper
da2723f81f
Merge branch '4.6' 2020-04-01 17:52:17 +02:00
Kostas Karmas
99a762bcb9 Avoid warning for object in position 0
CURA-7333
2020-04-01 17:42:26 +02:00
Ghostkeeper
4edef85346
Code style: Space around binary operators
Contributes to issue CURA-7240.
2020-04-01 17:35:40 +02:00
Remco Burema
175121e86c
Fix add printer scrollview overlaps buttons.
CURA-7336
2020-04-01 17:31:23 +02:00
Kostas Karmas
97199d72ad Reload nodes based on object index
Refactored the code in order to extract the index of the node inside
the file and then use that index to reload the correct object from the
file.

CURA-7333
2020-04-01 17:08:30 +02:00
Ghostkeeper
869f26a5ba
Fix crash when entering nonsense numbers like '-'
We shouldn't accept those in the input field at all in my opinion but that is for another time.

Fixes Sentry issue CURA-F5.
2020-04-01 16:34:49 +02:00
Ghostkeeper
565ce0f4b9
Forgot to increment setting version in definitions
Contributes to issue CURA-7282.
2020-04-01 15:51:14 +02:00
Ghostkeeper
8c74429ffc
Halve the defaults in Cura's built-in profile for maximum deviation too
Apply the version upgrade to these profiles too, essentially.

Contributes to issue CURA-7282.
2020-04-01 15:30:04 +02:00
Ghostkeeper
e2e69f6646
Increment setting version to 13
Contributes to issue CURA-7282.
2020-04-01 15:14:01 +02:00
Ghostkeeper
2aeca3ef8c
Add version upgrade for 4.6 to 4.7 to halve the maximum deviation
Contributes to issue CURA-7282.
2020-04-01 15:05:18 +02:00
Ghostkeeper
81df313f3a
Fix documentation for upgrade functions
There are no settings to rename. That documentation was outdated.
2020-04-01 14:58:30 +02:00