mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-27 01:48:35 -07:00
Update standby temperature to use resolveOrValue
Changed the 'material_standby_temperature' value to use resolveOrValue('material_print_temperature') for improved parameter resolution.
This commit is contained in:
parent
d7d628853d
commit
e07f79f01b
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@
|
|||
"machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E15 ;extrude 15mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\nT0 ;Start with Rear Extruder\n;Put printing message on LCD screen\nM117 Printing..." },
|
||||
"machine_width": { "default_value": 215 },
|
||||
"material_print_temperature_layer_0": { "value": "material_print_temperature + 5" },
|
||||
"material_standby_temperature": { "value": "material_print_temperature" },
|
||||
"material_standby_temperature": { "value": "resolveOrValue('material_print_temperature')" },
|
||||
"prime_blob_enable": { "enabled": true },
|
||||
"prime_tower_min_volume": { "default_value": 50 },
|
||||
"prime_tower_wipe_enabled": { "default_value": false },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue