Browse Source

Merge pull request #4296 from jbrazio/feature/bqh2-update

Update the bq Hephestos 2 configuration
Scott Lahteine 8 years ago
parent
commit
6080924589

+ 4
- 4
Marlin/example_configurations/Hephestos_2/Configuration.h View File

711
 
711
 
712
 // default settings
712
 // default settings
713
 
713
 
714
-#define DEFAULT_AXIS_STEPS_PER_UNIT   {160, 160, 8000, 203} // default steps per unit for Ultimaker
715
-#define DEFAULT_MAX_FEEDRATE          {250, 250, 2, 200}      // (mm/sec)
716
-#define DEFAULT_MAX_ACCELERATION      {1000, 1000, 20, 1000}   // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for Skeinforge 40+, for older versions raise them a lot.
714
+#define DEFAULT_AXIS_STEPS_PER_UNIT   {160, 160, 8000, 210.02}  // Steps per unit
715
+#define DEFAULT_MAX_FEEDRATE          {250, 250, 2, 200}        // mm/sec
716
+#define DEFAULT_MAX_ACCELERATION      {1000, 1000, 20, 1000}    // X, Y, Z, E max start speed for accelerated moves
717
 
717
 
718
 #define DEFAULT_ACCELERATION          1000    // X, Y, Z and E acceleration in mm/s^2 for printing moves
718
 #define DEFAULT_ACCELERATION          1000    // X, Y, Z and E acceleration in mm/s^2 for printing moves
719
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
719
 #define DEFAULT_RETRACT_ACCELERATION  3000    // E acceleration in mm/s^2 for retracts
720
 #define DEFAULT_TRAVEL_ACCELERATION   1000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
720
 #define DEFAULT_TRAVEL_ACCELERATION   1000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
721
 
721
 
722
 // The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously)
722
 // The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously)
723
-#define DEFAULT_XYJERK                10.0    // (mm/sec)
723
+#define DEFAULT_XYJERK                20.0    // (mm/sec)
724
 #define DEFAULT_ZJERK                  0.4    // (mm/sec)
724
 #define DEFAULT_ZJERK                  0.4    // (mm/sec)
725
 #define DEFAULT_EJERK                  2.0    // (mm/sec)
725
 #define DEFAULT_EJERK                  2.0    // (mm/sec)
726
 
726
 

+ 2
- 0
Marlin/example_configurations/Hephestos_2/README.md View File

10
  * 2016/06/21 - Disabled hot bed related options
10
  * 2016/06/21 - Disabled hot bed related options
11
                 Activated software endstops
11
                 Activated software endstops
12
                 SD printing now disables the heater when finished
12
                 SD printing now disables the heater when finished
13
+ * 2016/07/13 - Update the `DEFAULT_AXIS_STEPS_PER_UNIT` for the Z axis
14
+                Increased the `DEFAULT_XYJERK`

Loading…
Cancel
Save