mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:39:03 +08:00
Fixing default bed temperature for MP Mini Delta
The stock Monoprice Mini Delta 3D printer has trouble reaching 60 C. Setting the bed temperature to 40 C so that it doesn't confuse newcomers to the hobby when the printer sits forever waiting for the bed to reach a temperature that it cannot attain.
This commit is contained in:
parent
089561dd22
commit
939f761843
@ -51,6 +51,7 @@
|
|||||||
"default_value": 0.21,
|
"default_value": 0.21,
|
||||||
"minimum_value": 0.07
|
"minimum_value": 0.07
|
||||||
},
|
},
|
||||||
|
"material_bed_temperature": { "value": 40 },
|
||||||
"line_width": { "value": "round(machine_nozzle_size * 0.875, 2)" },
|
"line_width": { "value": "round(machine_nozzle_size * 0.875, 2)" },
|
||||||
"material_print_temperature_layer_0": { "value": "material_print_temperature + 5" },
|
"material_print_temperature_layer_0": { "value": "material_print_temperature + 5" },
|
||||||
"material_bed_temperature_layer_0": { "value": "material_bed_temperature + 5" },
|
"material_bed_temperature_layer_0": { "value": "material_bed_temperature + 5" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user