Просмотр исходного кода

Get example files fully into compliance

Change to support new name GRID_MAX_POINTS_XY
Start UBL at version 1.0 in the CUSTOM_MACHINE_NAME
Roxy-3D 8 лет назад
Родитель
Сommit
22f6e277af

+ 3
- 3
Marlin/example_configurations/FolgerTech-i3-2020/Configuration.h Просмотреть файл

@@ -87,7 +87,7 @@
87 87
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
88 88
 // build by the user have been successfully uploaded into firmware.
89 89
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
90
-#define SHOW_BOOTSCREEN
90
+//#define SHOW_BOOTSCREEN
91 91
 #define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
92 92
 #define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2
93 93
 
@@ -919,8 +919,8 @@
919 919
   //===========================================================================
920 920
 
921 921
     #define UBL_MESH_INSET 1         // Mesh inset margin on print area
922
-    #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited.
923
-    #define UBL_MESH_NUM_Y_POINTS 10
922
+    #define GRID_MAX_POINTS_X 10     // Don't use more than 15 points per axis, implementation limited.
923
+    #define GRID_MAX_POINTS_Y 10
924 924
     #define UBL_PROBE_PT_1_X 39    // These set the probe locations for when UBL does a 3-Point leveling	
925 925
     #define UBL_PROBE_PT_1_Y 170   // of the mesh.
926 926
     #define UBL_PROBE_PT_2_X 39

+ 1
- 1
Marlin/example_configurations/gCreate_gMax1.5+/Configuration.h Просмотреть файл

@@ -140,7 +140,7 @@
140 140
 
141 141
 // Optional custom name for your RepStrap or other custom machine
142 142
 // Displayed in the LCD "Ready" message
143
-#define CUSTOM_MACHINE_NAME "UBL v5.20"
143
+#define CUSTOM_MACHINE_NAME "UBL v1.0 "
144 144
 
145 145
 // Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
146 146
 // You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)

Загрузка…
Отмена
Сохранить