Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Karl Pietrowski <thopiekar@googlemail.com>2016-07-03 16:17:40 +0300
committerGitHub <noreply@github.com>2016-07-03 16:17:40 +0300
commitcd14a150403b7fed88a0dd052389819b27be2f34 (patch)
treed68bdb939aed664327ea2a370c71bab0c5d6ca6d /resources/definitions/bq_hephestos_2.def.json
parentafe0104dc786dd28391a550cee3f92a01873a3ba (diff)
Using the correct placeholder
Thanks to Ruben!
Diffstat (limited to 'resources/definitions/bq_hephestos_2.def.json')
-rw-r--r--resources/definitions/bq_hephestos_2.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/bq_hephestos_2.def.json b/resources/definitions/bq_hephestos_2.def.json
index db6a2971e6..374e41f93c 100644
--- a/resources/definitions/bq_hephestos_2.def.json
+++ b/resources/definitions/bq_hephestos_2.def.json
@@ -14,7 +14,7 @@
},
"overrides": {
- "machine_start_gcode": { "default_value": "; -- START GCODE --\nM800 ; Custom GCODE to fire start print procedure\nM109 S{print_temperature} ;Makes sure the temperature is correct before printing\n; -- end of START GCODE --" },
+ "machine_start_gcode": { "default_value": "; -- START GCODE --\nM800 ; Custom GCODE to fire start print procedure\nM109 S{material_print_temperature} ;Makes sure the temperature is correct before printing\n; -- end of START GCODE --" },
"machine_end_gcode": { "default_value": "; -- END GCODE --\nM801 ; Custom GCODE to fire end print procedure\n; -- end of END GCODE --" },
"machine_width": { "default_value": 210 },
"machine_depth": { "default_value": 297 },