Add delta feedrate scaling (#11153)
This commit is contained in:
		| @@ -522,6 +522,9 @@ | ||||
|   // and processor overload (too many expensive sqrt calls). | ||||
|   #define DELTA_SEGMENTS_PER_SECOND 160 | ||||
|  | ||||
|   // Convert feedrates to apply to the Effector instead of the Carriages | ||||
|   #define DELTA_FEEDRATE_SCALING | ||||
|  | ||||
|   // After homing move down to a height where XY movement is unconstrained | ||||
|   //#define DELTA_HOME_TO_SAFE_ZONE | ||||
|  | ||||
|   | ||||
| @@ -522,6 +522,9 @@ | ||||
|   // and processor overload (too many expensive sqrt calls). | ||||
|   #define DELTA_SEGMENTS_PER_SECOND 160 | ||||
|  | ||||
|   // Convert feedrates to apply to the Effector instead of the Carriages | ||||
|   #define DELTA_FEEDRATE_SCALING | ||||
|  | ||||
|   // After homing move down to a height where XY movement is unconstrained | ||||
|   //#define DELTA_HOME_TO_SAFE_ZONE | ||||
|  | ||||
|   | ||||
| @@ -522,6 +522,9 @@ | ||||
|   // and processor overload (too many expensive sqrt calls). | ||||
|   #define DELTA_SEGMENTS_PER_SECOND 160 | ||||
|  | ||||
|   // Convert feedrates to apply to the Effector instead of the Carriages | ||||
|   #define DELTA_FEEDRATE_SCALING | ||||
|  | ||||
|   // After homing move down to a height where XY movement is unconstrained | ||||
|   //#define DELTA_HOME_TO_SAFE_ZONE | ||||
|  | ||||
|   | ||||
| @@ -527,6 +527,9 @@ | ||||
|   // and processor overload (too many expensive sqrt calls). | ||||
|   #define DELTA_SEGMENTS_PER_SECOND 200 | ||||
|  | ||||
|   // Convert feedrates to apply to the Effector instead of the Carriages | ||||
|   #define DELTA_FEEDRATE_SCALING | ||||
|  | ||||
|   // After homing move down to a height where XY movement is unconstrained | ||||
|   //#define DELTA_HOME_TO_SAFE_ZONE | ||||
|  | ||||
|   | ||||
| @@ -512,6 +512,9 @@ | ||||
|   // and processor overload (too many expensive sqrt calls). | ||||
|   #define DELTA_SEGMENTS_PER_SECOND 200 | ||||
|  | ||||
|   // Convert feedrates to apply to the Effector instead of the Carriages | ||||
|   #define DELTA_FEEDRATE_SCALING | ||||
|  | ||||
|   // After homing move down to a height where XY movement is unconstrained | ||||
|   //#define DELTA_HOME_TO_SAFE_ZONE | ||||
|  | ||||
|   | ||||
| @@ -512,6 +512,9 @@ | ||||
|   // and processor overload (too many expensive sqrt calls). | ||||
|   #define DELTA_SEGMENTS_PER_SECOND 200 | ||||
|  | ||||
|   // Convert feedrates to apply to the Effector instead of the Carriages | ||||
|   #define DELTA_FEEDRATE_SCALING | ||||
|  | ||||
|   // After homing move down to a height where XY movement is unconstrained | ||||
|   //#define DELTA_HOME_TO_SAFE_ZONE | ||||
|  | ||||
|   | ||||
| @@ -498,6 +498,9 @@ | ||||
|   // and processor overload (too many expensive sqrt calls). | ||||
|   #define DELTA_SEGMENTS_PER_SECOND 160 | ||||
|  | ||||
|   // Convert feedrates to apply to the Effector instead of the Carriages | ||||
|   #define DELTA_FEEDRATE_SCALING | ||||
|  | ||||
|   // After homing move down to a height where XY movement is unconstrained | ||||
|   //#define DELTA_HOME_TO_SAFE_ZONE | ||||
|  | ||||
|   | ||||
| @@ -516,6 +516,9 @@ | ||||
|   // and processor overload (too many expensive sqrt calls). | ||||
|   #define DELTA_SEGMENTS_PER_SECOND 160 | ||||
|  | ||||
|   // Convert feedrates to apply to the Effector instead of the Carriages | ||||
|   #define DELTA_FEEDRATE_SCALING | ||||
|  | ||||
|   // After homing move down to a height where XY movement is unconstrained | ||||
|   //#define DELTA_HOME_TO_SAFE_ZONE | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user