Skip to content

Commit

Permalink
Removed an unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
dc42 committed Jan 22, 2024
1 parent 76d145e commit 11088b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Config/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,8 @@ constexpr size_t maxQueuedCodes = 16; // How many codes can be queued?

#if SAME70 || SAME5x
constexpr size_t MaxTrackedObjects = 40; // How many build plate objects we track. Each one needs 16 bytes of storage, in addition to the string space.
constexpr size_t ObjectNamesStringSpace = 1000; // How much space we reserve for the names of objects on the build plate
#else
constexpr size_t MaxTrackedObjects = 20; // How many build plate objects we track. Each one needs 16 bytes of storage, in addition to the string space.
constexpr size_t ObjectNamesStringSpace = 500; // How much space we reserve for the names of objects on the build plate
#endif

// How many filaments we can return in the file information. Each one uses 4 bytes of statically-allocated RAM.
Expand Down

0 comments on commit 11088b9

Please sign in to comment.