Problem compiling marlin firmware! March 07, 2014 07:04PM |
Registered: 11 years ago Posts: 125 |
Re: Problem compiling marlin firmware! March 07, 2014 08:40PM |
Admin Registered: 16 years ago Posts: 1,470 |
Help improve the RepRap wiki!
Just click "Edit" in the top-right corner of the page and start typing. Anyone can edit the wiki! |
Re: Problem compiling marlin firmware! March 07, 2014 09:34PM |
Registered: 11 years ago Posts: 125 |
Re: Problem compiling marlin firmware! March 07, 2014 09:38PM |
Admin Registered: 16 years ago Posts: 1,470 |
Help improve the RepRap wiki!
Just click "Edit" in the top-right corner of the page and start typing. Anyone can edit the wiki! |
Re: Problem compiling marlin firmware! March 08, 2014 10:50AM |
Registered: 14 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: 11 years ago Posts: 125 |
Re: Problem compiling marlin firmware! March 09, 2014 12:15PM |
Registered: 11 years ago Posts: 466 |
Re: Problem compiling marlin firmware! March 09, 2014 05:27PM |
Registered: 11 years ago Posts: 125 |
Re: Problem compiling marlin firmware! March 10, 2014 02:44PM |
Admin Registered: 16 years ago Posts: 1,470 |
Help improve the RepRap wiki!
Just click "Edit" in the top-right corner of the page and start typing. Anyone can edit the wiki! |
Re: Problem compiling marlin firmware! March 12, 2014 11:17PM |
Registered: 13 years ago Posts: 27 |
Re: Problem compiling marlin firmware! March 14, 2014 01:25PM |
Registered: 11 years ago Posts: 125 |
Re: Problem compiling marlin firmware! March 14, 2014 02:02PM |
Registered: 11 years ago Posts: 466 |
Re: Problem compiling marlin firmware! March 14, 2014 04:09PM |
Registered: 13 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: 11 years ago Posts: 125 |