Skip to content

Commit

Permalink
🔧 Disable G26 for build size (#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored Oct 22, 2023
1 parent cdd02f0 commit b1e41e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2090,7 +2090,7 @@
/**
* Enable the G26 Mesh Validation Pattern tool.
*/
#define G26_MESH_VALIDATION
//#define G26_MESH_VALIDATION
#if ENABLED(G26_MESH_VALIDATION)
#define MESH_TEST_NOZZLE_SIZE 0.4 // (mm) Diameter of primary nozzle.
#define MESH_TEST_LAYER_HEIGHT 0.2 // (mm) Default layer height for G26.
Expand Down

0 comments on commit b1e41e3

Please sign in to comment.