Hi Dave,Mitchy wrote:I have just purchased Simplify3D earlier today, running the stock 1.1.1j firmware on a macstevedev wrote:I got it working, I had to modify the g-code to lower the bed 3.25mm to get it to not bump (changes in the preferences and process doesn't do anything). Got it printing, but the prints are pretty bad, looks like the z-axis isn't moving enough between layer changes.
Had to revert to OSX XYZWare 1.06, as 1.0.7 said printer mismatch when I send the gCode
I imported the sample profile I was sent by S3D support, and the extruder head just hit the bed
when I sent the gcode through XYZware.
A real beginner with 3D printers, so looking for help, where would I need to change the height if
I used your profile.
Also I cannot communicate with the Da Vinci on the mac, is this correct ?
Any help and advise greatly appreciated
When the website said the Da Vinci was compatible, I thought it would be listed in the printers
section during the install and the rest was plain sailing. (I guess not)
Dave
I am unsure of what Simplify3D sent you, but it sounds like you need to lower the bed. The z-offset in the program (at least on the windows version) does not work with the da Vinci. It ignores it. You will have to manually set it by adding G1 Zxx (where xx is the amount of mm you want to lower the bed). You can do this by going to the Scripts tab then adding it to startup code.
That is correct. I believe both versions (OSX and Windows) of the software WILL NOT communicate with the da Vinci correctly at least on stock. The best we have is the gcode. Also remember that Simplify3D uses G0 commands in which the da Vinci will ignore as it does not support G0 movements. You will have to use a text editor and replace all G0's with G1's. You can use the search and replace all in your favorite text editor.