Skip to content

Commit d7802bc

Browse files
more
1 parent 11ec0d4 commit d7802bc

File tree

3 files changed

+10
-27
lines changed

3 files changed

+10
-27
lines changed

developer-guide/07-Plugins/01-intro-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class DemoJob(BackgroundJob):
7272
def on_ready(self):
7373
self.logger.debug("Hello, world!")
7474

75-
def on_disconnect(self):
75+
def on_disconnected(self):
7676
self.logger.debug("Goodbye, world!")
7777

7878

user-guide/01-getting-started/01-assembly_guides/02_pioreactor_20ml_v1.0_to_v1.1/02-pioreactor-disassembly.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import TabItem from '@theme/TabItem';
2121
If the LEDs/PDs are stuck in the socket, **do not pull!** Gently twist the bulb until it loosens from the socket to safely remove it.
2222
:::
2323

24-
4. Unplug the LED ans PDs from the HAT. Set aside the LED and PDs for later.
24+
4. Unplug the LED and PDs from the HAT. Set aside the LED and PDs for later.
2525
5. Unplug the fan and the heater flat-flex cable from the HAT.
2626

2727
</AssemblyInstructionBlock>
@@ -30,17 +30,17 @@ If the LEDs/PDs are stuck in the socket, **do not pull!** Gently twist the bulb
3030

3131
<AssemblyInstructionBlock title="Step 2: Remove the top assembly from the base" images={["user-guide/hardware-assembly/upgrade-version/remove-6mm-screws.png", "user-guide/hardware-assembly/upgrade-version/set-aside-6mm-screws.png", "user-guide/hardware-assembly/upgrade-version/remove-vial-holder-from-hat.png", "user-guide/hardware-assembly/upgrade-version/untighten-30mm-screws.png", "user-guide/hardware-assembly/upgrade-version/remove-vial-holder.png"] }>
3232

33-
1. Remove the four <Highlight color={colors.red}>6mm screws</Highlight> from the top faceplate. Set screws aside. The top assembly of your Pioreactor should now be separate from the HAT and Raspberry Pi.
34-
2. Partially unscrew the <Highlight color={colors.green}>30mm screws</Highlight> from the bottom of the faceplate, <Highlight color={colors.blue}>separating it from the vial holder</Highlight>.
35-
3. Remove the fan from the fanplate. If required, use the screwdriver to **carefully** lever the fan out, applying force alternatively from all four sides. Set the fan aside for later.
33+
1. Remove the four <Highlight color={colors.red}>M2.5 6mm screws</Highlight> from the top faceplate. Set screws aside. The top assembly of your Pioreactor should now be separate from the HAT and Raspberry Pi.
34+
2. *Partially* unscrew the <Highlight color={colors.green}>M3 30mm screws</Highlight> from the bottom of the faceplate, <Highlight color={colors.blue}>separating it from the vial holder</Highlight>.
35+
3. Remove the stirring fan from the faceplate. If required, use the screwdriver to **carefully** lever the fan out, applying force alternatively from all four sides. Set the fan aside for later.
3636

3737
</AssemblyInstructionBlock>
3838

3939
-------
4040

4141
<AssemblyInstructionBlock title="Step 3: Remove the heater PCB from the vial holder" images={["user-guide/hardware-assembly/upgrade-version/unscrew-4mm-screws.png", "user-guide/hardware-assembly/upgrade-version/set-aside-heater.png"]}>
4242

43-
1. Unscrew the two <Highlight color={colors.red}>4mm screws</Highlight> from the bottom of the vial holder. Set these screws aside for later.
43+
1. Unscrew the two <Highlight color={colors.red}>M2.5 4mm screws</Highlight> from the bottom of the vial holder. Set these screws aside for later.
4444
2. Remove the heater PCB and wire from the vial holder. Set aside for later.
4545

4646
</AssemblyInstructionBlock>
@@ -49,7 +49,7 @@ If the LEDs/PDs are stuck in the socket, **do not pull!** Gently twist the bulb
4949

5050
<AssemblyInstructionBlock title="Step 4: Remove the window cover" images={["user-guide/hardware-assembly/upgrade-version/unscrew-window-cover.png", "user-guide/hardware-assembly/upgrade-version/set-aside-window-cover.png"]}>
5151

52-
1. Unscrew the <Highlight color={colors.red}>6mm screws</Highlight> that secure the window cover to the vial holder.
52+
1. Unscrew the <Highlight color={colors.red}>M2.5 6mm screws</Highlight> that secure the window cover to the vial holder.
5353
2. Set aside the window cover.
5454

5555
</AssemblyInstructionBlock>
@@ -61,9 +61,9 @@ If the LEDs/PDs are stuck in the socket, **do not pull!** Gently twist the bulb
6161
The following items from the disassembled v1.0 Pioreactor should be set aside to be used for the upgrade:
6262
* <Highlight color={colors.blue}>LED (1x) and PDs (2x)</Highlight>
6363
* <Highlight color={colors.red}>Vial caps (6x or more)</Highlight>
64-
* <Highlight color={colors.magenta}>6mm screws (4x)</Highlight>
65-
* <Highlight color={colors.green}>4mm screws (2x)</Highlight>
66-
* <Highlight color={colors.orange}>Fan PCB</Highlight>
64+
* <Highlight color={colors.magenta}>M2.5 6mm screws (4x)</Highlight>
65+
* <Highlight color={colors.green}>M2.5 4mm screws (2x)</Highlight>
66+
* <Highlight color={colors.orange}>Stirring fan</Highlight>
6767
* <Highlight color={colors.purple}>Heater PCB</Highlight>
6868
* <Highlight color={colors.brown}>Window cover</Highlight>
6969

user-guide/03-Extending your Pioreactor/30-Upgrade kits/13-high-temp-upgrade-kit.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)