Clean up the Othermill Pro settings for clarity

This commit is contained in:
Matt Staniszewski
2020-01-10 19:24:35 -06:00
committed by Rob Giseburt
parent 9f53ffa1e4
commit 675677b580
+7 -2
View File
@@ -43,13 +43,18 @@
// interim max values for testing
#undef X_VELOCITY_MAX
#undef X_FEEDRATE_MAX
#undef Y_VELOCITY_MAX
#undef Y_FEEDRATE_MAX
#define X_VELOCITY_MAX 2600
#define X_FEEDRATE_MAX X_VELOCITY_MAX
#define Y_VELOCITY_MAX 2600
#define Y_FEEDRATE_MAX Y_VELOCITY_MAX
#undef P1_CW_SPEED_HI
#undef P1_CW_SPEED_LO
#undef P1_CW_PHASE_HI
#undef P1_CW_PHASE_LO
#define X_VELOCITY_MAX 2600
#define Y_VELOCITY_MAX 2600
#define P1_CW_SPEED_HI 26000
#define P1_CW_SPEED_LO 8000
#define P1_CW_PHASE_HI 0.19