0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-11-05 06:03:23 +01:00

Added little readme

This commit is contained in:
Olaf van der Kruk 2016-02-29 10:48:11 +01:00
parent 939cb66066
commit 9f95b8c537

View File

@ -4,6 +4,12 @@
-- * directives: either a color, a color prefixed by 'b' or one of: _delete, _nodelete, [_matchonly] -- * directives: either a color, a color prefixed by 'b' or one of: _delete, _nodelete, [_matchonly]
-- * pattern rules are matched top to bottom, the last one encountered overriding any previous conflicting directive -- * pattern rules are matched top to bottom, the last one encountered overriding any previous conflicting directive
-- --
-- EXAMPLE USAGE:
-- to be able to run print3d and at the same time color the logging you can use the pipe (|) operator.
-- use 2>&1 to redirect the stderr to stdout.
-- eg:
-- ./print3d -S -V -F -p marlin_generic 2>&1 | lua ./loglite.lua
--
-- TODO: -- TODO:
-- * move script to firmware repo (since it's shared between that and print3d) and remove commit from print3d -- * move script to firmware repo (since it's shared between that and print3d) and remove commit from print3d
-- * pre-split keyword lists for efficiency? -- * pre-split keyword lists for efficiency?