Skip to content

Commit

Permalink
fix menu.test
Browse files Browse the repository at this point in the history
  • Loading branch information
Piezoid committed Sep 7, 2022
1 parent 35d9d4f commit ae06f7b
Showing 1 changed file with 62 additions and 1 deletion.
63 changes: 62 additions & 1 deletion test/klippy/menu.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,64 @@
[stepper_x]
step_pin: PF0
dir_pin: PF1
enable_pin: !PD7
microsteps: 16
rotation_distance: 40
endstop_pin: ^PE5
position_endstop: 0
position_max: 200
homing_speed: 50

[stepper_y]
step_pin: PF6
dir_pin: !PF7
enable_pin: !PF2
microsteps: 16
rotation_distance: 40
endstop_pin: ^PJ1
position_endstop: 0
position_max: 200
homing_speed: 50

[stepper_z]
step_pin: PL3
dir_pin: PL1
enable_pin: !PK0
microsteps: 16
rotation_distance: 8
endstop_pin: ^PD3
position_endstop: 0.5
position_max: 200

[extruder]
step_pin: PA4
dir_pin: PA6
enable_pin: !PA2
microsteps: 16
rotation_distance: 33.5
nozzle_diameter: 0.500
filament_diameter: 3.500
heater_pin: PB4
sensor_type: EPCOS 100K B57560G104F
sensor_pin: PK5
control: pid
pid_Kp: 22.2
pid_Ki: 1.08
pid_Kd: 114
min_temp: 0
max_temp: 210

[mcu]
serial: /dev/ttyACM0

[printer]
kinematics: cartesian
max_velocity: 300
max_accel: 3000
max_z_velocity: 5
max_z_accel: 100


[board_pins]
aliases:
# Common EXP1 header found on many "all-in-one" ramps clones
Expand All @@ -18,4 +79,4 @@ click_pin: ^!EXP1_2

[menu __main]
type: list
name: Main Menu
name: Main Menu

0 comments on commit ae06f7b

Please sign in to comment.