mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 12:29:02 +08:00
Applied printer-linter format
This commit is contained in:
parent
348ef9b2aa
commit
a2f85fde03
@ -114,8 +114,8 @@
|
||||
"speed_wall": { "value": "math.ceil(speed_print * (50 / 100))" },
|
||||
"wall_0_wipe_dist": { "value": 0.0 },
|
||||
"wall_thickness": { "value": "line_width * 2" },
|
||||
"zig_zaggify_infill": { "value": true },
|
||||
"z_seam_corner": { "value": "'z_seam_corner_inner'" },
|
||||
"z_seam_type": { "value": "'sharpest_corner'" }
|
||||
"z_seam_type": { "value": "'sharpest_corner'" },
|
||||
"zig_zaggify_infill": { "value": true }
|
||||
}
|
||||
}
|
@ -37,7 +37,6 @@
|
||||
"speed_wall_0": { "value": "speed_wall / 1.2" },
|
||||
"speed_wall_x": { "value": "speed_wall" },
|
||||
"wall_thickness": { "value": 1.2 },
|
||||
|
||||
"z_seam_type": { "value": "'back'" }
|
||||
}
|
||||
}
|
@ -41,9 +41,10 @@
|
||||
"retraction_hop": { "value": 0 },
|
||||
"roofing_layer_count": { "value": 1 },
|
||||
"skin_preshrink": { "value": 0.8 },
|
||||
"skirt_gap": {
|
||||
"value": 0 ,
|
||||
"minimum_value_warning": "0"
|
||||
"skirt_gap":
|
||||
{
|
||||
"minimum_value_warning": "0",
|
||||
"value": 0
|
||||
},
|
||||
"skirt_line_count": { "value": 2 },
|
||||
"speed_layer_0": { "value": "speed_print * 2 / 5" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user