Browse Source

Add CNC_COORDINATE_SYSTEMS to configs

Scott Lahteine 7 years ago
parent
commit
bb111b928b
30 changed files with 240 additions and 0 deletions
  1. 8
    0
      Marlin/Configuration_adv.h
  2. 8
    0
      Marlin/example_configurations/AlephObjects/TAZ4/Configuration_adv.h
  3. 8
    0
      Marlin/example_configurations/Anet/A6/Configuration_adv.h
  4. 8
    0
      Marlin/example_configurations/Anet/A8/Configuration_adv.h
  5. 8
    0
      Marlin/example_configurations/BQ/Hephestos/Configuration_adv.h
  6. 8
    0
      Marlin/example_configurations/BQ/Hephestos_2/Configuration_adv.h
  7. 8
    0
      Marlin/example_configurations/BQ/WITBOX/Configuration_adv.h
  8. 8
    0
      Marlin/example_configurations/Cartesio/Configuration_adv.h
  9. 8
    0
      Marlin/example_configurations/Creality/CR-10/Configuration_adv.h
  10. 8
    0
      Marlin/example_configurations/Felix/Configuration_adv.h
  11. 8
    0
      Marlin/example_configurations/FolgerTech/i3-2020/Configuration_adv.h
  12. 8
    0
      Marlin/example_configurations/Infitary/i3-M508/Configuration_adv.h
  13. 8
    0
      Marlin/example_configurations/Malyan/M150/Configuration_adv.h
  14. 8
    0
      Marlin/example_configurations/Micromake/C1/enhanced/Configuration_adv.h
  15. 8
    0
      Marlin/example_configurations/RigidBot/Configuration_adv.h
  16. 8
    0
      Marlin/example_configurations/SCARA/Configuration_adv.h
  17. 8
    0
      Marlin/example_configurations/Sanguinololu/Configuration_adv.h
  18. 8
    0
      Marlin/example_configurations/TinyBoy2/Configuration_adv.h
  19. 8
    0
      Marlin/example_configurations/Velleman/K8200/Configuration_adv.h
  20. 8
    0
      Marlin/example_configurations/Velleman/K8400/Configuration_adv.h
  21. 8
    0
      Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration_adv.h
  22. 8
    0
      Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration_adv.h
  23. 8
    0
      Marlin/example_configurations/delta/generic/Configuration_adv.h
  24. 8
    0
      Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h
  25. 8
    0
      Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h
  26. 8
    0
      Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h
  27. 8
    0
      Marlin/example_configurations/gCreate/gMax1.5+/Configuration_adv.h
  28. 8
    0
      Marlin/example_configurations/makibox/Configuration_adv.h
  29. 8
    0
      Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h
  30. 8
    0
      Marlin/example_configurations/wt150/Configuration_adv.h

+ 8
- 0
Marlin/Configuration_adv.h View File

1268
 #endif
1268
 #endif
1269
 
1269
 
1270
 /**
1270
 /**
1271
+ * CNC Coordinate Systems
1272
+ *
1273
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1274
+ * and G92.1 to reset the workspace to native machine space.
1275
+ */
1276
+//#define CNC_COORDINATE_SYSTEMS
1277
+
1278
+/**
1271
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1279
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1272
  */
1280
  */
1273
 //#define PINS_DEBUGGING
1281
 //#define PINS_DEBUGGING

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

1311
 #endif
1311
 #endif
1312
 
1312
 
1313
 /**
1313
 /**
1314
+ * CNC Coordinate Systems
1315
+ *
1316
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1317
+ * and G92.1 to reset the workspace to native machine space.
1318
+ */
1319
+//#define CNC_COORDINATE_SYSTEMS
1320
+
1321
+/**
1314
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315
  */
1323
  */
1316
 //#define PINS_DEBUGGING
1324
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/Anet/A6/Configuration_adv.h View File

1311
 #endif
1311
 #endif
1312
 
1312
 
1313
 /**
1313
 /**
1314
+ * CNC Coordinate Systems
1315
+ *
1316
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1317
+ * and G92.1 to reset the workspace to native machine space.
1318
+ */
1319
+//#define CNC_COORDINATE_SYSTEMS
1320
+
1321
+/**
1314
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315
  */
1323
  */
1316
 //#define PINS_DEBUGGING
1324
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/Anet/A8/Configuration_adv.h View File

1311
 #endif
1311
 #endif
1312
 
1312
 
1313
 /**
1313
 /**
1314
+ * CNC Coordinate Systems
1315
+ *
1316
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1317
+ * and G92.1 to reset the workspace to native machine space.
1318
+ */
1319
+//#define CNC_COORDINATE_SYSTEMS
1320
+
1321
+/**
1314
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315
  */
1323
  */
1316
 //#define PINS_DEBUGGING
1324
 //#define PINS_DEBUGGING

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

1311
 #endif
1311
 #endif
1312
 
1312
 
1313
 /**
1313
 /**
1314
+ * CNC Coordinate Systems
1315
+ *
1316
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1317
+ * and G92.1 to reset the workspace to native machine space.
1318
+ */
1319
+//#define CNC_COORDINATE_SYSTEMS
1320
+
1321
+/**
1314
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315
  */
1323
  */
1316
 //#define PINS_DEBUGGING
1324
 //#define PINS_DEBUGGING

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

1308
 #endif
1308
 #endif
1309
 
1309
 
1310
 /**
1310
 /**
1311
+ * CNC Coordinate Systems
1312
+ *
1313
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1314
+ * and G92.1 to reset the workspace to native machine space.
1315
+ */
1316
+//#define CNC_COORDINATE_SYSTEMS
1317
+
1318
+/**
1311
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1319
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1312
  */
1320
  */
1313
 //#define PINS_DEBUGGING
1321
 //#define PINS_DEBUGGING

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

1311
 #endif
1311
 #endif
1312
 
1312
 
1313
 /**
1313
 /**
1314
+ * CNC Coordinate Systems
1315
+ *
1316
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1317
+ * and G92.1 to reset the workspace to native machine space.
1318
+ */
1319
+//#define CNC_COORDINATE_SYSTEMS
1320
+
1321
+/**
1314
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315
  */
1323
  */
1316
 //#define PINS_DEBUGGING
1324
 //#define PINS_DEBUGGING

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

1311
 #endif
1311
 #endif
1312
 
1312
 
1313
 /**
1313
 /**
1314
+ * CNC Coordinate Systems
1315
+ *
1316
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1317
+ * and G92.1 to reset the workspace to native machine space.
1318
+ */
1319
+//#define CNC_COORDINATE_SYSTEMS
1320
+
1321
+/**
1314
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315
  */
1323
  */
1316
 //#define PINS_DEBUGGING
1324
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/Creality/CR-10/Configuration_adv.h View File

1311
 #endif
1311
 #endif
1312
 
1312
 
1313
 /**
1313
 /**
1314
+ * CNC Coordinate Systems
1315
+ *
1316
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1317
+ * and G92.1 to reset the workspace to native machine space.
1318
+ */
1319
+//#define CNC_COORDINATE_SYSTEMS
1320
+
1321
+/**
1314
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315
  */
1323
  */
1316
 //#define PINS_DEBUGGING
1324
 //#define PINS_DEBUGGING

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

1311
 #endif
1311
 #endif
1312
 
1312
 
1313
 /**
1313
 /**
1314
+ * CNC Coordinate Systems
1315
+ *
1316
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1317
+ * and G92.1 to reset the workspace to native machine space.
1318
+ */
1319
+//#define CNC_COORDINATE_SYSTEMS
1320
+
1321
+/**
1314
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315
  */
1323
  */
1316
 //#define PINS_DEBUGGING
1324
 //#define PINS_DEBUGGING

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

1311
 #endif
1311
 #endif
1312
 
1312
 
1313
 /**
1313
 /**
1314
+ * CNC Coordinate Systems
1315
+ *
1316
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1317
+ * and G92.1 to reset the workspace to native machine space.
1318
+ */
1319
+//#define CNC_COORDINATE_SYSTEMS
1320
+
1321
+/**
1314
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315
  */
1323
  */
1316
 #define PINS_DEBUGGING
1324
 #define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/Infitary/i3-M508/Configuration_adv.h View File

1311
 #endif
1311
 #endif
1312
 
1312
 
1313
 /**
1313
 /**
1314
+ * CNC Coordinate Systems
1315
+ *
1316
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1317
+ * and G92.1 to reset the workspace to native machine space.
1318
+ */
1319
+//#define CNC_COORDINATE_SYSTEMS
1320
+
1321
+/**
1314
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315
  */
1323
  */
1316
 //#define PINS_DEBUGGING
1324
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/Malyan/M150/Configuration_adv.h View File

1308
 #endif
1308
 #endif
1309
 
1309
 
1310
 /**
1310
 /**
1311
+ * CNC Coordinate Systems
1312
+ *
1313
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1314
+ * and G92.1 to reset the workspace to native machine space.
1315
+ */
1316
+//#define CNC_COORDINATE_SYSTEMS
1317
+
1318
+/**
1311
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1319
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1312
  */
1320
  */
1313
 //#define PINS_DEBUGGING
1321
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/Micromake/C1/enhanced/Configuration_adv.h View File

1315
 #endif
1315
 #endif
1316
 
1316
 
1317
 /**
1317
 /**
1318
+ * CNC Coordinate Systems
1319
+ *
1320
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1321
+ * and G92.1 to reset the workspace to native machine space.
1322
+ */
1323
+//#define CNC_COORDINATE_SYSTEMS
1324
+
1325
+/**
1318
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1326
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1319
  */
1327
  */
1320
 //#define PINS_DEBUGGING
1328
 //#define PINS_DEBUGGING

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

1311
 #endif
1311
 #endif
1312
 
1312
 
1313
 /**
1313
 /**
1314
+ * CNC Coordinate Systems
1315
+ *
1316
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1317
+ * and G92.1 to reset the workspace to native machine space.
1318
+ */
1319
+//#define CNC_COORDINATE_SYSTEMS
1320
+
1321
+/**
1314
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315
  */
1323
  */
1316
 //#define PINS_DEBUGGING
1324
 //#define PINS_DEBUGGING

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

1311
 #endif
1311
 #endif
1312
 
1312
 
1313
 /**
1313
 /**
1314
+ * CNC Coordinate Systems
1315
+ *
1316
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1317
+ * and G92.1 to reset the workspace to native machine space.
1318
+ */
1319
+//#define CNC_COORDINATE_SYSTEMS
1320
+
1321
+/**
1314
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315
  */
1323
  */
1316
 //#define PINS_DEBUGGING
1324
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/Sanguinololu/Configuration_adv.h View File

1278
 #endif
1278
 #endif
1279
 
1279
 
1280
 /**
1280
 /**
1281
+ * CNC Coordinate Systems
1282
+ *
1283
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1284
+ * and G92.1 to reset the workspace to native machine space.
1285
+ */
1286
+//#define CNC_COORDINATE_SYSTEMS
1287
+
1288
+/**
1281
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1289
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1282
  */
1290
  */
1283
 //#define PINS_DEBUGGING
1291
 //#define PINS_DEBUGGING

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

1311
 #endif
1311
 #endif
1312
 
1312
 
1313
 /**
1313
 /**
1314
+ * CNC Coordinate Systems
1315
+ *
1316
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1317
+ * and G92.1 to reset the workspace to native machine space.
1318
+ */
1319
+//#define CNC_COORDINATE_SYSTEMS
1320
+
1321
+/**
1314
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315
  */
1323
  */
1316
 //#define PINS_DEBUGGING
1324
 //#define PINS_DEBUGGING

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

1319
 #endif
1319
 #endif
1320
 
1320
 
1321
 /**
1321
 /**
1322
+ * CNC Coordinate Systems
1323
+ *
1324
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1325
+ * and G92.1 to reset the workspace to native machine space.
1326
+ */
1327
+//#define CNC_COORDINATE_SYSTEMS
1328
+
1329
+/**
1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1330
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1323
  */
1331
  */
1324
 //#define PINS_DEBUGGING
1332
 //#define PINS_DEBUGGING

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

1311
 #endif
1311
 #endif
1312
 
1312
 
1313
 /**
1313
 /**
1314
+ * CNC Coordinate Systems
1315
+ *
1316
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1317
+ * and G92.1 to reset the workspace to native machine space.
1318
+ */
1319
+//#define CNC_COORDINATE_SYSTEMS
1320
+
1321
+/**
1314
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315
  */
1323
  */
1316
 //#define PINS_DEBUGGING
1324
 //#define PINS_DEBUGGING

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

1313
 #endif
1313
 #endif
1314
 
1314
 
1315
 /**
1315
 /**
1316
+ * CNC Coordinate Systems
1317
+ *
1318
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1319
+ * and G92.1 to reset the workspace to native machine space.
1320
+ */
1321
+//#define CNC_COORDINATE_SYSTEMS
1322
+
1323
+/**
1316
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1324
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1317
  */
1325
  */
1318
 //#define PINS_DEBUGGING
1326
 //#define PINS_DEBUGGING

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

1313
 #endif
1313
 #endif
1314
 
1314
 
1315
 /**
1315
 /**
1316
+ * CNC Coordinate Systems
1317
+ *
1318
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1319
+ * and G92.1 to reset the workspace to native machine space.
1320
+ */
1321
+//#define CNC_COORDINATE_SYSTEMS
1322
+
1323
+/**
1316
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1324
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1317
  */
1325
  */
1318
 //#define PINS_DEBUGGING
1326
 //#define PINS_DEBUGGING

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

1313
 #endif
1313
 #endif
1314
 
1314
 
1315
 /**
1315
 /**
1316
+ * CNC Coordinate Systems
1317
+ *
1318
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1319
+ * and G92.1 to reset the workspace to native machine space.
1320
+ */
1321
+//#define CNC_COORDINATE_SYSTEMS
1322
+
1323
+/**
1316
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1324
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1317
  */
1325
  */
1318
 //#define PINS_DEBUGGING
1326
 //#define PINS_DEBUGGING

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

1313
 #endif
1313
 #endif
1314
 
1314
 
1315
 /**
1315
 /**
1316
+ * CNC Coordinate Systems
1317
+ *
1318
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1319
+ * and G92.1 to reset the workspace to native machine space.
1320
+ */
1321
+//#define CNC_COORDINATE_SYSTEMS
1322
+
1323
+/**
1316
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1324
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1317
  */
1325
  */
1318
 //#define PINS_DEBUGGING
1326
 //#define PINS_DEBUGGING

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

1318
 #endif
1318
 #endif
1319
 
1319
 
1320
 /**
1320
 /**
1321
+ * CNC Coordinate Systems
1322
+ *
1323
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1324
+ * and G92.1 to reset the workspace to native machine space.
1325
+ */
1326
+//#define CNC_COORDINATE_SYSTEMS
1327
+
1328
+/**
1321
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1329
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1322
  */
1330
  */
1323
 //#define PINS_DEBUGGING
1331
 //#define PINS_DEBUGGING

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

1313
 #endif
1313
 #endif
1314
 
1314
 
1315
 /**
1315
 /**
1316
+ * CNC Coordinate Systems
1317
+ *
1318
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1319
+ * and G92.1 to reset the workspace to native machine space.
1320
+ */
1321
+//#define CNC_COORDINATE_SYSTEMS
1322
+
1323
+/**
1316
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1324
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1317
  */
1325
  */
1318
 //#define PINS_DEBUGGING
1326
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/gCreate/gMax1.5+/Configuration_adv.h View File

1311
 #endif
1311
 #endif
1312
 
1312
 
1313
 /**
1313
 /**
1314
+ * CNC Coordinate Systems
1315
+ *
1316
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1317
+ * and G92.1 to reset the workspace to native machine space.
1318
+ */
1319
+//#define CNC_COORDINATE_SYSTEMS
1320
+
1321
+/**
1314
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315
  */
1323
  */
1316
 //#define PINS_DEBUGGING
1324
 //#define PINS_DEBUGGING

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

1311
 #endif
1311
 #endif
1312
 
1312
 
1313
 /**
1313
 /**
1314
+ * CNC Coordinate Systems
1315
+ *
1316
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1317
+ * and G92.1 to reset the workspace to native machine space.
1318
+ */
1319
+//#define CNC_COORDINATE_SYSTEMS
1320
+
1321
+/**
1314
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315
  */
1323
  */
1316
 //#define PINS_DEBUGGING
1324
 //#define PINS_DEBUGGING

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

1311
 #endif
1311
 #endif
1312
 
1312
 
1313
 /**
1313
 /**
1314
+ * CNC Coordinate Systems
1315
+ *
1316
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1317
+ * and G92.1 to reset the workspace to native machine space.
1318
+ */
1319
+//#define CNC_COORDINATE_SYSTEMS
1320
+
1321
+/**
1314
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315
  */
1323
  */
1316
 //#define PINS_DEBUGGING
1324
 //#define PINS_DEBUGGING

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

1298
 #endif
1298
 #endif
1299
 
1299
 
1300
 /**
1300
 /**
1301
+ * CNC Coordinate Systems
1302
+ *
1303
+ * Enables G53 and G54-G59.3 commands to select coordinate systems
1304
+ * and G92.1 to reset the workspace to native machine space.
1305
+ */
1306
+//#define CNC_COORDINATE_SYSTEMS
1307
+
1308
+/**
1301
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1309
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1302
  */
1310
  */
1303
 //#define PINS_DEBUGGING
1311
 //#define PINS_DEBUGGING

Loading…
Cancel
Save