Changes between Version 19 and Version 20 of Mendel3DPrinter


Ignore:
Timestamp:
03/10/18 19:49:28 (6 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Mendel3DPrinter

    v19 v20  
    119119==== Testing nozzle
    120120In 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]. 
    122123 * Wait till the temperature is right, by checking it manually [http://marlinfw.org/docs/gcode/M105.html M105] a few times.
    123124 * Set the extruder head to a free location (G0 X0 Y0 Z150)