From 468ad6f79e994b45ed3cea6cda4957fcfc6155ae Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 10 Jan 2026 20:24:13 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Apostrophe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/HAL/SAMD21/endstop_interrupts.h | 2 +- Marlin/src/HAL/SAMD51/endstop_interrupts.h | 2 +- Marlin/src/HAL/STM32F1/endstop_interrupts.h | 2 +- Marlin/src/lcd/tft_io/st7735.h | 4 ++-- Marlin/src/module/ft_motion.cpp | 4 ++-- Marlin/src/module/planner.cpp | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Marlin/src/HAL/SAMD21/endstop_interrupts.h b/Marlin/src/HAL/SAMD21/endstop_interrupts.h index 4ef075f8f9..8d8f9cd06f 100644 --- a/Marlin/src/HAL/SAMD21/endstop_interrupts.h +++ b/Marlin/src/HAL/SAMD21/endstop_interrupts.h @@ -32,7 +32,7 @@ * On SAMD21, all pins support external interrupt capability. * Any pin can be used for external interrupts, but there are some restrictions. * At most 16 different external interrupts can be used at one time. - * Further, you can’t just pick any 16 pins to use. This is because every pin on the SAMD21 + * Further, you can't just pick any 16 pins to use. This is because every pin on the SAMD21 * connects to what is called an EXTINT line, and only one pin per EXTINT line can be used for external * interrupts at a time */ diff --git a/Marlin/src/HAL/SAMD51/endstop_interrupts.h b/Marlin/src/HAL/SAMD51/endstop_interrupts.h index 34c238ba5c..4e342f754f 100644 --- a/Marlin/src/HAL/SAMD51/endstop_interrupts.h +++ b/Marlin/src/HAL/SAMD51/endstop_interrupts.h @@ -31,7 +31,7 @@ * On SAMD51, all pins support external interrupt capability. * Any pin can be used for external interrupts, but there are some restrictions. * At most 16 different external interrupts can be used at one time. - * Further, you can’t just pick any 16 pins to use. This is because every pin on the SAMD51 + * Further, you can't just pick any 16 pins to use. This is because every pin on the SAMD51 * connects to what is called an EXTINT line, and only one pin per EXTINT line can be used for external * interrupts at a time */ diff --git a/Marlin/src/HAL/STM32F1/endstop_interrupts.h b/Marlin/src/HAL/STM32F1/endstop_interrupts.h index 6724bf3456..f8f21a4c6d 100644 --- a/Marlin/src/HAL/STM32F1/endstop_interrupts.h +++ b/Marlin/src/HAL/STM32F1/endstop_interrupts.h @@ -27,7 +27,7 @@ * On STM32F, all pins support external interrupt capability. * Any pin can be used for external interrupts, but there are some restrictions. * At most 16 different external interrupts can be used at one time. - * Further, you can’t just pick any 16 pins to use. This is because every pin on the STM32 + * Further, you can't just pick any 16 pins to use. This is because every pin on the STM32 * connects to what is called an EXTI line, and only one pin per EXTI line can be used for external interrupts at a time * Check the Reference Manual of the MCU to confirm which line is used by each pin */ diff --git a/Marlin/src/lcd/tft_io/st7735.h b/Marlin/src/lcd/tft_io/st7735.h index 1b0d23b6c4..f94c82be03 100644 --- a/Marlin/src/lcd/tft_io/st7735.h +++ b/Marlin/src/lcd/tft_io/st7735.h @@ -101,8 +101,8 @@ #define ST7735_NVFCTR1 0xD9 // EEPROM Control Status #define ST7735_NVFCTR2 0xDE // EEPROM Read Command #define ST7735_NVFCTR3 0xDF // EEPROM Write Command -#define ST7735_GMCTRP1 0xE0 // Gamma (‘+’polarity) Correction Characteristics Setting -#define ST7735_GMCTRN1 0xE1 // GMCTRN1 (E1h): Gamma ‘-’polarity Correction Characteristics Setting +#define ST7735_GMCTRP1 0xE0 // Gamma ('+'polarity) Correction Characteristics Setting +#define ST7735_GMCTRN1 0xE1 // GMCTRN1 (E1h): Gamma '-'polarity Correction Characteristics Setting #define ST7735_EXTCTRL 0xF0 // Extension Command Control #define ST7735_VCOM4L 0xFF // Vcom 4 Level Control diff --git a/Marlin/src/module/ft_motion.cpp b/Marlin/src/module/ft_motion.cpp index 093fa3b12e..c0c475a0a0 100644 --- a/Marlin/src/module/ft_motion.cpp +++ b/Marlin/src/module/ft_motion.cpp @@ -594,7 +594,7 @@ void FTMotion::fill_stepper_plan_buffer() { float total_duration = currentGenerator->getTotalDuration(); // If the current plan is empty, it will have zero duration. while (tau + FTM_TS > total_duration) { /** - * We’ve reached the end of the current block. + * We've reached the end of the current block. * * `tau` is the time that has elapsed inside this block. After a block is finished, the next one may * start at any point between *just before* the last sampled time (one step earlier, i.e. `-FTM_TS`) @@ -603,7 +603,7 @@ void FTMotion::fill_stepper_plan_buffer() { * * To account for that uncertainty we simply subtract the duration of the finished block from `tau`. * This brings us back to a time value that is valid for the next block, while still allowing the next - * block’s start to be offset by up to one time step into the past. + * block's start to be offset by up to one time step into the past. */ tau -= total_duration; const bool plan_available = plan_next_block(); diff --git a/Marlin/src/module/planner.cpp b/Marlin/src/module/planner.cpp index b11740b00a..b4e9eb5f09 100644 --- a/Marlin/src/module/planner.cpp +++ b/Marlin/src/module/planner.cpp @@ -786,7 +786,7 @@ block_t* Planner::get_future_block(const uint8_t offset) { * Calculate trapezoid (or or update FTM) motion parameters for a block. * * `entry_speed` is an optional override in mm/s. - * A value of `0` is a sentinel meaning “do not override the block’s + * A value of `0` is a sentinel meaning “do not override the block's * existing entry speed / initial_rate.” * * This is relied upon by recalculate_trapezoids(), which intentionally