Skip to content

Full rebase to make this mergeable with klipper#5

Open
whi-tw wants to merge 823 commits intomental405:work-annex-probefrom
whi-tw:detachable_probe
Open

Full rebase to make this mergeable with klipper#5
whi-tw wants to merge 823 commits intomental405:work-annex-probefrom
whi-tw:detachable_probe

Conversation

@whi-tw
Copy link

@whi-tw whi-tw commented Jul 20, 2022

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.

KevinOConnor and others added 30 commits March 9, 2022 13:28
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>
…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>
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>
KevinOConnor and others added 29 commits July 6, 2022 09:54
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
@mental405
Copy link
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.