diff options
Diffstat (limited to 'Tonokip_Firmware')
-rw-r--r-- | Tonokip_Firmware/configuration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tonokip_Firmware/configuration.h b/Tonokip_Firmware/configuration.h index a658412..2bd4e6a 100644 --- a/Tonokip_Firmware/configuration.h +++ b/Tonokip_Firmware/configuration.h @@ -93,6 +93,7 @@ float e_steps_per_unit = 16; float max_feedrate = 200000; //mmm, acceleration! float max_z_feedrate = 120; +//For SAE Prusa mendeel float z_steps_per_unit = should be 3200/1.411 for 5/16-18 rod and 3200/1.058 for 5/16-24 //float x_steps_per_unit = 10.047; //float y_steps_per_unit = 10.047; //float z_steps_per_unit = 833.398; |