forked from Frix-x/klippain
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* make Klippain compatible with HH v2.5 * start print for HH > v2.5 * move HHv2.5 init in _KLIPPAIN_MMU_INIT * add some info in mmu.md for 2.5 * add sync fonction with HH>2.5 * add eject slicer option for HH>2.5 * typo error * Update end_print.cfg Change EJECT to boolean for MMU_END * show HH version on startup * added custom4..9 in start_print (Frix-x#539) * updated beeper sections (Frix-x#549) by switching to pwm_cycle_time instead of output pin * removed M204 in favor of SET_VELOCITY_LIMIT (Frix-x#555) * support for LDO Picobilical (Frix-x#533) * removed M204 for SET_VELOCITY_LIMIT (Frix-x#554) * removed last M204 for SET_VELOCITY_LIMIT (Frix-x#553) * added Beacon accelerometer support (Frix-x#552) * deprecate HH<v2.5 and small typos * removed old artifacts from TMC2240 init feature Please use https://github.com/andrewmcgr/klipper_tmc_autotune instead! * error on changes in _INIT_CHECK_MMU --------- Co-authored-by: Benoitone <63300355+Benoitone@users.noreply.github.com> Co-authored-by: Félix Boisselier <felix@fboisselier.fr> Co-authored-by: Jan-Gerrit Drexhage <102791900+Surion79@users.noreply.github.com> Co-authored-by: Colten Edwards <cd.edwards@sasktel.net> Co-authored-by: Nick Danyluk <ndanyluk7@gmail.com> Co-authored-by: Svennixx <xsvenhd@hotmail.com>
- Loading branch information
1 parent
10183c0
commit bdeb902
Showing
22 changed files
with
510 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Only for Beacon REV H model, REV D does not have a build in accelerometer | ||
# You need to include beacon_virtual.cfg and set the correct serial in your overrides for this to work | ||
# Accelerometer pins etc are all handeled internally by the Beacon Klipper plugin. | ||
[resonance_tester] | ||
accel_chip: beacon | ||
probe_points: | ||
-1,-1,-1 | ||
|
||
|
||
# Include the IS calibration macros to unlock them when | ||
# an accelerometer is installed on the machine | ||
[include ../../../macros/helpers/resonance_override.cfg] | ||
[include ../../../scripts/K-ShakeTune/K-SnT_*.cfg] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Board pins configuration for the LDO Motors Picobilical Frame PCB vA1.3 | ||
# This is the board that ships with the LDO V0.2-S1 and V0.1-S1 kits | ||
# to use pair with an umbilical and toolhead PCB (which is a pass-through) | ||
|
||
[board_pins toolhead_manufacturer] | ||
mcu: toolhead | ||
aliases: | ||
MCU_XES=gpio0 , | ||
|
||
MCU_HE0=gpio4 , | ||
|
||
MCU_TH0=gpio29 , | ||
MCU_CT=gpio28 , | ||
|
||
MCU_PCF=gpio2 , MCU_HEF=gpio3 , | ||
|
||
MCU_BEEPER=gpio5 , | ||
|
||
MCU_NEOPIXEL_1=gpio1 , MCU_NEOPIXEL_2=gpio7 , | ||
|
||
MCU_FS=gpio6 , MCU_SU=gpio18 , |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.