You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-24Lines changed: 12 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,12 @@
1
-
# Swift Pro Firmware V4.2.0 (Base on [Grbl v0.9j](https://github.com/grbl/grbl) )
1
+
# Swift Pro Firmware V4.3.0 (Base on [Grbl v0.9j](https://github.com/grbl/grbl) )
2
2
3
3
----------
4
-
## Update Summary for v4.2.0
5
-
6
-
* Add closed-loop stepper control (step losing detection and auto-adjusting)
7
-
* Add M2123 cmd to control closed-loop stepper system
8
-
* Add pro work mode,plus work mode and touch pen work mode
9
-
* Add M2412 cmd to set offset of the effect-stepper
10
-
* Fix P2206 cmd to get effect angle bug
11
-
* Fix G1 move bug
12
-
* Fix cmd M17 bug
13
-
* Fix old uarm pro cann't read refer value bug
14
-
* Fix P2242 P2243 bug
15
-
16
-
## Update Summary for v4.1.0
17
-
* Transplant Grbl framework.
18
-
* Optimize stepper motor performance,improve motor speed,fix motor shake.
19
-
* Fix servo shake in end-effector.
20
-
* Optimize code efficiency and improve readability.
4
+
## Update Summary for v4.3.0
5
+
6
+
* Add serial port automatic identification system
7
+
* Add extern I/O Control CMD M2240,M2241,P2240,P2241
8
+
* Fix Z aixs problem
9
+
21
10
22
11
## Caution
23
12
#### The current firmware is not perfect and will be updated periodically
@@ -33,12 +22,10 @@
33
22
First, connect to uArm using the serial terminal of your choice.Set the baud rate to 115200 as 8-N-1 (8-bits, no parity, and 1-stop bit.) .Cmd list reference to [protocol documents](doc/).
34
23
35
24
* move cmd support **G0,G1,G2004,G2201,G2202,G2204,G2205**.
36
-
* setting cmd support **M17,M204,M2019,M2120,M2121,M2122,M2201,M2202,M2203,M2210,M2215,M2220,M2221,M2222,M2231,M2232,M2233,M2400,M2401,M2410,M2411**.
37
-
not support currently **M2211,M2212,M2213,M2234,M2240,M2241,M2245**.
25
+
* setting cmd support **M17,M204,M2019,M2120,M2121,M2122,M2201,M2202,M2203,M2210,M2215,M2220,M2221,M2222,M2231,M2232,M2233,M2400,M2401,M2410,M2411,M2240,M2241**.
26
+
not support currently **M2211,M2212,M2213,M2234,M2245**.
0 commit comments