mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-03 13:20:38 -07:00
Apply printer-linter format
This commit is contained in:
parent
006522d057
commit
39d07e072d
1 changed files with 2 additions and 6 deletions
|
|
@ -107,12 +107,6 @@
|
|||
"value": false
|
||||
},
|
||||
"layer_height_0": { "value": "layer_height * 1.25" },
|
||||
"raft_base_thickness": {
|
||||
"value": 0.4
|
||||
},
|
||||
"raft_airgap": {
|
||||
"value": "layer_height * 2"
|
||||
},
|
||||
"layer_start_x": { "value": "sum(extruderValues('machine_extruder_start_pos_x')) / len(extruderValues('machine_extruder_start_pos_x'))" },
|
||||
"layer_start_y": { "value": "sum(extruderValues('machine_extruder_start_pos_y')) / len(extruderValues('machine_extruder_start_pos_y'))" },
|
||||
"machine_center_is_zero": { "default_value": true },
|
||||
|
|
@ -169,6 +163,8 @@
|
|||
"value": "resolveOrValue('print_sequence') != 'one_at_a_time'"
|
||||
},
|
||||
"print_sequence": { "enabled": false },
|
||||
"raft_airgap": { "value": "layer_height * 2" },
|
||||
"raft_base_thickness": { "value": 0.4 },
|
||||
"raft_margin": { "value": "5" },
|
||||
"retract_at_layer_change": { "value": true },
|
||||
"retraction_amount":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue