small bug fixes

This commit is contained in:
znetsixe
2025-07-31 09:10:34 +02:00
parent 2aeb876c0d
commit de5652b73d
7 changed files with 7 additions and 1961 deletions

View File

@@ -56,7 +56,7 @@ class MachineGroup {
this.measurements = new MeasurementContainer();
this.interpolation = new interpolation();
// Machines and children data
// Machines and child data
this.machines = {};
this.child = {};
this.scaling = this.config.scaling.current;