mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
25 lines
1 KiB
JSON
25 lines
1 KiB
JSON
{
|
|
"version": 2,
|
|
"name": "Tool 2",
|
|
"inherits": "fdmextruder",
|
|
"metadata": {
|
|
"machine": "hms434",
|
|
"position": "1"
|
|
},
|
|
|
|
"overrides": {
|
|
"extruder_nr": {
|
|
"default_value": 1,
|
|
"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 tool2\nM83\nM109 T1 S{material_print_temperature}\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 Y120 F12000\nG1 X-25 F12000\nM109 T1 R{material_standby_temperature}\nG1 Y20 F3000\n; ending tool2\n\n"
|
|
}
|
|
}
|
|
}
|