Changes between Version 33 and Version 34 of Mendel3DPrinter
- Timestamp:
- Mar 30, 2018, 7:29:50 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Mendel3DPrinter
v33 v34 178 178 179 179 === Step size issues 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] as starting point.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 182 183