mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 09:56:33 +08:00

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.
48 lines
2.2 KiB
JSON
48 lines
2.2 KiB
JSON
{
|
|
"id": "bq_hephestos_2",
|
|
"version": 2,
|
|
"name": "BQ Hephestos 2",
|
|
"inherits": "fdmprinter",
|
|
"metadata": {
|
|
"visible": true,
|
|
"author": "BQ",
|
|
"manufacturer": "BQ",
|
|
"category": "Other",
|
|
"platform": "bq_hephestos_2_platform.stl",
|
|
"platform_offset": [6, 1320, 0 ],
|
|
"file_formats": "text/x-gcode"
|
|
},
|
|
|
|
"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_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 },
|
|
"machine_height": { "default_value": 220 },
|
|
"machine_heated_bed": { "default_value": false },
|
|
"machine_center_is_zero": { "default_value": false },
|
|
"material_print_temperature": { "default_value": 210 },
|
|
"material_bed_temperature": { "default_value": 0 },
|
|
"material_diameter": { "default_value": 1.75 },
|
|
"layer_height": { "default_value": 0.2 },
|
|
"layer_height_0": { "default_value": 0.2 },
|
|
"wall_line_count": { "default_value": 3 },
|
|
"wall_thickness": { "default_value": 1.2 },
|
|
"top_bottom_thickness": { "default_value": 1.2 },
|
|
"infill_sparse_density": { "default_value": 20 },
|
|
"infill_overlap": { "default_value": 15 },
|
|
"speed_print": { "default_value": 60 },
|
|
"speed_travel": { "default_value": 160 },
|
|
"speed_layer_0": { "default_value": 30 },
|
|
"speed_wall_x": { "default_value": 35 },
|
|
"speed_wall_0": { "default_value": 30 },
|
|
"speed_infill": { "default_value": 80 },
|
|
"speed_topbottom": { "default_value": 35 },
|
|
"skirt_speed": { "default_value": 35 },
|
|
"skirt_line_count": { "default_value": 4 },
|
|
"skirt_minimal_length": { "default_value": 30 },
|
|
"skirt_gap": { "default_value": 6 },
|
|
"cool_fan_full_at_height": { "default_value": 0.4 }
|
|
}
|
|
}
|