diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-01-23 18:06:38 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-01-23 18:07:34 -0500 |
commit | 0160a7db9a6542eeb1bf12640131f483cc04fb95 (patch) | |
tree | 1c76476e2dcb7c53273def958403e484d4ae0d4d /config/generic-mks-sgenl.cfg | |
parent | ff0324b0c22335827e2f444ed81cf9d8ca4c0047 (diff) | |
download | kutter-0160a7db9a6542eeb1bf12640131f483cc04fb95.tar.gz kutter-0160a7db9a6542eeb1bf12640131f483cc04fb95.tar.xz kutter-0160a7db9a6542eeb1bf12640131f483cc04fb95.zip |
config: Add an example generic-mks-sgenl.cfg config
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/generic-mks-sgenl.cfg')
-rw-r--r-- | config/generic-mks-sgenl.cfg | 196 |
1 files changed, 196 insertions, 0 deletions
diff --git a/config/generic-mks-sgenl.cfg b/config/generic-mks-sgenl.cfg new file mode 100644 index 00000000..fef679dc --- /dev/null +++ b/config/generic-mks-sgenl.cfg @@ -0,0 +1,196 @@ +# This file contains common pin mappings for the MKS SGEN_L board. To +# use this config, the firmware should be compiled for the LPC1768. + +# See the example.cfg file for a description of available parameters. + +[stepper_x] +step_pin: P2.2 +dir_pin: !P2.3 +enable_pin: !P2.1 +step_distance: .0125 +endstop_pin: P1.29 # P1.28 for X-max +position_endstop: 0 +position_max: 320 +homing_speed: 50 + +[stepper_y] +step_pin: P0.19 +dir_pin: !P0.20 +enable_pin: !P2.8 +step_distance: .0125 +endstop_pin: P1.27 # P1.26 for Y-max +position_endstop: 0 +position_max: 300 +homing_speed: 50 + +[stepper_z] +step_pin: P0.22 +dir_pin: P2.11 +enable_pin: !P0.21 +step_distance: .0025 +endstop_pin: P1.25 # P1.24 for Z-max +position_endstop: 0.5 +position_max: 400 + +[extruder] +step_pin: P2.13 +dir_pin: !P0.11 +enable_pin: !P2.12 +step_distance: .010526 +nozzle_diameter: 0.400 +filament_diameter: 1.750 +heater_pin: P2.7 +sensor_type: EPCOS 100K B57560G104F +sensor_pin: P0.23 +control: pid +pid_Kp: 22.2 +pid_Ki: 1.08 +pid_Kd: 114 +min_temp: 0 +max_temp: 260 + +#[extruder1] +#step_pin: P0.1 +#dir_pin: P0.0 +#enable_pin: !P0.10 +#heater_pin: P2.6 +#sensor_pin: P0.25 +#... + +[heater_bed] +heater_pin: P2.5 +sensor_type: ATC Semitec 104GT-2 +sensor_pin: P0.24 +control: watermark +min_temp: 0 +max_temp: 130 + +[fan] +pin: P2.4 + +[mcu] +serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00 + +[printer] +kinematics: cartesian +max_velocity: 200 +max_accel: 2000 +max_z_velocity: 25 +max_z_accel: 100 + + +######################################## +# TMC2208 configuration +######################################## + +#[tmc2208 stepper_x] +#uart_pin: P1.1 +#microsteps: 16 +#run_current: 0.800 +#hold_current: 0.500 +#stealthchop_threshold: 250 + +#[tmc2208 stepper_y] +#uart_pin: P1.8 +#microsteps: 16 +#run_current: 0.800 +#hold_current: 0.500 +#stealthchop_threshold: 250 + +#[tmc2208 stepper_z] +#uart_pin: P1.10 +#microsteps: 16 +#run_current: 0.650 +#hold_current: 0.450 +#stealthchop_threshold: 30 + +#[tmc2208 extruder] +#uart_pin: P1.15 +#microsteps: 16 +#run_current: 0.800 +#hold_current: 0.500 +#stealthchop_threshold: 5 + +#[tmc2208 extruder1] +#uart_pin: P1.17 +#microsteps: 16 +#run_current: 0.800 +#hold_current: 0.500 +#stealthchop_threshold: 5 + + +######################################## +# TMC2130 configuration +######################################## + +#[tmc2130 stepper_x] +#cs_pin: P1.1 +#spi_software_miso_pin: P0.5 +#spi_software_mosi_pin: P4.28 +#spi_software_sclk_pin: P0.4 +##diag1_pin: P1.29 +#microsteps: 16 +#run_current: 0.800 +#hold_current: 0.500 +#stealthchop_threshold: 250 + +#[tmc2130 stepper_y] +#cs_pin: P1.8 +#spi_software_miso_pin: P0.5 +#spi_software_mosi_pin: P4.28 +#spi_software_sclk_pin: P0.4 +##diag1_pin: P1.27 +#microsteps: 16 +#run_current: 0.800 +#hold_current: 0.500 +#stealthchop_threshold: 250 + +#[tmc2130 stepper_z] +#cs_pin: P1.10 +#spi_software_miso_pin: P0.5 +#spi_software_mosi_pin: P4.28 +#spi_software_sclk_pin: P0.4 +##diag1_pin: P1.25 +#microsteps: 16 +#run_current: 0.650 +#hold_current: 0.450 +#stealthchop_threshold: 30 + +#[tmc2130 extruder] +#cs_pin: P1.15 +#spi_software_miso_pin: P0.5 +#spi_software_mosi_pin: P4.28 +#spi_software_sclk_pin: P0.4 +##diag1_pin: P1.28 +#microsteps: 16 +#run_current: 0.800 +#hold_current: 0.500 +#stealthchop_threshold: 5 + +#[tmc2130 extruder1] +#cs_pin: P1.17 +#spi_software_miso_pin: P0.5 +#spi_software_mosi_pin: P4.28 +#spi_software_sclk_pin: P0.4 +##diag1_pin: P1.26 +#microsteps: 16 +#run_current: 0.800 +#hold_current: 0.500 +#stealthchop_threshold: 5 + + +######################################## +# EXP1 / EXP2 (display) pins +######################################## + +[board_pins] +aliases: + # EXP1 header + EXP1_1=P1.31, EXP1_3=P0.18, EXP1_5=P0.15, EXP1_7=P1.0, EXP1_9=<GND>, + EXP1_2=P1.30, EXP1_4=P0.16, EXP1_6=P0.17, EXP1_8=P1.22, EXP1_10=<5V>, + # EXP2 header + EXP2_1=P0.8, EXP2_3=P3.25, EXP2_5=P3.26, EXP2_7=P0.27, EXP2_9=<GND>, + EXP2_2=P0.7, EXP2_4=P0.28, EXP2_6=P0.9, EXP2_8=<RST>, EXP2_10=<NC> + # Pins EXP2_1, EXP2_6, EXP2_2 are also MISO, MOSI, SCK of bus "ssp1" + +# See the sample-lcd.cfg file for definitions of common LCD displays. |