Gcode. Model. Comment
(gcode v1.0.2)
Copy Markdown
A G-code comment.
Summary
Functions
Initialise a comment.
Types
Functions
@spec init(String.t()) :: Gcode.Result.t(t(), error())
Initialise a comment.
Example
iex> "Doc, in the carpark, with plutonium"
...> |> Comment.init()
{:ok, %Comment{comment: "Doc, in the carpark, with plutonium"}}