Skip to content
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

Adding custom move feedrate for G26 Travel moves, Original #20729 #20879

Merged
merged 6 commits into from
Jan 26, 2021

Commits on Dec 31, 2020

  1. Adding custom move feedrate for G26

    This commit adds an additional configuration parameter that can be used to specify the movement speed during the G26 validation pattern command during moves without extrusion.
    
    Closes MarlinFirmware#20615
    ScrewThisBanana committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    be819a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

  1. Fixing missing default 'G26_XY_FEEDRATE_MOVE' value

    This commit adds a default 'G26_XY_FEEDRATE_MOVE' value (max movement speed / 1.5) in the G26.cpp - same behaviour as the default 'G26_XY_FEEDRATE' value
    ScrewThisBanana committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    90f08f1 View commit details
    Browse the repository at this point in the history
  2. Adding comment describing functionality in G26.cpp

    ScrewThisBanana committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    f328f8f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Renaming 'G26_XY_FEEDRATE_MOVE' to 'G26_XY_FEEDRATE_TRAVEL'

    Configuration parameter renamed for better readability and consistency
    
    MarlinFirmware#20615
    ScrewThisBanana committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    2344ac4 View commit details
    Browse the repository at this point in the history
  2. Setting 'G26_XY_FEEDRATE_TRAVEL' to a safer value, aligned comments

    Changed default value for 'G26_XY_FEEDRATE_TRAVEL' from 150 mm/s to 100 mm/s for safety purposes, comment alignment
    
    MarlinFirmware#20615
    ScrewThisBanana committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    aaa873e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Aligning configuration values for G26

    As stated in issue MarlinFirmware#20615 and the matching PR, the speed values for G26 are aligned correctly.
    ScrewThisBanana committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    5d930a3 View commit details
    Browse the repository at this point in the history