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_at90usb1286.json 460B

123456789101112131415161718192021
  1. {
  2. "build": {
  3. "core": "teensy",
  4. "extra_flags": "-DTEENSY2PP -fsingle-precision-constant",
  5. "f_cpu": "16000000L",
  6. "mcu": "at90usb1286"
  7. },
  8. "frameworks": [
  9. "arduino"
  10. ],
  11. "platform": "teensy",
  12. "name": "Atmel AT90USB1286 based",
  13. "upload": {
  14. "maximum_ram_size": 8192,
  15. "maximum_size": 122880,
  16. "require_upload_port": true,
  17. "protocol": ""
  18. },
  19. "url": "https://github.com/MarlinFirmware/Marlin",
  20. "vendor": "various"
  21. }