Skip to content

Commit

Permalink
Merge pull request #4134 from thinkyhead/rc_followup_4021
Browse files Browse the repository at this point in the history
Additional cleanup to probing/leveling
  • Loading branch information
thinkyhead authored Jun 24, 2016
2 parents 61f34ee + 15a6b49 commit de0e6d5
Show file tree
Hide file tree
Showing 24 changed files with 262 additions and 421 deletions.
12 changes: 5 additions & 7 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1173,18 +1173,16 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
//
//#define NUM_SERVOS 3 // Servo index starts with 0 for M280 command

// Delay (in microseconds) before the next move will start, to give the servo time to reach its target angle.
// 300ms is a good value but you can try less delay.
// If the servo can't reach the requested position, increase it.
#define SERVO_DELAY 300

// Servo deactivation
//
// With this option servos are powered only during movement, then turned off to prevent jitter.
//#define DEACTIVATE_SERVOS_AFTER_MOVE

#if ENABLED(DEACTIVATE_SERVOS_AFTER_MOVE)
// Delay (in microseconds) before turning the servo off. This depends on the servo speed.
// 300ms is a good value but you can try less delay.
// If the servo can't reach the requested position, increase it.
#define SERVO_DEACTIVATION_DELAY 300
#endif

/**********************************************************************\
* Support for a filament diameter sensor
* Also allows adjustment of diameter at print time (vs at slicing)
Expand Down
Loading

0 comments on commit de0e6d5

Please sign in to comment.