Update Readme.md
authorJim Morris <morris@wolfman.com>
Wed, 11 Jul 2018 14:24:32 +0000 (15:24 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Jul 2018 14:24:32 +0000 (15:24 +0100)
FirmwareBin/Readme.md

index a844fb1..191ecea 100644 (file)
@@ -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 :)
 
 
 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.