Browse Source

Better default values for Mesh Inset

Roxy-3D 6 years ago
parent
commit
83105590a0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/config/examples/Formbot/T-Rex_2+/Configuration.h

+ 1
- 1
Marlin/src/config/examples/Formbot/T-Rex_2+/Configuration.h View File

@@ -1130,7 +1130,7 @@
1130 1130
   #define MESH_EDIT_GFX_OVERLAY      // Display a graphics overlay while editing the mesh
1131 1131
 
1132 1132
   #ifdef ROXYs_TRex
1133
-    #define MESH_INSET 25            // Set Mesh bounds as an inset region of the bed
1133
+    #define MESH_INSET 35            // Set Mesh bounds as an inset region of the bed
1134 1134
   #else
1135 1135
     #define MESH_INSET 0
1136 1136
   #endif

Loading…
Cancel
Save