Index: firmware/App/HDCommon.h =================================================================== diff -u -reaa5d092694de585c7e8332439abe1b40a1ecaac -r98e6274b15d523e39ee14b4e9b51c25e6dc5fdec --- firmware/App/HDCommon.h (.../HDCommon.h) (revision eaa5d092694de585c7e8332439abe1b40a1ecaac) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 98e6274b15d523e39ee14b4e9b51c25e6dc5fdec) @@ -59,9 +59,9 @@ // #define RUN_BP_OPEN_LOOP 1 // Run blood pump in open loop mode // #define RUN_DPI_OPEN_LOOP 1 // Run dialysate inlet pump in open loop mode #define WORN_OUT_CARTRIDGE 1 // Running with an old worn out cartridge (max wear) - #define DISABLE_MOTOR_CURRENT_CHECKS 1 // Do not error on HD pump current checks - #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_MOTOR_CURRENT_CHECKS 1 // Do not error on HD pump current checks +// #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 ALWAYS_ALLOW_SYRINGE_PUMP_CMDS 1 // Allow syringe pump commands at any time except when pump is busy @@ -88,12 +88,12 @@ #define DISABLE_UI_POST_TEST 1 // Disable the UI POST // 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_PRIMING 1 // Skip Pre-treatment Prime -// #define SKIP_WET_SELF_TESTS 1 // Skip Pre-treatment prime wet self-tests + #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_PRIMING 1 // Skip Pre-treatment Prime + #define SKIP_WET_SELF_TESTS 1 // Skip Pre-treatment prime wet self-tests #include #include