-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix build with TMC2209 using SoftwareSerial #18388
Merged
thinkyhead
merged 1 commit into
MarlinFirmware:bugfix-2.0.x
from
sjasonsmith:PR/TMC2209
Jun 22, 2020
Merged
Fix build with TMC2209 using SoftwareSerial #18388
thinkyhead
merged 1 commit into
MarlinFirmware:bugfix-2.0.x
from
sjasonsmith:PR/TMC2209
Jun 22, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Speaka
added a commit
to Speaka/Marlin
that referenced
this pull request
Jul 9, 2020
* TMCStepper 0.7.0 followup (MarlinFirmware#18388) * Improve U8G+SPI delay override (MarlinFirmware#18386) Co-authored-by: Scott Lahteine <[email protected]> * Better STM32 Tone timer int priority (MarlinFirmware#18385) * Fix 3-point middle point (MarlinFirmware#18383) * Fix LPC176x RGB NEOPIXEL startup (MarlinFirmware#18380) * Fix ExtUI automatic font scaling (MarlinFirmware#18377) * [cron] Bump distribution date (2020-06-23) * No 'probing failed' with retry (MarlinFirmware#18379) * Add SERIAL_FLOAT_PRECISION option (MarlinFirmware#18367) * Move tests up one level * Use libraries from the registry * Graphical LCD note * Update LPC176x platform version (MarlinFirmware#18392) * Add maintenance actions * [cron] Bump distribution date (2020-06-24) * General cleanup * Run close-stale once per day * Board-based ST7920 delays * TFT_LITTLE_VGL_UI followup (MarlinFirmware#18410) * Display PID Autotune status (MarlinFirmware#18408) * [cron] Bump distribution date (2020-06-25) * Use Preheat 1 as M303 default (MarlinFirmware#18407) * Fix issues with no hotend / bed / fan (MarlinFirmware#18395) * Fix material preset type * NO_LCD_REINIT for FSMC (or, no SD_DETECT_PIN) * Fix material preset editing * Clean up preheat edit items * [cron] Bump distribution date (2020-06-26) * Minor LCD cleanup, improvement * Fix typo in DWIN, preheat array * Update Italian language (MarlinFirmware#18414) * [samd51] Manifest assigned timers priority (MarlinFirmware#18402) * Update MKS Robin Nano auto-build env (MarlinFirmware#18417) * SAMD51 cleanup (MarlinFirmware#18419) * BTT SKR Pro runout pins (MarlinFirmware#18416) * Update Brazilian Portuguese language (MarlinFirmware#18411) * Fix Fan Speed menu items (MarlinFirmware#18400) * Patch some DGUS warnings * Allow larger ADC debounce Reference MarlinFirmware#17205 * [cron] Bump distribution date (2020-06-27) * [cron] Bump distribution date (2020-06-28) * Update language fonts * Tool Change Migration fixes and debugging (MarlinFirmware#18448) * ExtUI additions (MarlinFirmware#18447) Co-authored-by: Scott Lahteine <[email protected]> * Add Romanian language (MarlinFirmware#18455) Co-authored-by: cristyanul <[email protected]> * Fix "probing failed" false positives (MarlinFirmware#18435) * Adjustable delta_diagonal_rod_trim (MarlinFirmware#18423) * Russian, Ukranian for wide LCD (MarlinFirmware#18433) * Tweak pins formatting * Suppress unused var warning * ClosedLoop as singleton * [cron] Bump distribution date (2020-06-29) * MKS Robin Nano flash-based EEPROM (MarlinFirmware#18466) * Use "reset reason" defines (MarlinFirmware#18462) * [cron] Bump distribution date (2020-06-30) * [cron] Bump distribution date (2020-07-01) * Fix missing parenthesis (MarlinFirmware#18473) * Fix FYSETC CHEETAH V1.2 SD re-insert (MarlinFirmware#18474) Include this board with other Cheetah stepper reset. * Hide menu item with no fan (MarlinFirmware#18470) * Permit independent X2,Y2,Z2,Z3,Z4 endstop inverting (MarlinFirmware#18481) * Add TFT_LVGL_UI support (MarlinFirmware#18438) * Per-Hotend Default PIDs (MarlinFirmware#18483) * Enforce sensor range for temperature target (MarlinFirmware#18465) * Mitigate stepper timeout * Add CHAMBER PWM code * Structured thermistor tables * Fix reversed sensor ranges * Prevent temps outside sensor range * [cron] Bump distribution date (2020-07-02) * Tweak stepper shutdown test * Extend thermistor 1047 to 500°C * [cron] Bump distribution date (2020-07-03) * Keep filament runout pin for Creality Melzi (MarlinFirmware#18504) * Add FYSETC 2.42 inch OLED support (MarlinFirmware#18485) * Option to set manual Babystepping distance in mm (MarlinFirmware#18503) Co-authored-by: Scott Lahteine <[email protected]> * Clean up LCD Manual Move / UBL Mesh Edit (MarlinFirmware#18373) * FYSETC OLED followup (MarlinFirmware#18519) * Ensure Git applies Unix line-endings in tests (MarlinFirmware#18495) * Fix axis name in serial output (MarlinFirmware#18522) * Fix env:mks_robin_nano35 (MarlinFirmware#18516) * FIx Sanguino/1284p board_upload.maximum_size (MarlinFirmware#18502) * M150 I to set Neopixel by index (MarlinFirmware#18490) * [cron] Bump distribution date (2020-07-04) * PID Accelerated Edit (MarlinFirmware#18532) * [cron] Bump distribution date (2020-07-05) * Fix "'ubl' not declared" error (MarlinFirmware#18541) * Fix thermistors exist-for-reading tests (MarlinFirmware#18533) Co-authored-by: Scott Lahteine <[email protected]> * Fix "Probing mesh point" message Closes MarlinFirmware#17770 Co-Authored-By: Jan-Gerard van der Toorn <[email protected]> * Probing points followup (MarlinFirmware#18552) * Update actions on bugfix branch * Add CI for pushed commits (MarlinFirmware#18549) * Fix Neopixel set_color (MarlinFirmware#18544) * Fix stall sensitivity adjustment for FTDI screens (MarlinFirmware#18554) * Minor pins cleanup * Add comment to M412 * Reduce string duplication * STM32: No compile-time check for PWM_PIN (MarlinFirmware#18539) Co-authored-by: Scott Lahteine <[email protected]> * Filament Runout Inverting => State (MarlinFirmware#18537) Co-authored-by: Scott Lahteine <[email protected]> * Simplify home_z_safely, respect HOME_AFTER_DEACTIVATE * [cron] Bump distribution date (2020-07-06) * Filament state followup * Get SAMD51 CXX flags from script * Use Material Preset 1 for PID autotune (MarlinFirmware#18446) Co-authored-by: Scott Lahteine <[email protected]> * Fix broken POWER_LOSS_RECOVERY prompt (MarlinFirmware#18557) Co-authored-by: Scott Lahteine <[email protected]> * Add Lerdge S,X,K (MarlinFirmware#18302) * Fix TMC homing phase coils alignment (MarlinFirmware#18528) Co-authored-by: Fabio Santos <[email protected]> * Scale runout distance setting for editable range (MarlinFirmware#18567) * 0.7.1 <= TMCStepper <= 0.7.9 (MarlinFirmware#18564) * Reduce 'first loop' temperature residency time (MarlinFirmware#18421) Co-authored-by: Scott Lahteine <[email protected]> * Update and fix POWER_MONITOR (MarlinFirmware#18561) * [cron] Bump distribution date (2020-07-07) * Temp Residency followup * Combine command macros * Whitespace cleanup * Fix typo in Configuration_adv.h (MarlinFirmware#18570) * [cron] Bump distribution date (2020-07-08) * SKR 1.4 alert for unsupported LCD * Tweak PLR debug * Fix warning with PIO * Update Chinese (zh_CN) language (MarlinFirmware#18580) * Show fixed V in Power Display with no V sensor (MarlinFirmware#18579) * Fix User Temp Sensor (1000), reversed Pt100 / Pt1000 (MarlinFirmware#18590) * Add `Cap:RUNOUT` Co-Authored-By: Julius ter Pelkwijk <[email protected]> * Fix some comments * [cron] Bump distribution date (2020-07-09) * Fix missing controller fan include * Consolidate probe clearance, add section debug (MarlinFirmware#18576) * Better section / function log * Add do_z_clearance motion function * Remove outdated comment (MarlinFirmware#18597) * Clean up some MMU comments * MarlinUI support for up to 5 Material Presets (MarlinFirmware#18488) - Add `I` preset parameter to `G26`, `M106`, `M140`, and `M190`. - Extend menu items to permit a string interpolation. - Keep material names in a list and interpolate in menu items. - Extend material presets to support up to 5 predefined materials. Co-authored-by: Scott Lahteine <[email protected]> Co-authored-by: Jason Smith <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> Co-authored-by: MoellerDi <[email protected]> Co-authored-by: ellensp <[email protected]> Co-authored-by: RudolphRiedel <[email protected]> Co-authored-by: thinkyhead <[email protected]> Co-authored-by: Kirill Vergun <[email protected]> Co-authored-by: Fabio Santos <[email protected]> Co-authored-by: Chris Pepper <[email protected]> Co-authored-by: Victor <[email protected]> Co-authored-by: Pascal de Bruijn <[email protected]> Co-authored-by: Giuliano Zaro <[email protected]> Co-authored-by: Keith Bennett <[email protected]> Co-authored-by: Johnny Eshak <[email protected]> Co-authored-by: Lucas Seiki Oshiro <[email protected]> Co-authored-by: InsanityAutomation <[email protected]> Co-authored-by: cristyanul <[email protected]> Co-authored-by: JP Flouret <[email protected]> Co-authored-by: Serhiy-K <[email protected]> Co-authored-by: George Fu <[email protected]> Co-authored-by: Robby Candra <[email protected]> Co-authored-by: cbteeple <[email protected]> Co-authored-by: notabucketofspam <[email protected]> Co-authored-by: Jan-Gerard van der Toorn <[email protected]> Co-authored-by: Oliver Jean Eifler <[email protected]> Co-authored-by: ManuelMcLure <[email protected]> Co-authored-by: GhostlyCrowd <[email protected]> Co-authored-by: Luc Hoang Long <[email protected]> Co-authored-by: J.C. Nelson <[email protected]> Co-authored-by: shuttercat <[email protected]> Co-authored-by: espr14 <[email protected]> Co-authored-by: cccc <[email protected]> Co-authored-by: Julius ter Pelkwijk <[email protected]>
Speaka
added a commit
to Speaka/Marlin
that referenced
this pull request
Jul 20, 2020
* TMCStepper 0.7.0 followup (MarlinFirmware#18388) * Improve U8G+SPI delay override (MarlinFirmware#18386) Co-authored-by: Scott Lahteine <[email protected]> * Better STM32 Tone timer int priority (MarlinFirmware#18385) * Fix 3-point middle point (MarlinFirmware#18383) * Fix LPC176x RGB NEOPIXEL startup (MarlinFirmware#18380) * Fix ExtUI automatic font scaling (MarlinFirmware#18377) * [cron] Bump distribution date (2020-06-23) * No 'probing failed' with retry (MarlinFirmware#18379) * Add SERIAL_FLOAT_PRECISION option (MarlinFirmware#18367) * Move tests up one level * Use libraries from the registry * Graphical LCD note * Update LPC176x platform version (MarlinFirmware#18392) * Add maintenance actions * [cron] Bump distribution date (2020-06-24) * General cleanup * Run close-stale once per day * Board-based ST7920 delays * TFT_LITTLE_VGL_UI followup (MarlinFirmware#18410) * Display PID Autotune status (MarlinFirmware#18408) * [cron] Bump distribution date (2020-06-25) * Use Preheat 1 as M303 default (MarlinFirmware#18407) * Fix issues with no hotend / bed / fan (MarlinFirmware#18395) * Fix material preset type * NO_LCD_REINIT for FSMC (or, no SD_DETECT_PIN) * Fix material preset editing * Clean up preheat edit items * [cron] Bump distribution date (2020-06-26) * Minor LCD cleanup, improvement * Fix typo in DWIN, preheat array * Update Italian language (MarlinFirmware#18414) * [samd51] Manifest assigned timers priority (MarlinFirmware#18402) * Update MKS Robin Nano auto-build env (MarlinFirmware#18417) * SAMD51 cleanup (MarlinFirmware#18419) * BTT SKR Pro runout pins (MarlinFirmware#18416) * Update Brazilian Portuguese language (MarlinFirmware#18411) * Fix Fan Speed menu items (MarlinFirmware#18400) * Patch some DGUS warnings * Allow larger ADC debounce Reference MarlinFirmware#17205 * [cron] Bump distribution date (2020-06-27) * [cron] Bump distribution date (2020-06-28) * Update language fonts * Tool Change Migration fixes and debugging (MarlinFirmware#18448) * ExtUI additions (MarlinFirmware#18447) Co-authored-by: Scott Lahteine <[email protected]> * Add Romanian language (MarlinFirmware#18455) Co-authored-by: cristyanul <[email protected]> * Fix "probing failed" false positives (MarlinFirmware#18435) * Adjustable delta_diagonal_rod_trim (MarlinFirmware#18423) * Russian, Ukranian for wide LCD (MarlinFirmware#18433) * Tweak pins formatting * Suppress unused var warning * ClosedLoop as singleton * [cron] Bump distribution date (2020-06-29) * MKS Robin Nano flash-based EEPROM (MarlinFirmware#18466) * Use "reset reason" defines (MarlinFirmware#18462) * [cron] Bump distribution date (2020-06-30) * [cron] Bump distribution date (2020-07-01) * Fix missing parenthesis (MarlinFirmware#18473) * Fix FYSETC CHEETAH V1.2 SD re-insert (MarlinFirmware#18474) Include this board with other Cheetah stepper reset. * Hide menu item with no fan (MarlinFirmware#18470) * Permit independent X2,Y2,Z2,Z3,Z4 endstop inverting (MarlinFirmware#18481) * Add TFT_LVGL_UI support (MarlinFirmware#18438) * Per-Hotend Default PIDs (MarlinFirmware#18483) * Enforce sensor range for temperature target (MarlinFirmware#18465) * Mitigate stepper timeout * Add CHAMBER PWM code * Structured thermistor tables * Fix reversed sensor ranges * Prevent temps outside sensor range * [cron] Bump distribution date (2020-07-02) * Tweak stepper shutdown test * Extend thermistor 1047 to 500°C * [cron] Bump distribution date (2020-07-03) * Keep filament runout pin for Creality Melzi (MarlinFirmware#18504) * Add FYSETC 2.42 inch OLED support (MarlinFirmware#18485) * Option to set manual Babystepping distance in mm (MarlinFirmware#18503) Co-authored-by: Scott Lahteine <[email protected]> * Clean up LCD Manual Move / UBL Mesh Edit (MarlinFirmware#18373) * FYSETC OLED followup (MarlinFirmware#18519) * Ensure Git applies Unix line-endings in tests (MarlinFirmware#18495) * Fix axis name in serial output (MarlinFirmware#18522) * Fix env:mks_robin_nano35 (MarlinFirmware#18516) * FIx Sanguino/1284p board_upload.maximum_size (MarlinFirmware#18502) * M150 I to set Neopixel by index (MarlinFirmware#18490) * [cron] Bump distribution date (2020-07-04) * PID Accelerated Edit (MarlinFirmware#18532) * [cron] Bump distribution date (2020-07-05) * Fix "'ubl' not declared" error (MarlinFirmware#18541) * Fix thermistors exist-for-reading tests (MarlinFirmware#18533) Co-authored-by: Scott Lahteine <[email protected]> * Fix "Probing mesh point" message Closes MarlinFirmware#17770 Co-Authored-By: Jan-Gerard van der Toorn <[email protected]> * Probing points followup (MarlinFirmware#18552) * Update actions on bugfix branch * Add CI for pushed commits (MarlinFirmware#18549) * Fix Neopixel set_color (MarlinFirmware#18544) * Fix stall sensitivity adjustment for FTDI screens (MarlinFirmware#18554) * Minor pins cleanup * Add comment to M412 * Reduce string duplication * STM32: No compile-time check for PWM_PIN (MarlinFirmware#18539) Co-authored-by: Scott Lahteine <[email protected]> * Filament Runout Inverting => State (MarlinFirmware#18537) Co-authored-by: Scott Lahteine <[email protected]> * Simplify home_z_safely, respect HOME_AFTER_DEACTIVATE * [cron] Bump distribution date (2020-07-06) * Filament state followup * Get SAMD51 CXX flags from script * Use Material Preset 1 for PID autotune (MarlinFirmware#18446) Co-authored-by: Scott Lahteine <[email protected]> * Fix broken POWER_LOSS_RECOVERY prompt (MarlinFirmware#18557) Co-authored-by: Scott Lahteine <[email protected]> * Add Lerdge S,X,K (MarlinFirmware#18302) * Fix TMC homing phase coils alignment (MarlinFirmware#18528) Co-authored-by: Fabio Santos <[email protected]> * Scale runout distance setting for editable range (MarlinFirmware#18567) * 0.7.1 <= TMCStepper <= 0.7.9 (MarlinFirmware#18564) * Reduce 'first loop' temperature residency time (MarlinFirmware#18421) Co-authored-by: Scott Lahteine <[email protected]> * Update and fix POWER_MONITOR (MarlinFirmware#18561) * [cron] Bump distribution date (2020-07-07) * Temp Residency followup * Combine command macros * Whitespace cleanup * Fix typo in Configuration_adv.h (MarlinFirmware#18570) * [cron] Bump distribution date (2020-07-08) * SKR 1.4 alert for unsupported LCD * Tweak PLR debug * Fix warning with PIO * Update Chinese (zh_CN) language (MarlinFirmware#18580) * Show fixed V in Power Display with no V sensor (MarlinFirmware#18579) * Fix User Temp Sensor (1000), reversed Pt100 / Pt1000 (MarlinFirmware#18590) * Add `Cap:RUNOUT` Co-Authored-By: Julius ter Pelkwijk <[email protected]> * Fix some comments * [cron] Bump distribution date (2020-07-09) * Fix missing controller fan include * Consolidate probe clearance, add section debug (MarlinFirmware#18576) * Better section / function log * Add do_z_clearance motion function * Remove outdated comment (MarlinFirmware#18597) * Clean up some MMU comments * MarlinUI support for up to 5 Material Presets (MarlinFirmware#18488) - Add `I` preset parameter to `G26`, `M106`, `M140`, and `M190`. - Extend menu items to permit a string interpolation. - Keep material names in a list and interpolate in menu items. - Extend material presets to support up to 5 predefined materials. Co-authored-by: Scott Lahteine <[email protected]> Co-authored-by: Jason Smith <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> Co-authored-by: MoellerDi <[email protected]> Co-authored-by: ellensp <[email protected]> Co-authored-by: RudolphRiedel <[email protected]> Co-authored-by: thinkyhead <[email protected]> Co-authored-by: Kirill Vergun <[email protected]> Co-authored-by: Fabio Santos <[email protected]> Co-authored-by: Chris Pepper <[email protected]> Co-authored-by: Victor <[email protected]> Co-authored-by: Pascal de Bruijn <[email protected]> Co-authored-by: Giuliano Zaro <[email protected]> Co-authored-by: Keith Bennett <[email protected]> Co-authored-by: Johnny Eshak <[email protected]> Co-authored-by: Lucas Seiki Oshiro <[email protected]> Co-authored-by: InsanityAutomation <[email protected]> Co-authored-by: cristyanul <[email protected]> Co-authored-by: JP Flouret <[email protected]> Co-authored-by: Serhiy-K <[email protected]> Co-authored-by: George Fu <[email protected]> Co-authored-by: Robby Candra <[email protected]> Co-authored-by: cbteeple <[email protected]> Co-authored-by: notabucketofspam <[email protected]> Co-authored-by: Jan-Gerard van der Toorn <[email protected]> Co-authored-by: Oliver Jean Eifler <[email protected]> Co-authored-by: ManuelMcLure <[email protected]> Co-authored-by: GhostlyCrowd <[email protected]> Co-authored-by: Luc Hoang Long <[email protected]> Co-authored-by: J.C. Nelson <[email protected]> Co-authored-by: shuttercat <[email protected]> Co-authored-by: espr14 <[email protected]> Co-authored-by: cccc <[email protected]> Co-authored-by: Julius ter Pelkwijk <[email protected]>
Speaka
added a commit
to Speaka/Marlin
that referenced
this pull request
Jul 20, 2020
* TMCStepper 0.7.0 followup (MarlinFirmware#18388) * Improve U8G+SPI delay override (MarlinFirmware#18386) Co-authored-by: Scott Lahteine <[email protected]> * Better STM32 Tone timer int priority (MarlinFirmware#18385) * Fix 3-point middle point (MarlinFirmware#18383) * Fix LPC176x RGB NEOPIXEL startup (MarlinFirmware#18380) * Fix ExtUI automatic font scaling (MarlinFirmware#18377) * [cron] Bump distribution date (2020-06-23) * No 'probing failed' with retry (MarlinFirmware#18379) * Add SERIAL_FLOAT_PRECISION option (MarlinFirmware#18367) * Move tests up one level * Use libraries from the registry * Graphical LCD note * Update LPC176x platform version (MarlinFirmware#18392) * Add maintenance actions * [cron] Bump distribution date (2020-06-24) * General cleanup * Run close-stale once per day * Board-based ST7920 delays * TFT_LITTLE_VGL_UI followup (MarlinFirmware#18410) * Display PID Autotune status (MarlinFirmware#18408) * [cron] Bump distribution date (2020-06-25) * Use Preheat 1 as M303 default (MarlinFirmware#18407) * Fix issues with no hotend / bed / fan (MarlinFirmware#18395) * Fix material preset type * NO_LCD_REINIT for FSMC (or, no SD_DETECT_PIN) * Fix material preset editing * Clean up preheat edit items * [cron] Bump distribution date (2020-06-26) * Minor LCD cleanup, improvement * Fix typo in DWIN, preheat array * Update Italian language (MarlinFirmware#18414) * [samd51] Manifest assigned timers priority (MarlinFirmware#18402) * Update MKS Robin Nano auto-build env (MarlinFirmware#18417) * SAMD51 cleanup (MarlinFirmware#18419) * BTT SKR Pro runout pins (MarlinFirmware#18416) * Update Brazilian Portuguese language (MarlinFirmware#18411) * Fix Fan Speed menu items (MarlinFirmware#18400) * Patch some DGUS warnings * Allow larger ADC debounce Reference MarlinFirmware#17205 * [cron] Bump distribution date (2020-06-27) * [cron] Bump distribution date (2020-06-28) * Update language fonts * Tool Change Migration fixes and debugging (MarlinFirmware#18448) * ExtUI additions (MarlinFirmware#18447) Co-authored-by: Scott Lahteine <[email protected]> * Add Romanian language (MarlinFirmware#18455) Co-authored-by: cristyanul <[email protected]> * Fix "probing failed" false positives (MarlinFirmware#18435) * Adjustable delta_diagonal_rod_trim (MarlinFirmware#18423) * Russian, Ukranian for wide LCD (MarlinFirmware#18433) * Tweak pins formatting * Suppress unused var warning * ClosedLoop as singleton * [cron] Bump distribution date (2020-06-29) * MKS Robin Nano flash-based EEPROM (MarlinFirmware#18466) * Use "reset reason" defines (MarlinFirmware#18462) * [cron] Bump distribution date (2020-06-30) * [cron] Bump distribution date (2020-07-01) * Fix missing parenthesis (MarlinFirmware#18473) * Fix FYSETC CHEETAH V1.2 SD re-insert (MarlinFirmware#18474) Include this board with other Cheetah stepper reset. * Hide menu item with no fan (MarlinFirmware#18470) * Permit independent X2,Y2,Z2,Z3,Z4 endstop inverting (MarlinFirmware#18481) * Add TFT_LVGL_UI support (MarlinFirmware#18438) * Per-Hotend Default PIDs (MarlinFirmware#18483) * Enforce sensor range for temperature target (MarlinFirmware#18465) * Mitigate stepper timeout * Add CHAMBER PWM code * Structured thermistor tables * Fix reversed sensor ranges * Prevent temps outside sensor range * [cron] Bump distribution date (2020-07-02) * Tweak stepper shutdown test * Extend thermistor 1047 to 500°C * [cron] Bump distribution date (2020-07-03) * Keep filament runout pin for Creality Melzi (MarlinFirmware#18504) * Add FYSETC 2.42 inch OLED support (MarlinFirmware#18485) * Option to set manual Babystepping distance in mm (MarlinFirmware#18503) Co-authored-by: Scott Lahteine <[email protected]> * Clean up LCD Manual Move / UBL Mesh Edit (MarlinFirmware#18373) * FYSETC OLED followup (MarlinFirmware#18519) * Ensure Git applies Unix line-endings in tests (MarlinFirmware#18495) * Fix axis name in serial output (MarlinFirmware#18522) * Fix env:mks_robin_nano35 (MarlinFirmware#18516) * FIx Sanguino/1284p board_upload.maximum_size (MarlinFirmware#18502) * M150 I to set Neopixel by index (MarlinFirmware#18490) * [cron] Bump distribution date (2020-07-04) * PID Accelerated Edit (MarlinFirmware#18532) * [cron] Bump distribution date (2020-07-05) * Fix "'ubl' not declared" error (MarlinFirmware#18541) * Fix thermistors exist-for-reading tests (MarlinFirmware#18533) Co-authored-by: Scott Lahteine <[email protected]> * Fix "Probing mesh point" message Closes MarlinFirmware#17770 Co-Authored-By: Jan-Gerard van der Toorn <[email protected]> * Probing points followup (MarlinFirmware#18552) * Update actions on bugfix branch * Add CI for pushed commits (MarlinFirmware#18549) * Fix Neopixel set_color (MarlinFirmware#18544) * Fix stall sensitivity adjustment for FTDI screens (MarlinFirmware#18554) * Minor pins cleanup * Add comment to M412 * Reduce string duplication * STM32: No compile-time check for PWM_PIN (MarlinFirmware#18539) Co-authored-by: Scott Lahteine <[email protected]> * Filament Runout Inverting => State (MarlinFirmware#18537) Co-authored-by: Scott Lahteine <[email protected]> * Simplify home_z_safely, respect HOME_AFTER_DEACTIVATE * [cron] Bump distribution date (2020-07-06) * Filament state followup * Get SAMD51 CXX flags from script * Use Material Preset 1 for PID autotune (MarlinFirmware#18446) Co-authored-by: Scott Lahteine <[email protected]> * Fix broken POWER_LOSS_RECOVERY prompt (MarlinFirmware#18557) Co-authored-by: Scott Lahteine <[email protected]> * Add Lerdge S,X,K (MarlinFirmware#18302) * Fix TMC homing phase coils alignment (MarlinFirmware#18528) Co-authored-by: Fabio Santos <[email protected]> * Scale runout distance setting for editable range (MarlinFirmware#18567) * 0.7.1 <= TMCStepper <= 0.7.9 (MarlinFirmware#18564) * Reduce 'first loop' temperature residency time (MarlinFirmware#18421) Co-authored-by: Scott Lahteine <[email protected]> * Update and fix POWER_MONITOR (MarlinFirmware#18561) * [cron] Bump distribution date (2020-07-07) * Temp Residency followup * Combine command macros * Whitespace cleanup * Fix typo in Configuration_adv.h (MarlinFirmware#18570) * [cron] Bump distribution date (2020-07-08) * SKR 1.4 alert for unsupported LCD * Tweak PLR debug * Fix warning with PIO * Update Chinese (zh_CN) language (MarlinFirmware#18580) * Show fixed V in Power Display with no V sensor (MarlinFirmware#18579) * Fix User Temp Sensor (1000), reversed Pt100 / Pt1000 (MarlinFirmware#18590) * Add `Cap:RUNOUT` Co-Authored-By: Julius ter Pelkwijk <[email protected]> * Fix some comments * [cron] Bump distribution date (2020-07-09) * Fix missing controller fan include * Consolidate probe clearance, add section debug (MarlinFirmware#18576) * Better section / function log * Add do_z_clearance motion function * Remove outdated comment (MarlinFirmware#18597) * Clean up some MMU comments * MarlinUI support for up to 5 Material Presets (MarlinFirmware#18488) - Add `I` preset parameter to `G26`, `M106`, `M140`, and `M190`. - Extend menu items to permit a string interpolation. - Keep material names in a list and interpolate in menu items. - Extend material presets to support up to 5 predefined materials. Co-authored-by: Scott Lahteine <[email protected]> Co-authored-by: Jason Smith <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> Co-authored-by: MoellerDi <[email protected]> Co-authored-by: ellensp <[email protected]> Co-authored-by: RudolphRiedel <[email protected]> Co-authored-by: thinkyhead <[email protected]> Co-authored-by: Kirill Vergun <[email protected]> Co-authored-by: Fabio Santos <[email protected]> Co-authored-by: Chris Pepper <[email protected]> Co-authored-by: Victor <[email protected]> Co-authored-by: Pascal de Bruijn <[email protected]> Co-authored-by: Giuliano Zaro <[email protected]> Co-authored-by: Keith Bennett <[email protected]> Co-authored-by: Johnny Eshak <[email protected]> Co-authored-by: Lucas Seiki Oshiro <[email protected]> Co-authored-by: InsanityAutomation <[email protected]> Co-authored-by: cristyanul <[email protected]> Co-authored-by: JP Flouret <[email protected]> Co-authored-by: Serhiy-K <[email protected]> Co-authored-by: George Fu <[email protected]> Co-authored-by: Robby Candra <[email protected]> Co-authored-by: cbteeple <[email protected]> Co-authored-by: notabucketofspam <[email protected]> Co-authored-by: Jan-Gerard van der Toorn <[email protected]> Co-authored-by: Oliver Jean Eifler <[email protected]> Co-authored-by: ManuelMcLure <[email protected]> Co-authored-by: GhostlyCrowd <[email protected]> Co-authored-by: Luc Hoang Long <[email protected]> Co-authored-by: J.C. Nelson <[email protected]> Co-authored-by: shuttercat <[email protected]> Co-authored-by: espr14 <[email protected]> Co-authored-by: cccc <[email protected]> Co-authored-by: Julius ter Pelkwijk <[email protected]>
Speaka
added a commit
to Speaka/Marlin
that referenced
this pull request
Jul 21, 2020
* TMCStepper 0.7.0 followup (MarlinFirmware#18388) * Improve U8G+SPI delay override (MarlinFirmware#18386) Co-authored-by: Scott Lahteine <[email protected]> * Better STM32 Tone timer int priority (MarlinFirmware#18385) * Fix 3-point middle point (MarlinFirmware#18383) * Fix LPC176x RGB NEOPIXEL startup (MarlinFirmware#18380) * Fix ExtUI automatic font scaling (MarlinFirmware#18377) * [cron] Bump distribution date (2020-06-23) * No 'probing failed' with retry (MarlinFirmware#18379) * Add SERIAL_FLOAT_PRECISION option (MarlinFirmware#18367) * Move tests up one level * Use libraries from the registry * Graphical LCD note * Update LPC176x platform version (MarlinFirmware#18392) * Add maintenance actions * [cron] Bump distribution date (2020-06-24) * General cleanup * Run close-stale once per day * Board-based ST7920 delays * TFT_LITTLE_VGL_UI followup (MarlinFirmware#18410) * Display PID Autotune status (MarlinFirmware#18408) * [cron] Bump distribution date (2020-06-25) * Use Preheat 1 as M303 default (MarlinFirmware#18407) * Fix issues with no hotend / bed / fan (MarlinFirmware#18395) * Fix material preset type * NO_LCD_REINIT for FSMC (or, no SD_DETECT_PIN) * Fix material preset editing * Clean up preheat edit items * [cron] Bump distribution date (2020-06-26) * Minor LCD cleanup, improvement * Fix typo in DWIN, preheat array * Update Italian language (MarlinFirmware#18414) * [samd51] Manifest assigned timers priority (MarlinFirmware#18402) * Update MKS Robin Nano auto-build env (MarlinFirmware#18417) * SAMD51 cleanup (MarlinFirmware#18419) * BTT SKR Pro runout pins (MarlinFirmware#18416) * Update Brazilian Portuguese language (MarlinFirmware#18411) * Fix Fan Speed menu items (MarlinFirmware#18400) * Patch some DGUS warnings * Allow larger ADC debounce Reference MarlinFirmware#17205 * [cron] Bump distribution date (2020-06-27) * [cron] Bump distribution date (2020-06-28) * Update language fonts * Tool Change Migration fixes and debugging (MarlinFirmware#18448) * ExtUI additions (MarlinFirmware#18447) Co-authored-by: Scott Lahteine <[email protected]> * Add Romanian language (MarlinFirmware#18455) Co-authored-by: cristyanul <[email protected]> * Fix "probing failed" false positives (MarlinFirmware#18435) * Adjustable delta_diagonal_rod_trim (MarlinFirmware#18423) * Russian, Ukranian for wide LCD (MarlinFirmware#18433) * Tweak pins formatting * Suppress unused var warning * ClosedLoop as singleton * [cron] Bump distribution date (2020-06-29) * MKS Robin Nano flash-based EEPROM (MarlinFirmware#18466) * Use "reset reason" defines (MarlinFirmware#18462) * [cron] Bump distribution date (2020-06-30) * [cron] Bump distribution date (2020-07-01) * Fix missing parenthesis (MarlinFirmware#18473) * Fix FYSETC CHEETAH V1.2 SD re-insert (MarlinFirmware#18474) Include this board with other Cheetah stepper reset. * Hide menu item with no fan (MarlinFirmware#18470) * Permit independent X2,Y2,Z2,Z3,Z4 endstop inverting (MarlinFirmware#18481) * Add TFT_LVGL_UI support (MarlinFirmware#18438) * Per-Hotend Default PIDs (MarlinFirmware#18483) * Enforce sensor range for temperature target (MarlinFirmware#18465) * Mitigate stepper timeout * Add CHAMBER PWM code * Structured thermistor tables * Fix reversed sensor ranges * Prevent temps outside sensor range * [cron] Bump distribution date (2020-07-02) * Tweak stepper shutdown test * Extend thermistor 1047 to 500°C * [cron] Bump distribution date (2020-07-03) * Keep filament runout pin for Creality Melzi (MarlinFirmware#18504) * Add FYSETC 2.42 inch OLED support (MarlinFirmware#18485) * Option to set manual Babystepping distance in mm (MarlinFirmware#18503) Co-authored-by: Scott Lahteine <[email protected]> * Clean up LCD Manual Move / UBL Mesh Edit (MarlinFirmware#18373) * FYSETC OLED followup (MarlinFirmware#18519) * Ensure Git applies Unix line-endings in tests (MarlinFirmware#18495) * Fix axis name in serial output (MarlinFirmware#18522) * Fix env:mks_robin_nano35 (MarlinFirmware#18516) * FIx Sanguino/1284p board_upload.maximum_size (MarlinFirmware#18502) * M150 I to set Neopixel by index (MarlinFirmware#18490) * [cron] Bump distribution date (2020-07-04) * PID Accelerated Edit (MarlinFirmware#18532) * [cron] Bump distribution date (2020-07-05) * Fix "'ubl' not declared" error (MarlinFirmware#18541) * Fix thermistors exist-for-reading tests (MarlinFirmware#18533) Co-authored-by: Scott Lahteine <[email protected]> * Fix "Probing mesh point" message Closes MarlinFirmware#17770 Co-Authored-By: Jan-Gerard van der Toorn <[email protected]> * Probing points followup (MarlinFirmware#18552) * Update actions on bugfix branch * Add CI for pushed commits (MarlinFirmware#18549) * Fix Neopixel set_color (MarlinFirmware#18544) * Fix stall sensitivity adjustment for FTDI screens (MarlinFirmware#18554) * Minor pins cleanup * Add comment to M412 * Reduce string duplication * STM32: No compile-time check for PWM_PIN (MarlinFirmware#18539) Co-authored-by: Scott Lahteine <[email protected]> * Filament Runout Inverting => State (MarlinFirmware#18537) Co-authored-by: Scott Lahteine <[email protected]> * Simplify home_z_safely, respect HOME_AFTER_DEACTIVATE * [cron] Bump distribution date (2020-07-06) * Filament state followup * Get SAMD51 CXX flags from script * Use Material Preset 1 for PID autotune (MarlinFirmware#18446) Co-authored-by: Scott Lahteine <[email protected]> * Fix broken POWER_LOSS_RECOVERY prompt (MarlinFirmware#18557) Co-authored-by: Scott Lahteine <[email protected]> * Add Lerdge S,X,K (MarlinFirmware#18302) * Fix TMC homing phase coils alignment (MarlinFirmware#18528) Co-authored-by: Fabio Santos <[email protected]> * Scale runout distance setting for editable range (MarlinFirmware#18567) * 0.7.1 <= TMCStepper <= 0.7.9 (MarlinFirmware#18564) * Reduce 'first loop' temperature residency time (MarlinFirmware#18421) Co-authored-by: Scott Lahteine <[email protected]> * Update and fix POWER_MONITOR (MarlinFirmware#18561) * [cron] Bump distribution date (2020-07-07) * Temp Residency followup * Combine command macros * Whitespace cleanup * Fix typo in Configuration_adv.h (MarlinFirmware#18570) * [cron] Bump distribution date (2020-07-08) * SKR 1.4 alert for unsupported LCD * Tweak PLR debug * Fix warning with PIO * Update Chinese (zh_CN) language (MarlinFirmware#18580) * Show fixed V in Power Display with no V sensor (MarlinFirmware#18579) * Fix User Temp Sensor (1000), reversed Pt100 / Pt1000 (MarlinFirmware#18590) * Add `Cap:RUNOUT` Co-Authored-By: Julius ter Pelkwijk <[email protected]> * Fix some comments * [cron] Bump distribution date (2020-07-09) * Fix missing controller fan include * Consolidate probe clearance, add section debug (MarlinFirmware#18576) * Better section / function log * Add do_z_clearance motion function * Remove outdated comment (MarlinFirmware#18597) * Clean up some MMU comments * MarlinUI support for up to 5 Material Presets (MarlinFirmware#18488) - Add `I` preset parameter to `G26`, `M106`, `M140`, and `M190`. - Extend menu items to permit a string interpolation. - Keep material names in a list and interpolate in menu items. - Extend material presets to support up to 5 predefined materials. Co-authored-by: Scott Lahteine <[email protected]> Co-authored-by: Jason Smith <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> Co-authored-by: MoellerDi <[email protected]> Co-authored-by: ellensp <[email protected]> Co-authored-by: RudolphRiedel <[email protected]> Co-authored-by: thinkyhead <[email protected]> Co-authored-by: Kirill Vergun <[email protected]> Co-authored-by: Fabio Santos <[email protected]> Co-authored-by: Chris Pepper <[email protected]> Co-authored-by: Victor <[email protected]> Co-authored-by: Pascal de Bruijn <[email protected]> Co-authored-by: Giuliano Zaro <[email protected]> Co-authored-by: Keith Bennett <[email protected]> Co-authored-by: Johnny Eshak <[email protected]> Co-authored-by: Lucas Seiki Oshiro <[email protected]> Co-authored-by: InsanityAutomation <[email protected]> Co-authored-by: cristyanul <[email protected]> Co-authored-by: JP Flouret <[email protected]> Co-authored-by: Serhiy-K <[email protected]> Co-authored-by: George Fu <[email protected]> Co-authored-by: Robby Candra <[email protected]> Co-authored-by: cbteeple <[email protected]> Co-authored-by: notabucketofspam <[email protected]> Co-authored-by: Jan-Gerard van der Toorn <[email protected]> Co-authored-by: Oliver Jean Eifler <[email protected]> Co-authored-by: ManuelMcLure <[email protected]> Co-authored-by: GhostlyCrowd <[email protected]> Co-authored-by: Luc Hoang Long <[email protected]> Co-authored-by: J.C. Nelson <[email protected]> Co-authored-by: shuttercat <[email protected]> Co-authored-by: espr14 <[email protected]> Co-authored-by: cccc <[email protected]> Co-authored-by: Julius ter Pelkwijk <[email protected]>
jmp0x0000
pushed a commit
to jmp0x0000/Marlin
that referenced
this pull request
Aug 7, 2020
Speaka
added a commit
to Speaka/Marlin
that referenced
this pull request
Aug 13, 2020
* TMCStepper 0.7.0 followup (MarlinFirmware#18388) * Improve U8G+SPI delay override (MarlinFirmware#18386) Co-authored-by: Scott Lahteine <[email protected]> * Better STM32 Tone timer int priority (MarlinFirmware#18385) * Fix 3-point middle point (MarlinFirmware#18383) * Fix LPC176x RGB NEOPIXEL startup (MarlinFirmware#18380) * Fix ExtUI automatic font scaling (MarlinFirmware#18377) * [cron] Bump distribution date (2020-06-23) * No 'probing failed' with retry (MarlinFirmware#18379) * Add SERIAL_FLOAT_PRECISION option (MarlinFirmware#18367) * Move tests up one level * Use libraries from the registry * Graphical LCD note * Update LPC176x platform version (MarlinFirmware#18392) * Add maintenance actions * [cron] Bump distribution date (2020-06-24) * General cleanup * Run close-stale once per day * Board-based ST7920 delays * TFT_LITTLE_VGL_UI followup (MarlinFirmware#18410) * Display PID Autotune status (MarlinFirmware#18408) * [cron] Bump distribution date (2020-06-25) * Use Preheat 1 as M303 default (MarlinFirmware#18407) * Fix issues with no hotend / bed / fan (MarlinFirmware#18395) * Fix material preset type * NO_LCD_REINIT for FSMC (or, no SD_DETECT_PIN) * Fix material preset editing * Clean up preheat edit items * [cron] Bump distribution date (2020-06-26) * Minor LCD cleanup, improvement * Fix typo in DWIN, preheat array * Update Italian language (MarlinFirmware#18414) * [samd51] Manifest assigned timers priority (MarlinFirmware#18402) * Update MKS Robin Nano auto-build env (MarlinFirmware#18417) * SAMD51 cleanup (MarlinFirmware#18419) * BTT SKR Pro runout pins (MarlinFirmware#18416) * Update Brazilian Portuguese language (MarlinFirmware#18411) * Fix Fan Speed menu items (MarlinFirmware#18400) * Patch some DGUS warnings * Allow larger ADC debounce Reference MarlinFirmware#17205 * [cron] Bump distribution date (2020-06-27) * [cron] Bump distribution date (2020-06-28) * Update language fonts * Tool Change Migration fixes and debugging (MarlinFirmware#18448) * ExtUI additions (MarlinFirmware#18447) Co-authored-by: Scott Lahteine <[email protected]> * Add Romanian language (MarlinFirmware#18455) Co-authored-by: cristyanul <[email protected]> * Fix "probing failed" false positives (MarlinFirmware#18435) * Adjustable delta_diagonal_rod_trim (MarlinFirmware#18423) * Russian, Ukranian for wide LCD (MarlinFirmware#18433) * Tweak pins formatting * Suppress unused var warning * ClosedLoop as singleton * [cron] Bump distribution date (2020-06-29) * MKS Robin Nano flash-based EEPROM (MarlinFirmware#18466) * Use "reset reason" defines (MarlinFirmware#18462) * [cron] Bump distribution date (2020-06-30) * [cron] Bump distribution date (2020-07-01) * Fix missing parenthesis (MarlinFirmware#18473) * Fix FYSETC CHEETAH V1.2 SD re-insert (MarlinFirmware#18474) Include this board with other Cheetah stepper reset. * Hide menu item with no fan (MarlinFirmware#18470) * Permit independent X2,Y2,Z2,Z3,Z4 endstop inverting (MarlinFirmware#18481) * Add TFT_LVGL_UI support (MarlinFirmware#18438) * Per-Hotend Default PIDs (MarlinFirmware#18483) * Enforce sensor range for temperature target (MarlinFirmware#18465) * Mitigate stepper timeout * Add CHAMBER PWM code * Structured thermistor tables * Fix reversed sensor ranges * Prevent temps outside sensor range * [cron] Bump distribution date (2020-07-02) * Tweak stepper shutdown test * Extend thermistor 1047 to 500°C * [cron] Bump distribution date (2020-07-03) * Keep filament runout pin for Creality Melzi (MarlinFirmware#18504) * Add FYSETC 2.42 inch OLED support (MarlinFirmware#18485) * Option to set manual Babystepping distance in mm (MarlinFirmware#18503) Co-authored-by: Scott Lahteine <[email protected]> * Clean up LCD Manual Move / UBL Mesh Edit (MarlinFirmware#18373) * FYSETC OLED followup (MarlinFirmware#18519) * Ensure Git applies Unix line-endings in tests (MarlinFirmware#18495) * Fix axis name in serial output (MarlinFirmware#18522) * Fix env:mks_robin_nano35 (MarlinFirmware#18516) * FIx Sanguino/1284p board_upload.maximum_size (MarlinFirmware#18502) * M150 I to set Neopixel by index (MarlinFirmware#18490) * [cron] Bump distribution date (2020-07-04) * PID Accelerated Edit (MarlinFirmware#18532) * [cron] Bump distribution date (2020-07-05) * Fix "'ubl' not declared" error (MarlinFirmware#18541) * Fix thermistors exist-for-reading tests (MarlinFirmware#18533) Co-authored-by: Scott Lahteine <[email protected]> * Fix "Probing mesh point" message Closes MarlinFirmware#17770 Co-Authored-By: Jan-Gerard van der Toorn <[email protected]> * Probing points followup (MarlinFirmware#18552) * Update actions on bugfix branch * Add CI for pushed commits (MarlinFirmware#18549) * Fix Neopixel set_color (MarlinFirmware#18544) * Fix stall sensitivity adjustment for FTDI screens (MarlinFirmware#18554) * Minor pins cleanup * Add comment to M412 * Reduce string duplication * STM32: No compile-time check for PWM_PIN (MarlinFirmware#18539) Co-authored-by: Scott Lahteine <[email protected]> * Filament Runout Inverting => State (MarlinFirmware#18537) Co-authored-by: Scott Lahteine <[email protected]> * Simplify home_z_safely, respect HOME_AFTER_DEACTIVATE * [cron] Bump distribution date (2020-07-06) * Filament state followup * Get SAMD51 CXX flags from script * Use Material Preset 1 for PID autotune (MarlinFirmware#18446) Co-authored-by: Scott Lahteine <[email protected]> * Fix broken POWER_LOSS_RECOVERY prompt (MarlinFirmware#18557) Co-authored-by: Scott Lahteine <[email protected]> * Add Lerdge S,X,K (MarlinFirmware#18302) * Fix TMC homing phase coils alignment (MarlinFirmware#18528) Co-authored-by: Fabio Santos <[email protected]> * Scale runout distance setting for editable range (MarlinFirmware#18567) * 0.7.1 <= TMCStepper <= 0.7.9 (MarlinFirmware#18564) * Reduce 'first loop' temperature residency time (MarlinFirmware#18421) Co-authored-by: Scott Lahteine <[email protected]> * Update and fix POWER_MONITOR (MarlinFirmware#18561) * [cron] Bump distribution date (2020-07-07) * Temp Residency followup * Combine command macros * Whitespace cleanup * Fix typo in Configuration_adv.h (MarlinFirmware#18570) * [cron] Bump distribution date (2020-07-08) * SKR 1.4 alert for unsupported LCD * Tweak PLR debug * Fix warning with PIO * Update Chinese (zh_CN) language (MarlinFirmware#18580) * Show fixed V in Power Display with no V sensor (MarlinFirmware#18579) * Fix User Temp Sensor (1000), reversed Pt100 / Pt1000 (MarlinFirmware#18590) * Add `Cap:RUNOUT` Co-Authored-By: Julius ter Pelkwijk <[email protected]> * Fix some comments * [cron] Bump distribution date (2020-07-09) * Fix missing controller fan include * Consolidate probe clearance, add section debug (MarlinFirmware#18576) * Better section / function log * Add do_z_clearance motion function * Remove outdated comment (MarlinFirmware#18597) * Clean up some MMU comments * MarlinUI support for up to 5 Material Presets (MarlinFirmware#18488) - Add `I` preset parameter to `G26`, `M106`, `M140`, and `M190`. - Extend menu items to permit a string interpolation. - Keep material names in a list and interpolate in menu items. - Extend material presets to support up to 5 predefined materials. Co-authored-by: Scott Lahteine <[email protected]> Co-authored-by: Jason Smith <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> Co-authored-by: MoellerDi <[email protected]> Co-authored-by: ellensp <[email protected]> Co-authored-by: RudolphRiedel <[email protected]> Co-authored-by: thinkyhead <[email protected]> Co-authored-by: Kirill Vergun <[email protected]> Co-authored-by: Fabio Santos <[email protected]> Co-authored-by: Chris Pepper <[email protected]> Co-authored-by: Victor <[email protected]> Co-authored-by: Pascal de Bruijn <[email protected]> Co-authored-by: Giuliano Zaro <[email protected]> Co-authored-by: Keith Bennett <[email protected]> Co-authored-by: Johnny Eshak <[email protected]> Co-authored-by: Lucas Seiki Oshiro <[email protected]> Co-authored-by: InsanityAutomation <[email protected]> Co-authored-by: cristyanul <[email protected]> Co-authored-by: JP Flouret <[email protected]> Co-authored-by: Serhiy-K <[email protected]> Co-authored-by: George Fu <[email protected]> Co-authored-by: Robby Candra <[email protected]> Co-authored-by: cbteeple <[email protected]> Co-authored-by: notabucketofspam <[email protected]> Co-authored-by: Jan-Gerard van der Toorn <[email protected]> Co-authored-by: Oliver Jean Eifler <[email protected]> Co-authored-by: ManuelMcLure <[email protected]> Co-authored-by: GhostlyCrowd <[email protected]> Co-authored-by: Luc Hoang Long <[email protected]> Co-authored-by: J.C. Nelson <[email protected]> Co-authored-by: shuttercat <[email protected]> Co-authored-by: espr14 <[email protected]> Co-authored-by: cccc <[email protected]> Co-authored-by: Julius ter Pelkwijk <[email protected]>
Speaka
added a commit
to Speaka/Marlin
that referenced
this pull request
Aug 13, 2020
* TMCStepper 0.7.0 followup (MarlinFirmware#18388) * Improve U8G+SPI delay override (MarlinFirmware#18386) Co-authored-by: Scott Lahteine <[email protected]> * Better STM32 Tone timer int priority (MarlinFirmware#18385) * Fix 3-point middle point (MarlinFirmware#18383) * Fix LPC176x RGB NEOPIXEL startup (MarlinFirmware#18380) * Fix ExtUI automatic font scaling (MarlinFirmware#18377) * [cron] Bump distribution date (2020-06-23) * No 'probing failed' with retry (MarlinFirmware#18379) * Add SERIAL_FLOAT_PRECISION option (MarlinFirmware#18367) * Move tests up one level * Use libraries from the registry * Graphical LCD note * Update LPC176x platform version (MarlinFirmware#18392) * Add maintenance actions * [cron] Bump distribution date (2020-06-24) * General cleanup * Run close-stale once per day * Board-based ST7920 delays * TFT_LITTLE_VGL_UI followup (MarlinFirmware#18410) * Display PID Autotune status (MarlinFirmware#18408) * [cron] Bump distribution date (2020-06-25) * Use Preheat 1 as M303 default (MarlinFirmware#18407) * Fix issues with no hotend / bed / fan (MarlinFirmware#18395) * Fix material preset type * NO_LCD_REINIT for FSMC (or, no SD_DETECT_PIN) * Fix material preset editing * Clean up preheat edit items * [cron] Bump distribution date (2020-06-26) * Minor LCD cleanup, improvement * Fix typo in DWIN, preheat array * Update Italian language (MarlinFirmware#18414) * [samd51] Manifest assigned timers priority (MarlinFirmware#18402) * Update MKS Robin Nano auto-build env (MarlinFirmware#18417) * SAMD51 cleanup (MarlinFirmware#18419) * BTT SKR Pro runout pins (MarlinFirmware#18416) * Update Brazilian Portuguese language (MarlinFirmware#18411) * Fix Fan Speed menu items (MarlinFirmware#18400) * Patch some DGUS warnings * Allow larger ADC debounce Reference MarlinFirmware#17205 * [cron] Bump distribution date (2020-06-27) * [cron] Bump distribution date (2020-06-28) * Update language fonts * Tool Change Migration fixes and debugging (MarlinFirmware#18448) * ExtUI additions (MarlinFirmware#18447) Co-authored-by: Scott Lahteine <[email protected]> * Add Romanian language (MarlinFirmware#18455) Co-authored-by: cristyanul <[email protected]> * Fix "probing failed" false positives (MarlinFirmware#18435) * Adjustable delta_diagonal_rod_trim (MarlinFirmware#18423) * Russian, Ukranian for wide LCD (MarlinFirmware#18433) * Tweak pins formatting * Suppress unused var warning * ClosedLoop as singleton * [cron] Bump distribution date (2020-06-29) * MKS Robin Nano flash-based EEPROM (MarlinFirmware#18466) * Use "reset reason" defines (MarlinFirmware#18462) * [cron] Bump distribution date (2020-06-30) * [cron] Bump distribution date (2020-07-01) * Fix missing parenthesis (MarlinFirmware#18473) * Fix FYSETC CHEETAH V1.2 SD re-insert (MarlinFirmware#18474) Include this board with other Cheetah stepper reset. * Hide menu item with no fan (MarlinFirmware#18470) * Permit independent X2,Y2,Z2,Z3,Z4 endstop inverting (MarlinFirmware#18481) * Add TFT_LVGL_UI support (MarlinFirmware#18438) * Per-Hotend Default PIDs (MarlinFirmware#18483) * Enforce sensor range for temperature target (MarlinFirmware#18465) * Mitigate stepper timeout * Add CHAMBER PWM code * Structured thermistor tables * Fix reversed sensor ranges * Prevent temps outside sensor range * [cron] Bump distribution date (2020-07-02) * Tweak stepper shutdown test * Extend thermistor 1047 to 500°C * [cron] Bump distribution date (2020-07-03) * Keep filament runout pin for Creality Melzi (MarlinFirmware#18504) * Add FYSETC 2.42 inch OLED support (MarlinFirmware#18485) * Option to set manual Babystepping distance in mm (MarlinFirmware#18503) Co-authored-by: Scott Lahteine <[email protected]> * Clean up LCD Manual Move / UBL Mesh Edit (MarlinFirmware#18373) * FYSETC OLED followup (MarlinFirmware#18519) * Ensure Git applies Unix line-endings in tests (MarlinFirmware#18495) * Fix axis name in serial output (MarlinFirmware#18522) * Fix env:mks_robin_nano35 (MarlinFirmware#18516) * FIx Sanguino/1284p board_upload.maximum_size (MarlinFirmware#18502) * M150 I to set Neopixel by index (MarlinFirmware#18490) * [cron] Bump distribution date (2020-07-04) * PID Accelerated Edit (MarlinFirmware#18532) * [cron] Bump distribution date (2020-07-05) * Fix "'ubl' not declared" error (MarlinFirmware#18541) * Fix thermistors exist-for-reading tests (MarlinFirmware#18533) Co-authored-by: Scott Lahteine <[email protected]> * Fix "Probing mesh point" message Closes MarlinFirmware#17770 Co-Authored-By: Jan-Gerard van der Toorn <[email protected]> * Probing points followup (MarlinFirmware#18552) * Update actions on bugfix branch * Add CI for pushed commits (MarlinFirmware#18549) * Fix Neopixel set_color (MarlinFirmware#18544) * Fix stall sensitivity adjustment for FTDI screens (MarlinFirmware#18554) * Minor pins cleanup * Add comment to M412 * Reduce string duplication * STM32: No compile-time check for PWM_PIN (MarlinFirmware#18539) Co-authored-by: Scott Lahteine <[email protected]> * Filament Runout Inverting => State (MarlinFirmware#18537) Co-authored-by: Scott Lahteine <[email protected]> * Simplify home_z_safely, respect HOME_AFTER_DEACTIVATE * [cron] Bump distribution date (2020-07-06) * Filament state followup * Get SAMD51 CXX flags from script * Use Material Preset 1 for PID autotune (MarlinFirmware#18446) Co-authored-by: Scott Lahteine <[email protected]> * Fix broken POWER_LOSS_RECOVERY prompt (MarlinFirmware#18557) Co-authored-by: Scott Lahteine <[email protected]> * Add Lerdge S,X,K (MarlinFirmware#18302) * Fix TMC homing phase coils alignment (MarlinFirmware#18528) Co-authored-by: Fabio Santos <[email protected]> * Scale runout distance setting for editable range (MarlinFirmware#18567) * 0.7.1 <= TMCStepper <= 0.7.9 (MarlinFirmware#18564) * Reduce 'first loop' temperature residency time (MarlinFirmware#18421) Co-authored-by: Scott Lahteine <[email protected]> * Update and fix POWER_MONITOR (MarlinFirmware#18561) * [cron] Bump distribution date (2020-07-07) * Temp Residency followup * Combine command macros * Whitespace cleanup * Fix typo in Configuration_adv.h (MarlinFirmware#18570) * [cron] Bump distribution date (2020-07-08) * SKR 1.4 alert for unsupported LCD * Tweak PLR debug * Fix warning with PIO * Update Chinese (zh_CN) language (MarlinFirmware#18580) * Show fixed V in Power Display with no V sensor (MarlinFirmware#18579) * Fix User Temp Sensor (1000), reversed Pt100 / Pt1000 (MarlinFirmware#18590) * Add `Cap:RUNOUT` Co-Authored-By: Julius ter Pelkwijk <[email protected]> * Fix some comments * [cron] Bump distribution date (2020-07-09) * Fix missing controller fan include * Consolidate probe clearance, add section debug (MarlinFirmware#18576) * Better section / function log * Add do_z_clearance motion function * Remove outdated comment (MarlinFirmware#18597) * Clean up some MMU comments * MarlinUI support for up to 5 Material Presets (MarlinFirmware#18488) - Add `I` preset parameter to `G26`, `M106`, `M140`, and `M190`. - Extend menu items to permit a string interpolation. - Keep material names in a list and interpolate in menu items. - Extend material presets to support up to 5 predefined materials. Co-authored-by: Scott Lahteine <[email protected]> Co-authored-by: Jason Smith <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> Co-authored-by: MoellerDi <[email protected]> Co-authored-by: ellensp <[email protected]> Co-authored-by: RudolphRiedel <[email protected]> Co-authored-by: thinkyhead <[email protected]> Co-authored-by: Kirill Vergun <[email protected]> Co-authored-by: Fabio Santos <[email protected]> Co-authored-by: Chris Pepper <[email protected]> Co-authored-by: Victor <[email protected]> Co-authored-by: Pascal de Bruijn <[email protected]> Co-authored-by: Giuliano Zaro <[email protected]> Co-authored-by: Keith Bennett <[email protected]> Co-authored-by: Johnny Eshak <[email protected]> Co-authored-by: Lucas Seiki Oshiro <[email protected]> Co-authored-by: InsanityAutomation <[email protected]> Co-authored-by: cristyanul <[email protected]> Co-authored-by: JP Flouret <[email protected]> Co-authored-by: Serhiy-K <[email protected]> Co-authored-by: George Fu <[email protected]> Co-authored-by: Robby Candra <[email protected]> Co-authored-by: cbteeple <[email protected]> Co-authored-by: notabucketofspam <[email protected]> Co-authored-by: Jan-Gerard van der Toorn <[email protected]> Co-authored-by: Oliver Jean Eifler <[email protected]> Co-authored-by: ManuelMcLure <[email protected]> Co-authored-by: GhostlyCrowd <[email protected]> Co-authored-by: Luc Hoang Long <[email protected]> Co-authored-by: J.C. Nelson <[email protected]> Co-authored-by: shuttercat <[email protected]> Co-authored-by: espr14 <[email protected]> Co-authored-by: cccc <[email protected]> Co-authored-by: Julius ter Pelkwijk <[email protected]>
Speaka
added a commit
to Speaka/Marlin
that referenced
this pull request
Aug 13, 2020
* TMCStepper 0.7.0 followup (MarlinFirmware#18388) * Improve U8G+SPI delay override (MarlinFirmware#18386) Co-authored-by: Scott Lahteine <[email protected]> * Better STM32 Tone timer int priority (MarlinFirmware#18385) * Fix 3-point middle point (MarlinFirmware#18383) * Fix LPC176x RGB NEOPIXEL startup (MarlinFirmware#18380) * Fix ExtUI automatic font scaling (MarlinFirmware#18377) * [cron] Bump distribution date (2020-06-23) * No 'probing failed' with retry (MarlinFirmware#18379) * Add SERIAL_FLOAT_PRECISION option (MarlinFirmware#18367) * Move tests up one level * Use libraries from the registry * Graphical LCD note * Update LPC176x platform version (MarlinFirmware#18392) * Add maintenance actions * [cron] Bump distribution date (2020-06-24) * General cleanup * Run close-stale once per day * Board-based ST7920 delays * TFT_LITTLE_VGL_UI followup (MarlinFirmware#18410) * Display PID Autotune status (MarlinFirmware#18408) * [cron] Bump distribution date (2020-06-25) * Use Preheat 1 as M303 default (MarlinFirmware#18407) * Fix issues with no hotend / bed / fan (MarlinFirmware#18395) * Fix material preset type * NO_LCD_REINIT for FSMC (or, no SD_DETECT_PIN) * Fix material preset editing * Clean up preheat edit items * [cron] Bump distribution date (2020-06-26) * Minor LCD cleanup, improvement * Fix typo in DWIN, preheat array * Update Italian language (MarlinFirmware#18414) * [samd51] Manifest assigned timers priority (MarlinFirmware#18402) * Update MKS Robin Nano auto-build env (MarlinFirmware#18417) * SAMD51 cleanup (MarlinFirmware#18419) * BTT SKR Pro runout pins (MarlinFirmware#18416) * Update Brazilian Portuguese language (MarlinFirmware#18411) * Fix Fan Speed menu items (MarlinFirmware#18400) * Patch some DGUS warnings * Allow larger ADC debounce Reference MarlinFirmware#17205 * [cron] Bump distribution date (2020-06-27) * [cron] Bump distribution date (2020-06-28) * Update language fonts * Tool Change Migration fixes and debugging (MarlinFirmware#18448) * ExtUI additions (MarlinFirmware#18447) Co-authored-by: Scott Lahteine <[email protected]> * Add Romanian language (MarlinFirmware#18455) Co-authored-by: cristyanul <[email protected]> * Fix "probing failed" false positives (MarlinFirmware#18435) * Adjustable delta_diagonal_rod_trim (MarlinFirmware#18423) * Russian, Ukranian for wide LCD (MarlinFirmware#18433) * Tweak pins formatting * Suppress unused var warning * ClosedLoop as singleton * [cron] Bump distribution date (2020-06-29) * MKS Robin Nano flash-based EEPROM (MarlinFirmware#18466) * Use "reset reason" defines (MarlinFirmware#18462) * [cron] Bump distribution date (2020-06-30) * [cron] Bump distribution date (2020-07-01) * Fix missing parenthesis (MarlinFirmware#18473) * Fix FYSETC CHEETAH V1.2 SD re-insert (MarlinFirmware#18474) Include this board with other Cheetah stepper reset. * Hide menu item with no fan (MarlinFirmware#18470) * Permit independent X2,Y2,Z2,Z3,Z4 endstop inverting (MarlinFirmware#18481) * Add TFT_LVGL_UI support (MarlinFirmware#18438) * Per-Hotend Default PIDs (MarlinFirmware#18483) * Enforce sensor range for temperature target (MarlinFirmware#18465) * Mitigate stepper timeout * Add CHAMBER PWM code * Structured thermistor tables * Fix reversed sensor ranges * Prevent temps outside sensor range * [cron] Bump distribution date (2020-07-02) * Tweak stepper shutdown test * Extend thermistor 1047 to 500°C * [cron] Bump distribution date (2020-07-03) * Keep filament runout pin for Creality Melzi (MarlinFirmware#18504) * Add FYSETC 2.42 inch OLED support (MarlinFirmware#18485) * Option to set manual Babystepping distance in mm (MarlinFirmware#18503) Co-authored-by: Scott Lahteine <[email protected]> * Clean up LCD Manual Move / UBL Mesh Edit (MarlinFirmware#18373) * FYSETC OLED followup (MarlinFirmware#18519) * Ensure Git applies Unix line-endings in tests (MarlinFirmware#18495) * Fix axis name in serial output (MarlinFirmware#18522) * Fix env:mks_robin_nano35 (MarlinFirmware#18516) * FIx Sanguino/1284p board_upload.maximum_size (MarlinFirmware#18502) * M150 I to set Neopixel by index (MarlinFirmware#18490) * [cron] Bump distribution date (2020-07-04) * PID Accelerated Edit (MarlinFirmware#18532) * [cron] Bump distribution date (2020-07-05) * Fix "'ubl' not declared" error (MarlinFirmware#18541) * Fix thermistors exist-for-reading tests (MarlinFirmware#18533) Co-authored-by: Scott Lahteine <[email protected]> * Fix "Probing mesh point" message Closes MarlinFirmware#17770 Co-Authored-By: Jan-Gerard van der Toorn <[email protected]> * Probing points followup (MarlinFirmware#18552) * Update actions on bugfix branch * Add CI for pushed commits (MarlinFirmware#18549) * Fix Neopixel set_color (MarlinFirmware#18544) * Fix stall sensitivity adjustment for FTDI screens (MarlinFirmware#18554) * Minor pins cleanup * Add comment to M412 * Reduce string duplication * STM32: No compile-time check for PWM_PIN (MarlinFirmware#18539) Co-authored-by: Scott Lahteine <[email protected]> * Filament Runout Inverting => State (MarlinFirmware#18537) Co-authored-by: Scott Lahteine <[email protected]> * Simplify home_z_safely, respect HOME_AFTER_DEACTIVATE * [cron] Bump distribution date (2020-07-06) * Filament state followup * Get SAMD51 CXX flags from script * Use Material Preset 1 for PID autotune (MarlinFirmware#18446) Co-authored-by: Scott Lahteine <[email protected]> * Fix broken POWER_LOSS_RECOVERY prompt (MarlinFirmware#18557) Co-authored-by: Scott Lahteine <[email protected]> * Add Lerdge S,X,K (MarlinFirmware#18302) * Fix TMC homing phase coils alignment (MarlinFirmware#18528) Co-authored-by: Fabio Santos <[email protected]> * Scale runout distance setting for editable range (MarlinFirmware#18567) * 0.7.1 <= TMCStepper <= 0.7.9 (MarlinFirmware#18564) * Reduce 'first loop' temperature residency time (MarlinFirmware#18421) Co-authored-by: Scott Lahteine <[email protected]> * Update and fix POWER_MONITOR (MarlinFirmware#18561) * [cron] Bump distribution date (2020-07-07) * Temp Residency followup * Combine command macros * Whitespace cleanup * Fix typo in Configuration_adv.h (MarlinFirmware#18570) * [cron] Bump distribution date (2020-07-08) * SKR 1.4 alert for unsupported LCD * Tweak PLR debug * Fix warning with PIO * Update Chinese (zh_CN) language (MarlinFirmware#18580) * Show fixed V in Power Display with no V sensor (MarlinFirmware#18579) * Fix User Temp Sensor (1000), reversed Pt100 / Pt1000 (MarlinFirmware#18590) * Add `Cap:RUNOUT` Co-Authored-By: Julius ter Pelkwijk <[email protected]> * Fix some comments * [cron] Bump distribution date (2020-07-09) * Fix missing controller fan include * Consolidate probe clearance, add section debug (MarlinFirmware#18576) * Better section / function log * Add do_z_clearance motion function * Remove outdated comment (MarlinFirmware#18597) * Clean up some MMU comments * MarlinUI support for up to 5 Material Presets (MarlinFirmware#18488) - Add `I` preset parameter to `G26`, `M106`, `M140`, and `M190`. - Extend menu items to permit a string interpolation. - Keep material names in a list and interpolate in menu items. - Extend material presets to support up to 5 predefined materials. Co-authored-by: Scott Lahteine <[email protected]> Co-authored-by: Jason Smith <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> Co-authored-by: MoellerDi <[email protected]> Co-authored-by: ellensp <[email protected]> Co-authored-by: RudolphRiedel <[email protected]> Co-authored-by: thinkyhead <[email protected]> Co-authored-by: Kirill Vergun <[email protected]> Co-authored-by: Fabio Santos <[email protected]> Co-authored-by: Chris Pepper <[email protected]> Co-authored-by: Victor <[email protected]> Co-authored-by: Pascal de Bruijn <[email protected]> Co-authored-by: Giuliano Zaro <[email protected]> Co-authored-by: Keith Bennett <[email protected]> Co-authored-by: Johnny Eshak <[email protected]> Co-authored-by: Lucas Seiki Oshiro <[email protected]> Co-authored-by: InsanityAutomation <[email protected]> Co-authored-by: cristyanul <[email protected]> Co-authored-by: JP Flouret <[email protected]> Co-authored-by: Serhiy-K <[email protected]> Co-authored-by: George Fu <[email protected]> Co-authored-by: Robby Candra <[email protected]> Co-authored-by: cbteeple <[email protected]> Co-authored-by: notabucketofspam <[email protected]> Co-authored-by: Jan-Gerard van der Toorn <[email protected]> Co-authored-by: Oliver Jean Eifler <[email protected]> Co-authored-by: ManuelMcLure <[email protected]> Co-authored-by: GhostlyCrowd <[email protected]> Co-authored-by: Luc Hoang Long <[email protected]> Co-authored-by: J.C. Nelson <[email protected]> Co-authored-by: shuttercat <[email protected]> Co-authored-by: espr14 <[email protected]> Co-authored-by: cccc <[email protected]> Co-authored-by: Julius ter Pelkwijk <[email protected]>
HairingX
pushed a commit
to HairingX/Marlin
that referenced
this pull request
Jun 16, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
TMC2208 drivers were updated for TMCStepper 0.7.0 in 31167c1, but TMC2209 code was not updated.
Benefits
Allows compiling with TMC2209 drivers.
Related Issues
N/A