Index: firmware/.launches/DG.launch
===================================================================
diff -u -r369829214190013662bafb3d7448d55e5a82bb83 -r93d68c04d7a89d4f7829fb2d8b440028f1fd2fa2
--- firmware/.launches/DG.launch (.../DG.launch) (revision 369829214190013662bafb3d7448d55e5a82bb83)
+++ firmware/.launches/DG.launch (.../DG.launch) (revision 93d68c04d7a89d4f7829fb2d8b440028f1fd2fa2)
@@ -9,17 +9,20 @@
-
+
+
+
+
Index: firmware/App/Modes/ModeFill.c
===================================================================
diff -u -r3728ad1f09658c3495a11c6ba8e784bcfdfe3794 -r93d68c04d7a89d4f7829fb2d8b440028f1fd2fa2
--- firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision 3728ad1f09658c3495a11c6ba8e784bcfdfe3794)
+++ firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision 93d68c04d7a89d4f7829fb2d8b440028f1fd2fa2)
@@ -155,7 +155,7 @@
// NOTE: The target flow rate should be set prior to setting the start primary heater
// because the initial guess in the heaters driver needs the target flow to calculate
// the new PWMs for the main and small primary heaters
- //setROPumpTargetFlowRate( TARGET_RO_FLOW_RATE_L, TARGET_RO_PRESSURE_PSI );
+ setROPumpTargetFlowRate( TARGET_RO_FLOW_RATE_L, TARGET_RO_PRESSURE_PSI );
startHeater( DG_PRIMARY_HEATER );
}