still cannot understand why is it printing this way? July 06, 2017 01:46AM |
Registered: 8 years ago Posts: 36 |
Re: still cannot understand why is it printing this way? July 06, 2017 02:06AM |
Registered: 8 years ago Posts: 267 |
Re: still cannot understand why is it printing this way? July 06, 2017 03:58AM |
Registered: 8 years ago Posts: 36 |
/** * MOVEMENT SETTINGS */ #define HOMING_FEEDRATE {50*60, 50*60, 2.5*60, 0} // set the homing speeds (mm/min) // default settings //#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,3500,100.52} // default steps per unit for Ultimaker //******************WORKING as of 31st Jan, 2017********************* //#define DEFAULT_AXIS_STEPS_PER_UNIT {78.7402,80,2200,100.52} // default steps per unit for Ultimaker //******************WORKING as of 31st Jan, 2017********************* #define DEFAULT_AXIS_STEPS_PER_UNIT {81.08,81.08,2560,92.70} // default steps per unit for Ultimaker #define DEFAULT_MAX_FEEDRATE {500, 500, 2, 25} // (mm/sec) #define DEFAULT_MAX_ACCELERATION {4000,4000,100,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 1000 // X, Y, Z and E acceleration in mm/s^2 for printing moves #define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves // The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously) #define DEFAULT_XYJERK 40.0 // (mm/sec) #define DEFAULT_ZJERK 0.4 // (mm/sec) #define DEFAULT_EJERK 5.0 // (mm/sec)
Re: still cannot understand why is it printing this way? July 06, 2017 04:33AM |
Registered: 8 years ago Posts: 759 |
Re: still cannot understand why is it printing this way? July 06, 2017 06:08AM |
Registered: 8 years ago Posts: 36 |
Re: still cannot understand why is it printing this way? July 06, 2017 06:41AM |
Registered: 8 years ago Posts: 201 |
Re: still cannot understand why is it printing this way? July 06, 2017 05:52PM |
Registered: 8 years ago Posts: 267 |
Quote
saintofinternet
i printed my first sample today on a prusa i3 and looks like one side ( left side ) wall had some gaps in layers.... photos submitted from 2 different angles.
does it mean my bed is not leveled?? even though i have done the bed levelling just as told by the prusa / reprap documentation...
[attachment 88465 P_20170107_103118.jpg]
[attachment 88466 P_20170107_103127.jpg]