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

feat: improve load/unload filament button logic in Extruder panel #989

Merged
merged 14 commits into from
Aug 1, 2022

Commits on Jul 29, 2022

  1. refactor: loosen restrictions on filament load and unload buttons

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    84f80a6 View commit details
    Browse the repository at this point in the history
  2. style: move styles to the end of the file (vue style guide)

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    b0ef87b View commit details
    Browse the repository at this point in the history
  3. refactor: remove M104 from expected commands

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    9de5ec0 View commit details
    Browse the repository at this point in the history
  4. refactor: implement aliasing of macro button

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    925aa99 View commit details
    Browse the repository at this point in the history
  5. refactor: implement disabling of macro button

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    25ab357 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. refactor: move styles to the end of the file (vue style guide)

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    0686b3b View commit details
    Browse the repository at this point in the history
  2. fix: disable dropdown if main button is disabled

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    4dd16f6 View commit details
    Browse the repository at this point in the history
  3. refactor: replace filament load and unload buttons with macro buttons

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    6912247 View commit details
    Browse the repository at this point in the history
  4. refactor: rewrite into multiple getters

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    8ac5090 View commit details
    Browse the repository at this point in the history
  5. refactor: specify return type

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    23ea16c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. refactor: use extra getter for macros

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    ab51982 View commit details
    Browse the repository at this point in the history
  2. refactor: simplify canExecuteMacro method

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    b6b479d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. refactor: use getter to test for heater gcodes

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    b2d7142 View commit details
    Browse the repository at this point in the history
  2. refactor: further simplification in template

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    6bfc914 View commit details
    Browse the repository at this point in the history