G26: Allow to set retraction for UBL mesh test (#16511)

This commit is contained in:
Tanguy Pruvot
2020-02-06 03:33:39 +01:00
committed by GitHub
parent 78fea4a9ca
commit 54aff83179
2 changed files with 6 additions and 2 deletions

View File

@@ -1234,6 +1234,7 @@
#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_RETRACT_MULTIPLIER 1.0 // G26 Q (retraction) used by default between mesh test elements.
#endif
#endif