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.

marlin_maple_MEEB_3DP.json 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "build": {
  3. "core": "maple",
  4. "cpu": "cortex-m3",
  5. "extra_flags": "-DSTM32F103xE -DSTM32F1",
  6. "f_cpu": "72000000L",
  7. "hwids": [
  8. [
  9. "0x1EAF",
  10. "0x0003"
  11. ],
  12. [
  13. "0x1EAF",
  14. "0x0004"
  15. ]
  16. ],
  17. "libopencm3": {
  18. "ldscript": "stm32f103xc.ld"
  19. },
  20. "mcu": "stm32f103rct6",
  21. "variant": "marlin_maple_MEEB_3DP"
  22. },
  23. "debug": {
  24. "jlink_device": "STM32F103RC",
  25. "openocd_target": "stm32f1x",
  26. "svd_path": "STM32F103xx.svd"
  27. },
  28. "frameworks": [
  29. "arduino",
  30. "cmsis",
  31. "libopencm3",
  32. "stm32cube"
  33. ],
  34. "name": "3D Printer control board for MEEB with 512k flash/rs422 bus/tmc2208 drivers",
  35. "upload": {
  36. "disable_flushing": false,
  37. "maximum_ram_size": 49152,
  38. "maximum_size": 524288,
  39. "protocol": "dfu",
  40. "protocols": [
  41. "jlink",
  42. "stlink",
  43. "blackmagic",
  44. "serial",
  45. "dfu"
  46. ],
  47. "require_upload_port": true,
  48. "use_1200bps_touch": false,
  49. "wait_for_upload_port": false
  50. },
  51. "url": "https://github.com/ccrobot-online/MEEB_3DP",
  52. "vendor": "CCROBOT-ONLINE"
  53. }