Firmware2/Marlin
ScrewThisBanana 14567f3459
Adding custom move feedrate for G26 (#20729)
* 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/Marlin#20615

* 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

* Adding comment describing functionality in G26.cpp

* Renaming 'G26_XY_FEEDRATE_MOVE' to 'G26_XY_FEEDRATE_TRAVEL'

Configuration parameter renamed for better readability and consistency

MarlinFirmware/Marlin#20615

* 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/Marlin#20615
2021-01-22 20:02:22 -07:00
..
lib Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
src Adding custom move feedrate for G26 (#20729) 2021-01-22 20:02:22 -07:00
Configuration_adv.h MarlinUI multi-language support (#20725) 2021-01-20 18:52:06 -06:00
Configuration.h Adding custom move feedrate for G26 (#20729) 2021-01-22 20:02:22 -07:00
Makefile Batch appercase hex values 2020-10-09 16:55:27 -05:00
Marlin.ino Update links, README, contributing, etc. 2020-07-23 20:46:51 -05:00
Version.h Remove URL scheme 2020-12-27 21:00:07 -06:00