Ghostkeeper
94314a7c2c
Make infill overlap depend on line width
...
Paul said this way was a better default for all our profiles.
Contributes to issue CURA-892.
2016-02-29 15:09:51 +01:00
Ghostkeeper
d54b24ac86
Make conical support invisible by default
...
It is considered an 'expert setting' since it is fairly experimental.
Contributes to issue CURA-942.
2016-02-29 10:43:25 +01:00
Tim Kuipers
88ddf714c4
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
2016-02-23 15:20:48 +01:00
Tim Kuipers
3c7beac515
JSON: fix: all platform adhesion settings are not settable per object (CURA-458)
2016-02-23 13:45:18 +01:00
Tim Kuipers
ce99ab8630
JSON: fix: global_only not depending on print_sequence (CURA-923)
...
because there is a bug in the frontend which causes the per-meshgroup settings not to be sent to the meshgroup, but instead sends them to the object itself, no setting which are not editable per object should be editable per meshgroup.
2016-02-23 13:24:39 +01:00
Ghostkeeper
0989f8ced7
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
2016-02-23 09:31:15 +01:00
Tim Kuipers
a168eab140
JSON: fix: cone angle sign inverted compared to description (CURA-869)
2016-02-22 16:51:56 +01:00
Ghostkeeper
cbcbf3c971
Improve default support settings
...
These were found by Paul to be better. I agree on the Touching Buildplate option being the one that the user most likely would use most often, and I am inclined to take his word on the support angle.
2016-02-22 15:45:21 +01:00
Tim Kuipers
7425c32aa4
JSON: moved Standby Temp to dual_extrusion_settings (CURA-868)
2016-02-19 16:08:40 +01:00
Tim Kuipers
f0e60d65ff
JSON: disable Extrusion Cool Down Speed Modifier when no auto temp or single extrusion (CURA-868)
2016-02-19 15:56:14 +01:00
Tim Kuipers
765185364f
JSON: quickfix: made Auto Temp always not displayed (CURA-868)
2016-02-17 10:36:30 +01:00
fieldOfView
09c04d7c68
Add sidebar header icon for "machine" category
2016-02-16 22:43:36 +01:00
Ghostkeeper
4ccf4fe718
Change global-only behaviour of some adhesion settings
...
They don't always work when set per-object. So don't allow it.
Contributes to issue CURA-458.
2016-02-15 15:30:52 +01:00
Tim Kuipers
07d0e433a8
JSON: made some essential settings visible by default: conical support, brim settings, raft settings (CURA-877)
2016-02-12 16:19:00 +01:00
Tim Kuipers
ed5e59df57
JSON: made some settings not visible by default (CURA-877)
2016-02-12 16:04:17 +01:00
Tim Kuipers
58238a5933
JSON: made line_width max value warning depend on nozzle size (CURA-876)
2016-02-12 15:56:03 +01:00
Tim Kuipers
5614302f74
JSON: made layer height max value warning depend on nozzle size (CURA-876)
2016-02-12 15:54:06 +01:00
Tim Kuipers
1271a7407e
JSON: support tower settings disabled if use_tower=Flase (CURA-870)
2016-02-12 15:26:56 +01:00
Tim Kuipers
18ef6f9a69
JSON: default tower diam and support minimal diam changed to 3mm (CURA-870)
2016-02-12 13:58:23 +01:00
Tim Kuipers
14b6ae2a4c
JSON: made support_minimal_diameter child of support_tower_diameter (CURA-870)
2016-02-12 13:52:41 +01:00
Tim Kuipers
42e6d88e7f
JSON: default cone angle inversed to get less support by default (CURA-869)
2016-02-12 13:39:19 +01:00
Ghostkeeper
29e01a698b
Match MIME types in printers with writer plugins
...
The MIME types as specified in the printer definitions need to match the MIME types specified in the mesh writer plugins.
Contributes to issue CURA-611.
2016-02-09 17:16:38 +01:00
Ghostkeeper
0fc17ffda0
Move file types to machine metadata
...
Much better place than machine settings...
Contributes to issue CURA-611.
2016-02-09 15:25:49 +01:00
Ghostkeeper
80698c47de
Add machine_file_format setting
...
This will determine which file formats a machine is able to save to. The setting is currently not yet used. It will be used to filter the output formats under the Save to File dialogue.
Contributes to issue CURA-611.
2016-02-09 13:50:02 +01:00
Ghostkeeper
f05da7212a
Define which settings are global-only
...
And when, in case it depends on something like the print sequence.
Contributes to issue CURA-458.
2016-02-08 15:59:58 +01:00
Tim Kuipers
d6bd59da0e
made some settings max value warning instead of impossible
2016-01-27 10:21:34 +01:00
Tim Kuipers
7c652ed069
JSON: refactor: moved draft shield options to Cooling category
2016-01-26 15:55:00 +01:00
Tamara Hogenhout
a43f9ef435
makes the mm's square again
...
fixes #CURA-526
2016-01-15 17:20:40 +01:00
Tamara Hogenhout
fab62430e0
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
2016-01-08 13:36:41 +01:00
Tamara Hogenhout
533a171f8b
Removes certain symbols that give problems with the extract-json script
...
contributes to #CURA-526
2016-01-08 13:34:47 +01:00
Tim Kuipers
3767ea06f6
bugfix: wrong min/max_value(_warning) (CURA-666)
2016-01-07 19:34:24 +01:00
Tim Kuipers
f3322d06b0
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
2016-01-07 19:08:37 +01:00
Tim Kuipers
2dc0118d3d
fix: all settings now have either a min_value or a min_value_warning, and if possible a max_value or a max_value_warning (CURA-666)
...
Also some min_value settings were a number instead of a string with a number...
2016-01-07 19:08:27 +01:00
Tamara Hogenhout
7115cd6bc2
Revert "Removes certain symbols that give problems with the extract-json script"
...
This reverts commit 9f61bff08f
.
2016-01-07 13:32:04 +01:00
Tim Kuipers
9a6980211c
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
2016-01-07 12:07:23 +01:00
Tim Kuipers
bf6015e312
lil fix: min value for brim width (CURA-435)
2016-01-07 12:07:12 +01:00
Tamara Hogenhout
9f61bff08f
Removes certain symbols that give problems with the extract-json script
...
contributes to #CURA-526
2016-01-07 11:46:54 +01:00
Kurt Loeffler
5cff8a033f
Moved Nozzle Diameter into a new "Machine" category in the UI. This category needs icon art.
2015-12-23 12:04:41 +01:00
Kurt Loeffler
050bc91912
Moved machine_nozzle_size from machine_settings to categories/resolution so it is exposed in the UI.
...
Cherry pick from master.
Conflicts:
resources/machines/ultimaker2.json
resources/machines/ultimaker_original.json
Contributes to issue CURA-276.
2015-12-23 12:02:42 +01:00
Tim Kuipers
788a40c656
lil fix
2015-12-17 12:45:35 +01:00
Tamara Hogenhout
9388fd9e55
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
2015-12-08 13:45:28 +01:00
Tamara Hogenhout
70b221b33a
Proof of concept to test the global-only functionalities
...
Contributes to #CURA-460458
2015-12-08 13:44:59 +01:00
Tim Kuipers
4932ef819c
JSON fix: Min Volume Before Coasting doesn't include Coasting Volume anymore (CURA-528)
2015-12-08 13:30:12 +01:00
Tim Kuipers
a4e824464c
JSON bugfix: coasting_min_volume had an inherit_function and the inherit property (CURA-550)
2015-12-08 10:47:09 +01:00
Tim Kuipers
71c8393f8c
JSON bugfix: default brim width (CURA-550)
2015-12-08 10:13:23 +01:00
Tim Kuipers
26a7fc7bdc
JSON: made brim_line_count default match brim_width_default for 0.4 nozzles (CURA-550)
2015-12-08 09:50:34 +01:00
Tim Kuipers
8a853e5b05
JSON bugfix: infill_density ==> infill_sparse_density (CURA-550)
2015-12-08 09:48:01 +01:00
Tim Kuipers
6ef68ca5c1
JSON: made coasting_min_volume depend on coasting_volume (CURA-550)
2015-12-08 09:47:20 +01:00
Tim Kuipers
67bbb5478e
JSON: (bugfix) introduced brim_width (CURA-550)
2015-12-08 09:38:21 +01:00
Tim Kuipers
e69bdd4fe5
JSON: introduced brim_width (CURA-550)
2015-12-07 18:11:48 +01:00