My Marlin configs for Fabrikator Mini and CTC i3 Pro B
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

esp32.ini 1.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #
  2. # Marlin Firmware
  3. # PlatformIO Configuration File
  4. #
  5. #################################
  6. # #
  7. # ESP32 Architecture #
  8. # #
  9. #################################
  10. #
  11. # Espressif ESP32
  12. #
  13. [env:esp32]
  14. platform = espressif32@2.1.0
  15. board = esp32dev
  16. build_flags = ${common.build_flags} -DCORE_DEBUG_LEVEL=0
  17. build_src_filter = ${common.default_src_filter} +<src/HAL/ESP32>
  18. lib_ignore = NativeEthernet
  19. upload_speed = 500000
  20. monitor_speed = 250000
  21. #upload_port = marlinesp.local
  22. #board_build.flash_mode = qio
  23. [env:FYSETC_E4]
  24. extends = env:esp32
  25. board_build.partitions = default_16MB.csv
  26. [env:PANDA]
  27. extends = env:esp32
  28. build_flags = ${env:esp32.build_flags} -DUSE_ESP32_EXIO -DUSE_ESP32_TASK_WDT
  29. lib_deps = ${common.lib_deps}
  30. SoftwareSerialEsp32
  31. board_build.partitions = Marlin/src/HAL/ESP32/esp32.csv
  32. upload_speed = 115200
  33. monitor_speed = 115200
  34. [env:mks_tinybee]
  35. extends = env:esp32
  36. board_build.partitions = default_8MB.csv