mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Applied printer-linter format
This commit is contained in:
parent
8334745f5b
commit
a8ef4e21e1
1 changed files with 0 additions and 7 deletions
|
@ -28,17 +28,14 @@
|
|||
"alternate_extra_perimeter": { "default_value": true },
|
||||
"bottom_layers": { "value": "math.ceil(round(bottom_thickness / resolveOrValue('layer_height'), 4))" },
|
||||
"brim_replaces_support": { "value": false },
|
||||
|
||||
"cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" },
|
||||
"cool_min_layer_time": { "value": 10 },
|
||||
|
||||
"fill_perimeter_gaps": { "value": "'nowhere'" },
|
||||
"filter_out_tiny_gaps": { "value": false },
|
||||
"infill_before_walls": { "value": false },
|
||||
"infill_enable_travel_optimization": { "default_value": true },
|
||||
"infill_overlap": { "value": 30.0 },
|
||||
"infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" },
|
||||
|
||||
"infill_wipe_dist": { "value": 0.0 },
|
||||
"jerk_print": { "value": 8 },
|
||||
"jerk_travel": { "value": "jerk_print" },
|
||||
|
@ -67,7 +64,6 @@
|
|||
"retraction_count_max": { "value": 100 },
|
||||
"retraction_hop": { "value": 0.2 },
|
||||
"retraction_hop_enabled": { "value": "False" },
|
||||
|
||||
"retraction_prime_speed":
|
||||
{
|
||||
"deafult_value": 20,
|
||||
|
@ -105,15 +101,12 @@
|
|||
"support_interface_pattern": { "value": "'grid'" },
|
||||
"support_interface_skip_height": { "value": 0.2 },
|
||||
"support_pattern": { "value": "'zigzag'" },
|
||||
|
||||
"support_use_towers": { "value": false },
|
||||
|
||||
"support_xy_distance": { "value": "wall_line_width_0 * 2" },
|
||||
"support_xy_distance_overhang": { "value": "wall_line_width_0" },
|
||||
"support_xy_overrides_z": { "value": "'xy_overrides_z'" },
|
||||
"support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" },
|
||||
"top_layers": { "value": "math.ceil(round(top_thickness / resolveOrValue('layer_height'), 4))" },
|
||||
|
||||
"travel_avoid_supports": { "value": true },
|
||||
"travel_compensate_overlapping_walls_0_enabled": { "value": "False" },
|
||||
"travel_retract_before_outer_wall": { "value": true },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue