c.lamboo 71a0044bf8 Fix extruder number
most important change was changing
```
        currentIndex: function () {
          ...
        }
```
to
        currentIndex: {
          ...
        }
```
This changed the behavior so that the variables inside the code blocked are watched so that `currentIndex` is automatically updated. No longer needed to set the `currentIndex` from any where else anymore.

CURA-10374
2023-03-15 18:18:31 +01:00
..
2023-03-07 10:29:37 +01:00
2023-03-15 18:18:31 +01:00
2023-01-06 13:25:57 +01:00
2022-12-12 14:12:32 +01:00
2022-12-23 19:40:27 +01:00
2022-04-05 15:04:35 +02:00
2021-09-07 11:33:54 -04:00
2022-05-11 17:23:54 +02:00
2022-12-12 11:44:21 +01:00