powered by
Reads parsed gcode and returns simulated data
simulate_data_from_gcode(gcode_parsed, start_time = 0, data_res = 0.2, data_type = "ISO")
Parsed gcode
Starting time (default 0)
Resolution for occurrence of a new data point. (seconds)
Data type
# NOT RUN { data("example_gcode_parsed") simulated_data_from_gcode <- simulate_data_from_gcode(example_gcode_parsed,start_time = 0, data_res = 0.2, data_type = "HH") # }
Run the code above in your browser using DataLab