This website requires JavaScript.
Explore
Help
Sign In
wp
/
Marlin-Ai3M
Watch
1
Star
0
Fork
You've already forked Marlin-Ai3M
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
3f83a4b772
Marlin-Ai3M
/
buildroot
/
bin
/
opt_set
4 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit Using TMC2208 in standalone mode, I've inverted the stepper direction to match Anycubics pin layout. M110 memory watcher was removed due to redundancy and - ironically - to save memory.
2018-11-16 03:32:01 -06:00
#!/usr/bin/env bash
Merge Marlin 1.1.8
2019-01-31 05:25:28 -06:00
eval "sed -i 's/\(#define \b${1}\b\).*$/\1 ${2}/g' Marlin/Configuration.h"