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.

mfhelp 1.1KB

12345678910111213141516171819202122232425262728
  1. #!/usr/bin/env bash
  2. #
  3. # mfhelp
  4. #
  5. cat <<THIS
  6. Marlin Firmware Commands:
  7. firstpush ... Push and set-upstream the current branch to 'origin'
  8. ghpc ........ Push the current branch to its upstream branch
  9. ghtp ........ Set the transfer protolcol for all your remotes
  10. mfadd ....... Fetch a remote branch from any Marlin fork
  11. mfclean ..... Attempt to clean up merged and deleted branches
  12. mfdoc ....... Build the website, serve locally, and browse
  13. mffp ........ Push new commits directly to MarlinFirmware
  14. mfinfo ...... Provide branch information (for the other scripts)
  15. mfinit ...... Create an 'upstream' remote for 'MarlinFirmare'
  16. mfnew ....... Create a new branch based on 'bugfix-...'
  17. mfpr ........ Push the current branch and open the PR form
  18. mfpub ....... Build and publish the marlinfw.org website
  19. mfqp ........ Commit changes, do an interactive rebase, and push
  20. mfrb ........ Interactively rebase the current branch on 'bugfix-...'
  21. mftest ...... Run a platform test locally with PlatformIO
  22. mfup ........ Fetch the latest 'upstream' and rebase on it
  23. Enter [command] --help for more information.
  24. THIS