[1.1.x] Hangprinter support (#9180)
This commit is contained in:
committed by
Scott Lahteine
parent
14bf319db8
commit
330c4bcbb9
@@ -3077,7 +3077,7 @@ void lcd_quick_feedback(const bool clear_buttons) {
|
||||
#if IS_KINEMATIC
|
||||
manual_move_offset += diff;
|
||||
#else
|
||||
current_position[E_AXIS] += diff;
|
||||
current_position[E_CART] += diff;
|
||||
#endif
|
||||
manual_move_to_current(E_AXIS
|
||||
#if E_MANUAL > 1
|
||||
@@ -3107,7 +3107,7 @@ void lcd_quick_feedback(const bool clear_buttons) {
|
||||
#endif // E_MANUAL > 2
|
||||
}
|
||||
#endif // E_MANUAL > 1
|
||||
lcd_implementation_drawedit(pos_label, ftostr41sign(current_position[E_AXIS]
|
||||
lcd_implementation_drawedit(pos_label, ftostr41sign(current_position[E_CART]
|
||||
#if IS_KINEMATIC
|
||||
+ manual_move_offset
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user