Index: firmware/App/HDCommon.h =================================================================== diff -u -r736fe0498acdb625685b6eecdad65f48969c0a09 -r5333cffab88256f66a29b06f5c05237cba7fb66a --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 736fe0498acdb625685b6eecdad65f48969c0a09) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 5333cffab88256f66a29b06f5c05237cba7fb66a) @@ -54,7 +54,7 @@ #define DISABLE_PUMP_FLOW_CHECKS 1 // Do not error on HD pump flow checks #define DISABLE_PUMP_SPEED_CHECKS 1 // Do not error on HD pump speed checks #define DISABLE_PUMP_DIRECTION_CHECKS 1 // Do not error on HD pump direction checks - #define DISABLE_SYRINGE_PUMP 1 // Disable syringe pump functionality +// #define DISABLE_SYRINGE_PUMP 1 // Disable syringe pump functionality #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 @@ -86,9 +86,9 @@ // Skip Pre-Treatment and get to treatment as soon as possible // #define SKIP_UI_INTERACTION 1 // Skip UI interaction. - #define SKIP_SAMPLE_WATER 1 // Skip pre-treatment sample water - #define SKIP_CONSUMABLE_TESTS 1 // Skip pre-treatment consumable Self-tests - #define SKIP_DRY_SELF_TESTS 1 // Skip pre-treatment dry self-tests +// #define SKIP_SAMPLE_WATER 1 // Skip pre-treatment sample water +// #define SKIP_CONSUMABLE_TESTS 1 // Skip pre-treatment consumable Self-tests +// #define SKIP_DRY_SELF_TESTS 1 // Skip pre-treatment dry self-tests // #define RUN_BLOOD_CIRCUIT_PRIME_AGAIN 1 // If this is 1st time priming, run blood circuit prime again // #define SKIP_PRIMING 1 // Skip Pre-treatment Prime // #define SKIP_WET_SELF_TESTS 1 // Skip Pre-treatment prime wet self-tests