diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-08-10 12:30:50 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-08-10 12:30:50 +0300 |
| commit | 71b6596e53b93e9c55195b3edcf2d35e80bb7242 (patch) | |
| tree | b9de7190e8641260c453118afde2c713c38af89c /Software/Embedded_SW/Embedded/StateMachines | |
| parent | 41f960a47a79f13a2a741f30cfa9441ad2392872 (diff) | |
| download | Tango-71b6596e53b93e9c55195b3edcf2d35e80bb7242.tar.gz Tango-71b6596e53b93e9c55195b3edcf2d35e80bb7242.zip | |
fix TFU tension handling. small fix in waste handling
Diffstat (limited to 'Software/Embedded_SW/Embedded/StateMachines')
| -rw-r--r-- | Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c b/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c index 30e43fe99..815b153d1 100644 --- a/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c +++ b/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c @@ -592,7 +592,7 @@ uint32_t InitSequenceStartHeating(void) SetMachineReadyForHeating(true); HeadCard_Actuators_Relocate(); //SetMachineStatus(MACHINE_STATE__Ready); //prevent job while waiting for the cooler - + waste_seq_step1(); if (InitialHeating) { if (ProcessParamsInit() ==OK) |
