customized config for RAMPS

This commit is contained in:
johnnyr 2010-08-12 09:26:13 -07:00
parent ea3fda25c5
commit b51219c4e7

View file

@ -1,4 +1,3 @@
#ifndef PARAMETERS_H
#define PARAMETERS_H
@ -42,7 +41,7 @@ const bool DISABLE_E = false;
const bool INVERT_X_DIR = false;
const bool INVERT_Y_DIR = false;
const bool INVERT_Z_DIR = true;
const bool INVERT_E_DIR = true;
const bool INVERT_E_DIR = false;
//Endstop Settings
const bool ENDSTOPS_INVERTING = true;