changed colours, description based on s88

This commit is contained in:
znetsixe
2025-10-14 13:52:18 +02:00
parent 426d45890f
commit e0526250c2
2 changed files with 10 additions and 27 deletions

View File

@@ -1,17 +1,3 @@
/**
* @summary A class to interact and manipulate machines with a non-euclidian curve
* @description A class to interact and manipulate machines with a non-euclidian curve
* @module machineGroup
* @exports machineGroup
* @version 0.1.0
* @since 0.1.0
*
* Author:
* - Rene De Ren
* Email:
* - r.de.ren@brabantsedelta.nl
*/
//load local dependencies
const EventEmitter = require("events");
const {logger,configUtils,configManager, MeasurementContainer, interpolation , childRegistrationUtils} = require('generalFunctions');