Skip to content

Collection of pin aliases for different boards to be used in printer configurations

Notifications You must be signed in to change notification settings

nikolai-matijevic/klipper-pin-aliases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

klipper-pin-aliases

Change your configuration from this:

[tmc2209 stepper_x]
uart_pin: P1.17
diag_pin:P1.29
step_pin: P2.2
dir_pin: P2.6
enable_pin: !P2.1
endstop_pin: P1.29

To this:

[tmc2209 stepper_x]
uart_pin: m0_uart
diag_pin:m0_diag
step_pin: m0_step
dir_pin: m0_dir
enable_pin: !m0_enable
endstop_pin: m0_min

The main reason I create those configurations is to make it easier to create, expand and change configurations while also making them easy to read by omitting the pin names themselves.

Using the provided configuration files as guides for naming the aliases can make it possible to switch boards with minimal changes needed in the printer.cfg.

If you have made a configuration file with pin aliases you can help expand this repository by creating a pull request. You can also request a board to be added.

About

Collection of pin aliases for different boards to be used in printer configurations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published