Skip to content

Commit

Permalink
Increase number of axis to match drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
gloomyandy committed Sep 17, 2020
1 parent 675540f commit b64979e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/LPC/Pins_LPC.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ constexpr size_t MaxDriversPerAxis = 2; // The maximum number of st
constexpr size_t MaxExtruders = 2; // The maximum number of extruders
constexpr size_t NumDefaultExtruders = 1; // The number of drivers that we configure as extruders by default

constexpr size_t MaxAxesPlusExtruders = 5;
constexpr size_t MaxAxesPlusExtruders = 7;

constexpr size_t MaxHeatersPerTool = 2;
constexpr size_t MaxExtrudersPerTool = 2;
Expand Down
File renamed without changes.

0 comments on commit b64979e

Please sign in to comment.