-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
ignore #6315
Closed
Closed
ignore #6315
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
* Add Flake8 to codebase and make it behave steps run: * autoflake --in-place --recursive klippy * autopep8 --in-place --recursive klippy -a -a * also add numpy to requirements * fix numpy * on push too * fix issue * flake8
* fix isinstance issue in menus * fix weird diff * fix toml formatting * change to autopep8 for config * don't need it in pyproject actually * update tests and allow manual test run * make it run * nevermind
* Add option to ignore first probe samples authored by @ctso and @hifihedgehog
* new docs * update against master
* upstream sync action initial * make new branch * upstream sync action with linting * trying * maybe explicity fetch master * fetch all * Remove configs moved to https://github.com/DangerKlippers/dangerous-configs * Delete upstream-sync.yaml Co-authored-by: Brandon Nance <[email protected]>
* add basic example configs * add all needed configs & clean printers.test
…ld volume starts from Macros (#5662) Added the possibility to get where the "cone shape" of the build volume starts from Macros Signed-off-by: Martin Malmqvist <[email protected]>
Raised from issue #5645, UTF-8 encoded symbols or other unexpected symbols on the UART raise an exception which causes klipper to stop. This change support UTF-8 encoded characters (from file names) as well as ignoring unexpected bytes. Signed-off-by: Clifford Roche <[email protected]>
Signed-off-by: Adrian Joachim <[email protected]>
Signed-off-by: Aaron DeLyser <[email protected]>
Signed-off-by: Chen.BJ from BigTreeTech <[email protected]>
Add pkg-config reference because hid-flash needs it to build. Signed-off-by: Adrian Joachim <[email protected]>
Signed-off-by: Kevin O'Connor <[email protected]>
Removes a call to gcmd.respond_info which writes 'VARIABLE SAVED' to the console every time the SAVE_VARIABLE command is called. Signed-off-by: Andre LeBlanc <[email protected]>
Uses existing common code for STM32. Adds a table for device- specific PWM mappings. Adds support for enabling all TIM timer devices. Makes it a runtime error to enable devices the code doesn't know how to enable. I have verified performance of the fan pins (PC6, PC7, PB15) on the SKR Mini E3 V3. Signed-off-by: Ben Jackson <[email protected]>
Signed-off-by: Eric Callahan <[email protected]>
Also added status report for extruder_stepper objects with the current pressure advance parameters values. Signed-off-by: Dmitry Butyugin <[email protected]>
Signed-off-by: Matt Baker <[email protected]>
Initial push of the working deltesian kinematics after some successful tests. Signed-off-by: Fabrice GALLET <[email protected]>
Added a SET_DIGIPOT command to the mcp4018 implementation. Previously the mcp4018 was read only, and set at the time of configuration. This allows you to change the value during a print, which is needed for some older printers that need to lower the stepper current during preheating. Signed-off-by: Jake Bordens <[email protected]>
Signed-off-by: Lasse Dalegaard <[email protected]>
Seed the initial position from the first read position, even if it is some time into the capture. Signed-off-by: Kevin O'Connor <[email protected]>
If a tmc driver can't find the stepper config section it reports a "missing microsteps" error which can be confusing. Provide a more explicit error message. Signed-off-by: Kevin O'Connor <[email protected]>
Move bootloader_request() function so that it can be used when not using USB. Signed-off-by: Kevin O'Connor <[email protected]>
Add a mechanism to request the bootloader when using serial input. Signed-off-by: Kevin O'Connor <[email protected]>
Add a function to validate that a gpio pin is valid on the chip. Signed-off-by: Kevin O'Connor <[email protected]>
* Add ability to set heater PID without on the fly * Add docs for Set_HEATER_PID * Fix line-length limit Co-authored-by: Lasse Dalegaard <[email protected]>
This reverts commit 77d4a93.
Scale value for fan input based on fan's `min_power` and `max_power`. As an example, when fan's min_power is set to `0.2`, requesting 1% of fan should translate to roughly `0.2` This makes it possible to operate fans such as CPAP which generally need quite high min_power (between 16-30%) operatable at 1% This also renamed off_below to min_power Signed-off-by: Jakub Racek <[email protected]>
bwnance
changed the title
Kubaracek's Normalising Fan PWM power
~~Kubaracek's Normalising Fan PWM power~~
Aug 11, 2023
That's a lot of commits. I don't think this can be merged in its current state. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
#6307