|
Prusa i3 Stepper Motor Vibrating Buzzing Not Turning April 30, 2016 11:49PM |
Registered: 10 years ago Posts: 5 |
// default settings
#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,3840,90} // default steps per unit for ultimaker {78.7402,78.7402,200*8/3,760*1.1}920
#define DEFAULT_MAX_FEEDRATE {250, 250, 2, 22} // (mm/sec)
#define DEFAULT_MAX_ACCELERATION {1000,1000,5,1000} // 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.
#define DEFAULT_ACCELERATION 500 // X, Y, Z and E max acceleration in mm/s^2 for printing moves
#define DEFAULT_RETRACT_ACCELERATION 500 // X, Y, Z and E max acceleration in mm/s^2 for r retracts
// 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 20.0 // (mm/sec)
#define DEFAULT_ZJERK 0.4 // (mm/sec)
#define DEFAULT_EJERK 5.0 // (mm/sec)
|
Re: Prusa i3 Stepper Motor Vibrating Buzzing Not Turning May 01, 2016 03:16AM |
Registered: 11 years ago Posts: 5,232 |
|
Re: Prusa i3 Stepper Motor Vibrating Buzzing Not Turning May 01, 2016 12:58PM |
Registered: 10 years ago Posts: 5 |
|
Re: Prusa i3 Stepper Motor Vibrating Buzzing Not Turning May 02, 2016 08:54AM |
Registered: 11 years ago Posts: 541 |
|
Re: Prusa i3 Stepper Motor Vibrating Buzzing Not Turning May 02, 2016 12:38PM |
Registered: 10 years ago Posts: 5 |
|
Re: Prusa i3 Stepper Motor Vibrating Buzzing Not Turning May 02, 2016 04:17PM |
Registered: 11 years ago Posts: 541 |
Quote
benjaminlbarba
@tjnamtiw The X output pins have never worked (so yes, a startup issue). The X head assembly won't slide if tilted. With that said, the bearings on the X head assembly run pretty smoothly and will work fine as long as they are plugged into another set of output pins.
.
|
Re: Prusa i3 Stepper Motor Vibrating Buzzing Not Turning May 02, 2016 04:23PM |
Registered: 10 years ago Posts: 5 |
|
Re: Prusa i3 Stepper Motor Vibrating Buzzing Not Turning May 02, 2016 07:10PM |
Registered: 11 years ago Posts: 541 |
Quote
benjaminlbarba
Yes that's good advice. I definitely plan on printing a few new parts - most notably, the carriage needs an upgrade as you mention.
However, at the moment my most pressing issue is the bad X output pins that are preventing any motor that are connected to them from turning/rotating as they should. For instance, the Y axis slides really well yet when connected to the X output pins, it just buzzes and vibrates. So the X output pin issue is unrelated to the misaligned carriage.
|
Re: Prusa i3 Stepper Motor Vibrating Buzzing Not Turning May 03, 2016 03:00AM |
Registered: 11 years ago Posts: 5,232 |
|
Re: Prusa i3 Stepper Motor Vibrating Buzzing Not Turning May 07, 2016 02:30AM |
Registered: 10 years ago Posts: 5 |