Um2plus move

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

View File

@ -83,7 +83,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+" }, "machine_name": { "default_value": "Ultimaker 2+" },
"machine_nozzle_head_distance": { "default_value": 5 },
"machine_show_variants": { "default_value": true }, "machine_show_variants": { "default_value": true },
"speed_infill": { "value": "speed_print" }, "speed_infill": { "value": "speed_print" },
"speed_support": { "value": "speed_wall_0" }, "speed_support": { "value": "speed_wall_0" },

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 }
} }