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-01 22:27:36 +0300
committerThomas Karl Pietrowski <thopiekar@googlemail.com>2016-07-01 22:27:36 +0300
commit19a718205dbb30dacc6ecfe40be5526c8bc1c671 (patch)
treefe066c20dd1e3f32e9a2f3c461e886a42472f070 /resources/definitions/bq_hephestos_2.def.json
parenta7939c6f3db3b3598e601fbbdee6f168d8b6b99e (diff)
BQ Hephestos2 - Preheating temperature fix
When starting a print with the "custom" GCode by BQ, the printer resets the nozzle temperature to 210°C when printing via SD card (no matter what you set on Cura) and only preheats the nozzle to 180°C when printing via USB. So currently the printer begins to print via USB at 180°C and reaches the correct temperature eg.g while printing the brim.
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 e4e58cb6c2..db6a2971e6 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\n; -- end of START GCODE --" },
+ "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_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 },