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.

fysetc_f6.json 612B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "build": {
  3. "core": "arduino",
  4. "extra_flags": "-DARDUINO_AVR_MEGA2560",
  5. "f_cpu": "16000000L",
  6. "hwids": [
  7. [
  8. "0x27b2",
  9. "0x0002"
  10. ]
  11. ],
  12. "mcu": "atmega2560",
  13. "variant": "fysetcf6"
  14. },
  15. "debug": {
  16. "simavr_target": "atmega2560",
  17. "avr-stub": {
  18. "speed": 115200
  19. }
  20. },
  21. "frameworks": [
  22. "arduino"
  23. ],
  24. "name": "FYSETC F6",
  25. "upload": {
  26. "maximum_ram_size": 8192,
  27. "maximum_size": 258048,
  28. "protocol": "wiring",
  29. "require_upload_port": true,
  30. "speed": 115200
  31. },
  32. "url": "https://www.fysetc.com/",
  33. "vendor": "FYSETC"
  34. }