Roxy,
I'm just getting back to trying UBL after some diversions. I got the latest from github and have built with the latest Arduino IDE 1.6.12.
Just wanted to let you know there is a new warning that shows up with 1.6.12. I get the following warning for each call but things still build OK.
C:\Users\Dave\AppData\Local\Temp\arduino_build_654146\sketch\G26_Mesh_Validation_Tool.cpp: In function 'void gcode_G26()':
C:\Users\Dave\AppData\Local\Temp\arduino_build_654146\sketch\G26_Mesh_Validation_Tool.cpp:234:72: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
debug_current_and_destination("Starting G26 Mesh Validation Pattern.");
I'm just getting back to trying UBL after some diversions. I got the latest from github and have built with the latest Arduino IDE 1.6.12.
Just wanted to let you know there is a new warning that shows up with 1.6.12. I get the following warning for each call but things still build OK.
C:\Users\Dave\AppData\Local\Temp\arduino_build_654146\sketch\G26_Mesh_Validation_Tool.cpp: In function 'void gcode_G26()':
C:\Users\Dave\AppData\Local\Temp\arduino_build_654146\sketch\G26_Mesh_Validation_Tool.cpp:234:72: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
debug_current_and_destination("Starting G26 Mesh Validation Pattern.");