Quellcode durchsuchen

Better default values for Mesh Inset

Roxy-3D vor 7 Jahren
Ursprung
Commit
83105590a0
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern