diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-03-19 12:52:21 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-03-25 10:49:17 -0400 |
commit | 7a443e50e1dbf42eeef02b2983cb15f33722d45c (patch) | |
tree | 0fe9fdc744af1b53b1f8be647a61b44193ae9428 /config/printer-adimlab-2018.cfg | |
parent | d386500788dc5764caff452ec74e6d944820614d (diff) | |
download | kutter-7a443e50e1dbf42eeef02b2983cb15f33722d45c.tar.gz kutter-7a443e50e1dbf42eeef02b2983cb15f33722d45c.tar.xz kutter-7a443e50e1dbf42eeef02b2983cb15f33722d45c.zip |
config: Don't use arduino mega aliases in example config files
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/printer-adimlab-2018.cfg')
-rw-r--r-- | config/printer-adimlab-2018.cfg | 59 |
1 files changed, 29 insertions, 30 deletions
diff --git a/config/printer-adimlab-2018.cfg b/config/printer-adimlab-2018.cfg index af73062b..2f02173d 100644 --- a/config/printer-adimlab-2018.cfg +++ b/config/printer-adimlab-2018.cfg @@ -4,50 +4,50 @@ # See docs/Config_Reference.md for a description of parameters. [stepper_x] -step_pin: ar25 -dir_pin: !ar23 -enable_pin: !ar27 +step_pin: PA3 +dir_pin: !PA1 +enable_pin: !PA5 microsteps: 16 rotation_distance: 40 -endstop_pin: ^!ar22 +endstop_pin: ^!PA0 position_min: -5 position_endstop: -5 position_max: 310 homing_speed: 30.0 [stepper_y] -step_pin: ar32 -dir_pin: !ar33 -enable_pin: !ar31 +step_pin: PC5 +dir_pin: !PC4 +enable_pin: !PC6 microsteps: 16 rotation_distance: 40 -endstop_pin: ^!ar26 +endstop_pin: ^!PA4 position_endstop: 0 position_max: 310 homing_speed: 30.0 [stepper_z] -step_pin: ar35 -dir_pin: ar36 -enable_pin: !ar34 +step_pin: PC2 +dir_pin: PC1 +enable_pin: !PC3 microsteps: 16 rotation_distance: 8 -endstop_pin: ^!ar29 +endstop_pin: ^!PA7 position_endstop: 0.0 position_max: 400 homing_speed: 5.0 [extruder] -step_pin: ar42 -dir_pin: ar43 -enable_pin: !ar37 +step_pin: PL7 +dir_pin: PL6 +enable_pin: !PC0 microsteps: 16 rotation_distance: 34.557 nozzle_diameter: 0.400 filament_diameter: 1.750 -heater_pin: ar2 +heater_pin: PE4 sensor_type: ATC Semitec 104GT-2 -sensor_pin: analog8 +sensor_pin: PK0 control: pid pid_Kp: 15.717 pid_Ki: 0.569 @@ -56,9 +56,9 @@ min_temp: 0 max_temp: 245 [heater_bed] -heater_pin: ar4 +heater_pin: PG5 sensor_type: EPCOS 100K B57560G104F -sensor_pin: analog10 +sensor_pin: PK2 control: pid pid_Kp: 74.883 pid_Ki: 1.809 @@ -75,7 +75,6 @@ check_gain_time: 120 [mcu] serial: /dev/ttyUSB0 -pin_map: arduino [printer] kinematics: cartesian @@ -85,7 +84,7 @@ max_z_velocity: 10 max_z_accel: 60 [output_pin stepper_xy_current] -pin: ar44 +pin: PL5 pwm: True scale: 2.0 cycle_time: .000030 @@ -93,7 +92,7 @@ hardware_pwm: True static_value: 1.3 [output_pin stepper_z_current] -pin: ar45 +pin: PL4 pwm: True scale: 2.0 cycle_time: .000030 @@ -101,7 +100,7 @@ hardware_pwm: True static_value: 1.3 [output_pin stepper_e_current] -pin: ar46 +pin: PL3 pwm: True scale: 2.0 cycle_time: .000030 @@ -110,15 +109,15 @@ static_value: 1.25 [display] lcd_type: st7920 -cs_pin: ar20 -sclk_pin: ar14 -sid_pin: ar15 -encoder_pins: ^ar41, ^ar40 -click_pin: ^!ar19 +cs_pin: PD1 +sclk_pin: PJ1 +sid_pin: PJ0 +encoder_pins: ^PG0, ^PG1 +click_pin: ^!PD2 -# The filament runout sensor (on pin ar24) is not currently supported +# The filament runout sensor (on pin PA2) is not currently supported # in Klipper. [output_pin case_light] -pin: ar7 +pin: PH4 value: 1 |