Update smoothie_dual.def.json

Complete printer definition including "Machine_always_write_active_tool" setting.
This commit is contained in:
grk3010 2020-05-11 16:12:49 -04:00
parent ab6d15141e
commit b8d74c8b4d

View File

@ -7,9 +7,10 @@
"author": "grk3010", "author": "grk3010",
"manufacturer": "Custom", "manufacturer": "Custom",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"has_materials": true, "has_machine_quality": true,
"has_variants": true, "has_variants": true,
"preferred_variant_name": "Sparse 0.8", "preferred_variant_name": "Mosquito Magnum 0.8",
"preferred_quality_type": "normal",
"variants_name": "Nozzle", "variants_name": "Nozzle",
"machine_extruder_trains": "machine_extruder_trains":
{ {
@ -34,9 +35,15 @@
"machine_gcode_flavor": { "machine_gcode_flavor": {
"default_value": "RepRap (Marlin/Sprinter)" "default_value": "RepRap (Marlin/Sprinter)"
}, },
"machine_always_write_active_tool": {
"default_value": true
},
"machine_extruder_count": { "machine_extruder_count": {
"default_value": 2 "default_value": 2
}, },
"machine_heat_zone_length": {
"default_value": 15
},
"machine_start_gcode": { "machine_start_gcode": {
"default_value": "G28 X0 Y0 ; Home X Y\nM375; Load Bed Leveling Grid\nG1 X300 Y275 F15000 ; Move to bed center\nM280 S3.0 ; Deploy probe pin\n## NOTE: Adjust \"ZX.XX\" after G30 to be the Z-offset (in mm) between the probe and the nozzle\n## This is how you adjust nozzle printing height!\nG30 Z1.25 ; Move down to find bed & set Z home offset\nM280 S7.0 ; Retract probe\nG1 Z15.0 F600 ; move extruder up 15mm\nT0; Activate Extruder 1" "default_value": "G28 X0 Y0 ; Home X Y\nM375; Load Bed Leveling Grid\nG1 X300 Y275 F15000 ; Move to bed center\nM280 S3.0 ; Deploy probe pin\n## NOTE: Adjust \"ZX.XX\" after G30 to be the Z-offset (in mm) between the probe and the nozzle\n## This is how you adjust nozzle printing height!\nG30 Z1.25 ; Move down to find bed & set Z home offset\nM280 S7.0 ; Retract probe\nG1 Z15.0 F600 ; move extruder up 15mm\nT0; Activate Extruder 1"
}, },