Changes between Version 19 and Version 20 of Mendel3DPrinter
- Timestamp:
- Mar 10, 2018, 7:49:28 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Mendel3DPrinter
v19 v20 119 119 ==== Testing nozzle 120 120 In order to print a working nozzle is required, with proper temperature settings for this nozzle (185C) and feed rates (500). One way is to use manual codes to allow debugging: 121 * First set the temperature of the nozzle [http://marlinfw.org/docs/gcode/M104.html M104 S185] next ensure the extruder coordinates are relative avoiding math additions of feeding new PLA. Issue [http://marlinfw.org/docs/gcode/M083.html M83]. 121 * First set the temperature of the nozzle [http://marlinfw.org/docs/gcode/M104.html M104 S185]. 122 * Ensure the extruder coordinates are relative avoiding math additions of feeding new PLA. Issue [http://marlinfw.org/docs/gcode/M083.html M83]. 122 123 * Wait till the temperature is right, by checking it manually [http://marlinfw.org/docs/gcode/M105.html M105] a few times. 123 124 * Set the extruder head to a free location (G0 X0 Y0 Z150)