Update comments, rename next_ping_ms, followup to #3797

This commit is contained in:
Scott Lahteine
2016-05-14 17:37:42 -07:00
parent 6d68b12e28
commit 8218558953
20 changed files with 41 additions and 40 deletions

View File

@ -449,11 +449,11 @@
// @section extras
// Arc interpretation settings:
#define ARC_SUPPORT // Disabling this saves ~2660bytes
#define ARC_SUPPORT // Disabling this saves ~2738 bytes
#define MM_PER_ARC_SEGMENT 1
#define N_ARC_CORRECTION 25
// Support for G5 with XYZE destination and IJPQ offsets
// Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.
//#define BEZIER_CURVE_SUPPORT
const unsigned int dropsegments = 5; //everything with less than this number of steps will be ignored as move and joined with the next movement