19026 Commits

Author SHA1 Message Date
Ghostkeeper
73524deb8d
Add settingKey property for Squish to find things easier 2019-02-15 11:52:16 +01:00
Ian Paschal
61b84bdcfc
Merge pull request #5305 from Ultimaker/CL-1250_set_cloud_buildplate
CL-1250 set cloud build plate
2019-02-15 10:28:07 +01:00
Mark Burton
1ba7b35ccc Support gyroid support.
Haven't actually tried printing gyroid support but at least now it can be evaluated.
2019-02-15 09:19:40 +00:00
Ian Paschal
0a945b8ba5 Code style
Contributes to CL-1250
2019-02-15 10:18:47 +01:00
Ian Paschal
f7d86667ed Simplify code a bit
Contributes to CL-1250
2019-02-15 10:14:14 +01:00
Ian Paschal
4feb53fdf4 Revert "Expect to always have a build plate"
This reverts commit 0be6c9e6d37dad83b7c447bffd439a6a2b2bb1e4.
2019-02-15 10:12:19 +01:00
Ian Paschal
0be6c9e6d3 Expect to always have a build plate
Contributes to CL-1250
2019-02-15 10:10:39 +01:00
Ian Paschal
5d294a7ff5 Handle self.build_plate = None
Contributes to CL-1250
2019-02-15 10:04:39 +01:00
Ian Paschal
72ce40deba Update buildplate with other props
Contributes to CL-1250
2019-02-15 09:36:38 +01:00
DragonJe
6ed5296e59
Update nwa3d_a5_normal.inst.cfg
Added "initial_layer_line_width_factor = 100" and changed "True" and "False" syntax
2019-02-14 16:05:42 -06:00
DragonJe
f91ee80373
Update nwa3d_a5_fast.inst.cfg
Added "initial_layer_line_width_factor = 100" and changed True and False syntax
2019-02-14 16:02:57 -06:00
DragonJe
bcf9a36278
Update nwa3d_a5_best.inst.cfg
Changed True and False syntax
2019-02-14 15:59:45 -06:00
DragonJe
e46024e7d1
Update nwa3d_a5_best.inst.cfg 2019-02-14 15:54:56 -06:00
Ghostkeeper
cc94441b54
Fix serialising materials with Ultimaker S5 in it
Contributes to issue CURA-5787.
2019-02-14 17:45:25 +01:00
Jaime van Kessel
24bb4f0a4e Merge branch '4.0' of github.com:Ultimaker/Cura into 4.0 2019-02-14 17:22:34 +01:00
Jaime van Kessel
6ff1f49c34 Ensure the layout gets the right width & height for the output devices popup
CURA-6222
2019-02-14 17:21:54 +01:00
Diego Prado Gesto
25c9bb20c3 Merge branch 'ValentinPitre-contribution' 2019-02-14 17:14:55 +01:00
Diego Prado Gesto
b53e5a963e Change setting version to 7
Contributes to CURA-6203.
2019-02-14 17:13:34 +01:00
Lipu Fei
45af26879f
Merge pull request #5298 from Ultimaker/CURA-6120_arrange_child_nodes_fix
Arrange child-nodes (like blocker) with parents. [CURA-6120]
2019-02-14 16:05:23 +01:00
Remco Burema
2f5e973836 Partly revert sugested changes for '()'s because line-breaks. [CURA-5864] 2019-02-14 15:01:32 +01:00
Remco Burema
f1b6e527be Rectified wrong placement of brackets causing logic change. [CURA-5864] 2019-02-14 14:55:12 +01:00
Lipu Fei
bfb02f68d9
Merge pull request #5300 from Ultimaker/CURA-6148-Add_where_to_buy_link
Add a where to buy link underneath the install button for material
2019-02-14 14:54:26 +01:00
Jaime van Kessel
68cec2679c
Apply suggestions from code review.
Cross some brackets and dot some quotes.
[CURA-5864]

Co-Authored-By: rburema <41987080+rburema@users.noreply.github.com>
2019-02-14 14:52:42 +01:00
Ghostkeeper
d6f116b156
Don't crash on editing metadata entries of non-registered materials
Sometimes we need to create a temporary material profile just to save it to file.

Contributes to issue CURA-5787.
2019-02-14 14:03:38 +01:00
Ghostkeeper
8c3f7a065d
Remove unused import
Discovered during work on CURA-5787.
2019-02-14 13:54:03 +01:00
Jaime van Kessel
dbb8514a6a Merge branch '4.0' of github.com:Ultimaker/Cura into 4.0 2019-02-14 13:45:29 +01:00
Jaime van Kessel
b09538da63 Ensure that the numberOfExtruders property gets updated after configuration sync
CURA-6220
2019-02-14 13:44:43 +01:00
Ghostkeeper
6e883c0431
Use default parameter of getMetaDataEntry
We don't need to do that manually.
2019-02-14 13:33:01 +01:00
Ghostkeeper
e2a7a68883
Give a warning when you can't update metadata because it's read-only
This bit me in the bum today.
2019-02-14 13:26:20 +01:00
Lipu Fei
0cc882a398
Merge pull request #5304 from Ultimaker/fix_um2_08_profiles
CURA-6215 Remove layer_height from um2+ extruder profiles.
2019-02-14 12:05:49 +01:00
Ian Paschal
10f84184f3 Continued clarification on "name"
Contributes to CL-1250
2019-02-14 11:57:47 +01:00
Diego Prado Gesto
b06113f807 Merge branch 'contribution' of https://github.com/ValentinPitre/Cura into ValentinPitre-contribution 2019-02-14 11:57:22 +01:00
Ian Paschal
af565aff55 Clarify if using key or human-readable name
This is refering to "glass", not "Glass". According to @lipufei, "name" should denote a human readable/capitalized name.

Contributes to CL-1250
2019-02-14 11:49:43 +01:00
Ian Paschal
0275de7f77 Make sure to set the build plate so it's not empty
Contributes to CL-1250
2019-02-14 11:46:41 +01:00
Diego Prado Gesto
0a325426d0 Merge branch 'Z-Bolt-master' 2019-02-14 11:24:57 +01:00
Diego Prado Gesto
bdd4b6438e Add extruder file for Z-Bolt printers.
Contributes to CURA-6193.
2019-02-14 11:24:00 +01:00
Remco Burema
a392f50a67 Small fix for glue-warning height in Ext.-config. 2019-02-14 11:21:01 +01:00
Diego Prado Gesto
100be642bd Merge branch 'master' of https://github.com/Z-Bolt/Cura into Z-Bolt-master 2019-02-14 11:15:25 +01:00
Remco Burema
0e329946f8 Small refactor (init set plain instead of with empty list). [CURA-6120] 2019-02-14 11:05:13 +01:00
Jaime van Kessel
a8f66a558c Merge branch '4.0' of github.com:Ultimaker/Cura 2019-02-14 10:53:01 +01:00
Jaime van Kessel
c1b53f0a90 Change header color in about window
This makes it work for both light & dark theme
2019-02-14 10:42:25 +01:00
Remco Burema
7698ea0df2
Merge pull request #5260 from Ultimaker/CURA-6144_support_extruder_combobox_style
CURA-6144 Fix combox style for support extruder in recommended
2019-02-13 16:55:21 +01:00
Remco Burema
a601e0878c Explicitly also check for Raft when checking for prime-tower=brim. [CURA-5864] 2019-02-13 15:46:39 +01:00
Ian Paschal
e39e09a692 Fix incorrect method name
Contributes to CL-1165
2019-02-13 15:21:09 +01:00
ValentinPitre
2515f51e81 correction of settings 2019-02-13 14:48:02 +01:00
Simon Edwards
8f37421c11
Merge pull request #5291 from Ultimaker/CL-1222_cloud_flow_pop_up
CL-1222 Ensure pop-up is not shown if cloud connection is already configured
2019-02-13 14:30:40 +01:00
Simon Edwards
dc9d3ba2a3
Merge pull request #5293 from Ultimaker/CL-1165_missing_cloud_info
CL-1165 Improve cloud connection or not checking
2019-02-13 14:23:05 +01:00
Ian Paschal
25cfd4f496 Avoid double negatives in cloud flow metadata
Contributes to CL-1222
2019-02-13 14:21:23 +01:00
Jaime van Kessel
face8d4799 Moved logic of isDefinitionvalid to it's own function
This should make it easier in the future to add checks for the extruders as well
2019-02-13 14:11:46 +01:00
Jaime van Kessel
9b76124d11 Ensured that the validateDefinitionContainer checks a single definition per test 2019-02-13 14:02:38 +01:00