Merge branch 'master' into feature-visualisation

This commit is contained in:
Joop Schilder 2020-05-14 21:04:32 +02:00
commit 161fbf2e38
1 changed files with 4 additions and 1 deletions

View File

@ -324,6 +324,9 @@ class InstructionSet
protected function M67(Block $block): void
{
throw new RuntimeException('[Enter new tool information without machine stop] is not implemented');
$T = $block->pop('T');
$this->CNC6600->TM->read($T);
$this->CNC6600->DR->T = $T;
}
}