documentation

This commit is contained in:
2026-05-14 15:59:55 +02:00
parent ed67438739
commit e9256f538c
21 changed files with 4380 additions and 561 deletions
-3
View File
@@ -34,9 +34,6 @@ if not settings.GRBL_SIMULATION:
else:
from modules.grbl_simulator import GRBLController # @Reimport
from . import models
@dataclass
class ProcessData:
play: bool = True