Skip to content

Commit

Permalink
Applied printer-linter format
Browse files Browse the repository at this point in the history
  • Loading branch information
saumyaj3 authored and github-actions[bot] committed Sep 15, 2023
1 parent 3976aa6 commit 6002b0a
Show file tree
Hide file tree
Showing 46 changed files with 105 additions and 106 deletions.
102 changes: 51 additions & 51 deletions resources/definitions/strateo3d_IDEX420.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,26 +59,26 @@
"infill_wipe_dist": { "value": "0" },
"jerk_layer_0":
{
"value": "5",
"maximum_value_warning": "5.1"
"maximum_value_warning": "5.1",
"value": "5"
},
"jerk_prime_tower": { "value": "15" },
"jerk_support": { "value": "15" },
"jerk_support_interface": { "value": "15" },
"jerk_topbottom":
{
"value": "5",
"maximum_value_warning": "5.1"
"maximum_value_warning": "5.1",
"value": "5"
},
"jerk_wall":
{
"value": "10",
"maximum_value_warning": "10.1"
"maximum_value_warning": "10.1",
"value": "10"
},
"jerk_wall_0":
{
"value": "5",
"maximum_value_warning": "5.1"
"maximum_value_warning": "5.1",
"value": "5"
},
"machine_acceleration": { "value": "1000" },
"machine_center_is_zero": { "default_value": true },
Expand Down Expand Up @@ -124,86 +124,86 @@
"retraction_count_max": { "default_value": 15 },
"skin_overlap": { "value": "10" },
"skirt_brim_minimal_length": { "default_value": 333 },
"speed_layer_0":
{
"value": "20",
"maximum_value": "20"
},
"speed_print_layer_0":
"skirt_brim_speed":
{
"value": "20",
"maximum_value": "20"
"maximum_value": "40",
"value": "40"
},
"speed_travel_layer_0":
"speed_infill":
{
"value": "100",
"maximum_value": "100"
"maximum_value": "50",
"value": "50"
},
"skirt_brim_speed":
"speed_layer_0":
{
"value": "40",
"maximum_value": "40"
"maximum_value": "20",
"value": "20"
},
"speed_prime_tower":
{
"value": "28",
"maximum_value": "28"
"maximum_value": "28",
"value": "28"
},
"speed_print":
{
"value": "50",
"maximum_value": "50"
},
"speed_infill":
{
"value": "50",
"maximum_value": "50"
"maximum_value": "50",
"value": "50"
},
"speed_wall":
"speed_print_layer_0":
{
"value": "38",
"maximum_value": "38"
"maximum_value": "20",
"value": "20"
},
"speed_support":
{
"value": "38",
"maximum_value": "38"
"maximum_value": "38",
"value": "38"
},
"speed_support_interface":
{
"value": "28",
"maximum_value": "28"
"maximum_value": "28",
"value": "28"
},
"speed_topbottom":
{
"value": "28",
"maximum_value": "28"
"maximum_value": "28",
"value": "28"
},
"speed_travel":
{
"value": "150",
"maximum_value": "150"
"maximum_value": "150",
"value": "150"
},
"speed_travel_layer_0":
{
"maximum_value": "100",
"value": "100"
},
"speed_wall":
{
"maximum_value": "38",
"value": "38"
},
"speed_wall_0":
{
"value": "20",
"maximum_value": "20"
"maximum_value": "20",
"value": "20"
},
"speed_wall_x":
{
"value": "38",
"maximum_value": "38"
"maximum_value": "38",
"value": "38"
},
"speed_z_hop":
{
"maximum_value": "20",
"value": "20"
},
"support_bottom_distance":
{
"maximum_value_warning": "machine_nozzle_size * 1.5",
"value": "support_z_distance"
},
"speed_z_hop":
{
"value": "20",
"maximum_value": "20"
},
"support_infill_rate": { "value": "12" },
"support_interface_density": { "default_value": 90 },
"support_interface_enable": { "default_value": true },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ weight = 1
[values]
cool_fan_full_at_height = =layer_height_0 + 19 * layer_height
cool_fan_speed = 35
cool_fan_speed_max = 100
cool_fan_speed_0 = 20
cool_fan_speed_max = 100
cool_min_layer_time = 11
cool_min_layer_time_fan_speed_max = 20
cool_min_speed = 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ weight = 0
[values]
cool_fan_full_at_height = =layer_height_0 + 14 * layer_height
cool_fan_speed = 35
cool_fan_speed_max = 100
cool_fan_speed_0 = 20
cool_fan_speed_max = 100
cool_min_layer_time = 11
cool_min_layer_time_fan_speed_max = 20
cool_min_speed = 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ weight = -1
[values]
cool_fan_full_at_height = =layer_height_0 + 9 * layer_height
cool_fan_speed = 35
cool_fan_speed_max = 100
cool_fan_speed_0 = 20
cool_fan_speed_max = 100
cool_min_layer_time = 11
cool_min_layer_time_fan_speed_max = 20
cool_min_speed = 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ variant = IDEX420 Laiton 0.4
weight = 1

[values]
cool_fan_enabled = False
cool_fan_full_at_height = =layer_height_0 + 19 * layer_height
cool_fan_speed = 35
cool_fan_speed_max = 100
cool_fan_speed_0 = 20
cool_fan_speed_max = 100
cool_min_layer_time = 11
cool_min_layer_time_fan_speed_max = 20
cool_min_speed = 10
cool_fan_enabled = False
material_flow = 102

Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ variant = IDEX420 Laiton 0.4
weight = 0

[values]
cool_fan_enabled = False
cool_fan_full_at_height = =layer_height_0 + 14 * layer_height
cool_fan_speed = 35
cool_fan_speed_max = 100
cool_fan_speed_0 = 20
cool_fan_speed_max = 100
cool_min_layer_time = 11
cool_min_layer_time_fan_speed_max = 20
cool_min_speed = 10
cool_fan_enabled = False
material_flow = 98

Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ variant = IDEX420 Laiton 0.4
weight = -1

[values]
cool_fan_enabled = False
cool_fan_full_at_height = =layer_height_0 + 9 * layer_height
cool_fan_speed = 35
cool_fan_speed_max = 100
cool_fan_speed_0 = 20
cool_fan_speed_max = 100
cool_min_layer_time = 11
cool_min_layer_time_fan_speed_max = 20
cool_min_speed = 10
cool_fan_enabled = False
material_flow = 93

Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ weight = 1
[values]
cool_fan_full_at_height = =layer_height_0 + 19 * layer_height
cool_fan_speed = 35
cool_fan_speed_max = 100
cool_fan_speed_0 = 20
cool_fan_speed_max = 100
cool_min_layer_time = 11
cool_min_layer_time_fan_speed_max = 20
cool_min_speed = 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ weight = 0
[values]
cool_fan_full_at_height = =layer_height_0 + 14 * layer_height
cool_fan_speed = 35
cool_fan_speed_max = 100
cool_fan_speed_0 = 20
cool_fan_speed_max = 100
cool_min_layer_time = 11
cool_min_layer_time_fan_speed_max = 20
cool_min_speed = 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ weight = -1
[values]
cool_fan_full_at_height = =layer_height_0 + 9 * layer_height
cool_fan_speed = 35
cool_fan_speed_max = 100
cool_fan_speed_0 = 20
cool_fan_speed_max = 100
cool_min_layer_time = 11
cool_min_layer_time_fan_speed_max = 20
cool_min_speed = 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ weight = 1
[values]
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
cool_fan_speed = 100
cool_fan_speed_max = 100
cool_fan_speed_0 = 20
cool_fan_speed_max = 100
cool_min_layer_time = 60
cool_min_layer_time_fan_speed_max = 20
cool_min_speed = 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ weight = 0
[values]
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
cool_fan_speed = 100
cool_fan_speed_max = 100
cool_fan_speed_0 = 20
cool_fan_speed_max = 100
cool_min_layer_time = 60
cool_min_layer_time_fan_speed_max = 20
cool_min_speed = 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ weight = -1
[values]
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
cool_fan_speed = 100
cool_fan_speed_max = 100
cool_fan_speed_0 = 20
cool_fan_speed_max = 100
cool_min_layer_time = 60
cool_min_layer_time_fan_speed_max = 20
cool_min_speed = 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ weight = 1
[values]
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
cool_fan_speed = 100
cool_fan_speed_max = 100
cool_fan_speed_0 = 20
cool_fan_speed_max = 100
cool_min_layer_time = 2
cool_min_layer_time_fan_speed_max = 20
cool_min_speed = 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ weight = 0
[values]
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
cool_fan_speed = 100
cool_fan_speed_max = 100
cool_fan_speed_0 = 20
cool_fan_speed_max = 100
cool_min_layer_time = 2
cool_min_layer_time_fan_speed_max = 20
cool_min_speed = 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ weight = -1
[values]
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
cool_fan_speed = 100
cool_fan_speed_max = 100
cool_fan_speed_0 = 20
cool_fan_speed_max = 100
cool_min_layer_time = 2
cool_min_layer_time_fan_speed_max = 20
cool_min_speed = 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ weight = 1
[values]
cool_fan_full_at_height = =layer_height_0 + 6 * layer_height
cool_fan_speed = 35
cool_fan_speed_max = 100
cool_fan_speed_0 = 20
cool_fan_speed_max = 100
cool_min_layer_time = 11
cool_min_layer_time_fan_speed_max = 20
cool_min_speed = 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ weight = 0
[values]
cool_fan_full_at_height = =layer_height_0 + 6 * layer_height
cool_fan_speed = 35
cool_fan_speed_max = 100
cool_fan_speed_0 = 20
cool_fan_speed_max = 100
cool_min_layer_time = 11
cool_min_layer_time_fan_speed_max = 20
cool_min_speed = 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ weight = -1
[values]
cool_fan_full_at_height = =layer_height_0 + 6 * layer_height
cool_fan_speed = 35
cool_fan_speed_max = 100
cool_fan_speed_0 = 20
cool_fan_speed_max = 100
cool_min_layer_time = 11
cool_min_layer_time_fan_speed_max = 20
cool_min_speed = 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ variant = IDEX420 Laiton 0.6
weight = 1

[values]
cool_fan_enabled = False
cool_fan_full_at_height = =layer_height_0 + 6 * layer_height
cool_fan_speed = 35
cool_fan_speed_max = 100
cool_fan_speed_0 = 20
cool_fan_speed_max = 100
cool_min_layer_time = 11
cool_min_layer_time_fan_speed_max = 20
cool_min_speed = 10
cool_fan_enabled = False
material_flow = 98

Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ variant = IDEX420 Laiton 0.6
weight = 0

[values]
cool_fan_enabled = False
cool_fan_full_at_height = =layer_height_0 + 6 * layer_height
cool_fan_speed = 35
cool_fan_speed_max = 100
cool_fan_speed_0 = 20
cool_fan_speed_max = 100
cool_min_layer_time = 11
cool_min_layer_time_fan_speed_max = 20
cool_min_speed = 10
cool_fan_enabled = False
material_flow = 93

Loading

0 comments on commit 6002b0a

Please sign in to comment.