Explain better final Idler state in FeedToFinda and FeedToBondtech
parent
e0d1fe3b73
commit
505930c576
|
|
@ -5,7 +5,8 @@ namespace logic {
|
||||||
|
|
||||||
/// @brief Feed filament to Bondtech gears of the printer
|
/// @brief Feed filament to Bondtech gears of the printer
|
||||||
///
|
///
|
||||||
/// Continuously feed filament until the printer detects the filament in its filament sensor
|
/// Continuously feed filament until the printer detects the filament in its filament sensor.
|
||||||
|
/// Disengages the Idler after finishing the feed.
|
||||||
struct FeedToBondtech {
|
struct FeedToBondtech {
|
||||||
/// internal states of the state machine
|
/// internal states of the state machine
|
||||||
enum {
|
enum {
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ namespace logic {
|
||||||
///
|
///
|
||||||
/// Continuously feed filament until FINDA is not switched ON
|
/// Continuously feed filament until FINDA is not switched ON
|
||||||
/// and than retract to align filament 600 steps away from FINDA.
|
/// and than retract to align filament 600 steps away from FINDA.
|
||||||
|
/// Leaves the Idler engaged for chaining potential next operations.
|
||||||
struct FeedToFinda {
|
struct FeedToFinda {
|
||||||
/// internal states of the state machine
|
/// internal states of the state machine
|
||||||
enum {
|
enum {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue