|
1 |
| -# Swift Pro Firmware V4.1.0 (Base on [Grbl v0.9j](https://github.com/grbl/grbl) ) |
| 1 | +# Swift Pro Firmware V4.2.0 (Base on [Grbl v0.9j](https://github.com/grbl/grbl) ) |
2 | 2 |
|
3 | 3 | ----------
|
4 |
| - |
| 4 | +## Update Summary for v4.2.0 |
| 5 | +* Fix cmd M17 bug |
| 6 | +* Add closed-loop stepper control (step losing detection and auto-adjusting) |
| 7 | +* Add M2123 cmd to control closed-loop stepper system |
| 8 | +* Fix G1 move bug |
| 9 | +* Add M2412 cmd to set offset of the effect-stepper |
| 10 | +* Fix P2206 cmd to get effect angle |
| 11 | +* Add pro work mode,plus work mode and touch pen work mode |
| 12 | +* Fix old uarn pro cann't read refer value bug |
| 13 | +* Fix P2242 P2243 bug |
5 | 14 | ## Update Summary for v4.1.0
|
6 | 15 | * Transplant Grbl framework.
|
7 | 16 | * Optimize stepper motor performance,improve motor speed,fix motor shake.
|
|
14 | 23 | #### Not support app control
|
15 | 24 | #### For uArmStudio control
|
16 | 25 |
|
17 |
| -- BLOCKLY is not support **input** and **Grove** module. |
18 |
| -- Draw/Laser is not support. |
19 |
| -- 3D Printing is not support. |
| 26 | +- input and Grove module in BLOCKLY are not supported. |
| 27 | +- Draw/Laser is not supported. |
| 28 | +- 3D Printing is not supported. |
20 | 29 |
|
21 | 30 | ## Communication protocol
|
22 | 31 | #### For serial terminal control
|
@@ -48,7 +57,7 @@ not support currently **P2240,P2241**.
|
48 | 57 | * Open XLoader and select your uArm's COM port from the drop down menu on the lower left.
|
49 | 58 | * Select the appropriate device from the dropdown list titled "Device".
|
50 | 59 | * Check that Xloader set the correct baud rate for the device: 115200 for Mega (ATMEGA2560).
|
51 |
| -* Now use the browse button on the top right of the form to browse to your grbl hex file. |
| 60 | +* Now use the browse button on the top right of the form to browse to your hex file. |
52 | 61 | * Once your hex file is selected, click "Upload"
|
53 | 62 | The upload process generally takes about 10 seconds to finish. Once completed, a message will appear in the bottom left corner of XLoader telling you how many bytes were uploaded. If there was an error, it would show instead of the total bytes uploaded. Steps should be similar and may be done through the command prompt.
|
54 | 63 |
|
|
0 commit comments