My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

renamed.ini 975B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #
  2. # Marlin Firmware
  3. # PlatformIO Configuration File
  4. #
  5. #################################
  6. # #
  7. # Renamed Environments #
  8. # #
  9. #################################
  10. #
  11. # A platform that doesn't match anything in pins.h
  12. #
  13. [renamed]
  14. platform = native
  15. #
  16. # List of environment names that are no longer used
  17. #
  18. [env:STM32F103RET6_creality_maple]
  19. # Renamed to STM32F103RE_creality_maple
  20. extends = renamed
  21. [env:STM32F103RET6_creality]
  22. # Renamed to STM32F103RE_creality
  23. extends = renamed
  24. [env:STM32F103RET6_creality_xfer]
  25. # Renamed to STM32F103RE_creality_xfer
  26. extends = renamed
  27. [env:STM32F103RC_btt_512K]
  28. # Renamed to STM32F103RE_btt
  29. extends = renamed
  30. [env:STM32F103RC_btt_512K_USB]
  31. # Renamed to STM32F103RE_btt_USB
  32. extends = renamed
  33. [env:STM32F103RC_btt_512K_maple]
  34. # Renamed to STM32F103RE_btt_maple
  35. extends = renamed
  36. [env:STM32F103RC_btt_512K_USB_maple]
  37. # Renamed to STM32F103RE_btt_USB_maple
  38. extends = renamed