aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-05-06 11:38:31 -0400
committerKevin O'Connor <kevin@koconnor.net>2021-05-06 11:38:31 -0400
commitc9e8298c36c46daf682c6635f002d39c7123399d (patch)
treec6a735c00c888ed8213bc272cccc5d7ba869ca18
parent71f4739c8b1fd95acb9e04daee107faf3e79fbb7 (diff)
downloadkutter-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>
-rw-r--r--config/printer-velleman-k8800-2017.cfg12
-rw-r--r--test/klippy/printers.test1
2 files changed, 5 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
diff --git a/test/klippy/printers.test b/test/klippy/printers.test
index 6b2bf32b..b607045f 100644
--- a/test/klippy/printers.test
+++ b/test/klippy/printers.test
@@ -50,6 +50,7 @@ CONFIG ../../config/printer-sunlu-s8-2020.cfg
CONFIG ../../config/printer-tevo-flash-2018.cfg
CONFIG ../../config/printer-tevo-tarantula-pro-2020.cfg
CONFIG ../../config/printer-velleman-k8200-2013.cfg
+CONFIG ../../config/printer-velleman-k8800-2017.cfg
CONFIG ../../config/printer-wanhao-duplicator-i3-mini-2017.cfg
CONFIG ../../config/printer-wanhao-duplicator-i3-plus-2017.cfg
CONFIG ../../config/printer-wanhao-duplicator-i3-plus-mark2-2019.cfg