PanelDue cant update
-
Okay thanks to your all, I will try to erase the firmware tommorow when I have more time.
I hope it will go smooth.It is a weird way paneldue have to update.
-
okay now it find it as com5
But cant get the program to update to paneldue
here is what I do and what comes upC:\Users\jense>C:\Program Files (x86)\BOSSA\bossac.exe" --port=COM5 -e -w -v -b D:\PanelDue-v2-7.0C.bin
'C:\Program' is not recognized as an internal or external command,
operable program or batch file. -
@TPJensen said in PanelDue cant update:
C:\Program Files (x86)\BOSSA\bossac.exe" --port=COM5 -e -w -v -b D:\PanelDue-v2-7.0C.bin
wrong use of "
try
"C:\Program Files (x86)\BOSSA\bossac.exe" --port=COM5 -e -w -v -b D:\PanelDue-v2-7.0C.bin
-
The single quote mark " is messing up the command. It's probably easiest to cd (change directory) to the folder that contains bossac, then you don't have to worry so much about getting the path right.
cd "C:\Program Files (x86)\BOSSA\"
Then run it from there with
bossac.exe --port=COM5 -e -w -v -b D:\PanelDue-v2-7.0C.bin
Ian
@bearer beat me to it! -
@bearer @droftarts
Thank you that worked
can I on the paneldue set TEMP with onscreen keybord or macros ?
or is the only thing to do is use
-5 -1 SET +1+5 ?
-
@TPJensen You can set temps using macros or the onscreen keyboard if you wish.
-
@Phaedrux said in PanelDue cant update:
@TPJensen You can set temps using macros or the onscreen keyboard if you wish.
How fo I get it to use the onscreen keyboard for TEMP ? I only get -5 -1 SET +1+5 if I choose the temp
-
you don't get a keyboard for the temp, you get a console for generic g-code.
-
If you hold your fingernail on the +5 it will auto-repeat, allowing you to go from 0 to printing temperature quite quickly.
-
@dc42 said in PanelDue cant update:
If you hold your fingernail on the +5 it will auto-repeat, allowing you to go from 0 to printing temperature quite quickly.
Super that works.. Thank you
-
If your intention is to do a preheat or something you could create a macro with the temp command and name it 0_Preheat and it should show up in the control screen in the quick macro list.
-
@Phaedrux said in PanelDue cant update:
Nice Thanks again now preheat is setup