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.

000_read_me.txt 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Overview:
  2. 1) Install Sublime
  3. 2) Install Deviot (?optional?)
  4. 3) Install WebDevShell (this will execute the auto-build script)
  5. 4) Copy the menu configuration to the proper Sublime directory
  6. 5) Add platformio to your path (usually not needed)
  7. Sublime with autobuild
  8. Tools
  9. Install Package Control
  10. Tools
  11. Command Palette
  12. Package Control: Install Package
  13. type in deviot and click on it
  14. Tools
  15. Command Palette
  16. Package Control: Install Package
  17. type in WebDevShell and click on it
  18. in Sublime, open Marlin directory with "platformio.ini" in it
  19. starting in the top level directory, go to the folder "Buildroot/shared/Sublime"
  20. copy the folder "auto_build_sublime_menu" and contents to:
  21. Windows
  22. \Users\your_user_name\AppData\Roaming\Sublime Text 3\Packages
  23. Linux
  24. /home/your_user_name/.config/sublime-text-3/Packages/User
  25. macOS (Click on the Finder's 'Go' menu and hold down Option to open...)
  26. ~/Library/Application Support/Sublime Text 3/Packages/User
  27. The menu should now be visible
  28. If you get an error message that says "file not found" and "subprocess.Popen(['platformio' ... "
  29. then you'll need to add platformio to your path.
  30. macOS
  31. sudo nano /etc/paths
  32. add these to the bottom
  33. /Users/bob/.platformio
  34. /Users/bob/.platformio/penv/bin