diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-05-06 11:38:31 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-05-06 11:38:31 -0400 |
commit | c9e8298c36c46daf682c6635f002d39c7123399d (patch) | |
tree | c6a735c00c888ed8213bc272cccc5d7ba869ca18 /config | |
parent | 71f4739c8b1fd95acb9e04daee107faf3e79fbb7 (diff) | |
download | kutter-c9e8298c36c46daf682c6635f002d39c7123399d.tar.gz kutter-c9e8298c36c46daf682c6635f002d39c7123399d.tar.xz kutter-c9e8298c36c46daf682c6635f002d39c7123399d.zip |
config: Minor updates to printer-velleman-k8800-2017.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/printer-velleman-k8800-2017.cfg | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/config/printer-velleman-k8800-2017.cfg b/config/printer-velleman-k8800-2017.cfg index 7fe79766..a9a9ff1d 100644 --- a/config/printer-velleman-k8800-2017.cfg +++ b/config/printer-velleman-k8800-2017.cfg @@ -1,8 +1,8 @@ -# This file contains common pin mappings for the Velleman K8800 printers (circa 2017). -# To use this config, the firmware should be compiled for the AVR atmega2560. +# This file contains common pin mappings for the Velleman K8800 +# printers (circa 2017). To use this config, the firmware should be +# compiled for the AVR atmega2560. # See docs/Config_Reference.md for a description of parameters. -# Arduino aliases for atmega2560/1280 (Arduino mega) boards [board_pins] aliases: # Common EXP1 header found on many "all-in-one" ramps clones @@ -16,8 +16,6 @@ aliases: [mcu] serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0 -baud: 250000 -restart_method: arduino # X [stepper_a] @@ -25,7 +23,7 @@ step_pin: PF0 dir_pin: PF1 enable_pin: !PD7 microsteps: 32 -rotation_distance: 55 +rotation_distance: 55 # 22 tooth pulley with 2.5mm pitch belt endstop_pin: ^!PE5 homing_speed: 50 position_endstop: 295 @@ -67,8 +65,6 @@ pid_Kd: 50.42 min_temp: 0 max_temp: 295 - - [printer] kinematics: delta max_velocity: 250 |