瀏覽代碼

SCARA_SEGMENTS_PER_SECOND

Scott Lahteine 10 年之前
父節點
當前提交
b2bd9aae7c
共有 2 個檔案被更改,包括 2 行新增1 行删除
  1. 1
    0
      Marlin/Marlin_main.cpp
  2. 1
    1
      Marlin/example_configurations/SCARA/Configuration.h

+ 1
- 0
Marlin/Marlin_main.cpp 查看文件

@@ -363,6 +363,7 @@ bool target_direction;
363 363
 #endif
364 364
 
365 365
 #ifdef SCARA
366
+  float delta_segments_per_second = SCARA_SEGMENTS_PER_SECOND;
366 367
   static float delta[3] = { 0 };
367 368
   float axis_scaling[3] = { 1, 1, 1 };    // Build size scaling, default to 1
368 369
 #endif

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration.h 查看文件

@@ -30,7 +30,7 @@ Here are some standard links for getting your machine calibrated:
30 30
 // You might need Z-Min endstop on SCARA-Printer to use this feature. Actually untested!
31 31
 // Uncomment to use Morgan scara mode
32 32
 #define SCARA  
33
-#define scara_segments_per_second 200 //careful, two much will decrease performance...
33
+#define SCARA_SEGMENTS_PER_SECOND 200 // If movement is choppy try lowering this value
34 34
 // Length of inner support arm
35 35
 #define Linkage_1 150 //mm      Preprocessor cannot handle decimal point...
36 36
 // Length of outer support arm     Measure arm lengths precisely and enter 

Loading…
取消
儲存