D3D 1612 Product Manual: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Minor Organizational Changes) |
||
(One intermediate revision by one other user not shown) | |||
Line 8: | Line 8: | ||
=Safety= | =Safety= | ||
* | |||
Line 39: | Line 41: | ||
|- | |- | ||
| style="width: 30%; background-color: white;"| | | style="width: 30%; background-color: white;"| | ||
*The actual range of movement of the bed is much larger than the indicated values on the screen: if I send a signal to move it by | *The actual range of movement of the bed is much larger than the indicated values on the screen: if I send a signal to move it by 10mm, it moves 160 millimeters instead (16X factor). | ||
| style="width: 70%; background-color: orange;"| | | style="width: 70%; background-color: orange;"| | ||
*Check that you have the OSE Marlin from OSE Linux - which has the correct steps per mm. | *Check that you have the OSE Marlin from OSE Linux - which has the correct steps per mm. | ||
Line 68: | Line 70: | ||
<html><iframe width="560" height="315" src="https://www.youtube.com/embed/HcoTJBRbLPM" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></html> | <html><iframe width="560" height="315" src="https://www.youtube.com/embed/HcoTJBRbLPM" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></html> | ||
==Heaters and Thermistors== | ==Heaters and Thermistors== | ||
*Cura won't work fo the extruder thermistor is not connected. Make sure to connect it. | *Cura won't work fo the extruder thermistor is not connected. Make sure to connect it. | ||
*You can test the bed thermistor by connecting the heated bed directly to the power supply (not to the relay) - and observing in the Cura window whether the temperature reading for the bed goes up. | *You can test the bed thermistor by connecting the heated bed directly to the power supply (not to the relay) - and observing in the Cura window whether the temperature reading for the bed goes up. | ||
*You can do the same thermistor test for the extruder thermistor. | *You can do the same thermistor test for the extruder thermistor. | ||
*If the thermistor is not showing a rising temperature, first check that it is plugged in. | *If the thermistor is not showing a rising temperature, first check that it is plugged in. | ||
*Test for continuity of the thermistor with a | *Test for continuity of the thermistor with a voltmeter - if the resistance is infinite, then the thermistor is broken. | ||
*If there is no | *If there is no continuity, cut into the heat shrink. Make sure that the thermistor wires are soldered under the heat shrink connecting to the plug. | ||
==Probe and Bed Area, Offset of Probe from Extruder== | ==Probe and Bed Area, Offset of Probe from Extruder== | ||
*Probe doesn't have to be always inside the bed working area. I has to be over the bed only for the probing points. Set the probing points so they are on the bed. | *Probe doesn't have to be always inside the bed working area. I has to be over the bed only for the probing points. Set the probing points so they are on the bed. | ||
:*Though I may be wrong - I remember that the 3 point probing probes 4 points, one where the x and y endstops are located. | :*Though I may be wrong - I remember that the 3 point probing probes 4 points, one where the x and y endstops are located. | ||
=Repair= | =Repair= | ||
* | |||
Latest revision as of 19:40, 22 January 2018
Basics
- A guide to using the D3D 1612
Safety
Operation
Setting Bed Leveling Probing
- For D3D 1612 - set the following coordinates:
- Note that configuration.h in Arduino code does not set bed size, but only the software endstops.
- Use 3 point probing in OSE Marlin.
- To modify probing location, go to Arduino IDE->configuration.h ->
Troubleshooting
Trying table layout:
Troubleshooting | |
|
|
|
|
|
|
|
|
|
Heaters and Thermistors
- Cura won't work fo the extruder thermistor is not connected. Make sure to connect it.
- You can test the bed thermistor by connecting the heated bed directly to the power supply (not to the relay) - and observing in the Cura window whether the temperature reading for the bed goes up.
- You can do the same thermistor test for the extruder thermistor.
- If the thermistor is not showing a rising temperature, first check that it is plugged in.
- Test for continuity of the thermistor with a voltmeter - if the resistance is infinite, then the thermistor is broken.
- If there is no continuity, cut into the heat shrink. Make sure that the thermistor wires are soldered under the heat shrink connecting to the plug.
Probe and Bed Area, Offset of Probe from Extruder
- Probe doesn't have to be always inside the bed working area. I has to be over the bed only for the probing points. Set the probing points so they are on the bed.
- Though I may be wrong - I remember that the 3 point probing probes 4 points, one where the x and y endstops are located.
Repair
See Also