i3 shifting on Y-axis (tried quite a few things :-D) July 29, 2014 08:45AM |
Registered: 10 years ago Posts: 20 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) July 29, 2014 11:54AM |
Registered: 10 years ago Posts: 44 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) July 29, 2014 02:00PM |
Registered: 10 years ago Posts: 20 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) July 29, 2014 04:34PM |
Registered: 10 years ago Posts: 20 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) July 29, 2014 04:57PM |
Registered: 10 years ago Posts: 20 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) July 29, 2014 05:38PM |
Registered: 10 years ago Posts: 12 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) July 29, 2014 05:46PM |
Registered: 10 years ago Posts: 20 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) July 29, 2014 05:48PM |
Registered: 10 years ago Posts: 20 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) July 29, 2014 08:12PM |
Registered: 10 years ago Posts: 20 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) July 31, 2014 06:19AM |
Registered: 10 years ago Posts: 20 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) July 31, 2014 07:38AM |
Registered: 12 years ago Posts: 248 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) July 31, 2014 09:45AM |
Registered: 10 years ago Posts: 20 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) August 01, 2014 08:18AM |
Registered: 12 years ago Posts: 296 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) August 01, 2014 09:22AM |
Registered: 10 years ago Posts: 17 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) August 01, 2014 12:24PM |
Registered: 10 years ago Posts: 20 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) August 01, 2014 12:30PM |
Registered: 10 years ago Posts: 20 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) August 01, 2014 01:41PM |
Registered: 11 years ago Posts: 241 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) August 01, 2014 03:37PM |
Registered: 10 years ago Posts: 20 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) August 01, 2014 03:50PM |
Registered: 11 years ago Posts: 241 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) August 01, 2014 03:58PM |
Registered: 10 years ago Posts: 20 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) August 01, 2014 04:27PM |
Registered: 11 years ago Posts: 241 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) August 03, 2014 10:23AM |
Registered: 10 years ago Posts: 20 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) August 03, 2014 11:07PM |
Registered: 12 years ago Posts: 187 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) August 05, 2014 03:08PM |
Registered: 10 years ago Posts: 20 |
#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,4000,645} // default steps per unit for Ultimaker #define DEFAULT_MAX_FEEDRATE {500, 500, 5, 25} // (mm/sec) #define DEFAULT_MAX_ACCELERATION {180,180,10,200} // 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 60 // X, Y, Z and E max acceleration in mm/s^2 for printing moves #define DEFAULT_RETRACT_ACCELERATION 60 // X, Y, Z and E max acceleration in mm/s^2 for retracts // The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously) #define DEFAULT_XYJERK 5.0 // (mm/sec) #define DEFAULT_ZJERK 0.4 // (mm/sec) #define DEFAULT_EJERK 5.0 // (mm/sec)
Re: i3 shifting on Y-axis (tried quite a few things :-D) August 07, 2014 07:22PM |
Registered: 10 years ago Posts: 20 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) August 08, 2014 04:41AM |
Registered: 12 years ago Posts: 248 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) August 11, 2014 01:15PM |
Registered: 10 years ago Posts: 20 |
Re: i3 shifting on Y-axis (tried quite a few things :-D) August 12, 2014 02:23AM |
Registered: 10 years ago Posts: 53 |