Index: firmware/App/HDCommon.h =================================================================== diff -u -rb9cc3a7d3023b5b74331a10f19311c20ee42a707 -r78db0ac30c2511d78e1da8b9be3fdbf68d4a9902 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision b9cc3a7d3023b5b74331a10f19311c20ee42a707) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 78db0ac30c2511d78e1da8b9be3fdbf68d4a9902) @@ -58,7 +58,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_ARTERIAL_PRESSURE_CHECK 1 // Do not error on arterial pressure out of range -// #define DISABLE_VENOUS_PRESSURE_CHECK 1 // Do not error on venous pressure out of range + #define DISABLE_VENOUS_PRESSURE_CHECK 1 // Do not error on venous pressure out of range // #define DISABLE_UF_ALARMS 1 // Do not error on HD ultrafiltration checks #define DISABLE_DIALYSATE_TEMP_CHECK 1 // Disable dialysate temperature check #define DISABLE_VALVE_ALARMS 1 // Do not error on HD valve position Index: firmware/App/Modes/Prime.c =================================================================== diff -u -r0047fb79ccb021d606e06bc6da70fd710e05169e -r78db0ac30c2511d78e1da8b9be3fdbf68d4a9902 --- firmware/App/Modes/Prime.c (.../Prime.c) (revision 0047fb79ccb021d606e06bc6da70fd710e05169e) +++ firmware/App/Modes/Prime.c (.../Prime.c) (revision 78db0ac30c2511d78e1da8b9be3fdbf68d4a9902) @@ -36,7 +36,7 @@ // ********** private definitions ********** -#define MAX_PRIME_TIME ( 10 * SEC_PER_MIN ) ///< Maximum prime time (in seconds). +#define MAX_PRIME_TIME ( 15 * SEC_PER_MIN ) ///< Maximum prime time (in seconds). #define PRIME_DATA_PUB_INTERVAL ( MS_PER_SECOND / TASK_GENERAL_INTERVAL ) ///< Interval (ms/task time) at which the prime data is published on the CAN bus. #define BLOOD_PUMP_FAST_FLOW_RATE_PURGE_AIR_ML_MIN 300 ///< Blood pump fast flow rate to fill fluid.