瀏覽代碼

New GCode Parser - Configuration

Scott Lahteine 7 年之前
父節點
當前提交
002a06c507
共有 23 個檔案被更改,包括 115 行新增0 行删除
  1. 5
    0
      Marlin/Configuration_adv.h
  2. 5
    0
      Marlin/example_configurations/Cartesio/Configuration_adv.h
  3. 5
    0
      Marlin/example_configurations/Felix/Configuration_adv.h
  4. 5
    0
      Marlin/example_configurations/FolgerTech-i3-2020/Configuration_adv.h
  5. 5
    0
      Marlin/example_configurations/Hephestos/Configuration_adv.h
  6. 5
    0
      Marlin/example_configurations/Hephestos_2/Configuration_adv.h
  7. 5
    0
      Marlin/example_configurations/K8200/Configuration_adv.h
  8. 5
    0
      Marlin/example_configurations/K8400/Configuration_adv.h
  9. 5
    0
      Marlin/example_configurations/RigidBot/Configuration_adv.h
  10. 5
    0
      Marlin/example_configurations/SCARA/Configuration_adv.h
  11. 5
    0
      Marlin/example_configurations/TAZ4/Configuration_adv.h
  12. 5
    0
      Marlin/example_configurations/TinyBoy2/Configuration_adv.h
  13. 5
    0
      Marlin/example_configurations/WITBOX/Configuration_adv.h
  14. 5
    0
      Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration_adv.h
  15. 5
    0
      Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration_adv.h
  16. 5
    0
      Marlin/example_configurations/delta/generic/Configuration_adv.h
  17. 5
    0
      Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h
  18. 5
    0
      Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h
  19. 5
    0
      Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h
  20. 5
    0
      Marlin/example_configurations/gCreate_gMax1.5+/Configuration_adv.h
  21. 5
    0
      Marlin/example_configurations/makibox/Configuration_adv.h
  22. 5
    0
      Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h
  23. 5
    0
      Marlin/example_configurations/wt150/Configuration_adv.h

+ 5
- 0
Marlin/Configuration_adv.h 查看文件

@@ -1226,4 +1226,9 @@
1226 1226
  */
1227 1227
 #define PROPORTIONAL_FONT_RATIO 1.0
1228 1228
 
1229
+/**
1230
+ * Spend 28 bytes of SRAM to optimize the GCode parser
1231
+ */
1232
+#define FASTER_GCODE_PARSER
1233
+
1229 1234
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/Cartesio/Configuration_adv.h 查看文件

@@ -1219,4 +1219,9 @@
1219 1219
  */
1220 1220
 #define PROPORTIONAL_FONT_RATIO 1.0
1221 1221
 
1222
+/**
1223
+ * Spend 28 bytes of SRAM to optimize the GCode parser
1224
+ */
1225
+#define FASTER_GCODE_PARSER
1226
+
1222 1227
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/Felix/Configuration_adv.h 查看文件

@@ -1219,4 +1219,9 @@
1219 1219
  */
1220 1220
 #define PROPORTIONAL_FONT_RATIO 1.0
1221 1221
 
1222
+/**
1223
+ * Spend 28 bytes of SRAM to optimize the GCode parser
1224
+ */
1225
+#define FASTER_GCODE_PARSER
1226
+
1222 1227
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/FolgerTech-i3-2020/Configuration_adv.h 查看文件

@@ -1230,4 +1230,9 @@
1230 1230
  */
1231 1231
 #define PROPORTIONAL_FONT_RATIO 1.5
1232 1232
 
1233
+/**
1234
+ * Spend 28 bytes of SRAM to optimize the GCode parser
1235
+ */
1236
+#define FASTER_GCODE_PARSER
1237
+
1233 1238
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/Hephestos/Configuration_adv.h 查看文件

@@ -1219,4 +1219,9 @@
1219 1219
  */
1220 1220
 #define PROPORTIONAL_FONT_RATIO 1.0
1221 1221
 
1222
+/**
1223
+ * Spend 28 bytes of SRAM to optimize the GCode parser
1224
+ */
1225
+#define FASTER_GCODE_PARSER
1226
+
1222 1227
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/Hephestos_2/Configuration_adv.h 查看文件

@@ -1203,4 +1203,9 @@
1203 1203
  */
1204 1204
 #define PROPORTIONAL_FONT_RATIO 1.0
1205 1205
 
1206
+/**
1207
+ * Spend 28 bytes of SRAM to optimize the GCode parser
1208
+ */
1209
+#define FASTER_GCODE_PARSER
1210
+
1206 1211
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/K8200/Configuration_adv.h 查看文件

@@ -1232,4 +1232,9 @@
1232 1232
  */
1233 1233
 #define PROPORTIONAL_FONT_RATIO 1.0
1234 1234
 
1235
+/**
1236
+ * Spend 28 bytes of SRAM to optimize the GCode parser
1237
+ */
1238
+#define FASTER_GCODE_PARSER
1239
+
1235 1240
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/K8400/Configuration_adv.h 查看文件

@@ -1219,4 +1219,9 @@
1219 1219
  */
1220 1220
 #define PROPORTIONAL_FONT_RATIO 1.0
1221 1221
 
1222
+/**
1223
+ * Spend 28 bytes of SRAM to optimize the GCode parser
1224
+ */
1225
+#define FASTER_GCODE_PARSER
1226
+
1222 1227
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/RigidBot/Configuration_adv.h 查看文件

@@ -1219,4 +1219,9 @@
1219 1219
  */
1220 1220
 #define PROPORTIONAL_FONT_RATIO 1.0
1221 1221
 
1222
+/**
1223
+ * Spend 28 bytes of SRAM to optimize the GCode parser
1224
+ */
1225
+#define FASTER_GCODE_PARSER
1226
+
1222 1227
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/SCARA/Configuration_adv.h 查看文件

@@ -1219,4 +1219,9 @@
1219 1219
  */
1220 1220
 #define PROPORTIONAL_FONT_RATIO 1.0
1221 1221
 
1222
+/**
1223
+ * Spend 28 bytes of SRAM to optimize the GCode parser
1224
+ */
1225
+#define FASTER_GCODE_PARSER
1226
+
1222 1227
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/TAZ4/Configuration_adv.h 查看文件

@@ -1219,4 +1219,9 @@
1219 1219
  */
1220 1220
 #define PROPORTIONAL_FONT_RATIO 1.0
1221 1221
 
1222
+/**
1223
+ * Spend 28 bytes of SRAM to optimize the GCode parser
1224
+ */
1225
+#define FASTER_GCODE_PARSER
1226
+
1222 1227
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/TinyBoy2/Configuration_adv.h 查看文件

@@ -1222,4 +1222,9 @@
1222 1222
  */
1223 1223
 #define PROPORTIONAL_FONT_RATIO 1.0
1224 1224
 
1225
+/**
1226
+ * Spend 28 bytes of SRAM to optimize the GCode parser
1227
+ */
1228
+#define FASTER_GCODE_PARSER
1229
+
1225 1230
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/WITBOX/Configuration_adv.h 查看文件

@@ -1219,4 +1219,9 @@
1219 1219
  */
1220 1220
 #define PROPORTIONAL_FONT_RATIO 1.0
1221 1221
 
1222
+/**
1223
+ * Spend 28 bytes of SRAM to optimize the GCode parser
1224
+ */
1225
+#define FASTER_GCODE_PARSER
1226
+
1222 1227
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration_adv.h 查看文件

@@ -1224,4 +1224,9 @@
1224 1224
  */
1225 1225
 #define PROPORTIONAL_FONT_RATIO 1.0
1226 1226
 
1227
+/**
1228
+ * Spend 28 bytes of SRAM to optimize the GCode parser
1229
+ */
1230
+#define FASTER_GCODE_PARSER
1231
+
1227 1232
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration_adv.h 查看文件

@@ -1223,4 +1223,9 @@
1223 1223
  */
1224 1224
 #define PROPORTIONAL_FONT_RATIO 1.0
1225 1225
 
1226
+/**
1227
+ * Spend 28 bytes of SRAM to optimize the GCode parser
1228
+ */
1229
+#define FASTER_GCODE_PARSER
1230
+
1226 1231
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/delta/generic/Configuration_adv.h 查看文件

@@ -1221,4 +1221,9 @@
1221 1221
  */
1222 1222
 #define PROPORTIONAL_FONT_RATIO 1.0
1223 1223
 
1224
+/**
1225
+ * Spend 28 bytes of SRAM to optimize the GCode parser
1226
+ */
1227
+#define FASTER_GCODE_PARSER
1228
+
1224 1229
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h 查看文件

@@ -1221,4 +1221,9 @@
1221 1221
  */
1222 1222
 #define PROPORTIONAL_FONT_RATIO 1.0
1223 1223
 
1224
+/**
1225
+ * Spend 28 bytes of SRAM to optimize the GCode parser
1226
+ */
1227
+#define FASTER_GCODE_PARSER
1228
+
1224 1229
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h 查看文件

@@ -1226,4 +1226,9 @@
1226 1226
  */
1227 1227
 #define PROPORTIONAL_FONT_RATIO 1.0
1228 1228
 
1229
+/**
1230
+ * Spend 28 bytes of SRAM to optimize the GCode parser
1231
+ */
1232
+#define FASTER_GCODE_PARSER
1233
+
1229 1234
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h 查看文件

@@ -1221,4 +1221,9 @@
1221 1221
  */
1222 1222
 #define PROPORTIONAL_FONT_RATIO 1.0
1223 1223
 
1224
+/**
1225
+ * Spend 28 bytes of SRAM to optimize the GCode parser
1226
+ */
1227
+#define FASTER_GCODE_PARSER
1228
+
1224 1229
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/gCreate_gMax1.5+/Configuration_adv.h 查看文件

@@ -1226,4 +1226,9 @@
1226 1226
  */
1227 1227
 #define PROPORTIONAL_FONT_RATIO 1.5
1228 1228
 
1229
+/**
1230
+ * Spend 28 bytes of SRAM to optimize the GCode parser
1231
+ */
1232
+#define FASTER_GCODE_PARSER
1233
+
1229 1234
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/makibox/Configuration_adv.h 查看文件

@@ -1219,4 +1219,9 @@
1219 1219
  */
1220 1220
 #define PROPORTIONAL_FONT_RATIO 1.0
1221 1221
 
1222
+/**
1223
+ * Spend 28 bytes of SRAM to optimize the GCode parser
1224
+ */
1225
+#define FASTER_GCODE_PARSER
1226
+
1222 1227
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h 查看文件

@@ -1219,4 +1219,9 @@
1219 1219
  */
1220 1220
 #define PROPORTIONAL_FONT_RATIO 1.0
1221 1221
 
1222
+/**
1223
+ * Spend 28 bytes of SRAM to optimize the GCode parser
1224
+ */
1225
+#define FASTER_GCODE_PARSER
1226
+
1222 1227
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/wt150/Configuration_adv.h 查看文件

@@ -1222,4 +1222,9 @@
1222 1222
  */
1223 1223
 #define PROPORTIONAL_FONT_RATIO 1.0
1224 1224
 
1225
+/**
1226
+ * Spend 28 bytes of SRAM to optimize the GCode parser
1227
+ */
1228
+#define FASTER_GCODE_PARSER
1229
+
1225 1230
 #endif // CONFIGURATION_ADV_H

Loading…
取消
儲存