Skip to content

Commit

Permalink
Update esp3dlib_config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-github committed Dec 21, 2023
1 parent 459cc4c commit b86670a
Showing 1 changed file with 9 additions and 24 deletions.
33 changes: 9 additions & 24 deletions src/esp3dlib_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@
#endif //DISABLE_NOTIFICATION_FEATURE

//GCODE_HOST_FEATURE: allow to host gcode files on flash, SD etc..
//Also used by ESP700
#define GCODE_HOST_FEATURE
//Also used by ESP700 do not use it on ESP3DLib
//#define GCODE_HOST_FEATURE

//Allows to mount /FS and /SD under / for FTP server /WebDav
#define GLOBAL_FILESYSTEM_FEATURE
Expand All @@ -249,28 +249,6 @@
#endif //WEBDAV_FEATURE
#endif //DISABLE_WEBDAV_FEATURE

/************************************
*
* DEBUG
*
* **********************************/
//Do not do this when connected to printer !!!
//be noted all upload may failed if enabled
//DEBUG_OUTPUT_SERIAL0 1
//DEBUG_OUTPUT_TELNET 4
//DEBUG_OUTPUT_WEBSOCKET 5
//#define ESP_DEBUG_FEATURE DEBUG_OUTPUT_SERIAL0

#ifdef ESP_DEBUG_FEATURE
#define DEBUG_ESP3D_OUTPUT_PORT 8000
#endif //ESP_DEBUG_FEATURE

/************************************
*
* Benchmark report
*
* **********************************/
//#define ESP_BENCHMARK_FEATURE

/************************************
*
Expand Down Expand Up @@ -346,3 +324,10 @@
#define LOG_ESP3D_BAUDRATE 115200
#define LOG_ESP3D_OUTPUT_PORT 8000
#endif // ESP_LOG_FEATURE

/************************************
*
* Benchmark report
*
* **********************************/
//#define ESP_BENCHMARK_FEATURE

0 comments on commit b86670a

Please sign in to comment.