Reduce max accel in Creality configs
This commit is contained in:
		| @@ -639,7 +639,7 @@ | ||||
|  * Override with M201 | ||||
|  *                                      X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]] | ||||
|  */ | ||||
| #define DEFAULT_MAX_ACCELERATION      { 3000, 3000, 100, 10000 } | ||||
| #define DEFAULT_MAX_ACCELERATION      { 500, 500, 100, 5000 } | ||||
|  | ||||
| /** | ||||
|  * Default Acceleration (change/s) change = mm/s | ||||
|   | ||||
		Reference in New Issue
	
	Block a user