Changes between Version 34 and Version 35 of Mendel3DPrinter


Ignore:
Timestamp:
03/30/18 19:30:07 (6 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Mendel3DPrinter

    v34 v35  
    177177The 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.
    178178
    179 === Step size issues
     179=== Z-axis Step size issues
    180180The 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.
    181181