Vorrenrey/Firmware/Smoothieware
2017-04-24 12:48:47 +02:00
..
Azteeg X5 GT - Sample config for Smoothie on Re-ARM with RAMPS 1.4. 2017-01-10 15:37:16 -05:00
MKS SBase Enabling network 2017-04-24 12:48:47 +02:00
Re-ARM Fixed G28 crashing the head. 2017-01-11 14:48:28 -05:00
README.md Updated readme 2017-01-11 20:23:39 -05:00

VORON on Smoothieware

Smoothieware can be used on multiple boards, these are sample configs that should help you get started with a particular board. As usual for Smoothie, just copy the appropriate config.txt on the SD card of the controller and reset it for the changes to take effect.

Things to note:

Smoothie does not currently support using a Z probe as an endstop, so the Z offset currently has to be set in your start Gcode, similar to this:

G1 Z5       ; lower bed plate 5mm
G28         ; home X and Y (because there is no Z endstop)
G32         ; probe bed and enable autolevel
G30 Z1.85   ; set Z probe offset