Revert "Adding custom move feedrate for G26 (#20729)" (#20870)

This reverts commit 14567f3459.
This commit is contained in:
Roxy-3D
2021-01-24 07:47:22 -07:00
committed by Scott Lahteine
parent 56383d3ca0
commit 17a4ef6730
2 changed files with 3 additions and 14 deletions

View File

@@ -1361,7 +1361,6 @@
#define MESH_TEST_HOTEND_TEMP 205 // (°C) Default nozzle temperature for the G26 Mesh Validation Tool.
#define MESH_TEST_BED_TEMP 60 // (°C) Default bed temperature for the G26 Mesh Validation Tool.
#define G26_XY_FEEDRATE 20 // (mm/s) Feedrate for XY Moves for the G26 Mesh Validation Tool.
#define G26_XY_FEEDRATE_TRAVEL 100 // (mm/s) Feedrate for XY Moves without extrusion for the G26 Mesh Validation Tool
#define G26_RETRACT_MULTIPLIER 1.0 // G26 Q (retraction) used by default between mesh test elements.
#endif