Commit b4d3d483 authored by Simone Primarosa's avatar Simone Primarosa

Added ability to write configuration on SD

parent ddcbb315
...@@ -269,6 +269,8 @@ static uint8_t target_extruder; ...@@ -269,6 +269,8 @@ static uint8_t target_extruder;
bool no_wait_for_cooling = true; bool no_wait_for_cooling = true;
bool target_direction; bool target_direction;
unsigned long printer_usage_seconds;
#ifndef DELTA #ifndef DELTA
int xy_travel_speed = XY_TRAVEL_SPEED; int xy_travel_speed = XY_TRAVEL_SPEED;
float zprobe_zoffset = 0; float zprobe_zoffset = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment