Index: firmware/App/HDCommon.h =================================================================== diff -u -r05585c23f131d1d73df019132d4efb220eb3cfdd -r9b3f49e024c38a2a7aad8dbe383b3b6ab0e733f2 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 05585c23f131d1d73df019132d4efb220eb3cfdd) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 9b3f49e024c38a2a7aad8dbe383b3b6ab0e733f2) @@ -54,7 +54,7 @@ #define ALWAYS_ALLOW_SYRINGE_PUMP_CMDS 1 // Allow syringe pump commands at any time except when pump is busy #define DISABLE_PRESSURE_CHECKS 1 // Do not error on HD pressure checks // #define DISABLE_UF_ALARMS 1 // Do not error on HD ultrafiltration checks -// #define DISABLE_VALVE_ALARMS 1 // Do not error on HD valve position + #define DISABLE_VALVE_ALARMS 1 // Do not error on HD valve position #define DISABLE_CAL_CHECK 1 // Disable calibration checks // #define RUN_PUMPS_OPEN_LOOP 1 // BP and DPi pumps will be run open loop (no flow sensor feedback) // #define RAW_FLOW_SENSOR_DATA 1 // Test build will not filter flow sensor data