Topic: Is there a simple guide for using Slic3r with the Da Vinci?
Greetings!
New user here, although I've been reading these forums for awhile. As the topic says, I'm looking for a guide to use Slic3r with the DaVinci. I've been through the excellent tutorial on Scribd, and I have been able to use Slic3r to slice models with very nice supports where XYZWare wouldn't create ANY supports even when I check the box. Also, I've loaded the DaVinci config file into Slic3r successfully and generated the .gcode with no problems.
I export the geode file from Slic3r. Exports great and faster than XYZWare. I edit the .gcode file as described elsewhere with the proper codes in TextEdit. I save it. Then I drag and drop it into XYZWare. It displays fine in the software. I send it to the Da Vinci, it uploads (though slowly) and then...nothing. I might get a flash from the printer, but it doesn't print.
Here is the header code=======
; filename = composition.3w
; machine = daVinciF10
; material = abs
; layer_height = 0.2
; total_layers = 173
; total_filament = 0.00
; extruder = 1
; perimeters extrusion width = 0.40mm
; infill extrusion width = 0.67mm
; solid infill extrusion width = 0.67mm
; top infill extrusion width = 0.67mm
; support material extrusion width = 0.40mm
G21 ; set units to millimeters
M107
M190 S100 ; wait for bed temperature to be reached
M104 S230 ; set temperature
M109 S230 ; wait for temperature to be reached
G90 ; use absolute coordinates
G92 E0
M82 ; use absolute distances for extrusion
G1 F1800.000 E-1.00000
G92 E0
G1 Z0.300 F7800.000
===========
Am I missing something?
