- Prevent cutting off distant parts of 3D path view.
- Raised default ``latch-backoff`` to 100mm and ``zero-backoff`` to 5mm.
- Added ``max-deviation`` option.
+ - Fixed problem with GCode boolean expression parsing. #232.
## v0.4.11
- Don't reset global offsets on M2.
git clone https://github.com/buildbotics/bbctrl-firmware
+## Install the Linux kernel source
+
+An optimized Linux serial driver is built as part of the Buildboitcs firmwere.
+A copy of the Linux kernel source for the RaspberryPi is necessary for building
+this module. [Download the kernel source](https://github.com/dbrgn/linux-rpi/releases/tag/raspberrypi-kernel_1.20171029-1)
+and move it to ``src/bbserial/kernel``.
+
## Build the Firmware
cd bbctrl-firmware