Add "Repetier" as a GCode flavor option

The "UltiGCode" and "Reprap (Marlin/Sprinter)" options are not translated, to "Repetier" does not need translation either (?).

CURA-2304
This commit is contained in:
fieldOfView 2016-09-19 11:23:40 +02:00
parent d391639b48
commit 538a35f81c

View File

@ -147,7 +147,7 @@ Cura.MachineAction
ComboBox
{
model: ["RepRap (Marlin/Sprinter)", "UltiGCode"]
model: ["RepRap (Marlin/Sprinter)", "UltiGCode", "Repetier"]
currentIndex: machineGCodeFlavorProvider.properties.value != model[1] ? 0 : 1
onActivated:
{