1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-27 13:56:24 +00:00

Better default values for Mesh Inset

This commit is contained in:
Roxy-3D 2018-09-21 19:06:21 -05:00 committed by Scott Lahteine
parent 4163c1a514
commit 83105590a0

View File

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