Commit graph

11154 commits

Author SHA1 Message Date
Aleksei S
01437b2db1 Merge branch 'master' of github.com:Ultimaker/cura 2017-11-17 15:24:18 +01:00
Aleksei S
93de006271 Remove suffix .curaproject for case "import models" 2017-11-17 15:22:29 +01:00
Diego Prado Gesto
39428991de Merge branch 'master' of https://github.com/Ultimaker/Cura 2017-11-17 15:07:10 +01:00
Diego Prado Gesto
a0304255d1 CURA-4577 Take into account relative movements in GCodes 2017-11-17 15:05:08 +01:00
ChrisTerBeke
f48539cc93
Merge pull request #2685 from Ultimaker/container_stack_improvements
Container stack improvements
2017-11-17 13:09:54 +01:00
Lipu Fei
2c39612bc8 Fix UM2 upgrade regarding the variant
CURA-4482

UM2 by default doesn't have variants, but if the user enables Olsson
Block, the variant option will become available. This commit fixes the
following cases:

- Make sure that the variant is set on the extruder stack but not the
  global stack
- Extruder stacks don't contain information such as has_variant. Such
  info should be retrieved from the global stack and not just from the
  definition container because they can be overriden by other
  containers.
2017-11-17 12:47:30 +01:00
Lipu Fei
e246784df2 Use parseBool() for metadata bool values
CURA-4482
2017-11-17 12:43:30 +01:00
Ghostkeeper
aa92d4d0f9
Add to all installation to lib/ folders
Some systems have a suffix there to indicate the address size, such as lib64.
2017-11-17 11:46:55 +01:00
Lipu Fei
9b102f9a7e Remove unused function in StartSliceJob
CURA-4482
2017-11-17 11:03:13 +01:00
Lipu Fei
cd37f91a0a Remove unnecessary code in BuildVolume
CURA-4482
2017-11-17 11:02:41 +01:00
Ghostkeeper
f27494d60a
Move ironing into shell category
It is no longer considered experimental.
2017-11-17 10:59:14 +01:00
Ghostkeeper
15a50511b7
Don't crash if support density is 0
Found while working on CURA-4523.
2017-11-17 10:57:23 +01:00
Diego Prado Gesto
b868f913c4 CURA-4577 Adding relative positioning to GCodeReader 2017-11-16 10:27:52 +01:00
Andreea Scorojitu
9bcc4da4a1 Merge branch 'master' of https://github.com/Ultimaker/Cura 2017-11-15 13:40:56 +01:00
Andreea Scorojitu
7aeaf661ae Change_Color_UI_elements_CURA-4548 2017-11-15 13:40:46 +01:00
Thomas Karl Pietrowski
b2da4894b1
CuraApplication: Rename file --> file_name
'file' is a built-in function!
2017-11-15 01:21:08 +01:00
Ruben D
8dd91519a6
Move Support Chunk Size out of children of skip_some_zags
The rule is that leaf settings are the ones that are used by the engine. The support_skip_some_zags setting is used by the engine.
2017-11-15 00:54:08 +01:00
Mark
913bcf45b1 Add stderr to send errors to 2017-11-14 11:53:24 +01:00
Diego Prado Gesto
720b9ebdfa CURA-4556 Add profiles for AA0.25 and BAM material 2017-11-13 11:06:27 +01:00
Ruben D
6d05c320a8
Remove disfunctional initial layer z offset settings
The pull request for the engine wasn't merged. It looks like the pull request for the front-end settings wasn't merged either, but here they are. They shouldn't be here.

Fixes #2744.
2017-11-11 17:51:33 +01:00
ChrisTerBeke
88cf40e2d7 Merge branch 'master' into container_stack_improvements 2017-11-10 14:35:13 +01:00
ChrisTerBeke
6f298d1602 Merge branch 'master' of https://github.com/Ultimaker/Cura 2017-11-10 14:34:28 +01:00
Jaime van Kessel
41acedd4c1 Merge branch 'master' of github.com:Ultimaker/Cura 2017-11-09 13:52:20 +01:00
Jaime van Kessel
f2e7fef747 Update PreviewPass so that only slicable objects are rendered 2017-11-09 13:51:47 +01:00
Andreea Scorojitu
723d593827 Merge branch 'master' of https://github.com/Ultimaker/Cura 2017-11-09 12:02:13 +01:00
Andreea Scorojitu
477e295e70 Change_Color_UI_elements_CURA-4548 2017-11-09 12:02:01 +01:00
Lipu Fei
637d1a1da3 Fix Vertex Delta K8800 definition file 2017-11-09 10:37:51 +01:00
Lipu Fei
b0144c7f10
Merge pull request #2740 from kaleidoscopeit/master
New machine definition : Deltacomb 3D
2017-11-09 10:33:53 +01:00
kaleidoscopeit
714c0f25da Set all "setting_version" in qualitites to 4 2017-11-09 10:25:30 +01:00
Lipu Fei
78456d5bc3 Fix clusterSize property check in QML 2017-11-09 09:06:46 +01:00
Andreea Scorojitu
d6f856e900 Merge branch 'master' of https://github.com/Ultimaker/Cura 2017-11-09 08:47:09 +01:00
Lipu Fei
183c63f765
Merge pull request #2720 from Ultimaker/Update_Infill_Patern_Description
Add_tri-hexagon_and_cross_to_pattern_description
2017-11-09 08:14:35 +01:00
Lipu Fei
cb6c6d51b4
Merge pull request #2751 from Ultimaker/fix_clustersize_null
Also check if base.selectedPrinter is null
2017-11-09 08:05:31 +01:00
Lipu Fei
a4f6af900b
Merge pull request #2747 from Velleman/master
Update Definiton for K8800 Vertex Delta
2017-11-09 08:03:19 +01:00
Mark
1468c3aae5 move undefined/null check 2017-11-09 07:37:09 +01:00
Mark
fdcce1780e Also check if base.selectedPrinter is null 2017-11-08 19:24:09 +01:00
Andreea Scorojitu
d8d738be25 Change_Color_UI_elements_CURA-4548 2017-11-08 17:02:49 +01:00
Jaime van Kessel
06045f036e Added previewPass 2017-11-08 16:37:24 +01:00
Mark
303cf33de1 Made the message more clear 2017-11-08 10:23:19 +01:00
Brecht Nuyttens
873862efd7 Fixed Vertex Delta Definition 2017-11-07 16:54:18 +01:00
Brecht Nuyttens
6c734e15c5 Merge branch 'master' of https://github.com/Velleman/Cura 2017-11-07 16:52:04 +01:00
Lipu Fei
2be529668e Fix download for firmware upgrade notification
Same issue as the download for Cura version upgrade in CURA-4464.
2017-11-07 13:04:18 +01:00
Lipu Fei
d65ae62876
Merge pull request #2743 from Ultimaker/headless_cura
Headless cura
2017-11-07 11:07:43 +01:00
kaleidoscopeit
5008d63cfe New machine definition : Deltacomb 3D 2017-11-06 10:01:57 +01:00
ChrisTerBeke
d32b7f0091 Merge branch 'master' into container_stack_improvements 2017-11-06 09:49:44 +01:00
ChrisTerBeke
2f0e81a819 Merge branch 'master' of https://github.com/Ultimaker/Cura 2017-11-06 09:49:33 +01:00
ChrisTerBeke
28ce2b1dc6 Ignore VariSlice plugin 2017-11-06 09:49:13 +01:00
Ruben D
c61b9c41ab
Fix translation of Unable to slice message
Previously the {0} would be filled in at runtime, causing the translation to no longer be found in the catalogue.

Contributes to issue CURA-4091.
2017-11-06 03:55:49 +01:00
Ruben D
0d71443bd2
Move 'Remove Empty First Layers' setting to mesh fixes category
It used to be in 'support' since it's something you may want to decide on depending on whether you have support or not. It could also go in 'Special Modes', but I think this is more specified.
2017-11-05 23:24:07 +01:00
Andreea Scorojitu
1d5d8c5ac0 Add_tri-hexagon_and_cross_to_pattern_description 2017-11-03 15:02:03 +01:00