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 1008B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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 = ststm32
  15. board = genericSTM32F103RE
  16. #
  17. # List of environment names that are no longer used
  18. #
  19. [env:STM32F103RET6_creality_maple]
  20. # Renamed to STM32F103RE_creality_maple
  21. extends = renamed
  22. [env:STM32F103RET6_creality]
  23. # Renamed to STM32F103RE_creality
  24. extends = renamed
  25. [env:STM32F103RET6_creality_xfer]
  26. # Renamed to STM32F103RE_creality_xfer
  27. extends = renamed
  28. [env:STM32F103RC_btt_512K]
  29. # Renamed to STM32F103RE_btt
  30. extends = renamed
  31. [env:STM32F103RC_btt_512K_USB]
  32. # Renamed to STM32F103RE_btt_USB
  33. extends = renamed
  34. [env:STM32F103RC_btt_512K_maple]
  35. # Renamed to STM32F103RE_btt_maple
  36. extends = renamed
  37. [env:STM32F103RC_btt_512K_USB_maple]
  38. # Renamed to STM32F103RE_btt_USB_maple
  39. extends = renamed