Marlin
Marlin copied to clipboard
Fork of Marlin for the Printrbot
Firmware will not compile in ATOM+PlatformIO otherwise. According to: http://forums.reprap.org/read.php?146,691608,699987#msg-699987 "Problem is in C++ you can not use typedef and struct for the same varibale name. fpos_t is already defined...
Using some of the resources on this page: [http://reprap.org/wiki/Panelolu](url) I've identified the Marlin pin assignments for pin A2 and A3. I'm trying to use two PT100 thermocouples to supply temperature...
If the line in Configuration.h to ENABLE_AUTO_BED_LEVELING is commented out, the program won't compile because of errors in Configuration_Store.cpp. In the latter program, the references to bed_level_probe_offset are unresolved. The...
As discussed here: http://www.printrbottalk.com/forum/viewtopic.php?f=19&t=7822 and here: https://github.com/ErikZalm/Marlin/issues/732
Marlin-Metal-1403 and Marlin-RevF4: If Home Offset (M206) is used with non-zero values together with the bed leveling feature G29, the probing locations is wrong. In Configuration.h, the variable for home...
changed z-probe locations