Hola a todos, estoy trabajando en mi prusa pero le cambie a marlin y hace un ruido el extrusor cuando se mueve en el eje x, cuando se desplaza en Y suena suave y como silvido lo mismo en z pero en x es fuerte y entre mas rapido y largo sea el movimiento suena mas. talvez sea la configuracion que tengo que es la siguiente.
//// MOVEMENT SETTINGS
#define NUM_AXIS 4 // The axis order in all axis related arrays is X, Y, Z, E
#define HOMING_FEEDRATE {2000, 2000, 100, 0} // set the homing speeds (mm/min) [50*60,50*60, 4*60, 0]
// default settings
#define DEFAULT_AXIS_STEPS_PER_UNIT {80.82,80.72,4024.01,96.18} // default steps per unit for ultimaker
#define DEFAULT_MAX_FEEDRATE {330, 330, 3.3, 45} // (mm/sec)
#define DEFAULT_MAX_ACCELERATION {1500,1500,100,10000} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for skeinforge 40+, for older versions raise them a lot.
//(9000,9000,100,10000)
#define DEFAULT_ACCELERATION 500 // X, Y, Z and E max acceleration in mm/s^2 for printing moves [3000]
#define DEFAULT_RETRACT_ACCELERATION 1000 // X, Y, Z and E max acceleration in mm/s^2 for r retracts [3000]
// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
// For the other hotends it is their distance from the extruder 0 hotend.
// #define EXTRUDER_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis
// #define EXTRUDER_OFFSET_Y {0.0, 5.00} // (in mm) for each extruder, offset of the hotend on the Y axis
// The speed change that does not require acceleration (i.e. the software might assume it can be done instanteneously)
#define DEFAULT_XYJERK 15 // (mm/sec) [20.0]
#define DEFAULT_ZJERK 0.4 // (mm/sec)
#define DEFAULT_EJERK 5 // (mm/sec) [5.0]
ojala puedan ayudarme gracias.