Class: PlotterConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/convert_svg_string_to_gcode/constants/plotter_config.rb

Constant Summary collapse

ORIGIN_X =
"X0.0"
ORIGIN_Y =
"Y0.0"
Z_DOWN =
"Z10.0"
Z_UP =
"Z30.0"
HEADER =
["%", "G21", "G00 #{Z_UP}", "G00 X0.0 Y0.0"]
["G00 #{ORIGIN_X} #{ORIGIN_Y} #{Z_UP}", "%"]