12148 Commits

Author SHA1 Message Date
Diego Prado Gesto
720b9ebdfa CURA-4556 Add profiles for AA0.25 and BAM material 2017-11-13 11:06:27 +01:00
fieldOfView
2d2b943d07 Fix getting temperatures 2017-11-13 10:44:49 +01:00
fieldOfView
e0c37cc56e Add elapsed time and total time 2017-11-12 20:59:31 +01:00
fieldOfView
698f42b837 Set job name when starting a print and clear it after printing 2017-11-12 17:55:25 +01:00
fieldOfView
826f438c72 Get target temperatures from M105 responses
Contributes to #2760
2017-11-12 15:30:55 +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
Diego Prado Gesto
aa9f9d5b88 Add line thickness and feedrate to the data sent from the backend 2017-11-10 16:59:06 +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
Ghostkeeper
4cc895b54b
Use 1 wall for tree support by default
Contributes to issue CURA-4523.
2017-11-10 13:06:29 +01:00
Ghostkeeper
cd6b1aca29
Add branch diameter angle setting
It's a bit obscure. Could we devise a better setting name?

Contributes to issue CURA-4523.
2017-11-10 13:05:32 +01:00
fieldOfView
dcdd1f8650 Tweak descriptions of mesh type options 2017-11-10 12:27:15 +01:00
fieldOfView
e00ac591bf Use material color for cutting_mesh and infill_mesh 2017-11-10 12:24:32 +01:00
fieldOfView
ac27b3f811 Add infill_mesh as an option to the dropdown 2017-11-10 10:08:27 +01:00
fieldOfView
69b707cbfe Fix coloring support_mesh with the color of the support_extruder 2017-11-09 22:02:20 +01:00
fieldOfView
a1320939e8 Update mesh type dropdown when to reflect the selected object 2017-11-09 21:42:10 +01:00
fieldOfView
9c3e50c494 Ignore models without a convex hull when auto arranging 2017-11-09 19:21:05 +01:00
fieldOfView
316ae49b0b Fix setting mesh type through Per Model Settings combobox 2017-11-09 18:25:09 +01:00
fieldOfView
7bf40ef82b Add dropdown to per object settings for quick access to mesh types
(not yet functional)
2017-11-09 17:15:56 +01:00
Jack Ha
e21acd1a07 CURA-4525 first multi slice + multi layer data, added filter on build plate, added option arrange on load, visuals like convex hull are now correct 2017-11-09 17:03:20 +01:00
fieldOfView
3251e5915b Show the support material for support_mesh 2017-11-09 16:06:27 +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
fieldOfView
8f8bdc059a Render non-printing objects as semi transparent objects in Solid View 2017-11-09 12:55:03 +01:00
fieldOfView
0b11117d6d Set a property for non-printing-meshes
Remove code duplication
2017-11-09 12:28:55 +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
fieldOfView
ff14db9133 Remove convex hull for meshes that don't print geometry
Anti-overhang, Infill and Cutting meshes don't print geometry, so they don't need to push other objects away.
2017-11-09 11:29:50 +01:00
Lipu Fei
637d1a1da3 Fix Vertex Delta K8800 definition file 2017-11-09 10:37:51 +01:00
Diego Prado Gesto
1ff2541947 Add nozzle color to the default themes 2017-11-09 10:34:35 +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
nickthetait
22472675f7 Update formatting on some older changelog data 2017-11-08 17:22:14 -07:00
nickthetait
4a4772a3da Merge an old changelog into the currently used file 2017-11-08 17:16:25 -07:00
Ruben D
b660b2ca86
Rename support_tree_wall_line_count to support_tree_wall_count
Wall line is double. Just name it wall.

Contributes to issue CURA-4523.
2017-11-09 00:47:20 +01:00
Ruben D
380b0ed2e7
Add setting for branch diameter
Contributes to issue CURA-4523.
2017-11-08 20:11:49 +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
Jack Ha
41d5ec86a3 CURA-4525 updated scene node menu and added multi buildplate arrange 2017-11-08 14:07:40 +01:00
Mark
303cf33de1 Made the message more clear 2017-11-08 10:23:19 +01:00
Diego Prado Gesto
b7172ad9e3 Add return values to some functions that cause some crashes 2017-11-07 17:43:27 +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