Skip to content

Commit

Permalink
Add SKR 1.3 dual endstop version
Browse files Browse the repository at this point in the history
  • Loading branch information
Antti Andreimann committed Dec 24, 2019
1 parent 86e17bf commit fee18c7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/v1-builds.yml
Expand Up @@ -88,6 +88,7 @@ jobs:
- MPCNC/Rambo_T8_16T_LCD_DualEndstop
- MPCNC/Ramps_T8_16T_LCD_32step
- MPCNC/Ramps_T8_16T_LCD_32step_DualEndstop
- MPCNC/SKR1.3_T8_16T_LCD_32step_DualEndstop
- ZenXY/MiniRambo_16T
- ZenXY/Ramps_16T_LCD_32

Expand Down
15 changes: 15 additions & 0 deletions v1-scripts/configs/MPCNC/SKR1.3_T8_16T_LCD_32step_DualEndstop
@@ -0,0 +1,15 @@
#!/bin/bash

incdir=$(dirname $0)/..

use_example_configs CNC/MPCNC
opt_enable SHOW_CUSTOM_BOOTSCREEN

opt_set MOTHERBOARD BOARD_BIGTREE_SKR_V1_3
opt_set SERIAL_PORT "-1"

. $incdir/drv8825
. $incdir/dual-endstops

opt_set DEFAULT_AXIS_STEPS_PER_UNIT "{ 200, 200, 800, 200 }"
opt_enable REVERSE_ENCODER_DIRECTION
1 change: 1 addition & 0 deletions v1-scripts/configs/build-settings.py
Expand Up @@ -13,6 +13,7 @@
'MPCNC/MRambo_T8_16T_LCD': { 'env': 'megaatmega2560', 'out': 'firmware.hex' },
'MP3DP/Ramps_16T_MK': { 'env': 'megaatmega2560', 'out': 'firmware.hex' },
'MP3DP/MRambo_16T_aero': { 'env': 'megaatmega2560', 'out': 'firmware.hex' },
'MPCNC/SKR1.3_T8_16T_LCD_32step_DualEndstop': { 'env': 'LPC1768', 'out': 'firmware.bin' },
'ZenXY/Ramps_16T_LCD_32': { 'env': 'megaatmega2560', 'out': 'firmware.hex' },
'ZenXY/MiniRambo_16T': { 'env': 'megaatmega2560', 'out': 'firmware.hex' }
}
Expand Down

0 comments on commit fee18c7

Please sign in to comment.