Add happy hare base
This commit is contained in:
parent
ffc94b539c
commit
d3eb0163b7
2 changed files with 16 additions and 0 deletions
|
@ -85,3 +85,16 @@ managed_services: klipper
|
||||||
info_tags:
|
info_tags:
|
||||||
desc=Cartographer Probe
|
desc=Cartographer Probe
|
||||||
|
|
||||||
|
|
||||||
|
[update_manager happy-hare]
|
||||||
|
type: git_repo
|
||||||
|
path: ~/Happy-Hare
|
||||||
|
origin: https://github.com/moggieuk/Happy-Hare.git
|
||||||
|
primary_branch: main
|
||||||
|
managed_services: klipper
|
||||||
|
|
||||||
|
[mmu_server]
|
||||||
|
enable_file_preprocessor: True
|
||||||
|
enable_toolchange_next_pos: True
|
||||||
|
update_spoolman_location: True
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[include mmu/base/*.cfg]
|
||||||
|
[include mmu/optional/client_macros.cfg]
|
||||||
|
[include mmu/optional/mmu_menu.cfg]
|
||||||
# This file contains common pin mappings for the BigTreeTech Octopus V1.
|
# This file contains common pin mappings for the BigTreeTech Octopus V1.
|
||||||
# To use this config, the firmware should be compiled for the STM32F446 with a "32KiB bootloader"
|
# To use this config, the firmware should be compiled for the STM32F446 with a "32KiB bootloader"
|
||||||
# Enable "extra low-level configuration options" and select the "12MHz crystal" as clock reference
|
# Enable "extra low-level configuration options" and select the "12MHz crystal" as clock reference
|
||||||
|
|
Loading…
Add table
Reference in a new issue