Our lineup of revolutionary hexapod-based machines for office and home rapid prototyping
KGROO is a domain-specific programming language and framework designed to revolutionize machine automation systems. Unlike traditional G-CODE, which provides static instructions to machines, KGROO creates a comprehensive nervous system for CNC machines and 3D printers, enabling real-time adjustments based on sensor data and machine learning models.
Dynamic adjustments based on sensor feedback
Learns from each operation to improve performance
Optimized for high-frequency sensor data integration
// KGROO sample code
module CNCOperation {
sensors {
loadCell: "A0",
temperature: "A1",
vibration: "A2"
}
process mill(Path path) {
when vibration > threshold {
adaptFeedRate(-10%)
}
monitor temperature {
if rising > 5C/min {
pause and notify
}
}
execute path with adaptive control
}
}
The upcoming KGROO CAM software is built from the ground up with hexapod kinematics in mind, enabling an experience akin to a 3D printer slicer rather than the complicated methods currently used in traditional CAM solutions.
Import design, select material, and let KGROO handle the rest
Automatically leverages all axes for optimal tool paths
Real-time preview with accurate time and material estimates