summaryrefslogtreecommitdiff
path: root/Tonokip_Firmware/configuration.h
diff options
context:
space:
mode:
authorEmanuele Caruso <emanuele.caruso@gmail.com>2011-05-04 21:05:22 +0200
committerEmanuele Caruso <emanuele.caruso@gmail.com>2011-05-04 21:05:22 +0200
commit93529ad632ca9f4949004f7a350b3bbc48f9deac (patch)
tree9a31dda7b10bfa1484cbc440f92013b41208968d /Tonokip_Firmware/configuration.h
parent5a5818c10999d55050c6d8af79d606bdd6cf8669 (diff)
Added max z feedrate configuration value, default to 120 mm/min. Solution suggested by cakeller98
Diffstat (limited to 'Tonokip_Firmware/configuration.h')
-rw-r--r--Tonokip_Firmware/configuration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tonokip_Firmware/configuration.h b/Tonokip_Firmware/configuration.h
index e176ea4..1d3a1c8 100644
--- a/Tonokip_Firmware/configuration.h
+++ b/Tonokip_Firmware/configuration.h
@@ -74,6 +74,7 @@ float y_steps_per_unit = 80.376;
float z_steps_per_unit = 3200/1.25;
float e_steps_per_unit = 16;
float max_feedrate = 200000; //mmm, acceleration!
+float max_z_feedrate = 120;
//float x_steps_per_unit = 10.047;
//float y_steps_per_unit = 10.047;