-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config for Geeetech A-series printers: A10/M/T and A20/M/T #6767
Config for Geeetech A-series printers: A10/M/T and A20/M/T #6767
Conversation
b9fbe8c
to
a4fa133
Compare
d624d66
to
cefb3b9
Compare
A20, A20M, A20T. 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 <[email protected]>
cefb3b9
to
eca40d6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see my comments
Thanks
James
pause_on_runout: True | ||
switch_pin: !PK5 | ||
runout_gcode: | ||
PAUSE_MACRO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this macro? same for the insert, in both filament_switch_sensor sections? with no [pause_resume] section no pause or resume is enabled and these macros are not stated or default anyway
Thanks
James
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed references to macros and kept only the pin definitions.
@JamesH1978, thanks for the review. I hope the new commit fixes all the issues you mentioned.
Signed-off-by: Alexander Bazarov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the changes, looks fine to me.
Thanks
James
Thanks. -Kevin |
Based on few configs found on the discourse forum and facebook groups.
In addition, added few mappings based on official schematics from:
https://www.geeetech.com/download.html
https://github.com/Geeetech3D/Diagram/files/8199212/GT2560V4.1BSCHA20T.pdf
Also, 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