Skip to content

Commit

Permalink
fix endstop position
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave811 authored Jun 28, 2023
1 parent 5a812ba commit 5a4e4fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-marlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ jobs:
sed -i 's/#define X_BED_SIZE 300/#define X_BED_SIZE 220/g' Marlin/Configuration.h
sed -i 's/#define Y_BED_SIZE 300/#define Y_BED_SIZE 220/g' Marlin/Configuration.h
sed -i 's/#define Z_MAX_POS 400/#define Z_MAX_POS 250/g' Marlin/Configuration.h
sed -i 's/#define X_MIN_POS -2/#define X_MIN_POS 0/g' Marlin/Configuration.h
sed -i 's/#define Y_MIN_POS -5/#define Y_MIN_POS 0/g' Marlin/Configuration.h
sed -i 's/#define CUSTOM_MACHINE_NAME "Sidewinder X2"/#define CUSTOM_MACHINE_NAME "Genius Pro"/g' Marlin/Configuration.h
# Build the AT-GP-fil-lev-Marlin firmware
Expand Down

0 comments on commit 5a4e4fe

Please sign in to comment.