-
-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into Benoit_tests
- Loading branch information
Showing
19 changed files
with
300 additions
and
79 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
name: Mark and Manage Stale Issues and Pull Requests | ||
# name: Mark and Manage Stale Issues and Pull Requests | ||
|
||
on: | ||
schedule: | ||
- cron: '30 7 * * *' | ||
# on: | ||
# schedule: | ||
# - cron: '30 7 * * *' | ||
|
||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
# jobs: | ||
# stale: | ||
# runs-on: ubuntu-latest | ||
# permissions: | ||
# issues: write | ||
# pull-requests: write | ||
|
||
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
days-before-stale: 30 | ||
days-before-close: 14 | ||
stale-issue-message: > | ||
📌 **This issue has been marked as stale because it has not had activity in the past 30 days.** | ||
# steps: | ||
# - uses: actions/[email protected] | ||
# with: | ||
# repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
# days-before-stale: 30 | ||
# days-before-close: 14 | ||
# stale-issue-message: > | ||
# 📌 **This issue has been marked as stale because it has not had activity in the past 30 days.** | ||
|
||
To keep it open, please respond to this message or add new information. Otherwise, this will be closed in 14 days. | ||
# To keep it open, please respond to this message or add new information. Otherwise, this will be closed in 14 days. | ||
|
||
Thank you for your contributions! | ||
stale-pr-message: > | ||
📌 **This pull request has been marked as stale because it has not had activity in the past 30 days.** | ||
# Thank you for your contributions! | ||
# stale-pr-message: > | ||
# 📌 **This pull request has been marked as stale because it has not had activity in the past 30 days.** | ||
|
||
Please update the PR or comment to keep it active. Otherwise, this will be closed in 14 days. | ||
# Please update the PR or comment to keep it active. Otherwise, this will be closed in 14 days. | ||
|
||
We appreciate your contribution! | ||
stale-issue-label: 'stale' | ||
stale-pr-label: 'stale, reviewer-needed' | ||
exempt-issue-labels: 'tracking' | ||
exempt-pr-labels: 'tracking' | ||
close-issue-message: 'This issue was closed due to inactivity for 14 days. Feel free to reopen it if you think it was an error or if you have new information or progress to share' | ||
close-pr-message: 'This pull request was closed due to inactivity for 14 days. Please reopen it if you think it was an error or if you wish to continue the contribution.' | ||
exempt-all-milestones: true | ||
exempt-all-assignees: true | ||
exempt-draft-prs: true | ||
# We appreciate your contribution! | ||
# stale-issue-label: 'stale' | ||
# stale-pr-label: 'stale, reviewer-needed' | ||
# exempt-issue-labels: 'tracking' | ||
# exempt-pr-labels: 'tracking' | ||
# close-issue-message: 'This issue was closed due to inactivity for 14 days. Feel free to reopen it if you think it was an error or if you have new information or progress to share' | ||
# close-pr-message: 'This pull request was closed due to inactivity for 14 days. Please reopen it if you think it was an error or if you wish to continue the contribution.' | ||
# exempt-all-milestones: true | ||
# exempt-all-assignees: true | ||
# exempt-draft-prs: true |
23 changes: 23 additions & 0 deletions
23
config/hardware/accelerometers/generics/lis2dw_software_spi.cfg
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# This LIS2DW file is dedicated to be used with LIS2DW boards | ||
# connected over the software SPI bus of the MCU boards | ||
|
||
# This include toolhead boards such as Mellow SHTv3 boards | ||
# If using a toolhead board, be sure to have the pin override in your mcu.cfg (toolhead:LIS2DW_CS) | ||
|
||
[lis2dw] | ||
cs_pin: LIS2DW_CS | ||
spi_software_sclk_pin: LIS2DW_SCLK | ||
spi_software_mosi_pin: LIS2DW_MOSI | ||
spi_software_miso_pin: LIS2DW_MISO | ||
axes_map: x,y,z | ||
|
||
[resonance_tester] | ||
accel_chip: lis2dw | ||
probe_points: | ||
-1,-1,-1 | ||
|
||
|
||
# Include the IS calibration macros to unlock them when | ||
# an accelerometer is installed on the machine | ||
[include ../../../../macros/helpers/resonance_override.cfg] | ||
[include ../../../../scripts/K-ShakeTune/K-SnT_*.cfg] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[include generics/lis2dw_software_spi.cfg] | ||
|
||
[lis2dw] | ||
cs_pin: toolhead:LIS2DW | ||
spi_software_sclk_pin: toolhead:SCK | ||
spi_software_mosi_pin: toolhead:MOSI | ||
spi_software_miso_pin: toolhead:MISO |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
[board_pins mcu_manufacturer] | ||
aliases: | ||
MCU_M1_STEP=PA14, MCU_M1_DIR=PA10, MCU_M1_EN=PA13, MCU_M1_CS=PB8, | ||
MCU_M2_STEP=PC8, MCU_M2_DIR=PA15, MCU_M2_EN=PC14, MCU_M2_CS=PC9, | ||
MCU_M3_STEP=PD2, MCU_M3_DIR=PD4, MCU_M3_EN=PD3, MCU_M3_CS=PD0, | ||
MCU_M4_STEP=PD5, MCU_M4_DIR=PD6, MCU_M4_EN=PB3, MCU_M4_CS=PD1, | ||
MCU_M5_STEP=PB7, MCU_M5_DIR=PB6, MCU_M5_EN=PB4, MCU_M5_CS=PB5, | ||
|
||
MCU_M1_STOP=PC4, MCU_M2_STOP=PB0, MCU_M3_STOP=PC6, MCU_M4_STOP=PC5, MCU_M5_STOP=PB1, | ||
|
||
MCU_HE0=PB11 , MCU_HE1=PB10 , | ||
|
||
MCU_BED_OUT=PB2 , | ||
|
||
MCU_THB=PA3 , MCU_TH0=PA4 , MCU_TH1=PA5 , | ||
|
||
MCU_FAN0=PA8 , MCU_FAN1=PB15 , MCU_FAN2=PB14 , | ||
|
||
MCU_RGB1=PC7 , | ||
|
||
MCU_PROBE1=PA6 , MCU_PROBE2=PA7 , | ||
|
||
MCU_PS_ON=PA9 , | ||
MCU_POWER_DET=PB9 , | ||
|
||
|
||
MCU_SPI3_MOSI=PC12 , MCU_SPI3_MISO=PC11 , MCU_SPI3_SCK=PC10 , MCU_SPI3_CS=PC15 , | ||
|
||
|
||
# EXP1 header | ||
EXP1_1=PC1 , EXP1_2=PC2 , | ||
EXP1_3=PC3 , EXP1_4=RST , | ||
EXP1_5=PC0 , EXP1_6=PA0 , # Slot in the socket on this side | ||
EXP1_7=PA2 , EXP1_8=PA1 , | ||
EXP1_9=<GND> , EXP1_10=<5V> , | ||
|
||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[board_pins toolhead_manufacturer] | ||
mcu: toolhead | ||
aliases: | ||
MCU_EXT_EN=gpio14 , MCU_EXT_STEP=gpio7 , MCU_EXT_DIR=gpio6 , MCU_EXT_UART=gpio15 , MCU_EXT_DIAG= , | ||
|
||
MCU_LIMIT_0=gpio20 , MCU_LIMIT_1=gpio16 , | ||
|
||
MCU_PROBE_1=gpio22 , MCU_PROBE_2=gpio24 , | ||
|
||
MCU_FAN0=gpio13 , MCU_FAN1=gpio21 , | ||
|
||
MCU_TH0=gpio27 , MCU_PT100=gpio17 , MCU_TC0= , | ||
|
||
MCU_HE0=gpio23 , | ||
|
||
MCU_RGBLED=gpio26 , | ||
|
||
MCU_SW_SCK=gpio2 , MCU_SW_MISO=gpio4 , MCU_SW_MOSI=gpio3 , | ||
MCU_LIS2DW_CS=gpio12 , | ||
MCU_MAX31865_CS=gpio17 , |
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,6 +89,7 @@ gcode: | |
{% endif %} | ||
G91 | ||
G0 Z{homing_zhop} F{z_drop_speed} | ||
M400 | ||
G90 | ||
{% else %} | ||
{% if verbose %} | ||
|
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
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
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
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
Oops, something went wrong.