Can this be done with Simplify3D?
I suppose I should have checked before I bought it

Code: Select all
M501
Code: Select all
G92 Exx
(replace xx with your new steps/mm)
Code: Select all
M500
Code: Select all
M501
Good info, 10KOhms did an adequate job describing this process. Just wanna clarify the G92 Exx,the E stands for Extruder, there will also be an X,Y and Z. In addition, the xx he used is a placeholder for a variable, don't be surprised if the actual steps per mm you use is 3 digits long (xxx).TenKOhms wrote:You can do this by doing:
-connect printer to computer
-open up s3d, and the machine control panel
-with the device connected, open up the communication tab
-send in the command:This will display your current steps per mm. It is good to write this information down or take a screenshot of it to revert if necessary.Code: Select all
M501
To change extruder steps per mm send:Now to permanently save the new steps per mm send in:Code: Select all
G92 Exx (replace xx with your new steps/mm)
Re-running the:Code: Select all
M500
will be a good way to verify your settings have been saved.Code: Select all
M501