Jaime van Kessel
8b73f7cef9
No longer create convex hulls for modifier meshes
...
CURA-6030
2019-05-17 09:47:47 +02:00
Jaime van Kessel
1c9eab6b2b
Prevent crashes when backup fails to be restored
...
Also add a bit of logging so that we know what / how it went wrong
2019-05-16 15:48:09 +02:00
Jaime van Kessel
915e0e2047
Only add extrudernr to used extruders if it actually exists
...
This can cause issues when a profile got messed up (especially when using profiles between different custom machines)
2019-05-16 15:41:52 +02:00
Jaime van Kessel
186eef0b68
Fix backup causing a crash in specific situations
2019-05-16 15:38:44 +02:00
Ghostkeeper
1f6a8f2f75
Increment default API version number
2019-05-16 14:27:53 +02:00
Diego Prado Gesto
c4044e731a
Fix typo in a log warning message
2019-05-16 12:04:26 +02:00
Lipu Fei
5e43e723e7
Fix activeMaterialsCompatible()
...
CURA-6511
Looks like a merge conflict
2019-05-07 14:28:13 +02:00
Diego Prado Gesto
5fffa200f7
Make the "Not supported" profile label translatable
...
Contributes to CURA-6502.
2019-05-07 12:04:19 +02:00
Diego Prado Gesto
1093a2d65f
Merge branch '4.1' of github.com:Ultimaker/Cura into 4.1
2019-05-06 14:34:40 +02:00
Diego Prado Gesto
11e86512cb
Include the prime tower to the time calculations
...
Contributes to CURA-6509.
2019-05-06 14:33:24 +02:00
Lipu Fei
53d595f698
Use loader for machine actions in dialog
...
CURA-6495
2019-05-06 13:06:23 +02:00
Jaime van Kessel
eb690a459f
Fix boundingbox calculation of grouped groups
...
Previously this would cause a crash because the bounding box of the outermost
group would not take the bounding boxes of it's children's children into acocunt.
CURA-6501
2019-05-06 11:40:47 +02:00
Jaime van Kessel
e363f1af94
Remove hardcoded references to Ultimaker machines in QML
...
We shouldn't hardocode machines in QML in any case. It also created issues
for other monitor / connection flows.
2019-05-03 14:10:21 +02:00
Jaime van Kessel
2e90078ec7
Fix incorrect deprecation message
2019-05-03 13:19:17 +02:00
Lipu Fei
7d4c821551
Prevent auto selecting an invalid printer
...
CURA-6483
2019-05-03 08:49:39 +02:00
Lipu Fei
1e89ce3673
Merge remote-tracking branch 'origin/4.1' into CURA-6483_fix_add_by_ip
2019-05-02 14:06:07 +02:00
Lipu Fei
5fee82bcb7
Fix machine settings page
...
CURA-6495
2019-05-02 09:46:00 +02:00
Lipu Fei
71e32d94f7
Resolve merge conflicts
...
CURA-6483
2019-05-02 07:45:43 +02:00
Ghostkeeper
ab0cef95e8
Sort secondarily by printer name
...
Makes it a bit easier to find printers.
Implements a suggestion from Reddit: https://www.reddit.com/r/ultimaker/comments/bj0txe/any_way_to_have_the_printers_sorted_on/
2019-05-01 14:38:55 +02:00
Ghostkeeper
8d6136bcf3
Don't crash when materials are not registered
...
It can't update the nodes structure with the links between materials then.
Contributes to issue CURA-6444.
2019-05-01 13:14:40 +02:00
Lipu Fei
0cc00efa79
Add doc for group_id
...
CURA-6483
2019-04-30 12:53:47 +02:00
Lipu Fei
40d26bbb6e
NetworkingUtil is included in Cura 1.5 QML
...
CURA-6483
2019-04-30 12:49:26 +02:00
Lipu Fei
d18c11a2c1
Fix filtering in switchPrinterType()
...
CURA-6483
2019-04-30 12:46:35 +02:00
Lipu Fei
d6f4ddc322
Simplify GlobalStacksModel
...
CURA-6483
2019-04-30 12:46:01 +02:00
Lipu Fei
ed8127777c
Make a single NetworkingUtil
...
CURA-6483
2019-04-30 09:43:50 +02:00
Lipu Fei
8c42ceb8e6
Use socket to validate IP addresses
...
CURA-6483
2019-04-30 07:40:18 +02:00
Lipu Fei
c8872cb4a1
Use a separate function to validate IP address
...
CURA-6483
2019-04-29 15:53:08 +02:00
Lipu Fei
defcba6927
Fix that you can only cancel in WizardDialog
...
CURA-6483
2019-04-29 15:53:08 +02:00
Lipu Fei
bed13bf42b
Cleanup and make sure that group_name is set
2019-04-29 15:53:08 +02:00
Lipu Fei
d16da3da3a
Add group_id and fix remove printer
...
CURA-6483
- Added a unique group_id (a GUID) to all created GlobalStack.
- Changed version upgrade to generate unique group_ids for
GlobalStacks.
- RemoveMachine() now uses group_ids to remove hidden GlobalStacks.
2019-04-29 15:53:08 +02:00
Lipu Fei
19cd8f4edc
Better naming for hasMachineTypeName()
...
CURA-6449
2019-04-29 13:28:18 +02:00
Ghostkeeper
1fb336ed3d
Merge branch 'CURA-6483_fix_manual_printer_discovery' into 4.1
2019-04-26 14:15:07 +02:00
Jaime van Kessel
f48bc7a047
Fixed highlighting matching configuration if a material is empty
2019-04-26 12:00:57 +02:00
Jaime van Kessel
ac8cca31d1
Merge pull request #5667 from Ultimaker/CURA-6478_drag_expandable_component
...
Make Expandable Components Draggable [CURA-6478]
2019-04-26 11:03:52 +02:00
Remco Burema
ad9fc62ff5
Fix typing. [CURA-6478]
2019-04-25 23:05:52 +02:00
Jaime van Kessel
5f76070f05
Fix situation where authtoken wasnt updated for the toolbox request headers
2019-04-25 16:16:44 +02:00
Remco Burema
194f01f840
Add preferences for draggable/expandable-component. [CURA-6478]
2019-04-25 14:50:29 +02:00
Jaime van Kessel
078707a726
Merge branch '4.1' of github.com:Ultimaker/Cura into 4.1
2019-04-25 14:12:15 +02:00
Jaime van Kessel
da736cc4be
Add import redirects with deprecation warning so we don't break plugin compatibility
2019-04-25 14:11:42 +02:00
Lipu Fei
0501ae2fbc
Handle case that printer type can be human readable string
...
CURA-6449
2019-04-25 13:14:28 +02:00
Lipu Fei
b22073e170
Add timeout for manual IP requests
...
CURA-6483
2019-04-25 11:54:32 +02:00
Lipu Fei
9868dee474
Fix typing
...
CURA-6483
2019-04-25 08:57:57 +02:00
Lipu Fei
372e9026e4
Move add by ip device discovery into DiscoveredPrintersModel
...
CURA-6483
2019-04-25 08:44:55 +02:00
Remco Burema
37fddaee5c
Limit draggable component to the main window.
2019-04-25 08:43:36 +02:00
Jaime van Kessel
b2e2f088c4
Add even more logging to the auth service
2019-04-24 16:44:13 +02:00
Jaime van Kessel
d69eb89f17
Fix refresh token not being stored in the bootup refresh case
2019-04-24 16:03:12 +02:00
Lipu Fei
5fc91e797e
Remove mistake code
2019-04-24 13:22:53 +02:00
Lipu Fei
24f28fe03e
Calculate AABB for non printing meshes
...
CURA-6480
2019-04-24 13:06:01 +02:00
Lipu Fei
3c43864dac
Revert "Fix crash when moving the support eraser"
...
This reverts commit 3a195e9678 .
CURA-6480
2019-04-24 11:28:50 +02:00
Lipu Fei
3a195e9678
Fix crash when moving the support eraser
...
CURA-6480
2019-04-24 11:04:33 +02:00