Add new defaults for Stealthchanger to make use of the new settings, NOT WORKING

This commit is contained in:
Justin F. Hallett 2024-08-10 13:14:49 -06:00
parent 3bb782fd5f
commit 0667e4b3a1
No known key found for this signature in database
GPG key ID: 7E43835F963278BB
9 changed files with 43 additions and 26 deletions

View file

@ -1,5 +1,5 @@
{
"version": 2,
"version": 3,
"name": "Voron2 StealthChanger Base",
"inherits": "voron2_base",
"metadata":
@ -24,6 +24,7 @@
"machine_end_gcode": { "default_value": "PRINT_END" },
"machine_extruder_count": { "default_value": 1 },
"machine_name": { "default_value": "VORON2 StealthChanger" },
"machine_start_gcode_first": { "default_value": true },
"machine_start_gcode": { "default_value": "PRINT_START TOOL_TEMP={material_print_temperature_layer_0} T{initial_extruder_nr}_TEMP={material_print_temperature_layer_0} BED_TEMP={material_bed_temperature_layer_0} TOOL={initial_extruder_nr}" }
}
}
}