-
-
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
firmware_retraction: Support nozzle lifting on G10 #6239
Closed
Closed
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
6be4d83
firmware_retraction: Support nozzle lifting on G10
flopana77 0cc8293
Fixed formatting for whitespace test
flopana77 3266924
Removed f-strings
flopana77 fa9d797
Regression Tests, Doc and Section check fixed
flopana77 7289edf
Added CLEAR check macro and arcs to test
flopana77 73d2d16
Added homing override to test cfgs
flopana77 c18b1ca
Removed gcode_button duplicate
flopana77 138ec89
Several redundancy additions:
flopana77 d0da613
Merge branch 'Klipper3d:master' into master
flopana77 44b48a2
Config_Ref texted fixed
flopana77 54227b7
Merge branch 'master' of https://github.com/flopana77/klipper
flopana77 1dcb348
Merge branch 'Klipper3d:master' into master
flopana77 f8d87e1
Merge branch 'Klipper3d:master' into master
flopana77 c841210
Merge branch 'Klipper3d:master' into master
flopana77 4b47456
merge
flopana77 ed3c597
Merge branch 'master' of https://github.com/flopana77/klipper
flopana77 f801a2f
Stop tracking gcode_shell_command.py
flopana77 0579cf5
Add files via upload
flopana77 ba5e6be
Remove gcode_shell_command.py from tracking
flopana77 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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,3 @@ | ||
{ | ||
"cmake.configureOnOpen": false | ||
} |
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.
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.
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.
I do not think that these are valid changes. E.g.
gcode_shell_command.py
is an unofficial "extra" and not part of Klipper main-lineThere 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.
Correct. Forget about these changes, they are not meant for merging. I am testing the minimal version of the zhop code at the moment. Once it is working, this PR will be closed, and a "clean" PR will be submitted. Cheers. Florian