Remco Burema
ac5213d232
Fix typing.
...
part of CURA-7147
2020-04-16 12:59:36 +02:00
Remco Burema
006822334c
Fetch preview image from cloud for monitor page.
...
part of CURA-7147
2020-04-16 12:18:49 +02:00
Jaime van Kessel
52f01a71c3
Use base_file to check if a material is known
...
Fixes #7490
2020-04-14 11:18:40 +02:00
Ghostkeeper
9c55ae5ac5
Allow print job actions from 5.2.12
...
This feature was backported to 5.2 so that UM3 can actually do this as well.
2020-04-10 10:39:18 +02:00
Nino van Hooff
95a8eb6ace
Merge remote-tracking branch 'origin/4.6' into 4.6
2020-04-09 17:06:06 +02:00
Nino van Hooff
92d605f022
Update wording for authorization server error message
...
CURA-7346
(cherry picked from commit ea00ff3c4742d7c9f7f9574f72e24e3255641ef6)
2020-04-09 17:05:26 +02:00
Jaime van Kessel
cf6ad0736a
Gracefully handle binding erorr for local OAUTH2 Server
...
CURA-7346
(cherry picked from commit 849e012756595e266be66d60c32beebbbe61beac)
2020-04-09 17:05:19 +02:00
Ghostkeeper
953630ad0b
Be robust against some objects not having an extruder assigned
...
This could happen for instance when a plug-in adds a model.
Fixes Sentry issue CURA-GR.
2020-04-09 12:55:07 +02:00
Ghostkeeper
d5166030d7
Don't detect retractions if E is almost equal, but rounding errors
...
Contributes to issue CURA-7351.
2020-04-09 11:27:40 +02:00
Ghostkeeper
9b997d421b
Keep current_e updated even if not finding retractions
...
Otherwise the new E is never going to be lower than the current E. I don't know how this ever worked then.
Contributes to issue CURA-7351.
2020-04-09 11:22:05 +02:00
Ghostkeeper
d9649dc3dd
Reduce indentation and complexity by using a pre-check
...
Contributes to issue CURA-7351.
2020-04-09 11:03:10 +02:00
Jaime van Kessel
cfc2cc3692
Fix crash when printer definition could not be found
2020-04-08 17:14:58 +02:00
Jaime van Kessel
caa348265d
Add check to prevent unknown materials from being active
...
This should really resolve the key error for anycubics
2020-04-08 17:00:11 +02:00
Jaime van Kessel
f8326d2a6e
Fix setting of sentry_env for betas
2020-04-08 16:32:47 +02:00
Ghostkeeper
3d399672d0
Select default extruder if a setting has an extruder nr that's not available
...
Fixes Sentry issue CURA-G2.
2020-04-07 13:45:41 +02:00
Ghostkeeper
ea31d9d41b
Don't crash on moving empty groups down to build plate
...
Empty groups don't have a bounding box. I don't know how an empty group could've gotten there but maybe there is something happening with a plug-in or something.
Fixes Sentry issue CURA-FM.
2020-04-07 13:16:48 +02:00
Ghostkeeper
95b5a176b8
Update translation file headers for Cura 4.6
...
Contributes to issue CURA-7344.
2020-04-06 17:19:59 +02:00
Ghostkeeper
e676308241
Update translation files with new strings in Cura 4.6
...
Contributes to issue CURA-7344.
2020-04-06 16:52:06 +02:00
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
Jaime van Kessel
ddc826af44
Add VersionUpgrade45 package to bundled list
2020-04-06 11:06:26 +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
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
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
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
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
Ghostkeeper
f5669a5a27
Merge branch 'CURA-7340_fix_simulation_slider_layout' into 4.6
2020-04-02 17:20:45 +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
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
Kostas Karmas
99a762bcb9
Avoid warning for object in position 0
...
CURA-7333
2020-04-01 17:42:26 +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
Kostas Karmas
b118a46630
Remove TODO message from 3mf reload function
...
CURA-7333
2020-03-31 18:02:13 +02:00
Kostas Karmas
134541ee6e
Fix reloading multiple objects from 3mf file
...
CURA-7333
2020-03-31 17:57:23 +02:00
konskarm
cbccb08103
Merge pull request #7370 from Ultimaker/CURA-7328_remove_unused_machine_settings
...
Remove unused machine settings
2020-03-31 14:41:41 +02:00
Kostas Karmas
189c734145
Changed wrapMode to WordWrap, similar to master
...
CURA-7332
2020-03-31 11:41:03 +02:00
Kostas Karmas
6b6446e201
Wrap the restart prompt text in Marketplace
...
CURA-7332
2020-03-31 11:22:07 +02:00
Jaime van Kessel
329c5c5c11
Rename pause duration to disarm timeout and set default to give same behavior as before
...
The name wasn't really covering what it was doing. It wasn't setting the duration of the
pause, it was setting the timeout for the stepper disarm.
Also, ive set the defaults so that the behavior remains the same, unlesss a user
explicitly enables this
CURA-7331
2020-03-30 17:20:59 +02:00
Jaime van Kessel
4682b9c4ae
Merge branch 'pp-plugin_pause-a-h_disarm' of https://github.com/ilyko96/Cura
2020-03-30 17:12:54 +02:00
konskarm
95cefbe895
Merge pull request #7368 from maukcc/master
...
HMS434 update
2020-03-30 15:53:09 +02:00
konskarm
bba6a5cc39
Merge pull request #7144 from Ultimaker/CURA-7162/replace_robot_with_placeholder
...
CURA-7162/Replace the default logobot.svg with a new placeholder
2020-03-30 15:05:37 +02:00
Ghostkeeper
2ee3e5b386
Don't remove machines that don't exist
...
Fixes Sentry issue CURA-EM.
2020-03-30 14:10:59 +02:00
Ghostkeeper
f34edd6bec
Show error when we don't have permission to write workspace
...
Fixes several Sentry issues, among which Cura-EG.
2020-03-30 14:00:36 +02:00
Ghostkeeper
6063307a31
Remove overrides of unused machine setting
...
Contributes to issue CURA-7328.
2020-03-30 12:10:35 +02:00
Ghostkeeper
40fc064e98
Don't remove Nozzle Length
...
Turns out this one was used: As default for the wire printing height.
Contributes to issue CURA-7328.
2020-03-30 12:10:01 +02:00
Ghostkeeper
b5dfcdd482
Remove Nozzle Length and Filament Park Distance from the settings list
...
Implements CURA-7328.
2020-03-30 12:00:59 +02:00