Um2 plus connect move

This commit is contained in:
HellAholic 2024-08-05 14:02:34 +02:00
parent 3c8f2f965b
commit ef17a72f1d
2 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,6 @@
"machine_heat_zone_length": { "default_value": 20 }, "machine_heat_zone_length": { "default_value": 20 },
"machine_height": { "default_value": 205 }, "machine_height": { "default_value": 205 },
"machine_name": { "default_value": "Ultimaker 2+ Connect" }, "machine_name": { "default_value": "Ultimaker 2+ Connect" },
"machine_nozzle_head_distance": { "default_value": 5 },
"machine_show_variants": { "default_value": true }, "machine_show_variants": { "default_value": true },
"machine_start_gcode": { "value": "''" }, "machine_start_gcode": { "value": "''" },
"machine_width": { "default_value": 223 }, "machine_width": { "default_value": 223 },

View File

@ -10,6 +10,7 @@
"overrides": "overrides":
{ {
"extruder_nr": { "default_value": 0 }, "extruder_nr": { "default_value": 0 },
"machine_nozzle_head_distance": { "default_value": 5 },
"machine_nozzle_size": { "default_value": 0.4 }, "machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 2.85 } "material_diameter": { "default_value": 2.85 }
} }