def.json update

This commit is contained in:
Lukkoz 2021-02-22 15:35:16 +01:00
parent 13c542e675
commit eb3d2cf0f9
4 changed files with 8 additions and 10 deletions

View File

@ -144,8 +144,7 @@
"value": "0.4"
},
"infill_line_distance": {
"value": "0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else 1))))",
"default_value":5.3333
"value": "0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else 1))))"
},
"default_material_print_temperature": {
"default_value": 200
@ -175,8 +174,7 @@
"default_value": 1
},
"support_line_distance": {
"value":"0 if support_infill_rate == 0 else (support_line_width * 100) / support_infill_rate * (2 if support_pattern == 'grid' else (3 if support_pattern == 'triangles' else 1))",
"default_value":2
"value":"0 if support_infill_rate == 0 else (support_line_width * 100) / support_infill_rate * (2 if support_pattern == 'grid' else (3 if support_pattern == 'triangles' else 1))"
},
"cool_lift_head": {
"default_value": true

View File

@ -1,5 +1,5 @@
[general]
version = 4
version = 1
name = Advanced
definition = skriware_2

View File

@ -1,5 +1,5 @@
[general]
version = 4
version = 1
name = Fast
definition = skriware_2

View File

@ -1,5 +1,5 @@
[general]
version = 4
version = 1
name = Precise
definition = skriware_2