3d Laser Printer
Friends, I
build the powdered printer.
The laser
works fine only mode - Laser
But now it
is not included second extruder motor connector for leveling each layer of
powder.
The code
that you offered to me earlier for the control shaft through the extruder
motor. works fine mode only - FFF
T1
G92 E0
M302 S1;
allow cold extrusion
G1 E-100
F3000
G1 E0
F3000; back to origin
M302 S0
T0
----------------------------------
Video:
How can I run it all together at the same time and the laser engine and a second extruder connected to the shaft ?
Comments
M451 ; FFF mode for shaft
T1
G92 E0
M302 S1;
allow cold extrusion
G1 E-100
F3000
G1 E0
F3000; back to origin
M302 S0
M452 ; Back to laser mode
T0
The problem is quite simple - in laser mode we interpret E moves as laser on during move and not as motor move. I guess you used that fact already to use simple slicer output.