forked from Frix-x/klippain
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
166 changed files
with
4,332 additions
and
2,798 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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
name: Mark and Manage Stale Issues and Pull Requests | ||
|
||
on: | ||
schedule: | ||
- cron: '30 7 * * *' | ||
|
||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
|
||
steps: | ||
- uses: actions/stale@v9.0.0 | ||
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. | ||
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. | ||
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 |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[include generics/adxl345_software_spi.cfg] | ||
|
||
# As it's a toolhead ADXL, we add some default pins overrides from here | ||
[adxl345] | ||
cs_pin: toolhead:ADXL_CS | ||
spi_software_sclk_pin: toolhead:ADXL_SCLK | ||
spi_software_mosi_pin: toolhead:ADXL_MOSI | ||
spi_software_miso_pin: toolhead:ADXL_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
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
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# This LIS2DW file is dedicated to be used with USB RP2040 boards where the LIS2DW | ||
# is connected to SPI1 | ||
|
||
# This include BTT S2DW V1.0, ... | ||
|
||
|
||
# You need to set the proper serial in your overrides.cfg file | ||
[mcu lis2dw_mcu] | ||
serial: /dev/serial/by-id/xxx | ||
|
||
[lis2dw] | ||
cs_pin: lis2dw_mcu:gpio9 | ||
spi_bus: spi1a | ||
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
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,18 @@ | ||
# Z TMC5160 definition | ||
|
||
# User variable only needed here as they are called recursively | ||
[gcode_macro _USER_VARIABLES] | ||
variable_z_driver: "tmc5160" | ||
gcode: | ||
|
||
|
||
[tmc5160 stepper_z] | ||
cs_pin: Z_TMCUART | ||
spi_speed: 500000 | ||
spi_software_sclk_pin: DRIVER_SPI_SCK | ||
spi_software_mosi_pin: DRIVER_SPI_MOSI | ||
spi_software_miso_pin: DRIVER_SPI_MISO | ||
interpolate: True | ||
run_current: 0.8 | ||
sense_resistor: 0.075 | ||
stealthchop_threshold: 0 |
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 @@ | ||
[include TMC5160_1-Motor.cfg] | ||
|
||
[tmc5160 stepper_z1] | ||
cs_pin: Z1_TMCUART | ||
spi_speed: 500000 | ||
spi_software_sclk_pin: DRIVER_SPI_SCK | ||
spi_software_mosi_pin: DRIVER_SPI_MOSI | ||
spi_software_miso_pin: DRIVER_SPI_MISO | ||
interpolate: True | ||
run_current: 0.8 | ||
sense_resistor: 0.075 | ||
stealthchop_threshold: 0 | ||
|
||
[tmc5160 stepper_z2] | ||
cs_pin: Z2_TMCUART | ||
spi_speed: 500000 | ||
spi_software_sclk_pin: DRIVER_SPI_SCK | ||
spi_software_mosi_pin: DRIVER_SPI_MOSI | ||
spi_software_miso_pin: DRIVER_SPI_MISO | ||
interpolate: True | ||
run_current: 0.8 | ||
sense_resistor: 0.075 | ||
stealthchop_threshold: 0 |
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,12 @@ | ||
[include TMC5160_3-Motors.cfg] | ||
|
||
[tmc5160 stepper_z3] | ||
cs_pin: Z3_TMCUART | ||
spi_speed: 500000 | ||
spi_software_sclk_pin: DRIVER_SPI_SCK | ||
spi_software_mosi_pin: DRIVER_SPI_MOSI | ||
spi_software_miso_pin: DRIVER_SPI_MISO | ||
interpolate: True | ||
run_current: 0.8 | ||
sense_resistor: 0.075 | ||
stealthchop_threshold: 0 |
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,18 @@ | ||
[stepper_z] | ||
rotation_distance: 2 | ||
microsteps: 32 | ||
full_steps_per_rotation: 200 | ||
|
||
[stepper_z1] | ||
rotation_distance: 2 | ||
microsteps: 32 | ||
full_steps_per_rotation: 200 | ||
|
||
[stepper_z2] | ||
rotation_distance: 2 | ||
microsteps: 32 | ||
full_steps_per_rotation: 200 | ||
|
||
# We also include the default wiring and speeds from here to avoid duplicating | ||
[include default_wiring_3M.cfg] | ||
[include default_speed.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,18 @@ | ||
[stepper_z] | ||
rotation_distance: 8 | ||
microsteps: 32 | ||
full_steps_per_rotation: 400 | ||
|
||
[stepper_z1] | ||
rotation_distance: 8 | ||
microsteps: 32 | ||
full_steps_per_rotation: 400 | ||
|
||
[stepper_z2] | ||
rotation_distance: 8 | ||
microsteps: 32 | ||
full_steps_per_rotation: 400 | ||
|
||
# We also include the default wiring and speeds from here to avoid duplicating | ||
[include default_wiring_3M.cfg] | ||
[include default_speed.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
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.