|
Problem compiling marlin firmware! March 07, 2014 07:04PM |
Registered: 12 years ago Posts: 125 |
|
Re: Problem compiling marlin firmware! March 07, 2014 08:40PM |
Admin Registered: 17 years ago Posts: 1,472 |
|
Re: Problem compiling marlin firmware! March 07, 2014 09:34PM |
Registered: 12 years ago Posts: 125 |
|
Re: Problem compiling marlin firmware! March 07, 2014 09:38PM |
Admin Registered: 17 years ago Posts: 1,472 |
|
Re: Problem compiling marlin firmware! March 08, 2014 10:50AM |
Registered: 15 years ago Posts: 39 |
#ifdef PIDTEMP
EEPROM_WRITE_VAR(i,Kp);
EEPROM_WRITE_VAR(i,Ki);
EEPROM_WRITE_VAR(i,Kd);
#else
float dummy = 3000.0f;
EEPROM_WRITE_VAR(i,dummy);
dummy = 0.0f;
EEPROM_WRITE_VAR(i,dummy);
EEPROM_WRITE_VAR(i,dummy);
#endif
|
Re: Problem compiling marlin firmware! March 09, 2014 11:18AM |
Registered: 12 years ago Posts: 125 |
|
Re: Problem compiling marlin firmware! March 09, 2014 12:15PM |
Registered: 12 years ago Posts: 466 |
|
Re: Problem compiling marlin firmware! March 09, 2014 05:27PM |
Registered: 12 years ago Posts: 125 |
|
Re: Problem compiling marlin firmware! March 10, 2014 02:44PM |
Admin Registered: 17 years ago Posts: 1,472 |
|
Re: Problem compiling marlin firmware! March 12, 2014 11:17PM |
Registered: 14 years ago Posts: 27 |
|
Re: Problem compiling marlin firmware! March 14, 2014 01:25PM |
Registered: 12 years ago Posts: 125 |
|
Re: Problem compiling marlin firmware! March 14, 2014 02:02PM |
Registered: 12 years ago Posts: 466 |
|
Re: Problem compiling marlin firmware! March 14, 2014 04:09PM |
Registered: 14 years ago Posts: 258 |
Quote
jpan
Ok, still I have a question:
When you auto tune with M303, do you randomly set temperature and round times?
Thanks
|
Re: Problem compiling marlin firmware! March 14, 2014 11:52PM |
Registered: 12 years ago Posts: 125 |