0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-13 17:56:14 +00:00
MarlinFirmware/Marlin/src
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
..
core Move common strings (#20846) 2021-01-22 15:01:19 -06:00
feature Move common strings (#20846) 2021-01-22 15:01:19 -06:00
gcode Adding custom move feedrate for G26 (#20729) 2021-01-22 20:02:22 -07:00
HAL PSTR alias followup (#20831) 2021-01-20 16:52:09 -06:00
inc [cron] Bump distribution date (2021-01-23) 2021-01-23 00:44:51 +00:00
lcd Move common strings (#20846) 2021-01-22 15:01:19 -06:00
libs Move common strings (#20846) 2021-01-22 15:01:19 -06:00
module Move common strings (#20846) 2021-01-22 15:01:19 -06:00
pins Add labels, condition for BTT GTR M5 pins (#20772) 2021-01-22 15:15:45 -06:00
sd Move common strings (#20846) 2021-01-22 15:01:19 -06:00
MarlinCore.cpp Move common strings (#20846) 2021-01-22 15:01:19 -06:00
MarlinCore.h Move common strings (#20846) 2021-01-22 15:01:19 -06:00