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

Bugfix 2.0.x Update #2

Merged
merged 22 commits into from
Dec 13, 2020
Merged

Commits on Dec 9, 2020

  1. Configuration menu
    Copy the full SHA
    66834cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    885b0d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a4f8ac View commit details
    Browse the repository at this point in the history
  4. Allow positive Z nozzle to probe offset (#20344)

    * Allow a positive value for z offset from nozzle to probe without sanity checks
    * Simplify menu_probe_offset.cpp (HOMING_Z_WITH_PROBE)
    * Add some more explanation to Configuration Files
    * Raise after probe_at_point as if homed
    
    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
    Co-authored-by: Jason Smith <jason.inet@gmail.com>
    3 people committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    edb2a83 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e68e4b View commit details
    Browse the repository at this point in the history
  6. Fixes and additions to FTDI EVE Touch UI (#20393)

    - Fixed name conflict with "SUBSCRIPT_TWO"
    - Fixed rendering bugs in "Leveling Menu"
    - Only show "Bed Mesh Screen" when UBL is enabled
    - Removed CocoaPress code from generic "Main Menu"
    - Removed CocoaPress code from LulzBot Bio "Status" screen
    - Moved generic "Move Axis" functionality into a base class
    - Added CocoaPress custom screens:
       - Status Screen
       - Unload Cartridge
       - Load Chocolate
       - Main Menu
       - Advanced Settings
       - XYZ Move (based on "Move Axis" base class)
       - Extrusion Move (based on "Move Axis" base class)
    - CocoaPress tweaks to "Temperature" screen
    - Fix FTDI EVE Touch UI compilation errors when not using leveling.
    marciot committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    f3bddc4 View commit details
    Browse the repository at this point in the history
  7. Move ExtUI ABL mesh edit, limit to bilinear (#20381)

    * Move ExtUI call
    
    Co-authored-by: Scott Lahteine <github@thinkyhead.com>
    Co-authored-by: Victor Mateus Oliveira <rhapsodyv@gmail.com>
    Co-authored-by: Sebastiaan Dammann <sebastiaandammann@outlook.com>
    4 people committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    3404cb1 View commit details
    Browse the repository at this point in the history
  8. MKS Robin Pins fixes for STM32 and STM32F1 (#20404)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
    rhapsodyv and thinkyhead committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    6e4925e View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    6557751 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cf4b88 View commit details
    Browse the repository at this point in the history
  3. Fix UBL Debug Messages (#20423)

    Co-authored-by: ellensp <ellensp@hotmsil.com>
    ellensp and ellensp committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    22de37a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Configuration menu
    Copy the full SHA
    af70e80 View commit details
    Browse the repository at this point in the history
  2. Z_SENSORLESS sanity checks (#20421)

    Co-authored-by: Jason Smith <jason.inet@gmail.com>
    elasticdotventures and sjasonsmith committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    04a3bd0 View commit details
    Browse the repository at this point in the history
  3. Probe offset wizard fixes (#20414)

    * STOW probe, reverting incorrect earlier change from #20344
    * Adjust soft endstop disables, to ensure travel below bed functions properly
    
    Co-authored-by: FanDjango <FanDjango@users.noreply.github.com>
    FanDjango and FanDjango committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    43222d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a4f8e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Configuration menu
    Copy the full SHA
    8f008ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c9113e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    087a6fe View commit details
    Browse the repository at this point in the history
  4. Add HAS_PIN_27_BOARD for CREALITY_V4 (#20446)

    Co-authored-by: ellensp <ellensp@hotmsil.com>
    ellensp and ellensp committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    2eab920 View commit details
    Browse the repository at this point in the history
  5. Improve ASSISTED_TRAMMING_WIZARD probe stowing (#20437)

    * When BLTOUCH_HS_MODE enabled, stow pin before user interaction
    * For all probes, ensure probe stows at end of wizard
    qwewer0 committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    ea9b4dc View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2020

  1. Configuration menu
    Copy the full SHA
    8723440 View commit details
    Browse the repository at this point in the history
  2. Probe Offset Wizard followupBack to PROBE_PT_RAISE/separate STOW, mak…

    …e "PROBING" msg appear (#20439)
    
    * Go back to always use PROBE_PT_RAISE with a discrete stow. This ensures a raise above the bed, while stowing prior to exiting the wizard.
    * Fix issue preventing text while moving to X/Y position
    Co-authored-by: FanDjango <FanDjango@users.noreply.github.com>
    FanDjango committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    1a9644c View commit details
    Browse the repository at this point in the history