diff --git a/resources/definitions/bq_hephestos.def.json b/resources/definitions/bq_hephestos.def.json index b594ed1653..9a49ecc1ae 100644 --- a/resources/definitions/bq_hephestos.def.json +++ b/resources/definitions/bq_hephestos.def.json @@ -37,7 +37,7 @@ "default_value": false }, "machine_gcode_flavor": { - "default_value": "RepRap" + "default_value": "RepRap (Marlin/Sprinter)" }, "layer_height": { "default_value": 0.2 diff --git a/resources/definitions/bq_hephestos_xl.def.json b/resources/definitions/bq_hephestos_xl.def.json index 7a3b3f27fd..504f94c0ed 100644 --- a/resources/definitions/bq_hephestos_xl.def.json +++ b/resources/definitions/bq_hephestos_xl.def.json @@ -37,7 +37,7 @@ "default_value": false }, "machine_gcode_flavor": { - "default_value": "RepRap" + "default_value": "RepRap (Marlin/Sprinter)" }, "layer_height": { "default_value": 0.2 diff --git a/resources/definitions/bq_witbox.def.json b/resources/definitions/bq_witbox.def.json index a0290a4063..4dfa3c805f 100644 --- a/resources/definitions/bq_witbox.def.json +++ b/resources/definitions/bq_witbox.def.json @@ -37,7 +37,7 @@ "default_value": false }, "machine_gcode_flavor": { - "default_value": "RepRap" + "default_value": "RepRap (Marlin/Sprinter)" }, "layer_height": { "default_value": 0.2 diff --git a/resources/definitions/bq_witbox_2.def.json b/resources/definitions/bq_witbox_2.def.json index ac13c2144c..a3ef0925ba 100644 --- a/resources/definitions/bq_witbox_2.def.json +++ b/resources/definitions/bq_witbox_2.def.json @@ -37,7 +37,7 @@ "default_value": false }, "machine_gcode_flavor": { - "default_value": "RepRap" + "default_value": "RepRap (Marlin/Sprinter)" }, "material_print_temperature": { "default_value": 210 diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 9b7dc20222..92a507d0c1 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -254,8 +254,19 @@ { "label": "Gcode flavour", "description": "The type of gcode to be generated.", - "default_value": "RepRap", - "type": "str", + "type": "enum", + "options": + { + "RepRap (Marlin/Sprinter)": "RepRap (Marlin/Sprinter)", + "RepRap (Volumatric)": "RepRap (Volumetric)", + "UltiGCode": "Ultimaker 2", + "Griffin": "Griffin", + "Makerbot": "Makerbot", + "BFB": "Bits from Bytes", + "MACH3": "Mach3", + "Repetier": "Repetier" + }, + "default_value": "RepRap (Marlin/Sprinter)", "settable_per_mesh": false, "settable_per_extruder": false, "settable_per_meshgroup": false diff --git a/resources/definitions/maker_starter.def.json b/resources/definitions/maker_starter.def.json index 4e066ddff2..e59c22fb5e 100644 --- a/resources/definitions/maker_starter.def.json +++ b/resources/definitions/maker_starter.def.json @@ -42,7 +42,7 @@ "default_value": 55 }, "machine_gcode_flavor": { - "default_value": "RepRap" + "default_value": "RepRap (Marlin/Sprinter)" }, "machine_disallowed_areas": { "default_value": []