Marlin_Firmware/Marlin/src/gcode
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
..
bedlevel Adding custom move feedrate for G26 (#20729) 2021-01-22 20:02:22 -07:00
calibrate Move common strings (#20846) 2021-01-22 15:01:19 -06:00
config Move common strings (#20846) 2021-01-22 15:01:19 -06:00
control Move common strings (#20846) 2021-01-22 15:01:19 -06:00
eeprom configuration_store => settings 2020-08-07 20:52:23 -05:00
feature Move some MarlinCore and MarlinUI code (#20832) 2021-01-21 03:40:07 -06:00
geometry Move common strings (#20846) 2021-01-22 15:01:19 -06:00
host Fix //action prefix (#20600) 2021-01-02 02:06:50 -06:00
lcd MarlinUI multi-language support (#20725) 2021-01-20 18:52:06 -06:00
motion Clean up some includes 2021-01-10 21:38:31 -06:00
probe Move common strings (#20846) 2021-01-22 15:01:19 -06:00
scara Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
sd Move some MarlinCore and MarlinUI code (#20832) 2021-01-21 03:40:07 -06:00
stats Fix compile warnings, serial alias 2020-11-13 18:28:15 -06:00
temp Move singlenozzle temp/fan (#20829) 2021-01-19 20:58:50 -06:00
units Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
gcode_d.cpp gcode_D EEPROM size, cleanup 2020-10-29 17:34:17 -05:00
gcode.cpp "Move … code" followup (#20852) 2021-01-22 15:58:08 -06:00
gcode.h Move common strings (#20846) 2021-01-22 15:01:19 -06:00
parser.cpp SMUFF (MMU2 clone) support (#19912) 2020-11-18 01:27:21 -06:00
parser.h LCD position in current units (#20145) 2020-11-23 23:02:54 -06:00
queue.cpp Move common strings (#20846) 2021-01-22 15:01:19 -06:00
queue.h Move common strings (#20846) 2021-01-22 15:01:19 -06:00