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_archim.json 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "build": {
  3. "core": "arduino",
  4. "cpu": "cortex-m3",
  5. "extra_flags": "-D__SAM3X8E__ -DARDUINO_ARCH_SAM -DARDUINO_SAM_DUE",
  6. "f_cpu": "84000000L",
  7. "hwids": [
  8. [
  9. "0x27B1",
  10. "0x0001"
  11. ],
  12. [
  13. "0x2341",
  14. "0x003E"
  15. ],
  16. [
  17. "0x2341",
  18. "0x003D"
  19. ]
  20. ],
  21. "ldscript": "linker_scripts/gcc/flash.ld",
  22. "mcu": "at91sam3x8e",
  23. "usb_product": "Archim",
  24. "variant": "MARLIN_ARCHIM"
  25. },
  26. "connectivity": [
  27. "can"
  28. ],
  29. "debug": {
  30. "jlink_device": "ATSAM3X8E",
  31. "openocd_chipname": "at91sam3X8E",
  32. "openocd_target": "at91sam3XXX",
  33. "svd_path": "ATSAM3X8E.svd"
  34. },
  35. "frameworks": [
  36. "arduino",
  37. "simba"
  38. ],
  39. "name": "Archim",
  40. "upload": {
  41. "disable_flushing": true,
  42. "maximum_ram_size": 98304,
  43. "maximum_size": 524288,
  44. "native_usb": true,
  45. "protocol": "sam-ba",
  46. "protocols": [
  47. "sam-ba",
  48. "jlink",
  49. "blackmagic",
  50. "atmel-ice",
  51. "stlink"
  52. ],
  53. "require_upload_port": true,
  54. "use_1200bps_touch": true,
  55. "wait_for_upload_port": true
  56. },
  57. "url": "https://ultimachine.com",
  58. "vendor": "UltiMachine"
  59. }