blob: b5712b1fe3151ae10a3f4879caf7145fe85a0463 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
test smoothieware_snippet_mm
protocol-decoder stepper_motor channel step=5 channel dir=6 option unit=mm
input stepper_motor/smoothieware/smoothieware_snippet.sr
output stepper_motor annotation match smoothieware_snippet_mm.output
test smoothieware_snippet_steps
protocol-decoder stepper_motor channel step=5 channel dir=6 option unit=steps
input stepper_motor/smoothieware/smoothieware_snippet.sr
output stepper_motor annotation match smoothieware_snippet_steps.output
test smoothieware_snippet_steps_no_samplerate
protocol-decoder stepper_motor channel step=5 channel dir=6 option unit=steps
input stepper_motor/smoothieware/smoothieware_snippet_no_samplerate.sr
output stepper_motor annotation match smoothieware_snippet_steps_no_samplerate.output
|