Full rebase to make this mergeable with klipper#5
Open
whi-tw wants to merge 823 commits intomental405:work-annex-probefrom
Open
Full rebase to make this mergeable with klipper#5whi-tw wants to merge 823 commits intomental405:work-annex-probefrom
whi-tw wants to merge 823 commits intomental405:work-annex-probefrom
Conversation
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
…lipper3d#5344) Signed-off-by: Fritz Webering <fritz@webering.eu>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
…eeded" Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
… stale Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Reported by @bradengel. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Reported by @GerogeFu. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Signed-off-by: Thomas Liebold <electron2410@gmail.com>
Signed-off-by: Trey Wentz <trey.wentz@gmail.com>
Signed-off-by: Ofir Petrushka <ofir.petrushka@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Modified strings used in pattern matching to b-strings as are expected with python3. Signed-off-by: Miklos Tusz <miklos@aon3d.com>
Signed-off-by: Jace Wiseman <jwiseman@gmail.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Similarly to commit 8cf1b51 for SPI, the Rpi4 has more i2c busses to offer This change allows klipper to use up to I2c bus 6 /boot/configtxt dtparam=i2c_arm=on dtoverlay=i2c6 and pi@fluiddpi:~ $ ls -1 /dev/i2c* /dev/i2c-1 /dev/i2c-6 Signed-off-by: Sylvain Dansereau <brutus_dansereau@hotmail.com>
Added PCA9632 LED module support using software I2C from MCP4018 modulo drive the LED strip of a FlashForge Dreamer 3D printer. Based on the PCA9533 module. Signed-off-by: Ricardo Alcantara <ricardo@vulcanolabs.xyz>
This file includes the build instructions and generic configuration for the TH3D EZBoard Lite v2.0 3d printer control board. Signed-off-by: Anthony Dellett <anthony.dellett@gmail.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Adds a default config for Ender 2 Pro. Printer uses creality 4.2.3 board Signed-off-by: Spencer Owen <owenspencer@gmail.com>
Reported by @Ludy87. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Reported by @Ludy87. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Also makes M23 work normally with rename_existing. Signed-off-by: Justin Schuh <code@justinschuh.com>
Signed-off-by: Maxim Schessler <maxim.schessler@gmail.com>
Previously the section for stepper_bed was intertwined with printer. This commit makes it match (../config/example-polar.cfg). Signed-off-by: Charles Pickering <me@charlespick.xyz>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Signed-off-by: Vladimir Serov <cab404@mailbox.org>
Rename to "match" state machine instead of "ack". Minor simplification to tx_note_crc_start(). Call pio_match_clear() from report functions. Add pio_match_calc_key() helper function. Raise irq after 6 passive eof bits for faster rx message notification. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
A new release of markdown (v3.4.1) breaks the website deployment scripts. Force the existing version. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Add a documentation page with information on how to support Klipper. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Simplify tx state tracking. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Reported by @kingtricky and confirmed by @bigtreetech. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
…#5632) This PR serves to fix a longstanding misnomer in some config files. Many configs state a nozzle_cooling_fan alias for what is usually a "hotend cooling fan". This causes ambiguity and confusion with the parts fan. I have identified all 24 files with this and changed them here. Signed-off-by: James Hartley <james@hartleyns.com>
Reported by @TonyRouse. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This should allow for tab completion
Owner
|
Hey thanks for doing that. I am planning on withdrawing the PR anyways as I am going not only be creating a branch but doing a bit of refactoring as there are some bugs. I don't want my new commits getting muddied up on the old commits. |
This file contains hidden or 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
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.
Hi!
I'm trying out this module, and am enjoying it far more than the macro solution recommended by the klicky-probe developers!
Unfortunately, though, this is not mergeable in its existing state, because it's based on quite an old version of Klipper.
I have cherry-picked all the commits into my branch, and readded the documentation in a new commit. Unfortunately this has lead to history being lost, but this should probably be rebased down to a couple of commits before merging anyway.
I have also added a description to the
register_command()calls, which then makes them tab-completable in fluidd.