-
Notifications
You must be signed in to change notification settings - Fork 233
Closed
Description
It is possible to select a different tool while the printer is in the processing state
Example: the printer is printing with tool 1, the user unintentionally click on tool 2 from the DWC control panel, the printer will release the tool 1 and bring the tool 2. This is undesirable as tool changes need to be co-ordinated with the job file and are (nearly always) commanded in the job file/
Changing DWC to restrict sending tool commands from the tools dialog when state.status = "processing" would get around this issue. preferably when a job is paused, tool change commands would be allowed.