Adapt MESH_EDIT_GFX_OVERLAY for 1.1.x

This commit is contained in:
Scott Lahteine 2017-11-24 13:39:41 -06:00
parent 4e445f2c55
commit c0190eff00
72 changed files with 251 additions and 77 deletions

View file

@ -420,7 +420,7 @@
};
#endif // Extruders
#if ENABLED(BABYSTEP_ZPROBE_GFX_OVERLAY)
#if ENABLED(BABYSTEP_ZPROBE_GFX_OVERLAY) || ENABLED(MESH_EDIT_GFX_OVERLAY)
const unsigned char cw_bmp[] PROGMEM = { //AVR-GCC, WinAVR
0x07,0xf8,0x00, // 000001111111100000000000
0x0c,0x0c,0x00, // 000011000000110000000000
@ -510,5 +510,5 @@
0x1E,0x00, // 0001111000000000
0x0C,0x00 // 0000110000000000
};
#endif // BABYSTEP_ZPROBE_GFX_OVERLAY
#endif // BABYSTEP_ZPROBE_GFX_OVERLAY || MESH_EDIT_GFX_OVERLAY
#endif // HAS_TEMP_BED