Page 1 of 1
No print percentage after update
Posted: Sun Jun 02, 2019 2:25 am
by el_tiburon
I recently bought my a20m 3d printer and a 3d touch sensor. I updated the firmware using arduino to make the sensor work. Now that the sensor works i dont see anymore the print percentage i used to see before anyone else has the same? any way of fixing this?
Re: No print percentage after update
Posted: Sun Jun 02, 2019 8:06 am
by el_tiburon
im using 1.1.8 where is that line? configuration_adv.h? thanks got it working added those lines in configuration_adv.h on #if ENABLED(LCD_PROGRESS_BAR) thanks a lot
Re: No print percentage after update
Posted: Sun Jun 02, 2019 8:07 am
by el_tiburon
vert wrote: ↑Sun Jun 02, 2019 6:12 am
check that the following is uncommented.
Code: Select all
// Show SD percentage next to the progress bar
#define DOGM_SD_PERCENT
im using 1.1.8 where is that line? configuration_adv.h?