8609 Commits

Author SHA1 Message Date
Arjen Hiemstra
9fd0239cd5 Add a selectedObjectExtruders property to ExtruderManager
It exposes a list of the extruders used by the current selection.

Contributes to CURA-3609
2017-04-20 17:42:06 +02:00
Arjen Hiemstra
5f65cb25c6 Add a setSelectionExtruder method to CuraActions
Can be used to set the extruder used for the selection

Contributes to CURA-3609
2017-04-20 17:42:06 +02:00
Arjen Hiemstra
61f542c215 Add a SetObjectExtruderOperation class
It handles setting an extruder for an object.

Contributes to CURA-3609
2017-04-20 17:42:06 +02:00
Arjen Hiemstra
03ccdec861 Call the right methods of CuraActions in Actions.qml
Contributes to CURA-3609
2017-04-20 17:42:06 +02:00
Arjen Hiemstra
b56802a523 Add a deleteSelection method to CuraActions
It does the same as CuraApplication::deleteSelection but this is a
better place for it.

Contributes to CURA-3609
2017-04-20 17:42:06 +02:00
Arjen Hiemstra
c21895de97 Add a multiplySelection method to CuraActions
Contributes to CURA-3609
2017-04-20 17:41:53 +02:00
Arjen Hiemstra
905e59354b Change MultiplyObjectsJob to work on a list of objects
This makes MultiplyObjectsJob able to handle a list of objects instead
of a single object ID.

Contributes to CURA-3609
2017-04-20 17:41:53 +02:00
Arjen Hiemstra
97fd35c21d Add a centerSelection method to CuraActions
Can be used to center all selected objects.

Contributes to CURA-3609
2017-04-20 17:41:53 +02:00
Arjen Hiemstra
8e95c894fb Add material and variant names to ExtruderModel
Contributes to CURA-3609
2017-04-20 17:41:53 +02:00
Arjen Hiemstra
dd73c53ece Introduce center and multiply actions that work on the entire selection
Instead of working on a single object.

Contributes to CURA-3609
2017-04-20 17:41:53 +02:00
Arjen Hiemstra
06cc0e9a63 Move the ContextMenu to its own file
Contributes to CURA-3609
2017-04-20 17:39:43 +02:00
MaukCC
6ecd780bea Update cartesio.def.json 2017-04-20 14:47:43 +02:00
MaukCC
ec866fde10 Update cartesio_extruder_0.def.json 2017-04-20 14:44:41 +02:00
MaukCC
0405e3eac0 Update cartesio_extruder_1.def.json 2017-04-20 14:44:31 +02:00
MaukCC
8e6eb1430a Update cartesio_extruder_2.def.json 2017-04-20 14:44:23 +02:00
MaukCC
f6d96d2dd8 Update cartesio_extruder_3.def.json 2017-04-20 14:44:01 +02:00
MaukCC
10233b2c02 Update cartesio.def.json 2017-04-20 11:53:05 +02:00
MaukCC
47aa044f7c Update cartesio.def.json 2017-04-20 11:33:36 +02:00
MaukCC
d7b4a4ab08 Update cartesio_global_Normal_Quality.inst.cfg 2017-04-20 10:57:20 +02:00
MaukCC
b6cc11d02b Update cartesio_global_High_Quality.inst.cfg 2017-04-20 10:57:16 +02:00
MaukCC
d7897376df Update cartesio_global_Extra_Coarse_Quality.inst.cfg 2017-04-20 10:57:11 +02:00
MaukCC
4836bd8863 Update cartesio_global_Coarse_Quality.inst.cfg 2017-04-20 10:57:07 +02:00
MaukCC
4c9b8bdf0a Update cartesio.def.json 2017-04-20 10:18:30 +02:00
MaukCC
91e0ab8fde Update cartesio.def.json 2017-04-20 10:16:04 +02:00
MaukCC
ebcf1baae8 Update cartesio.def.json 2017-04-20 10:13:21 +02:00
Lipu Fei
71706a5df5 Merge pull request #1702 from daid/master
Only update the target bed temperature, without submitting it to the printer. To prevent race conditions.
2017-04-20 09:40:38 +02:00
daid
50acaaf91f Some minor changes on review. 2017-04-20 09:35:48 +02:00
MaukCC
1e27ba86ac Update cartesio_global_Coarse_Quality.inst.cfg 2017-04-20 08:51:24 +02:00
MaukCC
f627f92168 Update cartesio_global_Extra_Coarse_Quality.inst.cfg 2017-04-20 08:51:15 +02:00
MaukCC
98c8bc1929 Update cartesio_global_High_Quality.inst.cfg 2017-04-20 08:50:59 +02:00
MaukCC
f7404a8c10 Update cartesio_global_Normal_Quality.inst.cfg 2017-04-20 08:50:51 +02:00
MaukCC
5aee2556a1 Update cartesio.def.json 2017-04-20 08:45:48 +02:00
MaukCC
5a4475c7d9 Update cartesio.def.json 2017-04-20 08:42:47 +02:00
MaukCC
dea3b06de4 Update cartesio_global_Normal_Quality.inst.cfg 2017-04-20 08:41:25 +02:00
MaukCC
782c3628d2 Update cartesio_global_High_Quality.inst.cfg 2017-04-20 08:40:58 +02:00
MaukCC
a07559ea53 Update cartesio_global_Extra_Coarse_Quality.inst.cfg 2017-04-20 08:40:28 +02:00
MaukCC
28ef1cc109 Update cartesio_global_Coarse_Quality.inst.cfg 2017-04-20 08:39:40 +02:00
MaukCC
a4449c1916 Update cartesio_0.8_petg_high.inst.cfg 2017-04-20 08:33:48 +02:00
Ghostkeeper
16bc9db06d
Simplify gradual infill steps maximum formula
The case where it reaches '20' is incorrect, it should never give an error, so it should've been 999999 or something. This case is also overly complex.
Say that P is 'infill_line_distance > 0' and Q is 'spaghetti_enabled'...
Then it would be the logarithmic if (P and not Q)...
Then it would be 0 or 20 if (not (P and not Q)), which is ((not P) or Q)...
Then it would be 20 if (((not P) or Q) and not Q), which is (not P)...
And it would be 0 if (((not P) or Q) and Q), which is Q.

So therefore it can be simplified to: 20 if (not P) else 0 if Q else logarithmic. But 20 became 999999, hence the above formula.

Contributes to issue CURA-3700.
2017-04-19 16:24:39 +02:00
fieldOfView
62f2fe062b Enable settings when machine_extruder_count is set to 1 but multiple extruders are defined 2017-04-19 16:20:01 +02:00
daid
26a2fb80dc Only update the target bed temperature, without submitting it to the printer. To prevent race conditions. 2017-04-19 15:01:47 +02:00
Arjen Hiemstra
ab1044de7b Some more documentation 2017-04-19 14:41:32 +02:00
Tim Kuipers
50a99eb2b1 fix: dont err on gradual infill when printing hollow (CURA-3700) 2017-04-19 13:50:06 +02:00
Jaime van Kessel
0e381f389a Merge branch 'master' of github.com:Ultimaker/Cura 2017-04-19 13:34:07 +02:00
jack
2cd3565d4b Merge pull request #1672 from Ultimaker/feature_CURA-3529_upgrade_cura_dir
CURA-3529: Set dir names in config to allow UM detect old cura dir
2017-04-19 13:28:49 +02:00
Lipu Fei
7db0f0ebb7 Make toggle button labels clickable 2017-04-19 12:46:25 +02:00
Ghostkeeper
f0d4ea43c2
Merge branch 'master' of github.com:Ultimaker/Cura 2017-04-19 10:39:05 +02:00
Ghostkeeper
eed9ea1b3b
Merge branch 'IMADE3D-revise_jellybox_support' 2017-04-19 10:37:56 +02:00
Ghostkeeper
cc23c72124
Merge branch 'revise_jellybox_support' of github.com:IMADE3D/Cura into IMADE3D-revise_jellybox_support 2017-04-19 10:36:20 +02:00
jack
74726e305e Merge pull request #1698 from Ultimaker/feature_CURA-3574_toggle_button
CURA-3574: Use a toggle button mode switching
2017-04-19 10:28:54 +02:00