WIP circular interpolation
This commit is contained in:
@@ -21,8 +21,8 @@ class InstructionSet
|
||||
|
||||
public function apply(Block $block): void
|
||||
{
|
||||
system('clear');
|
||||
print("\n$block\n\n");
|
||||
// system('clear');
|
||||
// print("\n$block\n\n");
|
||||
foreach ($block->words as $word) {
|
||||
if (method_exists($this, "$word")) {
|
||||
// There's a method dedicated to handling the full word (eg G22)
|
||||
@@ -42,8 +42,6 @@ class InstructionSet
|
||||
print("WARNING: No method or register for word '{$word}'\n");
|
||||
}
|
||||
}
|
||||
dump($this->CNC6600->DR);
|
||||
readline();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user