aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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