Browse Source

New GCode Parser - Configuration

Scott Lahteine 8 years ago
parent
commit
002a06c507
23 changed files with 115 additions and 0 deletions
  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 View File

1226
  */
1226
  */
1227
 #define PROPORTIONAL_FONT_RATIO 1.0
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
 #endif // CONFIGURATION_ADV_H
1234
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/Cartesio/Configuration_adv.h View File

1219
  */
1219
  */
1220
 #define PROPORTIONAL_FONT_RATIO 1.0
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
 #endif // CONFIGURATION_ADV_H
1227
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/Felix/Configuration_adv.h View File

1219
  */
1219
  */
1220
 #define PROPORTIONAL_FONT_RATIO 1.0
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
 #endif // CONFIGURATION_ADV_H
1227
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/FolgerTech-i3-2020/Configuration_adv.h View File

1230
  */
1230
  */
1231
 #define PROPORTIONAL_FONT_RATIO 1.5
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
 #endif // CONFIGURATION_ADV_H
1238
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/Hephestos/Configuration_adv.h View File

1219
  */
1219
  */
1220
 #define PROPORTIONAL_FONT_RATIO 1.0
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
 #endif // CONFIGURATION_ADV_H
1227
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/Hephestos_2/Configuration_adv.h View File

1203
  */
1203
  */
1204
 #define PROPORTIONAL_FONT_RATIO 1.0
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
 #endif // CONFIGURATION_ADV_H
1211
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/K8200/Configuration_adv.h View File

1232
  */
1232
  */
1233
 #define PROPORTIONAL_FONT_RATIO 1.0
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
 #endif // CONFIGURATION_ADV_H
1240
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/K8400/Configuration_adv.h View File

1219
  */
1219
  */
1220
 #define PROPORTIONAL_FONT_RATIO 1.0
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
 #endif // CONFIGURATION_ADV_H
1227
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/RigidBot/Configuration_adv.h View File

1219
  */
1219
  */
1220
 #define PROPORTIONAL_FONT_RATIO 1.0
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
 #endif // CONFIGURATION_ADV_H
1227
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/SCARA/Configuration_adv.h View File

1219
  */
1219
  */
1220
 #define PROPORTIONAL_FONT_RATIO 1.0
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
 #endif // CONFIGURATION_ADV_H
1227
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/TAZ4/Configuration_adv.h View File

1219
  */
1219
  */
1220
 #define PROPORTIONAL_FONT_RATIO 1.0
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
 #endif // CONFIGURATION_ADV_H
1227
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/TinyBoy2/Configuration_adv.h View File

1222
  */
1222
  */
1223
 #define PROPORTIONAL_FONT_RATIO 1.0
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
 #endif // CONFIGURATION_ADV_H
1230
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/WITBOX/Configuration_adv.h View File

1219
  */
1219
  */
1220
 #define PROPORTIONAL_FONT_RATIO 1.0
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
 #endif // CONFIGURATION_ADV_H
1227
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration_adv.h View File

1224
  */
1224
  */
1225
 #define PROPORTIONAL_FONT_RATIO 1.0
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
 #endif // CONFIGURATION_ADV_H
1232
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration_adv.h View File

1223
  */
1223
  */
1224
 #define PROPORTIONAL_FONT_RATIO 1.0
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
 #endif // CONFIGURATION_ADV_H
1231
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/delta/generic/Configuration_adv.h View File

1221
  */
1221
  */
1222
 #define PROPORTIONAL_FONT_RATIO 1.0
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
 #endif // CONFIGURATION_ADV_H
1229
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h View File

1221
  */
1221
  */
1222
 #define PROPORTIONAL_FONT_RATIO 1.0
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
 #endif // CONFIGURATION_ADV_H
1229
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h View File

1226
  */
1226
  */
1227
 #define PROPORTIONAL_FONT_RATIO 1.0
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
 #endif // CONFIGURATION_ADV_H
1234
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h View File

1221
  */
1221
  */
1222
 #define PROPORTIONAL_FONT_RATIO 1.0
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
 #endif // CONFIGURATION_ADV_H
1229
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/gCreate_gMax1.5+/Configuration_adv.h View File

1226
  */
1226
  */
1227
 #define PROPORTIONAL_FONT_RATIO 1.5
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
 #endif // CONFIGURATION_ADV_H
1234
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/makibox/Configuration_adv.h View File

1219
  */
1219
  */
1220
 #define PROPORTIONAL_FONT_RATIO 1.0
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
 #endif // CONFIGURATION_ADV_H
1227
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h View File

1219
  */
1219
  */
1220
 #define PROPORTIONAL_FONT_RATIO 1.0
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
 #endif // CONFIGURATION_ADV_H
1227
 #endif // CONFIGURATION_ADV_H

+ 5
- 0
Marlin/example_configurations/wt150/Configuration_adv.h View File

1222
  */
1222
  */
1223
 #define PROPORTIONAL_FONT_RATIO 1.0
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
 #endif // CONFIGURATION_ADV_H
1230
 #endif // CONFIGURATION_ADV_H

Loading…
Cancel
Save