From 6c395fd0165d9b73de4ea50dc5b88ddf9bc218c7 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 26 Oct 2021 16:11:13 -0400 Subject: [PATCH] config: Minor updates to printer-tronxy-xy-2-Pro-2020.cfg Change extruder microsteps to 32. Add to printers.test regression test case. Signed-off-by: Kevin O'Connor --- config/printer-tronxy-xy-2-Pro-2020.cfg | 4 ++-- test/klippy/printers.test | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/printer-tronxy-xy-2-Pro-2020.cfg b/config/printer-tronxy-xy-2-Pro-2020.cfg index 35b49ea0..247442a5 100644 --- a/config/printer-tronxy-xy-2-Pro-2020.cfg +++ b/config/printer-tronxy-xy-2-Pro-2020.cfg @@ -63,8 +63,8 @@ position_min: -2 step_pin: PB4 dir_pin: PB5 enable_pin: !PB8 -microsteps: 16 -rotation_distance: 16.9024 +microsteps: 32 +rotation_distance: 33.805 nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: PG12 diff --git a/test/klippy/printers.test b/test/klippy/printers.test index 72f651ae..b4dd5ff8 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -165,6 +165,7 @@ CONFIG ../../config/printer-flsun-qqs-2020.cfg CONFIG ../../config/printer-fokoos-odin5-f3-2021.cfg CONFIG ../../config/printer-tronxy-x5sa-v6-2019.cfg CONFIG ../../config/printer-tronxy-x5sa-pro-2020.cfg +CONFIG ../../config/printer-tronxy-xy-2-Pro-2020.cfg CONFIG ../../config/printer-twotrees-sapphire-pro-2020.cfg CONFIG ../../config/printer-twotrees-sapphire-plus-2020.cfg