Andrew
Andrew
I wanna say this **PR** is ready to go. please take another look through
ok I want to say this is ready. at least for another review.
oh i see so like in configuration.h add something like `#define ALLOW_G27_ZRAISE`, otherwise default to having it trusted. the only other possible "compromise" is having it only allow to raise...
added if `G27_BYPASS_TRUST` is enabled, allows G27 P3 !trusted/homed Z axis added to Configuration.h under `NOZZLE_PARK_FEATURE` ```y #define G27_BYPASS_TRUST // Allows `G27 P3` to raise Z even if axis is...
@thisiskeithb @thinkyhead [Prusa/MK3S-BigTreeTech-BTT002](https://github.com/MarlinFirmware/Configurations/blob/import-2.1.x/config/examples/Prusa/MK3S-BigTreeTech-BTT002) has caused an issue with pull requests `(BIGTREE_BTT002) (pull_request)` fails and with the given error: >Marlin\src\sd\cardreader.cpp:996:28: error: 'IS_DIR' was not declared in this scope; did you mean...
> I didn't see what was wrong with the thumbnail preview. it wasnt working when I tried before I made the changes. unless I imagined it. but it was working...
I made some changes to this PR which should be easier to merge now. take a look at the *Note* in description for a small concern/issue
@thinkyhead I believe we can merge this now if you dont mind taking a quick review
i have a question, for cartesian beds, is it better to have `SEGMENT_LEVELED_MOVES`? and what would the advantages/disadvantages be for being defined or undefined?