mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
Temporary work around for "not overriden" limit to extruder features
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.
This commit is contained in:
parent
1aba451149
commit
a49c956cfa
4 changed files with 4 additions and 0 deletions
|
@ -86,5 +86,6 @@ switch_extruder_prime_speed = 15
|
|||
switch_extruder_retraction_amount = 12
|
||||
top_bottom_thickness = 1
|
||||
wall_0_inset = 0
|
||||
wall_line_width_0 = =wall_line_width
|
||||
wall_line_width_x = =wall_line_width
|
||||
wall_thickness = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue