mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 11:21:14 -07:00
Update Extruder 0 Magna 2 230
Add Start and End Gcode for Extruder 0
This commit is contained in:
parent
eb94b340ed
commit
215373c8da
1 changed files with 7 additions and 1 deletions
|
|
@ -13,6 +13,12 @@
|
|||
"maximum_value": "1"
|
||||
},
|
||||
"machine_nozzle_size": { "default_value": 0.4 },
|
||||
"material_diameter": { "default_value": 1.75 }
|
||||
"material_diameter": { "default_value": 1.75 ,
|
||||
"machine_extruder_start_code": {
|
||||
"default_value": "T0 \nG92 E0 \nG1 F1000 E100 \nG92 E0 \nM104 S{material_print_temperature}"
|
||||
},
|
||||
"machine_extruder_end_code": {
|
||||
"default_value": "G92 E0 \nG1 F2500 E-5 \nG1 F2400 X230 Y200 \nG1 F3000 E-100 \nG92 E0 \nG90"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue