diff --git a/Grbl_Esp32-master/Grbl_Esp32/config.h b/Grbl_Esp32-master/Grbl_Esp32/config.h index 57bee12..0875eb8 100644 --- a/Grbl_Esp32-master/Grbl_Esp32/config.h +++ b/Grbl_Esp32-master/Grbl_Esp32/config.h @@ -4,9 +4,9 @@ Copyright (c) 2012-2016 Sungeun K. Jeon for Gnea Research LLC Copyright (c) 2009-2011 Simen Svale Skogsrud - - 2018 - Bart Dring This file was modifed for use on the ESP32 - CPU. Do not use this with Grbl for atMega328P + + 2018 - Bart Dring This file was modifed for use on the ESP32 + CPU. Do not use this with Grbl for atMega328P Grbl is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -46,8 +46,8 @@ Some features should not be changed. See notes below. // NOTE: OEMs can avoid the need to maintain/update the defaults.h and cpu_map.h files and use only // one configuration file by placing their specific defaults and pin map at the bottom of this file. // If doing so, simply comment out these two defines and see instructions below. -#define CPU_MAP_TEST_DRIVE // these are defined in cpu_map.h -#define VERBOSE_HELP // adds addition help info, but could confuse some senders +#define CPU_MAP_ESP32 // these are defined in cpu_map.h +//#define VERBOSE_HELP // adds addition help info, but could confuse some senders // Serial baud rate @@ -168,7 +168,7 @@ Some features should not be changed. See notes below. // will not be affected by pin sharing. // NOTE: Defaults are set for a traditional 3-axis CNC machine. Z-axis first to clear, followed by X & Y. -#define HOMING_CYCLE_0 (1<12v au lieu de 3.3v) OK +- Augmenter le BLOCK_BUFFER_SIZE et les autres buffer si possible +- Comme les capas de filtrages et les résistances de pullup suffisent pas activer ENABLE_SOFTWARE_DEBOUNCE (faudrait des optos coupleurs normalement et des endstop en >12v au lieu de 3.3v) +- Ne pas hésiter à utiliser le bouton boot de l'esp32 pendant l'upload pour lui permettre de passer en mode "attente de programme" ### PINOUT GRBL_ESP32 CRA4 (v3.5)