Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Allow flashing Prusa MK3S, full flash with language part #139

Closed
courtpl opened this issue Jun 5, 2020 · 4 comments
Closed
Labels

Comments

@courtpl
Copy link

courtpl commented Jun 5, 2020

The prusa MK3S has 2 commands to completely flash the firmware.
Unfortunately, this plugin can only execute one command.
Is it possible to extend the number of commands to flash a firmware?

example:

  1. avrdude-slic3r -v -p atmega2560 -c wiring -P COM7 -b 115200 -D -U flash:w:0:C:\prusa3d_fw_3_9_0_MK3S\prusa3d_fw_MK3S_3_9_0_3421.hex:i
  2. avrdude-slic3r -v -p atmega2560 -c arduino -P COM7 -b 115200 -D -u -U flash:w:1:C:\prusa3d_fw_3_9_0_MK3S\prusa3d_fw_MK3S_3_9_0_3421.hex:i
@github-actions
Copy link

This issue has been automatically marked as stale because it has not had any recent activity. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed within 7 days.

@github-actions github-actions bot added the Stale label Nov 28, 2020
@benlye
Copy link
Collaborator

benlye commented Dec 1, 2020

I'm working on adding a 'custom' flash method which I think would solve this for you - you could provide your own script which would run both commands.

@github-actions github-actions bot closed this as completed Dec 9, 2020
@courtpl
Copy link
Author

courtpl commented Dec 9, 2020

avrdude-slic3r -v -p atmega2560 -c wiring -P <comport #> -b -D -flash:w:0:<filename>:i
avrdude-slic3r -v -p atmega2560 -c arduino -P <comport #>-b -D -u -U flash:w:1:<filename>
:i

@github-actions
Copy link

github-actions bot commented Feb 7, 2021

This issue has been automatically locked because there was no further activity after it was closed. Please open a new issue for any related problems.

@github-actions github-actions bot locked and limited conversation to collaborators Feb 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants