mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Merge pull request #498 from bq/BQ_profiles_update
Update for BQ printers profiles
This commit is contained in:
commit
495799955f
2 changed files with 8 additions and 8 deletions
|
@ -39,7 +39,7 @@
|
|||
"overrides": {
|
||||
"bottom_thickness": { "default": 1.2, "visible": true },
|
||||
"cool_fan_full_at_height": { "default": 0.8, "visible": false },
|
||||
"speed_wall_0": { "default": 35.0, "visible": false },
|
||||
"speed_wall_0": { "default": 30.0, "visible": false },
|
||||
"material_diameter": { "default": 1.75 },
|
||||
"layer_height_0": { "default": 0.2, "visible": true },
|
||||
"speed_layer_0": { "default": 35.0, "visible": true },
|
||||
|
@ -53,8 +53,8 @@
|
|||
"retraction_speed": { "default": 45.0, "visible": false },
|
||||
"skirt_gap": { "default": 7.0 },
|
||||
"skirt_line_count": { "default": 4 },
|
||||
"speed_infill": { "default": 50.0, "visible": true },
|
||||
"material_print_temperature": { "default": 220.0, "visible": true },
|
||||
"speed_infill": { "default": 60.0, "visible": true },
|
||||
"material_print_temperature": { "default": 210.0, "visible": true },
|
||||
"speed_topbottom": { "default": 35.0, "visible": false },
|
||||
"top_thickness": { "default": 1.2, "visible": false },
|
||||
"top_layers": { "default": 6, "visible": false },
|
||||
|
@ -66,6 +66,6 @@
|
|||
"support_enable": { "default": false },
|
||||
"speed_print": { "default": 50.0 },
|
||||
"skirt_speed": { "default": 35.0, "visible": false },
|
||||
"skirt_minimal_length": { "default": 300.0, "visible": false }
|
||||
"skirt_minimal_length": { "default": 30.0, "visible": false }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"overrides": {
|
||||
"bottom_thickness": { "default": 1.2, "visible": true },
|
||||
"cool_fan_full_at_height": { "default": 0.8, "visible": false },
|
||||
"speed_wall_0": { "default": 35.0, "visible": false },
|
||||
"speed_wall_0": { "default": 30.0, "visible": false },
|
||||
"material_diameter": { "default": 1.75 },
|
||||
"layer_height_0": { "default": 0.2, "visible": true },
|
||||
"speed_layer_0": { "default": 35.0, "visible": true },
|
||||
|
@ -53,8 +53,8 @@
|
|||
"retraction_speed": { "default": 45.0, "visible": false },
|
||||
"skirt_gap": { "default": 7.0 },
|
||||
"skirt_line_count": { "default": 4 },
|
||||
"speed_infill": { "default": 50.0, "visible": true },
|
||||
"material_print_temperature": { "default": 220.0, "visible": true },
|
||||
"speed_infill": { "default": 60.0, "visible": true },
|
||||
"material_print_temperature": { "default": 210.0, "visible": true },
|
||||
"speed_topbottom": { "default": 35.0, "visible": false },
|
||||
"top_thickness": { "default": 1.2, "visible": false },
|
||||
"top_layers": { "default": 6, "visible": false },
|
||||
|
@ -66,6 +66,6 @@
|
|||
"support_enable": { "default": false },
|
||||
"speed_print": { "default": 50.0 },
|
||||
"skirt_speed": { "default": 35.0, "visible": false },
|
||||
"skirt_minimal_length": { "default": 300.0, "visible": false }
|
||||
"skirt_minimal_length": { "default": 30.0, "visible": false }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue