CURA-4145
- Remove "wall_extruder_nr"
- Remove all "limit_to_extruder" for all parent wall settings
- Change settings that used to depend on the wall extruder to get
value from the inner wall extruder
This could be dependent on either the inner or the outer wall, depending on how many walls you have. However usually it will be the inner wall.
Contributes to issue CURA-4145.
There's only one item in there. It makes no sense to group them by rows and that only makes the bindings more complicated.
Contributes to issue CURA-4149.
Orientated a bit on the way how browsers are sending their strings.
No idea, whether there is a standard on this or not.
Needs to be discussed I guess..
For some reason PoEdit seems to automatically put this back every time. Maybe it's time to switch to a different standard.
Contributes to issue CURA-4113.
These files are directly copied from the translator. They seem to be perfect though so I don't see a reason to modify them further (apart from the fact that I don't know any Korean; the format is correct though).
Contributes to issue CURA-4113.
Otherwise we fall back to the manufacturer in the machine definition. If that fails too, we fall back to Unknown (rather than an empty string).
Contributes to issue CURA-4157.
The material profiles are sent to UM3 with a manufacturer that's obtained from the printer definition rather than the material definition. The printer definition was 'Ultimaker' rather than 'Ultimaker B.V.' and the printer checked against this.
Contributes to issue CURA-4159.
CURA-4151
The quality searching code in _configureProfile() for importing quality
profiles doesn't take into account base materials. Use the function in
QualityManager to solve this problem.
Removes the link to definition generator. The definition generator produces definitions that don't work with Cura 2.3 and newer.
Removes some incorrect instructions
Adds some instructions for multi-extrusion printers.
CURA-4145
When features with limit to extruder set to "not overriden" and its
value is retrieved with "extruderValue()", because the extruder number
is "-1", extruderValue() falls back to the global stack. As a result,
values can be incorrect. This workaround using the variants temporarily
solves the problem for outer and inner wall line widths.