From: Jim Morris Date: Wed, 11 Jul 2018 14:24:32 +0000 (+0100) Subject: Update Readme.md X-Git-Url: https://git.hcoop.net/clinton/Smoothieware.git/commitdiff_plain/717830ac9a399f912e0b0cbef4b7b2040d4b6589 Update Readme.md --- diff --git a/FirmwareBin/Readme.md b/FirmwareBin/Readme.md index a844fb10..191ecea6 100644 --- a/FirmwareBin/Readme.md +++ b/FirmwareBin/Readme.md @@ -6,5 +6,7 @@ Click the file you want, then click the View Raw button to get the raw binary fi Flashing the HTML will mean the leds will not flash :) -the firmware-cnc.bin is a build for CNC using a new pendant style LCD display, requires a graphic LCD it also excludes modules required for 3D printing like temperature control and extruders etc. It also uses $H to home as G28 is used to park in real GCode. +the firmware-cnc.bin is a build for CNC. It has a different layout for the optional LCD more suited to CNC, this layout requires a graphic LCD. This build also excludes modules required for 3D printing like temperature control and extruders etc. It has only 3-axis compiled in. It also uses $H to home as G28 is used to park in real GCode. + +The regular firmware.bin builds are for 3D printers and exclude CNC moudules such as spindle and drilling cycles. It has 5-axis built in so you can use two extuders out of the box.