Clean up some trailing spaces
This commit is contained in:
parent
2b49f8ee65
commit
c010b1f43f
@ -175,7 +175,6 @@ class Planner {
|
|||||||
static uint8_t delay_before_delivering, // This counter delays delivery of blocks when queue becomes empty to allow the opportunity of merging blocks
|
static uint8_t delay_before_delivering, // This counter delays delivery of blocks when queue becomes empty to allow the opportunity of merging blocks
|
||||||
block_buffer_planned; // Index of the optimally planned block
|
block_buffer_planned; // Index of the optimally planned block
|
||||||
|
|
||||||
|
|
||||||
#if ENABLED(DISTINCT_E_FACTORS)
|
#if ENABLED(DISTINCT_E_FACTORS)
|
||||||
static uint8_t last_extruder; // Respond to extruder change
|
static uint8_t last_extruder; // Respond to extruder change
|
||||||
#endif
|
#endif
|
||||||
@ -789,7 +788,6 @@ class Planner {
|
|||||||
static void recalculate_trapezoids();
|
static void recalculate_trapezoids();
|
||||||
|
|
||||||
static void recalculate();
|
static void recalculate();
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#define PLANNER_XY_FEEDRATE() (MIN(planner.max_feedrate_mm_s[X_AXIS], planner.max_feedrate_mm_s[Y_AXIS]))
|
#define PLANNER_XY_FEEDRATE() (MIN(planner.max_feedrate_mm_s[X_AXIS], planner.max_feedrate_mm_s[Y_AXIS]))
|
||||||
|
@ -162,10 +162,8 @@ inline void lcd_implementation_status_message(const bool blink) {
|
|||||||
u8g.print('.'); // Always at 1+ spaces left, draw a dot
|
u8g.print('.'); // Always at 1+ spaces left, draw a dot
|
||||||
if (--chars) { // Draw a second dot if there's space
|
if (--chars) { // Draw a second dot if there's space
|
||||||
u8g.print('.');
|
u8g.print('.');
|
||||||
if (--chars) {
|
if (--chars) // Print a second copy of the message
|
||||||
// Print a second copy of the message
|
lcd_print_utf(lcd_status_message, LCD_WIDTH - (rlen + 2));
|
||||||
lcd_print_utf(lcd_status_message, LCD_WIDTH - (rlen+2));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (last_blink != blink) {
|
if (last_blink != blink) {
|
||||||
|
Loading…
Reference in New Issue
Block a user