Changes between Version 34 and Version 35 of Mendel3DPrinter
- Timestamp:
- Mar 30, 2018, 7:30:07 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Mendel3DPrinter
v34 v35 177 177 The demostration print accedentally printed using setting from an other printer. The result how-ever looks much smoother, which seems rather odd since the nozzle is completely different. 178 178 179 === Step size issues179 === Z-axis Step size issues 180 180 The demostration print as perfect diamentions on X and Y (20mm), yet the Z axis is not correct. Instead of 5mm it is roughly 3mm. Some tweaking on STEP sizes needs te be done using [http://marlinfw.org/docs/gcode/M092.html M92] Z6666.66 as starting point. Turns out Marlin firmware by default does not allow saving to EEPROM using M500 {{{#define EEPROM_SETTINGS}}} needs to be uncommented in file:Configuration.h to get it to work. 181 181