Hello All,
I am using the Printrbot simple metal F5. I want to use the GRID leveling instead of the standard 3 point autoleveling.
I would like to update the firmware and flash it. Below is the change I want to make
#define ACCURATE_BED_LEVELING //Activate this <---
#ifdef ACCURATE_BED_LEVELING
// I wouldn't see a reason to go above 3 (=9 probing points on the bed)
#define ACCURATE_BED_LEVELING_POINTS 2
#endif
I went through the flashing procedure for windows and it involved using ATMEL. I am not sure if I should go this route.
Can i compile the firmware in Arduino and Flash it ?