Radek
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/Configuration_adv.h
|
@ -1025,7 +1025,7 @@ |
|
|
// @section lcd
|
|
|
// @section lcd
|
|
|
|
|
|
|
|
|
#if EITHER(ULTIPANEL, EXTENSIBLE_UI) |
|
|
#if EITHER(ULTIPANEL, EXTENSIBLE_UI) |
|
|
#define MANUAL_FEEDRATE { 50*60, 50*60, 4*60, 60 } // Feedrates for manual moves along X, Y, Z, E from panel
|
|
|
#define MANUAL_FEEDRATE { 50*60, 50*60, 4*60, 2*60 } // Feedrates for manual moves along X, Y, Z, E from panel
|
|
|
#define SHORT_MANUAL_Z_MOVE 0.025 // (mm) Smallest manual Z move (< 0.1mm)
|
|
|
#define SHORT_MANUAL_Z_MOVE 0.025 // (mm) Smallest manual Z move (< 0.1mm)
|
|
|
#if ENABLED(ULTIPANEL) |
|
|
#if ENABLED(ULTIPANEL) |
|
|
#define MANUAL_E_MOVES_RELATIVE // Display extruder move distance rather than "position"
|
|
|
#define MANUAL_E_MOVES_RELATIVE // Display extruder move distance rather than "position"
|
|
|