Add G26_RETRACT_MULTIPLIER

This commit is contained in:
Scott Lahteine 2020-02-06 14:07:48 -06:00
parent acb20a0137
commit 678cfa9372
159 changed files with 159 additions and 0 deletions

View file

@ -1246,6 +1246,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