Commit graph

24910 commits

Author SHA1 Message Date
Jaime van Kessel
cb657ac45a
Some minor stylechanges in tests 2020-06-19 15:34:13 +02:00
Louis Wouters
3b4833a7e6 Fixed double ";" when using putValue on a line with a comment 2020-06-19 11:38:27 +02:00
Ghostkeeper
10b5f4dc1f
Avoid hitting the prime blob when Z hop is enabled
If Z hop is enabled, it would move to the height of the Z hop at the start of the print, in order to hop for the initial travel move. Cura sort of assumes that this hop is going up and so it's safe to do, but in reality this hop is going down due to the starting process in the firmware. As a hotfix, we'll just move away from that blob so that we don't hit it even if you enable Z hops.
2020-06-19 11:20:00 +02:00
BeamUp 3D
b7eb3f4f75
Add beamup_l.3mf 2020-06-19 11:35:26 +03:00
BeamUp 3D
ef05cd306f
Delete beamup_l.stl 2020-06-19 11:34:53 +03:00
BeamUp 3D
e3e9aec997
version update 2020-06-19 11:31:13 +03:00
BeamUp 3D
f0463d0789
version update 2020-06-19 11:30:57 +03:00
BeamUp 3D
67d229aff0
version update 2020-06-19 11:30:41 +03:00
BeamUp 3D
52ace264ac
version update 2020-06-19 11:30:27 +03:00
BeamUp 3D
31e755f6a3
version update 2020-06-19 11:29:55 +03:00
BeamUp 3D
73d221cb46
stl to 3mf 2020-06-19 11:28:29 +03:00
Jaime van Kessel
ea0c8ff9bc
Implement setDirty for mockContainer 2020-06-18 18:05:07 +02:00
Jaime van Kessel
d0a84828ff
Remove unneeded call to autosave trigger on initializaiton 2020-06-18 17:59:35 +02:00
Jaime van Kessel
f0002e265b
Mark recently constructed stacks as not dirty
The stacks would get marked dirty for setting some metadata, but since thats
part of their construction, they aren't really dirty.

Previously, every single stack that was loaded would be marked as dirty, which causes unneeded
saving.
2020-06-18 17:39:58 +02:00
Ghostkeeper
43c5d05853
Merge branch 'CURA-7505_Refactor_registration_of_cloud_printers' 2020-06-18 17:21:05 +02:00
Ghostkeeper
f8a88642c2
Don't crash when failing to create Toolbox.qml dialogue
Basically we should never be raising the master Exception class, really.
The enclosing class has error handling in case this returns None already, so this fix is easy.

Contributes to Sentry issue CURA-Y5.
2020-06-18 14:53:18 +02:00
Ghostkeeper
85bfb02228
Show an error if trying to open a project file with unknown machine
Previously it would crash.

Fixes Sentry issue CURA-Y1.
2020-06-18 14:31:47 +02:00
Kostas Karmas
18f3d187d5 Remove extra newlines in printers added from account message
Since \n are now replaced by <br>, the \n should be removed from this specific message.
Required after the changes in efaad4f6c8
2020-06-18 14:08:35 +02:00
Kostas Karmas
364769d821 Remove only the hidden printers when removing a printers
When printers share the same group_id, they are removed, regardless if
they are hidden or not. This was resulting in sometimes removing
multiple printers when removing a printer that was created by a project
file.
This PR fixes that by actually checking whether the printer to be
removed is hidden.

CURA-7522
2020-06-18 13:49:50 +02:00
Nino van Hooff
c810ae97a7
Merge pull request #7919 from adripo/patch-2
Fixed next XY return position after pause
2020-06-18 11:27:32 +02:00
Jaime van Kessel
466ec7c42a
Remove duplicated variable
It was holding the same data as extruders_to_disable
2020-06-18 11:08:17 +02:00
Jaime van Kessel
207138e49c
Merge branch 'master' of github.com:Ultimaker/Cura 2020-06-18 11:04:14 +02:00
Jaime van Kessel
930d92869a
Fix syncing empty material with cloud
For some reason the cloud gives a 0000 guid when the material is empty.
2020-06-18 11:03:40 +02:00
Konstantinos Karmas
6634a2bff3
Merge pull request #7928 from Ultimaker/CURA-7509_plugin_versions_on_crash
[CURA-7509] On crash report unbundled plugins + version numbers.
2020-06-18 09:54:54 +02:00
Kostas Karmas
039823e68e Merge branch 'master' into CURA-7509_plugin_versions_on_crash 2020-06-18 09:13:28 +02:00
Kostas Karmas
8abaf69873 Update CloudOutputDevice of the machine when it is rediscovered
Even though the metadata of the machine was updated when it was
rediscovered, the new cluster id was not updated in all its references
(such as in the _remote_clusters and in the _um_cloud_printers dicts).
This commit fixes that issue by properly updating all the entries
that depend on the machine's cluster id.

CURA-7505
2020-06-17 16:11:18 +02:00
Jaime van Kessel
7d75060342
Merge branch 'CURA-6747_and_CURA-6989-stairs-on-the-slope' of github.com:Ultimaker/Cura 2020-06-17 16:06:35 +02:00
Jaime van Kessel
d8ac7fdf2a
Merge branch 'master' of github.com:Ultimaker/Cura 2020-06-17 16:03:39 +02:00
Nino van Hooff
5c52dcc5c4
Merge pull request #7935 from Ultimaker/CURA-7418-update-profile-window
CURA-7418 update profile window
2020-06-17 15:35:19 +02:00
Nino van Hooff
6a02abefcd Change copy of "Your are in sync with your account"
to "Account synced"

Don't think the duplication I found is necessary, but I don't dare to
deduplicate it as I found some logic inconsistencies

CURA-7418
2020-06-17 15:34:13 +02:00
Jaime van Kessel
5a77595807
Fix workspace reader not taking upgrade into account
CURA-7517
2020-06-17 11:15:55 +02:00
Remco Burema
7e18e796dc
Merge branch 'master' of https://github.com/Ultimaker/Cura 2020-06-17 11:03:32 +02:00
Remco Burema
9204ed4a02
Fixes #7943 / Replacing an arbitrary value with a better one.
Not the most elegant way, but it _is_ the ultimate answer after all.
2020-06-17 11:02:41 +02:00
Jaime van Kessel
daa6b4f28d
Add upgrade script for dagoma discoeasy
CURA-7517
2020-06-17 10:46:09 +02:00
Jaime van Kessel
8de981f33d
Add left padding to numeric textfield 2020-06-17 09:29:43 +02:00
Jaime van Kessel
6ec7265d8e
Merge branch 'mb-fix-machine-settings-font-valign' of https://github.com/smartavionics/Cura 2020-06-17 09:27:53 +02:00
Ghostkeeper
180e9b6612
Merge branch 'master' of github.com:Ultimaker/Cura 2020-06-16 16:37:30 +02:00
Kostas Karmas
58218d76c2 Fix missing visibility in the RowLayout of the ConfigurationMenu
This fixes the issue of the "Select configuration" label appearing on
top of the extruders in the configuration menu. This could be observed
when adding a UM2 with Olsson block.
2020-06-16 16:35:22 +02:00
Ghostkeeper
5286be77a1
Merge branch 'CURA-7492_Change_how_the_connection_status_is_determined' 2020-06-16 16:11:26 +02:00
Kostas Karmas
60e38402fb Remove system palette
The SystemPalette was not properly reflecting the text color in the
dark theme (the icon remained black). For that reason, the palette
is removed and color for the icon have been added in the themes.

CURA-7418
2020-06-16 14:50:06 +02:00
Kostas Karmas
a9de95a1eb Fix minor visual issues
The following issues are fixed:
 * The visibility of the placeholder rectangle, according the existence
	of the avatar image
 * The initial letter not being visible in the dark theme
 * Vertical alignment of the avatar

CURA-7418
2020-06-16 14:41:52 +02:00
Kostas Karmas
78bd5520bd Add theme color for sync state icon
CURA-7418
2020-06-16 14:41:23 +02:00
Kostas Karmas
2b517a03cc Fix typo
CURA-7418
2020-06-16 14:39:50 +02:00
Jaime van Kessel
560c0c8657
Merge branch 'feature_add_local_printer_ux' of https://github.com/fieldOfView/Cura 2020-06-16 14:17:16 +02:00
Kostas Karmas
87a97afd84 Add newlines at the end of files
CURA-7418
2020-06-16 13:35:28 +02:00
Jaime van Kessel
1a04744679
Prevent crash when starting the firmware update twice
CURA-6Q
2020-06-16 09:50:18 +02:00
Jaime van Kessel
ec1ed80c9f
Add initials when no avatar is set
CURA-7418
2020-06-16 09:17:58 +02:00
Ghostkeeper
09f40c8f77
Upgrade to setting_version 15
These were apparently outdated.

Contributes to issue CURA-7515.
2020-06-16 03:51:49 +02:00
Ghostkeeper
b645d210ec
Remove unused platform texture
This texture is unused because the OBJ file of the platform mesh has no texture coordinates.

Contributes to issue CURA-7515.
2020-06-15 18:09:39 +02:00
Ghostkeeper
07953488ae
Fix alignment of platform mesh
It was aligned to the bottom side of the build plate rather than the top side. This build plate is 3.2mm thick, so to prevent Z fighting I'm moving the model 3.3mm down.

Contributes to issue CURA-7515.
2020-06-15 18:02:14 +02:00