mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 06:09:19 +08:00
26 lines
1.0 KiB
JSON
26 lines
1.0 KiB
JSON
{
|
|
"version": 2,
|
|
"name": "Tool 1",
|
|
"inherits": "fdmextruder",
|
|
"metadata": {
|
|
"machine": "hms434",
|
|
"position": "0"
|
|
},
|
|
|
|
"overrides": {
|
|
"extruder_nr": {
|
|
"default_value": 0,
|
|
"maximum_value": "8"
|
|
},
|
|
"machine_nozzle_offset_x": { "default_value": 0.0 },
|
|
"machine_nozzle_offset_y": { "default_value": 0.0 },
|
|
"material_diameter": { "default_value": 1.75 },
|
|
"machine_extruder_start_code": {
|
|
"default_value": "\n;changing to tool1\nM83\nM109 T0 S{material_print_temperature}\nM114\nG1 E{switch_extruder_retraction_amount} F300\nG1 E{switch_extruder_retraction_amount} F300\nG1 E{switch_extruder_retraction_amount} F300\nG1 E{switch_extruder_retraction_amount} F300\nG1 E-{switch_extruder_retraction_amount} F2400\nG1 Y40 F3000\nG1 X10 F12000\n\n"
|
|
},
|
|
"machine_extruder_end_code": {
|
|
"default_value": "\nG1 X10 Y40 F12000\nG1 X-25 F12000\nM109 T0 R{material_standby_temperature}\nG1 Y20 F3000\n; ending tool1\n\n"
|
|
}
|
|
}
|
|
}
|