mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 22:50:25 +09:00
config: Don't use arduino mega aliases in example config files
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -26,12 +26,12 @@
|
||||
|
||||
|
||||
[stepper_x]
|
||||
step_pin: ar54
|
||||
dir_pin: ar55
|
||||
enable_pin: !ar38
|
||||
step_pin: PF0
|
||||
dir_pin: PF1
|
||||
enable_pin: !PD7
|
||||
microsteps: 16
|
||||
rotation_distance: 32
|
||||
endstop_pin: ^ar3
|
||||
endstop_pin: ^PE5
|
||||
position_endstop: 0
|
||||
position_max: 200
|
||||
homing_speed: 50
|
||||
@@ -39,25 +39,25 @@ homing_speed: 50
|
||||
# The stepper_y section is used to describe the Y axis as well as the
|
||||
# stepper controlling the X-Y movement.
|
||||
[stepper_y]
|
||||
step_pin: ar60
|
||||
dir_pin: ar61
|
||||
enable_pin: !ar56
|
||||
step_pin: PF6
|
||||
dir_pin: PF7
|
||||
enable_pin: !PF2
|
||||
microsteps: 16
|
||||
rotation_distance: 32
|
||||
endstop_pin: ^ar14
|
||||
endstop_pin: ^PJ1
|
||||
position_endstop: 0
|
||||
position_max: 200
|
||||
homing_speed: 50
|
||||
|
||||
## Configuration with Z Endstop, without Probe tool like BLTOUCH or others.
|
||||
#[stepper_z]
|
||||
#step_pin: ar46
|
||||
#dir_pin: ar48
|
||||
#enable_pin: !ar62
|
||||
#step_pin: PL3
|
||||
#dir_pin: PL1
|
||||
#enable_pin: !PK0
|
||||
#microsteps: 16
|
||||
#rotation_distance: 8
|
||||
## I used Z_MAX_ENDSTOP
|
||||
#endstop_pin: ^ar19
|
||||
#endstop_pin: ^PD2
|
||||
## More about z-calibration is here https://vk.com/topic-107680682_34101598
|
||||
#position_endstop: 235
|
||||
#position_max: 235
|
||||
@@ -66,9 +66,9 @@ homing_speed: 50
|
||||
## Configuration for Bltouch probe tool.
|
||||
## Read more about BLTOUCH here https://www.klipper3d.org/BLTouch.html
|
||||
[stepper_z]
|
||||
step_pin: ar46
|
||||
dir_pin: ar48
|
||||
enable_pin: !ar62
|
||||
step_pin: PL3
|
||||
dir_pin: PL1
|
||||
enable_pin: !PK0
|
||||
microsteps: 16
|
||||
rotation_distance: 8
|
||||
position_min: -3
|
||||
@@ -78,16 +78,16 @@ endstop_pin: probe:z_virtual_endstop
|
||||
## Configuration with PID Calibration.
|
||||
## Read more here https://www.klipper3d.org/Config_checks.html
|
||||
[extruder]
|
||||
step_pin: ar26
|
||||
dir_pin: !ar28
|
||||
enable_pin: !ar24
|
||||
step_pin: PA4
|
||||
dir_pin: !PA6
|
||||
enable_pin: !PA2
|
||||
microsteps: 16
|
||||
rotation_distance: 13.5744
|
||||
nozzle_diameter: 0.400
|
||||
filament_diameter: 1.750
|
||||
heater_pin: ar10
|
||||
heater_pin: PB4
|
||||
sensor_type: EPCOS 100K B57560G104F
|
||||
sensor_pin: analog13
|
||||
sensor_pin: PK5
|
||||
min_temp: 0
|
||||
max_temp: 250
|
||||
control: pid
|
||||
@@ -98,9 +98,9 @@ pid_kd: 151.598
|
||||
## Configuration with PID Calibration.
|
||||
## Read more here https://www.klipper3d.org/Config_checks.html
|
||||
[heater_bed]
|
||||
heater_pin: ar8
|
||||
heater_pin: PH5
|
||||
sensor_type: EPCOS 100K B57560G104F
|
||||
sensor_pin: analog14
|
||||
sensor_pin: PK6
|
||||
min_temp: 0
|
||||
max_temp: 130
|
||||
control: pid
|
||||
@@ -109,11 +109,10 @@ pid_ki: 1.822
|
||||
pid_kd: 741.600
|
||||
|
||||
[fan]
|
||||
pin: ar9
|
||||
pin: PH6
|
||||
|
||||
[mcu]
|
||||
serial: /dev/ttyACM0
|
||||
pin_map: arduino
|
||||
|
||||
[printer]
|
||||
kinematics: corexy
|
||||
@@ -123,8 +122,8 @@ max_z_velocity: 25
|
||||
max_z_accel: 30
|
||||
|
||||
[bltouch]
|
||||
sensor_pin: ^ar18
|
||||
control_pin: ar7
|
||||
sensor_pin: ^PD3
|
||||
control_pin: PH4
|
||||
x_offset: 39
|
||||
y_offset: 11
|
||||
z_offset: 0.9
|
||||
|
||||
Reference in New Issue
Block a user