Skip to content

Commit

Permalink
Updated config values
Browse files Browse the repository at this point in the history
  • Loading branch information
effgarces committed Aug 17, 2020
1 parent 871530d commit fbfe586
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -492,9 +492,9 @@
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it

// Ultimaker
#define DEFAULT_Kp 22.2
#define DEFAULT_Ki 1.08
#define DEFAULT_Kd 114
#define DEFAULT_Kp 19.4
#define DEFAULT_Ki 1.96
#define DEFAULT_Kd 48.3

// MakerGear
//#define DEFAULT_Kp 7.0
Expand Down Expand Up @@ -749,7 +749,7 @@
* Override with M92
* X, Y, Z, E0 [, E1[, E2...]]
*/
#define DEFAULT_AXIS_STEPS_PER_UNIT { 160, 160, 800, 764 }
#define DEFAULT_AXIS_STEPS_PER_UNIT { 160, 160, 800, 920.69 }
//TITAN EXTRUDER:
//#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 92.6 }

Expand Down

0 comments on commit fbfe586

Please sign in to comment.