Update WHATS_NEW.md
This commit is contained in:
parent
5212ac47fc
commit
4a2087bd48
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Version 1.19alpha1
|
||||||
==================
|
==================
|
||||||
|
|
||||||
New features:
|
New features:
|
||||||
- On the Duet WiFi the network code has been rewritten. The web server now runs on the Duet instead of on the wifi module. FTP and Telnet are supported if enabled using M586. New commands M587, M588 and M589 are supported. The meaning of the M552 S parameter has changed: S-1 holds the WiFi module in the reset state, S0 holds it in the Idle state allowing it to process M587/M588/M589 commands, S1 starts it in client mode and S2 starts it in access point mode.
|
- On the Duet WiFi the network code has been rewritten. The web server now runs on the Duet instead of on the wifi module. FTP and Telnet are supported if enabled using M586. New commands M587, M588 and M589 are supported. The meaning of the M552 S parameter has changed: S-1 holds the WiFi module in the reset state, S0 holds it in the Idle state allowing it to process M587/M588/M589 commands, S1 starts it in client mode and S2 starts it in access point mode. The M122 diagnostic report includes WiFi module parameters unless the WiFi module is being held in the reset state.
|
||||||
- The F feed rate parameter in G1 commands is now taken to be the feed rate for the combined XYZ movement, ignoring any additional axes unless the X axis is mapped to them in the M563 command for the current tool. Caution: this may have unexpected side-effects on IDEX machines, let me know of you find any.
|
- The F feed rate parameter in G1 commands is now taken to be the feed rate for the combined XYZ movement, ignoring any additional axes unless the X axis is mapped to them in the M563 command for the current tool. Caution: this may have unexpected side-effects on IDEX machines, let me know of you find any.
|
||||||
- The pause.g, resume.g amnd cancel.g files are not run unless all axes have been homed.
|
- The pause.g, resume.g amnd cancel.g files are not run unless all axes have been homed.
|
||||||
|
|
||||||
|
|
Reference in a new issue