소스 검색

Add CNC_COORDINATE_SYSTEMS to configs

Scott Lahteine 6 년 전
부모
커밋
bb111b928b
30개의 변경된 파일240개의 추가작업 그리고 0개의 파일을 삭제
  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 파일 보기

@@ -1268,6 +1268,14 @@
1268 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 1279
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1272 1280
  */
1273 1281
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/AlephObjects/TAZ4/Configuration_adv.h 파일 보기

@@ -1311,6 +1311,14 @@
1311 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 1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315 1323
  */
1316 1324
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/Anet/A6/Configuration_adv.h 파일 보기

@@ -1311,6 +1311,14 @@
1311 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 1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315 1323
  */
1316 1324
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/Anet/A8/Configuration_adv.h 파일 보기

@@ -1311,6 +1311,14 @@
1311 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 1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315 1323
  */
1316 1324
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/BQ/Hephestos/Configuration_adv.h 파일 보기

@@ -1311,6 +1311,14 @@
1311 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 1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315 1323
  */
1316 1324
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/BQ/Hephestos_2/Configuration_adv.h 파일 보기

@@ -1308,6 +1308,14 @@
1308 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 1319
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1312 1320
  */
1313 1321
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/BQ/WITBOX/Configuration_adv.h 파일 보기

@@ -1311,6 +1311,14 @@
1311 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 1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315 1323
  */
1316 1324
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/Cartesio/Configuration_adv.h 파일 보기

@@ -1311,6 +1311,14 @@
1311 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 1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315 1323
  */
1316 1324
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/Creality/CR-10/Configuration_adv.h 파일 보기

@@ -1311,6 +1311,14 @@
1311 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 1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315 1323
  */
1316 1324
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/Felix/Configuration_adv.h 파일 보기

@@ -1311,6 +1311,14 @@
1311 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 1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315 1323
  */
1316 1324
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/FolgerTech/i3-2020/Configuration_adv.h 파일 보기

@@ -1311,6 +1311,14 @@
1311 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 1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315 1323
  */
1316 1324
 #define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/Infitary/i3-M508/Configuration_adv.h 파일 보기

@@ -1311,6 +1311,14 @@
1311 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 1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315 1323
  */
1316 1324
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/Malyan/M150/Configuration_adv.h 파일 보기

@@ -1308,6 +1308,14 @@
1308 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 1319
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1312 1320
  */
1313 1321
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/Micromake/C1/enhanced/Configuration_adv.h 파일 보기

@@ -1315,6 +1315,14 @@
1315 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 1326
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1319 1327
  */
1320 1328
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/RigidBot/Configuration_adv.h 파일 보기

@@ -1311,6 +1311,14 @@
1311 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 1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315 1323
  */
1316 1324
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/SCARA/Configuration_adv.h 파일 보기

@@ -1311,6 +1311,14 @@
1311 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 1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315 1323
  */
1316 1324
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/Sanguinololu/Configuration_adv.h 파일 보기

@@ -1278,6 +1278,14 @@
1278 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 1289
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1282 1290
  */
1283 1291
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/TinyBoy2/Configuration_adv.h 파일 보기

@@ -1311,6 +1311,14 @@
1311 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 1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315 1323
  */
1316 1324
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/Velleman/K8200/Configuration_adv.h 파일 보기

@@ -1319,6 +1319,14 @@
1319 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 1330
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1323 1331
  */
1324 1332
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/Velleman/K8400/Configuration_adv.h 파일 보기

@@ -1311,6 +1311,14 @@
1311 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 1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315 1323
  */
1316 1324
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration_adv.h 파일 보기

@@ -1313,6 +1313,14 @@
1313 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 1324
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1317 1325
  */
1318 1326
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration_adv.h 파일 보기

@@ -1313,6 +1313,14 @@
1313 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 1324
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1317 1325
  */
1318 1326
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/delta/generic/Configuration_adv.h 파일 보기

@@ -1313,6 +1313,14 @@
1313 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 1324
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1317 1325
  */
1318 1326
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h 파일 보기

@@ -1313,6 +1313,14 @@
1313 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 1324
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1317 1325
  */
1318 1326
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h 파일 보기

@@ -1318,6 +1318,14 @@
1318 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 1329
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1322 1330
  */
1323 1331
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h 파일 보기

@@ -1313,6 +1313,14 @@
1313 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 1324
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1317 1325
  */
1318 1326
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/gCreate/gMax1.5+/Configuration_adv.h 파일 보기

@@ -1311,6 +1311,14 @@
1311 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 1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315 1323
  */
1316 1324
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/makibox/Configuration_adv.h 파일 보기

@@ -1311,6 +1311,14 @@
1311 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 1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315 1323
  */
1316 1324
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h 파일 보기

@@ -1311,6 +1311,14 @@
1311 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 1322
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1315 1323
  */
1316 1324
 //#define PINS_DEBUGGING

+ 8
- 0
Marlin/example_configurations/wt150/Configuration_adv.h 파일 보기

@@ -1298,6 +1298,14 @@
1298 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 1309
  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
1302 1310
  */
1303 1311
 //#define PINS_DEBUGGING

Loading…
취소
저장