Updated Marlin Configuration (mediawiki)

paulusjacobus 2016-03-08 19:24:23 +11:00
parent b66741ee7e
commit 99c0f6f16d

@ -326,6 +326,8 @@ Choose one of these three alternative kinematics if needed. [[Delta kinematics|D
// MANUAL_Z_HOME_POS 402
'''#endif'''
Note: you might need to configure a servo to deploy the z-probe (see servos)
== Movement Settings ==
HOMING_FEEDRATE { 50*60, 50*60, 4*60, 0 }
@ -437,6 +439,7 @@ Choose one of these three alternative kinematics if needed. [[Delta kinematics|D
// NUM_SERVOS 3
// SERVO_ENDSTOPS { -1, -1, 0 }
// SERVO_ENDSTOP_ANGLES { 0,0, 0,0, 70,0 }
Note: Auto bed leveling config - if you use a servo that deploys an Allen (shape) key z-probe with a micro switch connected parallel (or in series) with z min end stop then you you need to enable the servo configuration. Another option is to use an inductive sensor (no servo used)
== Filament Width Sensor ==