diff options
author | Alexander Bazarov <63168142+bazarovdev@users.noreply.github.com> | 2025-01-03 09:32:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-03 09:32:07 -0500 |
commit | 8a3d2afd796414d64b995ac753148484b77198dd (patch) | |
tree | 1dbadca1598d9112747a98855c24773c75590906 /test | |
parent | 80d185c94c8dbec7f19d791995242af1bb197057 (diff) | |
download | kutter-8a3d2afd796414d64b995ac753148484b77198dd.tar.gz kutter-8a3d2afd796414d64b995ac753148484b77198dd.tar.xz kutter-8a3d2afd796414d64b995ac753148484b77198dd.zip |
config: Config for Geeetech A-series printers: A10/M/T and A20/M/T (#6767)
Based on few configs found on the discourse forum, facebook groups.
In addition, using official schematics from:
https://www.geeetech.com/download.html
https://github.com/Geeetech3D/Diagram/files/8199212/GT2560V4.1BSCHA20T.pdf
Contains macros for filament mixing based on:
https://klipper.discourse.group/t/mixing-color-support/2246/12
https://klipper.discourse.group/t/mixing-hotend-m163-emulation/11423/2
Signed-off-by: Alexander Bazarov <oss@bazarov.dev>
Diffstat (limited to 'test')
-rw-r--r-- | test/klippy/printers.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/klippy/printers.test b/test/klippy/printers.test index 40a6118c..92c340cb 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -40,6 +40,7 @@ CONFIG ../../config/printer-creality-cr20-pro-2019.cfg CONFIG ../../config/printer-creality-ender5plus-2019.cfg CONFIG ../../config/printer-eryone-thinker-series-v2-2020.cfg CONFIG ../../config/printer-flashforge-creator-pro-2018.cfg +CONFIG ../../config/printer-geeetech-A10T-A20T-2021.cfg CONFIG ../../config/printer-hiprecy-leo-2019.cfg CONFIG ../../config/printer-longer-lk4-pro-2019.cfg CONFIG ../../config/printer-lulzbot-mini1-2016.cfg |