Browse Source

More fixes to Geeetech A10M/A20M standard config (#13958)

GUEST.it 5 years ago
parent
commit
beb9cc91f6

+ 8
- 8
config/examples/Geeetech/A10M/Configuration.h View File

@@ -682,14 +682,14 @@
682 682
  * Override with M92
683 683
  *                                      X, Y, Z, E0 [, E1[, E2[, E3[, E4[, E5]]]]]
684 684
  */
685
-#define DEFAULT_AXIS_STEPS_PER_UNIT   { 80.3, 80.8, 400, 430 }
685
+#define DEFAULT_AXIS_STEPS_PER_UNIT   { 80, 80, 400, 430 }
686 686
 
687 687
 /**
688 688
  * Default Max Feed Rate (mm/s)
689 689
  * Override with M203
690 690
  *                                      X, Y, Z, E0 [, E1[, E2[, E3[, E4[, E5]]]]]
691 691
  */
692
-#define DEFAULT_MAX_FEEDRATE          { 400, 400, 40, 45 }
692
+#define DEFAULT_MAX_FEEDRATE          { 500, 500, 5, 25 }
693 693
 
694 694
 /**
695 695
  * Default Max Acceleration (change/s) change = mm/s
@@ -697,7 +697,7 @@
697 697
  * Override with M201
698 698
  *                                      X, Y, Z, E0 [, E1[, E2[, E3[, E4[, E5]]]]]
699 699
  */
700
-#define DEFAULT_MAX_ACCELERATION      { 5000, 5000, 40, 5000 }
700
+#define DEFAULT_MAX_ACCELERATION      { 500, 500, 100, 5000 }
701 701
 
702 702
 /**
703 703
  * Default Acceleration (change/s) change = mm/s
@@ -707,9 +707,9 @@
707 707
  *   M204 R    Retract Acceleration
708 708
  *   M204 T    Travel Acceleration
709 709
  */
710
-#define DEFAULT_ACCELERATION          1000    // X, Y, Z and E acceleration for printing moves
711
-#define DEFAULT_RETRACT_ACCELERATION  2000    // E acceleration for retracts
712
-#define DEFAULT_TRAVEL_ACCELERATION   1000    // X, Y, Z acceleration for travel (non printing) moves
710
+#define DEFAULT_ACCELERATION          500    // X, Y, Z and E acceleration for printing moves
711
+#define DEFAULT_RETRACT_ACCELERATION  500    // E acceleration for retracts
712
+#define DEFAULT_TRAVEL_ACCELERATION   500    // X, Y, Z acceleration for travel (non printing) moves
713 713
 
714 714
 //
715 715
 // Use Junction Deviation instead of traditional Jerk Limiting
@@ -984,8 +984,8 @@
984 984
 // @section machine
985 985
 
986 986
 // The size of the print bed
987
-#define X_BED_SIZE 220
988
-#define Y_BED_SIZE 220
987
+#define X_BED_SIZE 230
988
+#define Y_BED_SIZE 230
989 989
 
990 990
 // Travel limits (mm) after homing, corresponding to endstop positions.
991 991
 #define X_MIN_POS -10

+ 8
- 8
config/examples/Geeetech/A20M/Configuration.h View File

@@ -682,14 +682,14 @@
682 682
  * Override with M92
683 683
  *                                      X, Y, Z, E0 [, E1[, E2[, E3[, E4[, E5]]]]]
684 684
  */
685
-#define DEFAULT_AXIS_STEPS_PER_UNIT   { 80.3, 80.8, 400, 430 }
685
+#define DEFAULT_AXIS_STEPS_PER_UNIT   { 80, 80, 400, 430 }
686 686
 
687 687
 /**
688 688
  * Default Max Feed Rate (mm/s)
689 689
  * Override with M203
690 690
  *                                      X, Y, Z, E0 [, E1[, E2[, E3[, E4[, E5]]]]]
691 691
  */
692
-#define DEFAULT_MAX_FEEDRATE          { 400, 400, 40, 45 }
692
+#define DEFAULT_MAX_FEEDRATE          { 500, 500, 5, 25 }
693 693
 
694 694
 /**
695 695
  * Default Max Acceleration (change/s) change = mm/s
@@ -697,7 +697,7 @@
697 697
  * Override with M201
698 698
  *                                      X, Y, Z, E0 [, E1[, E2[, E3[, E4[, E5]]]]]
699 699
  */
700
-#define DEFAULT_MAX_ACCELERATION      { 5000, 5000, 40, 5000 }
700
+#define DEFAULT_MAX_ACCELERATION      { 500, 500, 100, 5000 }
701 701
 
702 702
 /**
703 703
  * Default Acceleration (change/s) change = mm/s
@@ -707,9 +707,9 @@
707 707
  *   M204 R    Retract Acceleration
708 708
  *   M204 T    Travel Acceleration
709 709
  */
710
-#define DEFAULT_ACCELERATION          1000    // X, Y, Z and E acceleration for printing moves
711
-#define DEFAULT_RETRACT_ACCELERATION  2000    // E acceleration for retracts
712
-#define DEFAULT_TRAVEL_ACCELERATION   1000    // X, Y, Z acceleration for travel (non printing) moves
710
+#define DEFAULT_ACCELERATION          500    // X, Y, Z and E acceleration for printing moves
711
+#define DEFAULT_RETRACT_ACCELERATION  500    // E acceleration for retracts
712
+#define DEFAULT_TRAVEL_ACCELERATION   500    // X, Y, Z acceleration for travel (non printing) moves
713 713
 
714 714
 //
715 715
 // Use Junction Deviation instead of traditional Jerk Limiting
@@ -984,8 +984,8 @@
984 984
 // @section machine
985 985
 
986 986
 // The size of the print bed
987
-#define X_BED_SIZE 250
988
-#define Y_BED_SIZE 250
987
+#define X_BED_SIZE 255
988
+#define Y_BED_SIZE 255
989 989
 
990 990
 // Travel limits (mm) after homing, corresponding to endstop positions.
991 991
 #define X_MIN_POS -10

Loading…
Cancel
Save