Jaime van Kessel
e28a662d7c
Speed up mypy checking
...
Checking Cura takes up most of the time, but during that time we could
check for the plugins.
2019-12-30 13:44:54 +01:00
Jaime van Kessel
0eea73d2a9
Fix typing
...
CURA-6255
2019-12-30 12:57:04 +01:00
Nino van Hooff
9aa5c3cd24
Hardcode plugin id for UsbPrinter and XmlMaterialProfile
...
Previous solution was more defensive but also introduced dependencies
and extra files for minor benefit
CURA-6255
2019-12-30 12:04:41 +01:00
greatnam
3834e415b1
Create fdmprinter.def.json.po
2019-12-30 00:35:27 +01:00
greatnam
e4a392e6e5
Create fdmextruder.def.json.po
2019-12-30 00:34:36 +01:00
greatnam
291b1bc075
Delete fdmprinter.def.json.po
2019-12-30 00:33:41 +01:00
greatnam
b7875f062e
Delete fdmextruder.def.json.po
2019-12-30 00:33:01 +01:00
greatnam
9ac474c8eb
Add files via upload
2019-12-29 21:10:15 +01:00
greatnam
86bdb60b09
Create cura.po
2019-12-29 21:09:30 +01:00
BeamUp 3D
699b58929a
Update beamup_s_extruder_0.def.json
...
Removed "id" field
2019-12-28 17:13:41 +03:00
novamxd
6c22a5ed06
* Revamped ChangeAtZ
...
Fixed a bug where extruder temps for extruder one and two were being applied universally. Now sets individually as expected.
2019-12-26 00:56:57 -06:00
Jaime van Kessel
0862fd493e
Fix some tests not cleaning up correctly after themselves
...
The PrintInformation test wasn't cleaning up after itself correclty. This
left some stuff behind that the other tests were using. Since this is bad (as at that point
tests can influence other tests), i've fixed that
2019-12-24 16:20:09 +01:00
Nino van Hooff
8ae7459ea7
Use plugin Id instead of __file__ for XmlMaterialProfile
...
CURA-6255
2019-12-24 15:49:18 +01:00
Nino van Hooff
128bfa987e
Use plugin Id instead of __file__ for XmlMaterialProfile
...
CURA-6255
2019-12-24 15:42:01 +01:00
Nino van Hooff
49b93db6df
Use plugin Id instead of __file__ for USBPrinting
...
CURA-6255
2019-12-24 14:51:50 +01:00
Remco Burema
04125d4608
Merge pull request #6541 from Ultimaker/default_union_off_for_surface_mode
...
turn off Union overlapping volumes when Surface mode is Surface only
2019-12-24 14:39:03 +01:00
Jaime van Kessel
642cc0c6d1
Merge pull request #6850 from Ultimaker/CURA-6823_improve_splash_screen_responsiveness
...
CURA-6823_improve_splash_screen_responsiveness
2019-12-24 14:10:36 +01:00
Jaime van Kessel
62c54d3f3e
Add few more processEvents to make updating of splashscreen a bit smoother
...
CURA-6823
2019-12-24 13:36:04 +01:00
Jaime van Kessel
41c953112a
Make animation time instead of update dependant
...
CURA-6823
2019-12-24 12:53:19 +01:00
Lipu Fei
dcaa10e409
Handle error due to missing quality_changes in 3MF loading
...
CURA-7078
2019-12-24 10:59:09 +01:00
Jaime van Kessel
8d2083a539
Add temp warnings for the buildplate
...
CURA-6977
2019-12-24 10:54:51 +01:00
Nino van Hooff
d110d04c36
Make loading messages more consistent and cleanup usages.
...
CURA-6823
2019-12-24 10:43:21 +01:00
Nino van Hooff
07fb775ac1
Preload theme in QtApplication
...
Fixes an error where theme was loaded before the engine is initialized
CURA-6823
2019-12-24 09:51:37 +01:00
Dimitriovski
8c0f64633b
Removed comments
...
CURA-7038
2019-12-23 18:08:22 +01:00
Dimitriovski
4b86400661
Merge branch 'master' of github.com:Ultimaker/Cura into CURA-7038
2019-12-23 17:48:15 +01:00
Nino van Hooff
6a0fba060e
Add loading hint for replacing the global stack
...
Displayed as a splash message when the application is starting,
logged (not displayed to the user) otherwise
CURA-6823
2019-12-23 17:32:20 +01:00
Jaime van Kessel
36364ea59b
Fix identation
2019-12-23 17:24:00 +01:00
Dimitriovski
12be21e594
Reworked the flow to show only not installed packages for installing in the Compatibility Dialog
...
CURA-7038
2019-12-23 17:23:26 +01:00
Jaime van Kessel
973685701c
Remove removed setting
2019-12-23 17:19:31 +01:00
Jaime van Kessel
58a20fc110
Remove themed color from machinesettings action
...
Since it's partially in a system themed style, it shouldn't use color.
If it does use color, it gets messed up if the user uses dark theme (white text on
gray background doesn't work)
CURA-7059
2019-12-23 17:08:48 +01:00
Dimitriovski
4375118a9f
Refactored most of the code into separate functions
...
CURA-7038
2019-12-23 16:58:44 +01:00
Nino van Hooff
81976cfd1a
Add a few splash loading messages for a better sense of progress
...
CURA-6823
2019-12-23 16:31:55 +01:00
Ghostkeeper
8a9b791298
Merge branch '4.4'
...
Conflicts:
cura/Machines/MaterialNode.py -> Due to some automated formatting tool. Please disable those tools, people.
2019-12-23 16:26:25 +01:00
Ghostkeeper
ce5f7ce821
Make support wall line count visible when tree support is enabled
...
Oops, otherwise this can't be used (found during testing).
Contributes to issue CURA-7077.
2019-12-23 16:22:17 +01:00
Ghostkeeper
a3c5435a1d
Remove support_tree_wall_thickness
...
This setting will not be automatically translated to support_wall_thickness if it's overwritten, because that would require knowing the line width and we don't know that here. So it's hard to do.
Contributes to issue CURA-7077.
2019-12-23 16:22:17 +01:00
Ghostkeeper
50f64ca696
Merge support_tree_wall_count into support_wall_count
...
So now the two settings are used as one.
Contributes to issue CURA-7077.
2019-12-23 16:22:17 +01:00
Ghostkeeper
dbda415bba
Make merged settings extensible
...
This way it's:
- documented at the top of the file to make it easier to find all the changes, and
- easier to extend the list of merged settings.
Contributes to issue CURA-7077.
2019-12-23 16:22:16 +01:00
Ghostkeeper
824dd59e76
Code style: Spaces around binary operators
2019-12-23 16:22:16 +01:00
Ghostkeeper
71a10a262a
Move documentation nearer to code it applies to
...
Contributes to issue CURA-6522.
2019-12-23 16:22:16 +01:00
Jaime van Kessel
8398384af1
Merge branch 'master' of github.com:Ultimaker/Cura
2019-12-23 15:58:44 +01:00
Jaime van Kessel
580b544642
Convert stl to binary (instead of ASCII)
2019-12-23 15:58:13 +01:00
Jaime van Kessel
19e659735d
Change extension of lotmaxx extruders so they actually work
2019-12-23 15:53:51 +01:00
Jaime van Kessel
cce7af9cb2
Merge branch 'add-lotmaxx-printers' of https://github.com/sm3dp/Cura
2019-12-23 15:48:51 +01:00
Dimitriovski
bd8c1e4c96
Initial implementation for the Compatibility Dialog window
...
CURA-7038
2019-12-23 15:18:09 +01:00
konskarm
4dbc56f09b
Merge pull request #6831 from springtiger/master
...
Hopefully Adding the Anet 3d Printer files to the latest version
2019-12-23 14:17:43 +01:00
Ghostkeeper
f02d4f5e43
Fix spelling
...
Help, I'm forced to do this by the Apostrophe Protection Society!
2019-12-23 14:01:06 +01:00
Jaime van Kessel
2108d408e4
Merge branch 'master' of github.com:Ultimaker/Cura
2019-12-23 11:14:17 +01:00
Jaime van Kessel
f983990ac1
Fix some codestyle issues
2019-12-23 11:13:59 +01:00
Jaime van Kessel
5061a36aba
Fix mesh_type being reset when adding a setting
2019-12-23 11:11:09 +01:00
Ghostkeeper
8218d62e20
Add change log entry for 4.4.1
...
Contributes to issue CURA-7047.
4.4.1
v4.4.1
2019-12-23 10:52:51 +01:00