mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-20 09:39:09 +08:00

Files added to : - definitions - extruders - quality - variant setting_version has benn updated to "21" XML file "product_to_id.json" has been updated because "STRATEO3D" is noww a brand of 2 machines : DUAL600 and IDEX420 IDEX420 is a "IDEX" machine, so we created 3 definition files : 1 main file "strateo3d_IDEX420" and 2 inherited files "strateo3d_IDEX420_duplicate" and "strateo3d_IDEX420_mirror" materials PA6CF and PA6GF added to both machines in quality folders
28 lines
1.5 KiB
JSON
28 lines
1.5 KiB
JSON
{
|
|
"version": 2,
|
|
"name": "IDEX420 Duplicate",
|
|
"inherits": "strateo3d_IDEX420",
|
|
"metadata":
|
|
{
|
|
"visible": true,
|
|
"author": "eMotionTech",
|
|
"manufacturer": "eMotionTech",
|
|
"file_formats": "text/x-gcode",
|
|
"has_machine_quality": true,
|
|
"has_materials": true,
|
|
"has_variants": true,
|
|
"machine_extruder_trains": { "0": "strateo3d_IDEX420_duplicate_left_right" },
|
|
"preferred_variant_name": "IDEX420 Standard 0.4",
|
|
"quality_definition": "strateo3d_IDEX420",
|
|
"variants_name": "Print Head"
|
|
},
|
|
"overrides":
|
|
{
|
|
"machine_depth": { "default_value": 320 },
|
|
"machine_extruder_count": { "default_value": 1 },
|
|
"machine_height": { "default_value": 400 },
|
|
"machine_name": { "default_value": "IDEX420 Duplicate" },
|
|
"machine_start_gcode": { "default_value": "G90 ; switch to absolute coordinate mode\nT2 ; select the duplicate tool\nM140 S{material_bed_temperature_layer_0} ;Start heating bed\nM104 S{material_print_temperature_layer_0} ;Start heating extruder\nM190 S{material_bed_temperature_layer_0} ;Wait for bed to reach temp before proceeding\nM109 S{material_print_temperature_layer_0} ;Wait for extruder to reach temp before proceeding\nG1 F18000 Y-160 Z15 ; move fast to the coordinates\nG1 F18000 X0 Z0.3 ; move fast to the coordinates\nG92 E0 ; set the extruders to 0\nG1 F300 X60 E24 ; purge the hotends\nG1 F600 X40 ; swipe the nozzles\nG1 F600 Z3 ; perform Z hop" },
|
|
"machine_width": { "default_value": 209 }
|
|
}
|
|
} |