1983 Commits

Author SHA1 Message Date
Tim Kuipers
8341a01412 JSON fix: retrieve extruderValue(.) from specific extruder rather than support_extruder_nr (CURA-2308) 2016-09-09 15:35:19 +02:00
Tim Kuipers
dd98efb844 JSON fix: global_inherits_stack for all per mesh support settings are now fixed (CUEA-2308) 2016-09-09 14:29:03 +02:00
Tim Kuipers
94bee02995 fix: make global_inherits_stack settings which are retrieved from specific extruder in engine (CURA-2308) 2016-09-09 13:35:00 +02:00
Tim Kuipers
791042dcb8 fix: skirt/brim line width and minimal length are retrieved for each extruder (CURA-2308) 2016-09-09 13:24:39 +02:00
Tim Kuipers
6197a5b77a feat: support_interface_skip_height (CURA-2052) 2016-09-08 16:21:34 +02:00
Tim Kuipers
84fb59a0f3 Merge branch '2.3' of github.com:Ultimaker/Cura into 2.3 2016-09-08 16:19:06 +02:00
Tim Kuipers
750018003d removal: made support_area_smoothing hardcoded (CURA-2296) 2016-09-08 15:39:33 +02:00
Jaime van Kessel
895cf40ab0 Only show dual category if there is more than one extruder 2016-09-07 17:31:45 +02:00
fieldOfView
15101ec53d Fix showing material options for 3rd party printers
CURA-2287
2016-09-07 15:52:44 +02:00
Jaime van Kessel
ee55e03911 Added max size to prime tower
CURA-2234
2016-09-07 15:46:12 +02:00
Ghostkeeper
635f26da8e
Lower warning values for retraction speeds
As discussed with David, the warning should really be quite a bit lower. No printers actually reach 100.

Contributes to issue CURA-2284.
2016-09-06 10:30:28 +02:00
Ghostkeeper
6909f88ce6
Increase default limit on feed rate
There is no real limit by default now. Only light speed (and the limit on the input element's length). The feed rate limit should be set by a machine definition. If there is no limit set, let there be no limit to what the user can input.

Contributes to issue CURA-2284.
2016-09-06 10:30:27 +02:00
fieldOfView
b7605aecc2 Update wording
The options listed under "Experimental" aren't all modes.
2016-09-05 16:51:13 +02:00
Jaime van Kessel
122d117ef6 Merge branch '2.3' of github.com:Ultimaker/Cura into 2.3 2016-09-05 15:51:49 +02:00
Jaime van Kessel
de8785da37 All machines that suport USB connection now get the upgrade firmware action for free!
CURA-955
2016-09-05 15:48:31 +02:00
Tim Kuipers
99a44fa1d2 Merge branch '2.3' of github.com:Ultimaker/Cura into 2.3 2016-09-05 14:39:11 +02:00
Tim Kuipers
c268fcd8c6 fix: wire printing height depends on nozzle head dist (CURA-1555) 2016-09-05 14:38:24 +02:00
Jaime van Kessel
405d3d920a Prime tower can no longer be printed outside build volume
Note that it doesn't take disallowed area's into account
CURA-2234
2016-09-02 13:31:29 +02:00
Jaime van Kessel
d4c55d635e Adhesion settings now inherit from the correct stack
CURA-2202
2016-08-29 13:30:46 +02:00
Jack Ha
090b8d4f50 Solved merge conflict. 2016-08-23 10:35:20 +02:00
fieldOfView
cb6353ba2a Fix machine_has_heated_bed default 2016-08-22 17:16:08 +02:00
fieldOfView
5bf19f9ff2 Fix preferred material for cases when there more than 1 "pla" materials 2016-08-22 17:12:39 +02:00
fieldOfView
12d59cb465 Only show "Enable Prime Tower" setting for multiextrusion printers
CURA-2126
2016-08-16 10:58:37 +02:00
fieldOfView
f2a44bec8d Add missing material_bed_temp_prepend 2016-08-15 15:55:45 +02:00
Aldo Hoeben
f2d35cd57d Merge pull request #918 from Ultimaker/feature_terminology
Update UI texts to be compliant to Ultimaker dictionary
2016-08-15 11:35:19 +02:00
Jack Ha
4ea9276682 Merge branch 'master' into cura-2007 2016-08-15 09:16:04 +02:00
Ghostkeeper
4472e0206e
Fix calls to max function
I think this was my mistake.
2016-08-12 16:56:07 +02:00
Tim Kuipers
85d97453f1
JSON feat: brim only on outer boundary polys (CURA-1413) 2016-08-12 11:18:37 +02:00
Ghostkeeper
8c231e2942
Allow higher speeds for diagonal wireframe moves
Since these moves are slightly diagonal in all directions, a higher speed can be achieved. Exactly how high depends on both angles, but for simplification this limit is a bit too broad, allowing speeds that the printer can't handle. The firmware should catch that case if it happens.

Contributes to issue CURA-1049.
2016-08-11 10:54:00 +02:00
Ghostkeeper
4e13c262cf
Re-add max warning value for speed_slowdown_layers
It warns if the slowdown layers span more than 1mm.

Contributes to issue CURA-1049.
2016-08-11 10:53:59 +02:00
fieldOfView
85a58a22cb Change "Bed"/"Platform" to "Build Plate"
UXD-76
2016-08-10 17:57:05 +02:00
fieldOfView
2963a64fc2 Change "Bed Temperature" to "Build Plate Temperature"
UXD-80
2016-08-10 17:55:52 +02:00
fieldOfView
885acb49dc Change "Cooling Fans" to "Print Cooling"
UXD-81
2016-08-10 17:55:51 +02:00
fieldOfView
7aab8ad397 Change "object" to "model"
UXD-83
2016-08-10 17:55:51 +02:00
Tim Kuipers
63f5889eae JSON fix type (CURA-1049) 2016-08-10 17:06:51 +02:00
Ghostkeeper
15fef2452b
Limit speeds to max feedrates of the printer
Also number of slowdown layers is no longer limited by light speed.

Contributes to issue CURA-1049.
2016-08-10 13:52:28 +02:00
Jaime van Kessel
967591bccb Infill pattern is now viewed from right stack again
CURA-2072
2016-08-09 17:20:37 +02:00
Tim Kuipers
6477e588da JSON feat: override max z feedrate (CURA-1049) 2016-08-08 17:02:49 +02:00
Tim Kuipers
ca8ded6c35 JSON fix: support z dist defaults to 1 layer instead of 2 (CURA-1283) 2016-08-08 13:23:03 +02:00
Ghostkeeper
d98c122bd5
Disable extruder selection drop-downs in single-extrusion machines
They don't function in single-extrusion machines.
2016-08-08 12:56:45 +02:00
Tim Kuipers
c57f13b3d3 JSON fix: turn off flow equalization by default (CURA-2065) 2016-08-08 10:13:14 +02:00
Tim Kuipers
4f3b6e254e Merge branch 'mergeinfillchanges' of https://github.com/markwal/Cura into markwal-mergeinfillchanges 2016-08-08 09:37:49 +02:00
Ghostkeeper
09801db5f8
Fix support interface density and pattern global inherits stack
These depend on values that are obtained through global_inherits_stack, so they must also have global_inherits_stack.

Contributes to issue CURA-2024.
2016-08-05 13:48:04 +02:00
Mark Walker
a485b58051 Move equalize_flow settings ahead of acceleration
And add "the print speed" to the description
2016-08-04 12:18:53 -07:00
Mark Walker
1e62b43d53 Rename pressure to flow 2016-08-04 10:54:04 -07:00
Mark Walker
eddbc87ceb New settings to allow control over automatic speed
changes when MergeInfillLines adjusts speed for even pressure when
changing extrusion widths.
2016-08-04 10:34:53 -07:00
Ghostkeeper
93f6f5d8d3
Don't use extruderValue on settings that have no global_inherits_stack
It's unnecessary and seems to break things.

Contributes to issue CURA-2024.
2016-08-04 16:54:43 +02:00
Jack Ha
2402ba3d0e Bed temperature is now either a resolved value or a global value.
Contributes to CURA-2007
2016-08-04 14:30:48 +02:00
Ghostkeeper
f3a119f9bb
Use correct extruder's value when inheriting global_inheritance_stack settings
This uses the new function extruderValue() which picks the value from a different extruder. Every setting that has the global_inheritance_stack property is now referenced via the extruderValue() setting in all functions.

Contributes to issue CURA-2024.
2016-08-04 13:35:13 +02:00
Ghostkeeper
b89a9a8113
Allow freezing temperatures
But not on Ultimaker printers, because they crash.
2016-08-04 12:50:03 +02:00