-
-
Notifications
You must be signed in to change notification settings - Fork 234
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
Add FYSETC Nozzle-Input-Shaper #603
Merged
Merged
Conversation
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
Frix-x
requested changes
Jun 20, 2024
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.
Can you also add the entry in printer.cfg
please?
PR updated |
Frix-x
approved these changes
Jun 24, 2024
tehniemer
added a commit
to tehniemer/klippain
that referenced
this pull request
Aug 22, 2024
* 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) * removed old artifacts from TMC2240 init feature Please use https://github.com/andrewmcgr/klipper_tmc_autotune instead! * Message update to show "Available RAM" rather than "Used RAM" (Frix-x#579) * fixed max_z bug in PARK macro * Update BTT_SKR_2.cfg to fix EXP1_4 typo (Frix-x#578) * added a fix for filament sensor activation for material as default (Frix-x#582) * code cleanup in some templates (removed extra spaces) (Frix-x#570) * Nozzle cleaning parameters update (Frix-x#569) * add expander templates support (Frix-x#567) with Klipper expander and Arduino nano templates as first expanders * Reset layers stats on start print (Frix-x#565) * optional setting for adaptive primeline (Frix-x#522) * fix typo in qgl.cfg * added AWD support (2x X, 2x Y) (Frix-x#508) * add built in adxl sensor from nitehawk sb board (Frix-x#602) * Update LDO_Nitehawk-SB_v1.0.cfg (Frix-x#594) * add: mcu Fystec Cheetah v3 (Frix-x#604) * fixed default pins for SB2209 v1.0 (Frix-x#609) * added function for pause at (next) layer (Frix-x#606) * Add FYSETC Nozzle-Input-Shaper accelerometer support (Frix-x#603) --------- 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: Christian Johnson <cjohnson-phys@users.noreply.github.com> Co-authored-by: tsk-2222 <111063724+tsk-2222@users.noreply.github.com> Co-authored-by: o1hitman1o <o1hitman1o@gmail.com> Co-authored-by: ksummers92 <66363414+ksummers92@users.noreply.github.com> Co-authored-by: Benoitone <63300355+Benoitone@users.noreply.github.com> Co-authored-by: dev-aphex <dev-aphex@users.noreply.github.com> Co-authored-by: Minims <github@minims.fr>
tehniemer
added a commit
to tehniemer/klippain
that referenced
this pull request
Aug 22, 2024
* 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) * removed old artifacts from TMC2240 init feature Please use https://github.com/andrewmcgr/klipper_tmc_autotune instead! * Message update to show "Available RAM" rather than "Used RAM" (Frix-x#579) * fixed max_z bug in PARK macro * Update BTT_SKR_2.cfg to fix EXP1_4 typo (Frix-x#578) * added a fix for filament sensor activation for material as default (Frix-x#582) * code cleanup in some templates (removed extra spaces) (Frix-x#570) * Nozzle cleaning parameters update (Frix-x#569) * add expander templates support (Frix-x#567) with Klipper expander and Arduino nano templates as first expanders * Reset layers stats on start print (Frix-x#565) * optional setting for adaptive primeline (Frix-x#522) * fix typo in qgl.cfg * added AWD support (2x X, 2x Y) (Frix-x#508) * add built in adxl sensor from nitehawk sb board (Frix-x#602) * Update LDO_Nitehawk-SB_v1.0.cfg (Frix-x#594) * add: mcu Fystec Cheetah v3 (Frix-x#604) * fixed default pins for SB2209 v1.0 (Frix-x#609) * added function for pause at (next) layer (Frix-x#606) * Add FYSETC Nozzle-Input-Shaper accelerometer support (Frix-x#603) --------- 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: Christian Johnson <cjohnson-phys@users.noreply.github.com> Co-authored-by: tsk-2222 <111063724+tsk-2222@users.noreply.github.com> Co-authored-by: o1hitman1o <o1hitman1o@gmail.com> Co-authored-by: ksummers92 <66363414+ksummers92@users.noreply.github.com> Co-authored-by: Benoitone <63300355+Benoitone@users.noreply.github.com> Co-authored-by: dev-aphex <dev-aphex@users.noreply.github.com> Co-authored-by: Minims <github@minims.fr>
tehniemer
pushed a commit
to tehniemer/klippain
that referenced
this pull request
Aug 22, 2024
* fixed max_z bug in PARK macro * Update BTT_SKR_2.cfg to fix EXP1_4 typo (Frix-x#578) * Nozzle cleaning parameters update (Frix-x#569) * add built in adxl sensor from nitehawk sb board (Frix-x#602) * add: mcu Fystec Cheetah v3 (Frix-x#604) * Add FYSETC Nozzle-Input-Shaper accelerometer support (Frix-x#603) --------- Co-authored-by: Félix Boisselier <felix@fboisselier.fr> Co-authored-by: tsk-2222 <111063724+tsk-2222@users.noreply.github.com> Co-authored-by: ksummers92 <66363414+ksummers92@users.noreply.github.com> Co-authored-by: dev-aphex <dev-aphex@users.noreply.github.com> Co-authored-by: Minims <github@minims.fr>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add FYSETC Nozzle-Input-Shaper running a stm32f042.
=> https://github.com/FYSETC/Nozzle-Input-Shaper