aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/update_mks_robin.py
Commit message (Collapse)AuthorAgeFilesLines
* scripts: update_mks_robin.py python env version (#6043)JamesH19782023-02-091-1/+1
| | | | | | | The recent PR to change this to say `#!/usr/bin/env python` instead of `#!/usr/bin/env python2` can cause issues on non rpi based OS's where `python` is not mapped to `python3`. `#!/usr/bin/env python3` should work in both situations. Signed-off-by: James Hartley <james@hartleyns.com>
* scripts: Update update_mks_robin.py for Python3 (#5985)3D Print PT2023-01-171-1/+1
| | | Signed-off-by: Márcio Pereira <3dprintpt@gmail.com>
* update_mks_robin: Remove unnecessary importsKevin O'Connor2020-07-241-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* update_mks_robin: Add script to update firmware for MKS Robin bootloaderKevin O'Connor2020-03-241-0/+38
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>