mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-27 21:01:11 -07:00
Update setting_version and format json file
This commit is contained in:
parent
1f91fd0912
commit
f18c66ef40
10 changed files with 18 additions and 18 deletions
|
|
@ -24,11 +24,11 @@
|
|||
|
||||
"gantry_height": { "value": 25 },
|
||||
|
||||
"speed_print": {"value": 50},
|
||||
"speed_layer_0": {"value": 25},
|
||||
"speed_print": { "value": 50 },
|
||||
"speed_layer_0": { "value": 25 },
|
||||
"speed_travel": { "default_value": 120 },
|
||||
"retraction_amount": {"value": 0.8},
|
||||
"retraction_speed": { "default_value": 40}
|
||||
|
||||
|
||||
"retraction_amount": { "value": 0.8 },
|
||||
"retraction_speed": { "default_value": 40 }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,11 +24,11 @@
|
|||
|
||||
"gantry_height": { "value": 25 },
|
||||
|
||||
"speed_print": {"value": 50},
|
||||
"speed_layer_0": {"value": 20},
|
||||
"speed_print": { "value": 50 },
|
||||
"speed_layer_0": { "value": 20 },
|
||||
"speed_travel": { "default_value": 120 },
|
||||
"retraction_amount": {"value": 0.8},
|
||||
"retraction_speed": { "default_value": 40}
|
||||
|
||||
|
||||
"retraction_amount": { "value": 0.8 },
|
||||
"retraction_speed": { "default_value": 40 }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue