hi David
1 .Important! On a CoreXY machine, if upgrading from a version prior to 1.19beta9, you need to reverse the Y motor direction in the M569 command. Similarly for CoreXYU machines.
sorry about that, I thought exchange connector x to y in duet board,, because there is a tab connector in duet board and the motor and cannot be reverse. I have to cut the cable near y motor and use dupont connector, so i can reverse the y motor. now it work , but still printing mirror for the object, but it,s okay.
2. The contents of DuetWebControl-1.19.zip, extracted into the /www folder. Existing versions of DWC won't let you upload a file called DuetWebControl*.zip to a Duet WiFi, so you will either have to do this on a PC, or you can rename it to e.g. DWC.zip and then it should upload. If there is a /www folder already on the SD card, I recommend you delete it and create a new one
I already doing that, my fault is, I unzip the file direct to /www in sd card, so it create subfolder. and duet cannot read subfolder in /www sd card. my solution is unzip the file in hardisk, then the copy and paste the file only to folder /wwww in sd card and it works.
3.A macro file in /macros to set up access to your WiFi network. I'll call this file SetNetwork, but you can choose any name you like. This should contain the following commands:
M552 S0
G4 P1000
M587 S"your-network-ssid" P"your-network-password"
I cannot make this file in notepad ++, because when I save there are format txt or else . and duet cannot read txt or any format.
So i open the existing file in macro with notepad++, delete the existing txt and copy, paste and edit it. then save. And then rename it SetNetwork. and its work
4. Send M552 S1. After a few seconds you should see a message that it has connected to your access point.
Connect via the web interface.
At first , my duet cannot detect the access point. then I try to reboot and set name same to setnetwork in my modem and router. now my duet can detect it and give me the ip.
that's my experience upgrade the firmware 1.19.
if there are something wrong in my experience, please advice.
thank you
arif