Change gcode flavor labels to make it obvious which firmwares they are targetting.

Rename "RepRap (Marlin/Sprinter)" to "Marlin".
Rename "RepRap (Volumetric)" to "Marlin (Volumetric)".
Rename "RepRap (RepRap)" to "RepRap".
This commit is contained in:
Mark Burton 2017-07-06 08:24:23 +01:00
parent f81be9e627
commit 8955249ea9

View File

@ -303,9 +303,9 @@
"type": "enum",
"options":
{
"RepRap (Marlin/Sprinter)": "RepRap (Marlin/Sprinter)",
"RepRap (RepRap)": "RepRap (RepRap)",
"RepRap (Volumatric)": "RepRap (Volumetric)",
"RepRap (Marlin/Sprinter)": "Marlin",
"RepRap (Volumatric)": "Marlin (Volumetric)",
"RepRap (RepRap)": "RepRap",
"UltiGCode": "Ultimaker 2",
"Griffin": "Griffin",
"Makerbot": "Makerbot",