Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration.h Comments Issue #5

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 6 additions & 3 deletions Repetier-Firmware-092.2-ERIS-ii2dh/Repetier/Configuration.h
Expand Up @@ -420,7 +420,8 @@
#define POWER_INVERTING 0
#define KILL_METHOD 1
#define GCODE_BUFFER_SIZE 2
#define ACK_WITH_LINENUMBER 1 // will set to 0 when done debugging
// will set to 0 when done debugging
#define ACK_WITH_LINENUMBER 1
#define WAITING_IDENTIFIER "wait"
#define ECHO_ON_EXECUTE 1
#define EEPROM_MODE 1
Expand All @@ -442,9 +443,11 @@ WARNING: Servos can draw a considerable amount of current. Make sure your system
// #################### Z-Probing #####################

#define FEATURE_Z_PROBE 1
#define Z_PROBE_SENSITIVITY 25 // 0-126 7 bit value
// 0-126 7 bit value
#define Z_PROBE_SENSITIVITY 25
#define Z_PROBE_BED_DISTANCE 20
#define Z_PROBE_PIN 16 // mini-rambo ext pins on P3 ext next to LCD header
// mini-rambo ext pins on P3 ext next to LCD header
#define Z_PROBE_PIN 16
#define Z_PROBE_PULLUP 1 //0
#define Z_PROBE_ON_HIGH 0 //1
#define Z_PROBE_X_OFFSET 0
Expand Down