Changes between Version 20 and Version 21 of Mendel3DPrinter
- Timestamp:
- Mar 10, 2018, 7:50:36 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Mendel3DPrinter
v20 v21 122 122 * Ensure the extruder coordinates are relative avoiding math additions of feeding new PLA. Issue [http://marlinfw.org/docs/gcode/M083.html M83]. 123 123 * Wait till the temperature is right, by checking it manually [http://marlinfw.org/docs/gcode/M105.html M105] a few times. 124 * Set the extruder head to a free location (G0 X0 Y0 Z150) 125 * Feeding start by [http://marlinfw.org/docs/gcode/G0.html G0 F500 E100] (repeatedly). 124 * Set the extruder head to a free location (G0 X0 Y0 Z150) 125 * Set feedrate by 500 using [http://marlinfw.org/docs/gcode/G0.html G0 F500]. 126 * Feeding start by [http://marlinfw.org/docs/gcode/G0.html G0 E100] (repeatedly). 126 127 127 128 Check for clean flow, in this case it should not stick to the nozzle and look clean and smooth. Some observations: