Reputation over time
It looks like this user hasn't gained any reputation yet.
Once they have, you'll be able to view a graph of their reputation gained over time.
Here's a preview of what the graph will look like:
Reputation Breakdown
Event |
Count |
Delta |
Your comment deleted due to flags |
2 |
-200 |
117
marlin 2.1
configuration.h
// This option overrides the default number of encoder pulses needed to
// produce one step. Should be increased for high-resolution encoders.
//
#define ENCODER_PULSES_PER_STEP 4 //4
//
// Use this option to override the number of step signals required to
// move between next/prev menu items.
//
#define ENCODER_STEPS_PER_MENU_ITEM 1 //1
configuration_adv.h
// Change values more rapidly when the encoder is rotated faster
#define ENCODER_RATE_MULTIPLIER
#if ENABLED(ENCODER_RATE_MULTIPLIER)
#define ENCODER_10X_STEPS_PER_SEC 75 // (steps/s) Encoder rate for 10x speed
#define ENCODER_100X_STEPS_PER_SEC 160 // (steps/s) Encoder rate for 100x speed
#endif
these settings do not affect the probe z offse menu in any way
lors du réglage du décalage de l'axe z, dans le menu de décalage de la sonde z, les valeurs changent très lentement. l'enroulement -2,900 est très long, car les valeurs changent d'un millième. l'accélération du codeur x10 et x100 ne se produit pas.
when adjusting the z-axis offset, in the probe z offset menu, the values change very slowly. winding -2,900 is very long, since the values \u200b\u200bare changing by one thousandth. encoder acceleration x10 and x100 does not occur.
Bonjour. comment régler l'accélération de l'encodeur dans le menu
Probe Z offset?