Skip to content

Instantly share code, notes, and snippets.

View ibash's full-sized avatar
🐢
-

Islam Sharabash ibash

🐢
-
View GitHub Profile
// gcode dsl
// all config is optional until it's used... e.g. if xmax is never used, then it
// doesn't need to be set.
// all config _is_ strongly typed, however... maybe typescript?
gcode.config({
dialect: 'rrf',
xMax: 280,
yMax: 280,