Im printing on an UM2. I assumed there is only one code, the ultimaker2marlin. The EEPROM might be the issue. I'll try that later.
Im printing on an UM2. I assumed there is only one code, the ultimaker2marlin. The EEPROM might be the issue. I'll try that later.
You can change these settings easily with gcodes. But if an axis is off by 10%? What the hell? You should double check this:
1) Get pronterface:
http://koti.kapsi.fi/~kliment/printrun/
2) Connect to UM2 with USB cable and connect with pronterface. Move the bad axis around with gcodes:
G0 Y0 -- this goes to location Y=0
G0 Y200 -- this goes to location Y=200
Now measure the actual distance with ruler. Is it off by 20mm? Really? That's extreme! Maybe you have the wrong model stepper model - make sure both steppers are the same part number (x and y) or one of your pulleys is 10% too big or too small. There are no other sources for error.
Anyway you can adjust your steps/mm with gcodes:
gcodes for Marlin (and a few other firmwares)
great reference:
scroll way down to the gcodes on this page:
https://github.com/ErikZalm/Marlin/
Pay particular attention to M500.
Thx for the help. It worked with the reset to factory defaults from the LCD menu.The changed code worked afte the reset.
Thx for the info on pronterface I didn't know that programm, it is realy handy. And using Gcode to calibrate would have been much faster then printing a calibrating print.
Recommended Posts
illuminarti 18
What code? How did you change it? What sort of printer is this?
In general, the steps per mm settings are a function of the mechanical components - pulley diameters mostly. So generally speaking, the steps per mm setting shouldn't need to be changed from the default.
Once thing to bear in mind is that the firmware may be saving the values into EEPROM, in which case changing the definitions in the firmware won't help, until you reload the values from the defaults (with an M502 gcode) and then resave them (M500).
If you have an Ulticontroller on a UM1, you can edit the values directly in the Control -> Motion menu.
Link to post
Share on other sites