Merge pull request #1062 from nmaggioni/edge
[clinton/Smoothieware.git] / upgrade-notes.md
index 31bbccd..a800ef9 100644 (file)
@@ -3,8 +3,9 @@ To upgrade from master or edge to the new motion control firmware
 
 The following changes must be made to your config
 
-1. alpha_max, beta_max, gamma_max must be correctly defined for homing to work properly even when homing to min
-   they control the maximum distance the axis will move before it gives up finding the home switch.
+1. ```alpha_max_travel, beta_max_travel, gamma_max_travel``` must be correctly defined for homing to work properly
+   they control the maximum distance the axis will move before it gives up finding the home switch. They are currently set to ```alpha_max, beta_max and Gamma_max``` (or 500) if not found in the config file.
+NOTE on a delta this needs to be the total hieght (or greater) than yur towers NOT the same as gamma_max.
 
 2. it is best to start from a fresh config
 
@@ -29,6 +30,10 @@ The following changes must be made to your config
 
 6. If you use volumetric extrusion (M200 D2.85) then note that unlike the current edge, G1 E5 will extrude 5mm³ not 5mm. Note that in slic3r there is now a smootheware flavor you need to select for gcode generation, which fixes an issue with firmware retract.
 
+7. if you have configured more than 2 extruders you will need to recompile and set ```MAX_ROBOT_ACTUATORS``` accordingly.. https://github.com/Smoothieware/Smoothieware/blob/edge/src/modules/robot/ActuatorCoordinates.h#L17
+
+8. ```M18 E0``` is no longer supported ```M18``` will disable all steppers, there is no way to disable just E as it is a normal axis now. (This may get fixed in the future, check back here)
+
 The following changes must be made to your hardware
 ---------------------------------------------------