Ian Paschal
1aac301f75
additional code style fixes
2018-07-05 11:46:21 +02:00
Ian Paschal
50da6d5176
Fix some code-style
2018-07-05 11:36:36 +02:00
Mark
e1bc5d0f74
fix typing
2018-07-05 11:25:22 +02:00
Ghostkeeper
807e8410c0
Give warning when sum of volumes exceeds volume of prime tower
...
It could happen that the desired volume is not entirely reached in the inner shells because of rounding the volume up to the nearest perimeter on the outer shells.
Contributes to issue CURA-5457.
2018-07-05 10:31:23 +02:00
Lipu Fei
e87f3d7ca9
Fix plugins import in CuraApplication
...
CURA-5543
Only import types for type checking when TYPE_CHECKING is true.
2018-07-05 10:23:20 +02:00
Ghostkeeper
192a581d6d
Don't round the warning threshold
...
The threshold is not visible. It's not necessary to round.
Contributes to issue CURA-5457.
2018-07-05 09:50:05 +02:00
Ghostkeeper
4f1b2d51cc
Remove old commented code
...
This is not valid any more by a long shot.
2018-07-05 09:45:20 +02:00
Mark
20180e3804
Merge pull request #4022 from Ultimaker/remove_id_raise3d
...
Remove ID from Raise3D definition
2018-07-05 09:44:42 +02:00
Diego Prado Gesto
7d7a51d772
Fix code-style in CuraEngineBackend
2018-07-05 08:04:19 +02:00
Ghostkeeper
2023973e98
Use _engine_ready to detect if there is a QML engine
...
We already have this variable. Let's not use a private variable from another class.
2018-07-04 17:39:24 +02:00
Ghostkeeper
b812989f1c
Add types for width, height, depth and shape
2018-07-04 17:34:26 +02:00
Ghostkeeper
9e18bb8b4c
Remove ID from Raise3D definition
...
These IDs are not used and should never be added again.
2018-07-04 17:31:58 +02:00
Diego Prado Gesto
71ca5f39f2
Fix indentation to move the remove function outside of the loop because
...
it only needs to be done once.
2018-07-04 17:30:29 +02:00
Ghostkeeper
c9480f2f2b
Add types for backup metadata
2018-07-04 17:30:01 +02:00
Diego Prado Gesto
efb9fcb645
Merge branch '3.4'
2018-07-04 17:28:08 +02:00
Diego Prado Gesto
ed882b917e
Merge branch 'check_before_install_packages' into 3.4
2018-07-04 17:20:03 +02:00
Ghostkeeper
b149ef57fd
Add test for the version number being incremented
2018-07-04 17:18:01 +02:00
Diego Prado Gesto
d7c1767a23
Merge branch '3.4' into check_before_install_packages
2018-07-04 17:12:46 +02:00
Diego Prado Gesto
8e9ded98e4
Merge branch '3.4'
2018-07-04 14:57:43 +02:00
Lipu Fei
2b5700e4e1
Check the package file before installing it
...
Make sure that the package file is there before we remove the existing
installed files.
2018-07-04 14:50:32 +02:00
Diego Prado Gesto
4fd4043706
CURA-5528 Make the variable remove_failures a set.
2018-07-04 14:39:01 +02:00
Diego Prado Gesto
3b406b5467
Merge branch 'master' of github.com:Ultimaker/Cura
2018-07-04 14:32:05 +02:00
Diego Prado Gesto
4722b5387b
CURA-5334 Add extruder definition for Wanhao printers, Uni Print 3d and
...
Tevo Tornado. Those definitions were added without extruder definitions.
2018-07-04 14:22:22 +02:00
Ghostkeeper
8ff4327c41
Remove Wipe Nozzle After Switch and Purge Volume settings
...
The entire purging algorithm is gone now since it purges by printing the prime tower. The prime tower should be sufficiently strong now to not need this.
Contributes to issue CURA-5457.
2018-07-04 14:17:57 +02:00
Ghostkeeper
7b2a5c9160
Remove prime_tower_wall_thickness setting
...
The wall thickness now depends on the order in which the prime towers are folded, which is really hard to obtain within an inheritance formula. So we forego one of the settings and compute the required thickness to obtain the desired volume in the engine where the shell order is known.
Contributes to issue CURA-5457.
2018-07-04 13:45:44 +02:00
Ian Paschal
d4aaec7355
CURA-5537 Style improvements
2018-07-04 12:51:01 +02:00
Mark Burton
9e0b79469b
Set default value of wall_overhang_speed_factor to 100, i.e. print overhang at the normal speed.
2018-07-04 11:50:30 +01:00
Mark Burton
9186dc2c89
Default value for wall_overhang_angle is now 90 so overhang detection is disabled by default.
2018-07-04 11:50:22 +01:00
Mark Burton
5f23bcf8e9
Allow wall_overhang_angle to be 90 and add blurb that describes how this disables overhang processing.
2018-07-04 11:50:10 +01:00
Mark Burton
41900e33b8
Add wall_overhang_angle and wall_overhang_speed_factor settings.
...
# Conflicts:
# resources/definitions/fdmprinter.def.json
2018-07-04 11:49:53 +01:00
Mark Burton
404551e30a
Remove bridge_wall_max_overhang - no longer required with new overhang settings.
...
# Conflicts:
# resources/definitions/fdmprinter.def.json
2018-07-04 11:49:08 +01:00
Mark Burton
a8685b10be
Change some settings to be settable per mesh rather than per extruder.
...
# Conflicts:
# resources/definitions/fdmprinter.def.json
2018-07-04 11:48:27 +01:00
Diego Prado Gesto
5b251fc6dc
CURA-5334 Remove machine nozzle size from machine definitions and move
...
it to extruder definitions.
2018-07-04 12:00:38 +02:00
Ian Paschal
7d30cee205
Revert "Add dummy details for when there is no selection"
...
This reverts commit 2e3528d9b25b7b3a76cdbb145de955b5d1826bd2.
2018-07-04 11:36:56 +02:00
Diego Prado Gesto
715eda4f59
Merge branch 'master' of github.com:Ultimaker/Cura
2018-07-03 17:57:45 +02:00
Diego Prado Gesto
f91b6faecc
Fix code-styling
2018-07-03 17:57:30 +02:00
Lipu Fei
5f2cbd4440
Merge pull request #4015 from Ultimaker/CURA-5537_toolbox_style_improvements
...
CURA-5537 improve styling of toolbox
2018-07-03 16:05:51 +02:00
Lipu Fei
2e3528d9b2
Add dummy details for when there is no selection
...
CURA-5521
2018-07-03 15:58:54 +02:00
Ian Paschal
bc05839940
CURA-5537 improve styling of toolbox
2018-07-03 15:54:20 +02:00
Jack Ha
b77220b260
Add more ultigcode retract and unretract. CURA-5491
2018-07-03 13:41:14 +02:00
Diego Prado Gesto
9fa8498162
Fix code-style in MaterialManager
2018-07-03 13:25:39 +02:00
Diego Prado Gesto
8633d75751
Fix error introduced when fixing code-style
2018-07-03 13:14:40 +02:00
Jack Ha
e61ad750b7
Fixed UM3 Griffin and UM2 UltiGCode for Pause At Height. CURA-5491
2018-07-03 13:13:33 +02:00
Diego Prado Gesto
ff6bc9de4e
Fix some more code-style
2018-07-03 13:09:05 +02:00
Diego Prado Gesto
ae7875a756
Revert changes in run_mypy script by mistake
2018-07-03 12:09:01 +02:00
Diego Prado Gesto
7714515204
Merge branch 'master' of github.com:Ultimaker/Cura
2018-07-03 12:06:23 +02:00
Diego Prado Gesto
762a1b1bfd
Fix code-style
2018-07-03 12:06:06 +02:00
Lipu Fei
293b803dd3
Fix preferences upgrade in 3.4 to 4.0
2018-07-03 10:40:57 +02:00
Diego Prado Gesto
e983a9a9e7
Merge branch 'master' of github.com:Ultimaker/Cura
2018-07-03 10:40:00 +02:00
Diego Prado Gesto
3c57068cf4
CURA-5034 Fix a typo in the method call.
2018-07-03 10:38:44 +02:00