mirror of
https://github.com/andreili/klipper.git
synced 2025-09-19 03:24:40 +02:00
filament_motion_sensor: define tests
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
This commit is contained in:
parent
93ea9ddfa9
commit
58e179d128
@ -66,3 +66,19 @@ max_velocity: 300
|
|||||||
max_accel: 3000
|
max_accel: 3000
|
||||||
max_z_velocity: 5
|
max_z_velocity: 5
|
||||||
max_z_accel: 100
|
max_z_accel: 100
|
||||||
|
|
||||||
|
[filament_switch_sensor runout_switch]
|
||||||
|
switch_pin = PD4
|
||||||
|
|
||||||
|
[filament_motion_sensor runout_encoder]
|
||||||
|
switch_pin = PD5
|
||||||
|
detection_length = 4
|
||||||
|
extruder = extruder
|
||||||
|
|
||||||
|
[filament_switch_sensor runout_switch1]
|
||||||
|
switch_pin = PL4
|
||||||
|
|
||||||
|
[filament_motion_sensor runout_encoder1]
|
||||||
|
switch_pin = PL6
|
||||||
|
detection_length = 4
|
||||||
|
extruder = extruder_stepper my_extra_stepper
|
||||||
|
Loading…
x
Reference in New Issue
Block a user