-
Notifications
You must be signed in to change notification settings - Fork 191
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
Switchwire - Screws Tilt Adjust #50
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
Since this is based around a mod and not around a method with the spec configuration, this needs to be in the community documentation. Please check out the formatting guide at https://docs.vorondesign.com/community/support/submission_information.html |
@bdbell Thank you |
Looks great. Thank you for the changes. |
bdbell
pushed a commit
that referenced
this pull request
Jul 15, 2021
* Added screw tunning information for switchwire * Inverting screw orientation - klipper thinks screws come from under the bed * Changed per request * Updated index
bdbell
added a commit
that referenced
this pull request
Aug 17, 2021
* Switchwire - Screws Tilt Adjust (#50) * Added screw tunning information for switchwire * Inverting screw orientation - klipper thinks screws come from under the bed * Changed per request * Updated index * Update mini12864_klipper_guide.md (#55) removed sample klipper configuration, as it was causing undue amounts of confusion. Added a note on flipping the encoder direction. * remove -l from ls /dev/serial/by-id (#56) the -l doesn't add any information users actually need, and confuses the less linux savvy users. * adjusted mesh horizontal_move_z (#57) bumped from 2 to 10 for better compatibility. Most users can probably nudge it down for speed, but the higher value will at least let the config work for everybody. * Corrects the macros link on the slicer page (#60) * Adds V0.1 Assembly Guide link and corrects typo (#61) * Updated Legacy config link (#69) * Name the actual config parameter (#70) Name the parameter instead of assuming the reader knows what "the value in the configuration file" refers to. * Image is out of date (#71) Just updating the image with what the current version of Klipper looks like. * Added Spider Documentation (#72) * added spider * added draft images * Create v2_spider_wiring.md * Update v2_spider_wiring.md * updated spider images * filling out spider wiring document * added connection lists * added spider specific notes to mini12864 guide * Update mini12864_klipper_guide.md * Update mini12864_klipper_guide.md * Update mini12864_klipper_guide.md * Update mini12864_klipper_guide.md * Add files via upload * Add files via upload * created spider klipper document * Update index.md * Update spider_klipper.md * added spider config link * Update configuration.md * Update build/electrical/v2_spider_wiring.md Co-authored-by: Vincent Dubedout <vdubedout@users.noreply.github.com> * Update spider_klipper.md added clear statement on USB vs UART configuration * Update v2_spider_wiring.md * Update v2_spider_wiring.md * Update v2_spider_wiring.md added a note re: 3v3 issues * Update index.md Co-authored-by: 120decibell <bdbell@gmail.com> Co-authored-by: Vincent Dubedout <vdubedout@users.noreply.github.com> * Add Inkscape source for FLY407ZG board wiring pictures. (#66) * Fixed/clarified instructions for installing a heater with RTV (#75) * Update configuration.md (#76) updated fluiddpi macros file, based on latest changes to the image * Fixed 120decibell macro link (#79) * Fixed wording (#78) * Fixed Typo (#77) Co-authored-by: Thiago Locatelli <thiago.locatelli@gmail.com> Co-authored-by: shiftingtech <53156353+shiftingtech@users.noreply.github.com> Co-authored-by: dubjay2k <47653652+dubjay2k@users.noreply.github.com> Co-authored-by: Paul <pnokel@gmail.com> Co-authored-by: tawera <anders@tawera.se> Co-authored-by: JaY-III <63502026+JaY-III@users.noreply.github.com> Co-authored-by: Vincent Dubedout <vdubedout@users.noreply.github.com> Co-authored-by: Anton Ageev <antage@gmail.com> Co-authored-by: Benoit Miller <github@benoitmiller.ca> Co-authored-by: djessup <djessup@users.noreply.github.com> Co-authored-by: Daniel Da Cunha <daniel@ddc.im> Co-authored-by: LSC <schad.lucas@gmail.com>
bdbell
added a commit
that referenced
this pull request
Sep 7, 2021
* Switchwire - Screws Tilt Adjust (#50) * Added screw tunning information for switchwire * Inverting screw orientation - klipper thinks screws come from under the bed * Changed per request * Updated index * Update mini12864_klipper_guide.md (#55) removed sample klipper configuration, as it was causing undue amounts of confusion. Added a note on flipping the encoder direction. * remove -l from ls /dev/serial/by-id (#56) the -l doesn't add any information users actually need, and confuses the less linux savvy users. * adjusted mesh horizontal_move_z (#57) bumped from 2 to 10 for better compatibility. Most users can probably nudge it down for speed, but the higher value will at least let the config work for everybody. * Corrects the macros link on the slicer page (#60) * Adds V0.1 Assembly Guide link and corrects typo (#61) * Updated Legacy config link (#69) * Name the actual config parameter (#70) Name the parameter instead of assuming the reader knows what "the value in the configuration file" refers to. * Image is out of date (#71) Just updating the image with what the current version of Klipper looks like. * Added Spider Documentation (#72) * added spider * added draft images * Create v2_spider_wiring.md * Update v2_spider_wiring.md * updated spider images * filling out spider wiring document * added connection lists * added spider specific notes to mini12864 guide * Update mini12864_klipper_guide.md * Update mini12864_klipper_guide.md * Update mini12864_klipper_guide.md * Update mini12864_klipper_guide.md * Add files via upload * Add files via upload * created spider klipper document * Update index.md * Update spider_klipper.md * added spider config link * Update configuration.md * Update build/electrical/v2_spider_wiring.md Co-authored-by: Vincent Dubedout <vdubedout@users.noreply.github.com> * Update spider_klipper.md added clear statement on USB vs UART configuration * Update v2_spider_wiring.md * Update v2_spider_wiring.md * Update v2_spider_wiring.md added a note re: 3v3 issues * Update index.md Co-authored-by: 120decibell <bdbell@gmail.com> Co-authored-by: Vincent Dubedout <vdubedout@users.noreply.github.com> * Add Inkscape source for FLY407ZG board wiring pictures. (#66) * Fixed/clarified instructions for installing a heater with RTV (#75) * Update configuration.md (#76) updated fluiddpi macros file, based on latest changes to the image * Fixed 120decibell macro link (#79) * Fixed wording (#78) * Fixed Typo (#77) * fixed spider flashing command (#81) * Update mini12864_klipper_guide.md Corrected components to remove in one scenario * Lots of small fixes, added some Trident references (#84) * Lots of small fixes, added some Trident references * Adding in changes from other PRs * Fixed typo, added Trident wire info * Added parts reference, Trident info * Removed Swithwire reference from bed overview * Added extra ground reference Co-authored-by: Thiago Locatelli <thiago.locatelli@gmail.com> Co-authored-by: shiftingtech <53156353+shiftingtech@users.noreply.github.com> Co-authored-by: dubjay2k <47653652+dubjay2k@users.noreply.github.com> Co-authored-by: Paul <pnokel@gmail.com> Co-authored-by: tawera <anders@tawera.se> Co-authored-by: JaY-III <63502026+JaY-III@users.noreply.github.com> Co-authored-by: Vincent Dubedout <vdubedout@users.noreply.github.com> Co-authored-by: Anton Ageev <antage@gmail.com> Co-authored-by: Benoit Miller <github@benoitmiller.ca> Co-authored-by: djessup <djessup@users.noreply.github.com> Co-authored-by: Daniel Da Cunha <daniel@ddc.im> Co-authored-by: LSC <schad.lucas@gmail.com>
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.
Added some information for adjusting screws on a Switchwire. This is using the "Prusa Nylock mod" as base. It worked for my switchwire so decided to share as documentation. The info is already pinned in the SW channel on discord.