Cura/resources
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:13:36 +00:00
2023-03-08 09:08:41 +01:00
2023-01-26 19:11:16 +01:00
2023-01-26 19:11:16 +01:00
2023-03-15 18:18:31 +01:00
2023-02-09 14:29:26 +01:00
2023-03-07 10:46:47 +01:00