mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-23 22:54:10 -06:00
debugcmds: Remove start/end_group commands
These commands were never used by the main code and are not particularly helpful for debugging. Remove them to reduce code size - in particular on the pru architecture. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
76b839a0ac
commit
1ed67120cd
2 changed files with 3 additions and 39 deletions
|
@ -390,7 +390,7 @@ communication mechanism. The test is run using the console.py tool
|
|||
cut-and-paste into the console.py terminal window:
|
||||
```
|
||||
DELAY {clock + 2*freq} get_uptime
|
||||
FLOOD 100000 0.0 end_group
|
||||
FLOOD 100000 0.0 debug_nop
|
||||
get_uptime
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue