Add cool zone length setting

This setting can vary from cartridge to cartridge and between machines.

Contributes to issue CURA-2795.
This commit is contained in:
Ghostkeeper 2016-12-02 15:03:52 +01:00
parent 96bca5e297
commit 1c14c8e2c5
2 changed files with 11 additions and 0 deletions

View file

@ -235,6 +235,16 @@
"settable_per_extruder": true,
"settable_per_meshgroup": false
},
"machine_cool_zone_length":
{
"label": "Cool Zone Length",
"description": "The length of the piece that dissipates heat from the hot end to shield heat-sensitive equipment.",
"default_value": 0,
"type": "float",
"settable_per_mesh": false,
"settable_per_extruder": true,
"settable_per_meshgroup": false
},
"machine_nozzle_heat_up_speed":
{
"label": "Heat up speed",

View file

@ -38,6 +38,7 @@
"machine_depth": { "default_value": 215 },
"machine_height": { "default_value": 200 },
"machine_heated_bed": { "default_value": true },
"machine_cool_zone_length": { "default_value": 26.5 },
"machine_nozzle_heat_up_speed": { "default_value": 1.4 },
"machine_nozzle_cool_down_speed": { "default_value": 0.8 },
"machine_head_with_fans_polygon":