Commit graph

22542 commits

Author SHA1 Message Date
ninovanhooff
f504ef8aef
Merge pull request #6570 from Ultimaker/CURA-6665_api_decorator
CURA-6665 Add @api decorator
2019-10-23 15:50:45 +02:00
Nino van Hooff
dd9e6e4abe Merge branch 'master' into CURA-6665_api_decorator 2019-10-23 15:42:32 +02:00
Nino van Hooff
5436e68ea4 Fix mypy warning
CURA-6665
2019-10-23 15:29:54 +02:00
ninovanhooff
9beea85482
Merge pull request #6566 from Ultimaker/CURA-6858_increase_sdk_ver_7_0
Change SDK version to 7.0.0
2019-10-23 11:54:49 +02:00
Ghostkeeper
fe70cb23bf
Remove overrides that didn't have any effect
This works due to our new test that tests for that case. A common failure case.
2019-10-23 11:01:01 +02:00
Nino van Hooff
a88887dbdb Change Backup (Drive) plugin version to 7.0
CURA-6858
2019-10-23 10:50:04 +02:00
Lipu Fei
08b1e0e9a8 @api checked for semantic versions
CURA-6665
2019-10-23 10:34:50 +02:00
Ghostkeeper
94eb76a844
Merge branch 'master' into CURA-6793_performance
Conflicts:
	cura/Machines/MaterialManager.py -> File was deleted in Master but I changed things for the lazy loading.
	cura/Machines/Models/BaseMaterialsModel.py -> I clarified documentation on a line above a place where a timer was added in between.

Contributes to issue CURA-6793.
2019-10-23 09:58:08 +02:00
Lipu Fei
33cf7491ef dos2unix Decorator.py
CURA-6665
2019-10-23 09:58:05 +02:00
Ghostkeeper
aed2346465
Don't sleep for extruder stacks
Contributes to issue CURA-6793.
2019-10-23 09:53:22 +02:00
Ghostkeeper
5b70d409ed
Improve documentation for lazy-loading background task
In particular the thread switching sleep was a bit mysterious.

Contributes to issue CURA_6793.
2019-10-23 09:46:44 +02:00
Ghostkeeper
f69360fb14
Make lazy-load container a protected inner class
Contributes to issue CURA-6793.
2019-10-23 09:42:43 +02:00
Ghostkeeper
f1e35907d2
Make MachineNodeLoadJob protected inner class
It should not be used outside of this class.

Contributes to issue CURA-6793.
2019-10-23 09:41:05 +02:00
Ghostkeeper
f3736f0576
Add typing for _machines
Contributes to issue CURA-6793.

Co-Authored-By: Jaime van Kessel <nallath@gmail.com>
2019-10-23 07:40:12 +00:00
Lipu Fei
b2afaf305d Add @api decorator
CURA-6665
2019-10-23 08:33:00 +02:00
Ghostkeeper
59e55dab5e
Fixes for consistency with other printers
Contributes to issue CURA-6814.
2019-10-22 17:23:32 +02:00
Ghostkeeper
fa00600655
Merge branch '4.3' of https://github.com/samirabaza/Cura into samirabaza-4.3 2019-10-22 16:58:30 +02:00
Lipu Fei
f2c66f8d3a Fix TestVariantNode
CURA-6921
2019-10-22 15:31:17 +02:00
WalshJames
45f0f1738b
Add files via upload 2019-10-22 15:07:06 +02:00
WalshJames
a5fe6c6668
Add files via upload 2019-10-22 15:04:44 +02:00
WalshJames
4c2520c302
Delete Leapfrog_Bolt_Pro_abs_natural_standard.inst.cfg 2019-10-22 15:04:04 +02:00
WalshJames
1597940dcb
Delete Leapfrog_Bolt_Pro_epla_natural_standard.inst.cfg 2019-10-22 15:03:49 +02:00
WalshJames
52d066a1ec
Delete Leapfrog_Bolt_Pro_global_standard.inst.cfg 2019-10-22 15:03:36 +02:00
Lipu Fei
66005f28f3 Fix typo in removing Alternate Skin Rotations 2019-10-22 15:00:51 +02:00
WalshJames
dbbf8d138a
Delete Leapfrog_Bolt_Pro_abs_natural_standard.inst.cfg 2019-10-22 15:00:45 +02:00
WalshJames
acbb8c5368
Delete Leapfrog_Bolt_Pro_epla_natural_standard.inst.cfg 2019-10-22 15:00:21 +02:00
WalshJames
2e5c9d53b7
Delete Leapfrog_Bolt_Pro_global_standard.inst.cfg 2019-10-22 15:00:08 +02:00
Lipu Fei
66bc20eab1 Revert incorrect material handling code in VariantNode
CURA-6921
2019-10-22 14:53:14 +02:00
WalshJames
5062272de0
added quality files Leapfrog Bolt Pro 2019-10-22 14:49:04 +02:00
WalshJames
c37131291d
added quality filey Leapfrog Bolt Pro 2019-10-22 14:47:55 +02:00
WalshJames
2aba87e9f2
Add files via upload 2019-10-22 14:46:21 +02:00
WalshJames
ca39dae948
Add files via upload 2019-10-22 14:44:58 +02:00
WalshJames
23a9c36f6d
Add files via upload 2019-10-22 14:40:11 +02:00
WalshJames
a34389ca78
Add files via upload 2019-10-22 14:36:17 +02:00
Lipu Fei
b6d591c64c Add typing
CURA-6858
2019-10-22 14:14:14 +02:00
Lipu Fei
1f3a7c976f Remove deprecated MachineManager.activeMachineHasRemoteConnection
CURA-6858
2019-10-22 14:14:14 +02:00
Lipu Fei
38ee4bf208 Remove deprecated functions in MachineManager
CURA-6858
2019-10-22 14:11:40 +02:00
Lipu Fei
7544d049c5 Remove deprecated ExtruderManager.getExtruderName
CURA-6858
2019-10-22 14:11:40 +02:00
Lipu Fei
9c92e61699 Remove deprecated getChildNode and getContainer in ContainerNode
CURA-6858
2019-10-22 14:11:40 +02:00
Lipu Fei
43ee68bdc7 Remove deprecated PrinterOutputDevice.setAcceptsCommands
CURA-6858
2019-10-22 14:11:36 +02:00
Lipu Fei
227b76d6f0 Remove deprecated currentExtruderPositions
CURA-6858
2019-10-22 14:11:31 +02:00
Ghostkeeper
cb9b385a85
Remove Alternate Skin Rotations setting
It's been replaced completely by the Top/Bottom Line Directions setting.
2019-10-22 13:46:42 +02:00
Lipu Fei
fc0b8185b7 Fix setMetaDataEntry() dependency on ContainerRegistery
CURA-6920
2019-10-22 11:38:32 +02:00
skriDude
ad64c9e19a
removed id 2019-10-22 11:16:17 +02:00
skriDude
6a5c6c1b16
removed id 2019-10-22 11:15:52 +02:00
Ghostkeeper
985aac9e60
Assert that there is no ID metadata entry in definition containers 2019-10-22 11:01:16 +02:00
Ghostkeeper
d561810024
Remove ID metadata fields from definition files
They are not being used any more. For some reason people thought that an exception was made for extruders or something. And people keep adding them for the definition files too. I'll add a test to prevent that.
2019-10-22 11:00:49 +02:00
Ghostkeeper
51c3acc654
Document helper functions 2019-10-22 09:56:50 +02:00
Lipu Fei
00abde2c8f Update setting_version for key3d tyro qualities
CURA-6815
2019-10-22 08:09:31 +02:00
Lipu Fei
d2db9b28ca
Merge pull request #6368 from DragonJe/4.3
Hopefully Adding the Key3D Tyro to 4.3 Release
2019-10-22 08:07:59 +02:00