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:
Kevin O'Connor
2021-03-19 12:52:21 -04:00
parent d386500788
commit 7a443e50e1
21 changed files with 609 additions and 631 deletions

View File

@@ -1,53 +1,53 @@
# This file contains pin mappings for the SUNLU S8 v1.01 (circa 2020), which
# is a modified RAMPS v1.3 board. To use this config, the firmware should be
# compiled for the AVR atmega2560. The following pins are available for
# expansion (e.g. ABL): ^ar19 (Z+ endstop), ar4, ar5, ar6, ar11
# expansion (e.g. ABL): ^PD2 (Z+ endstop), PG5, PE3, PH3, PB5
# See docs/Config_Reference.md for a description of parameters.
[stepper_x]
step_pin: ar54
dir_pin: !ar55
enable_pin: !ar38
step_pin: PF0
dir_pin: !PF1
enable_pin: !PD7
microsteps: 16
rotation_distance: 40
endstop_pin: ^!ar3
endstop_pin: ^!PE5
position_endstop: 0
position_max: 310
homing_speed: 50
[stepper_y]
step_pin: ar60
dir_pin: !ar61
enable_pin: !ar56
step_pin: PF6
dir_pin: !PF7
enable_pin: !PF2
microsteps: 16
rotation_distance: 40
endstop_pin: ^!ar14
endstop_pin: ^!PJ1
position_endstop: 0
position_max: 310
homing_speed: 50
[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
endstop_pin: ^!ar18
endstop_pin: ^!PD3
position_endstop: 0.5
position_max: 400
[extruder]
step_pin: ar26
dir_pin: !ar28
enable_pin: !ar24
step_pin: PA4
dir_pin: !PA6
enable_pin: !PA2
microsteps: 16
rotation_distance: 33.280
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
control: pid
pid_kp: 25.588
pid_ki: 1.496
@@ -57,12 +57,12 @@ max_temp: 250
[filament_switch_sensor runout]
pause_on_runout: True
switch_pin: ^ar2
switch_pin: ^PE4
[heater_bed]
heater_pin: ar8
heater_pin: PH5
sensor_type: EPCOS 100K B57560G104F
sensor_pin: analog14
sensor_pin: PK6
control: pid
pid_kp: 74.786
pid_ki: 0.766
@@ -77,14 +77,13 @@ max_temp: 110
check_gain_time: 240
[fan]
pin: ar9
pin: PH6
[heater_fan fan1]
pin: ar7
pin: PH4
[mcu]
serial: /dev/ttyUSB0
pin_map: arduino
[printer]
kinematics: cartesian
@@ -95,11 +94,11 @@ max_z_accel: 100
[display]
lcd_type: st7920
cs_pin: ar16
sclk_pin: ar23
sid_pin: ar17
encoder_pins: ^ar33, ^ar31
click_pin: ^!ar35
cs_pin: PH1
sclk_pin: PA1
sid_pin: PH0
encoder_pins: ^PC4, ^PC6
click_pin: ^!PC2
[output_pin beeper]
pin: ar37
pin: PC0