mirror of
https://github.com/synthetos/g2.git
synced 2026-09-21 10:35:38 +08:00
Adjust FEEDHOLD_TYPE_SCRAM to FEEDHOLD_TYPE_SKIP
This commit is contained in:
@@ -564,7 +564,7 @@ void cm_request_feedhold(cmFeedholdType type, cmFeedholdExit exit)
|
||||
switch (cm1.hold_type) {
|
||||
case FEEDHOLD_TYPE_HOLD: { op.add_action(_feedhold_no_actions); break; }
|
||||
case FEEDHOLD_TYPE_ACTIONS: { op.add_action(_feedhold_with_actions); break; }
|
||||
case FEEDHOLD_TYPE_SCRAM:
|
||||
// case FEEDHOLD_TYPE_SCRAM: <- no longer used, use FEEDHOLD_TYPE_SKIP instead
|
||||
case FEEDHOLD_TYPE_SKIP: { op.add_action(_feedhold_skip); break; }
|
||||
default: {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user