mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 22:58:58 +08:00
Update anycubic_i3_mega_s.def.json
dynamic wall_thickness by nozzle diameter
This commit is contained in:
parent
ad82da4cba
commit
62cbc5abe2
@ -139,6 +139,6 @@
|
||||
"minimum_support_area": { "value": 2 },
|
||||
"minimum_interface_area": { "value": 10 },
|
||||
"top_bottom_thickness": { "value": "layer_height_0 + layer_height * math.floor(1.2 / layer_height)" },
|
||||
"wall_thickness": { "value": "line_width * 3" }
|
||||
"wall_thickness": { "value": "line_width * 3 if line_width < 0.6 else line_width * 2" }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user