From f10df349e5a4f3f6bf495e4433c84634cf6c7db8 Mon Sep 17 00:00:00 2001 From: Kristian Rekstad Date: Mon, 29 Apr 2024 17:55:22 +0200 Subject: [PATCH] Fix invalid nozzle_type undefined for 'Anycubic Kobra 2 0.4 nozzle' system machine (#5159) Fix invalid nozzle_type undefined The correct value is undefine. Related to a comment in #3991 --- .../profiles/Anycubic/machine/Anycubic Kobra 2 0.4 nozzle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/profiles/Anycubic/machine/Anycubic Kobra 2 0.4 nozzle.json b/resources/profiles/Anycubic/machine/Anycubic Kobra 2 0.4 nozzle.json index 67939352a5..0f09f22753 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Kobra 2 0.4 nozzle.json +++ b/resources/profiles/Anycubic/machine/Anycubic Kobra 2 0.4 nozzle.json @@ -17,7 +17,7 @@ "0x220" ], "printable_height": "250", - "nozzle_type": "undefined", + "nozzle_type": "undefine", "auxiliary_fan": "0", "machine_max_acceleration_extruding": [ "2500",