mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-24 23:23:54 -06:00
FYSETC BLTouch config and more (#14668)
This commit is contained in:
parent
92e513e76e
commit
1ea9a36d11
11 changed files with 4820 additions and 67 deletions
|
@ -26,9 +26,10 @@ env.AddPostAction(
|
|||
#)
|
||||
|
||||
# In-line command with arguments
|
||||
#env.Replace(
|
||||
# UPLOADCMD="executable -arg1 -arg2 $SOURCE"
|
||||
#)
|
||||
env.Replace(
|
||||
UPLOADCMD="stm32flash -v -i rts,-dtr,dtr " + '$UPLOAD_PORT' + " -R -w $BUILD_DIR/${PROGNAME}.hex"
|
||||
)
|
||||
|
||||
|
||||
# Python callback
|
||||
#def on_upload(source, target, env):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue