Search found 60 matches

by Ronnien55
Thu Aug 06, 2015 11:54 pm
Forum: M2 Dual Extruder
Topic: Adding auto leveling or tramming gcode to dual extruder
Replies: 37
Views: 65443

Re: Adding auto leveling or tramming gcode to dual extruder

PcS wrote:viewtopic.php?f=10&t=2547&start=40

Halfway down the page.
got it, which probe did you use?
by Ronnien55
Thu Aug 06, 2015 7:38 pm
Forum: M2 Dual Extruder
Topic: Adding auto leveling or tramming gcode to dual extruder
Replies: 37
Views: 65443

Re: Adding auto leveling or tramming gcode to dual extruder

If you look at the beta z probe thread the marlin code I attached will work for you. The only issue I see is which extruder to use for your offset. Although on the m2 one is left and one it right I personally feel if you used the dimension directly between the two it would get you close enough.Or a...
by Ronnien55
Thu Aug 06, 2015 7:38 pm
Forum: M2 Dual Extruder
Topic: Adding auto leveling or tramming gcode to dual extruder
Replies: 37
Views: 65443

Re: Adding auto leveling or tramming gcode to dual extruder

Sorry I'm punting on your question, because I've installed a Smoothieboard controller on my M2 and no longer use the Marlin code. Once I get my own z-probe installed, I can probably answer that question better, but it may be a week or more before that happens. But---you seem to be the first person ...
by Ronnien55
Thu Aug 06, 2015 3:02 pm
Forum: M2 Dual Extruder
Topic: Adding auto leveling or tramming gcode to dual extruder
Replies: 37
Views: 65443

Adding auto leveling or tramming gcode to dual extruder

Does anyone know what lines have to be added to the lines of code need to be added to the Marlin code for the M2 dual extruder. I know that i must add the auto bed leveling feature under mechanical, however there are several different ways and lies of code. I am currently adding a proximity switch t...
by Ronnien55
Sun Jul 19, 2015 5:08 pm
Forum: Software
Topic: simplify3d v3.0
Replies: 159
Views: 158027

Re: simplify3d v3.0

Tool change retract can only mean sucking the filament back into the nozzle a little so from your perspective it's an inherently negative value, but then a positive value would make no sense so the parameter is specified unsigned. Thanks, I think I understand. I will just continue to us the Scripts...
by Ronnien55
Mon Jul 13, 2015 3:10 pm
Forum: Software
Topic: simplify3d v3.0
Replies: 159
Views: 158027

Re: simplify3d v3.0

Tool change retract can only mean sucking the filament back into the nozzle a little so from your perspective it's an inherently negative value, but then a positive value would make no sense so the parameter is specified unsigned. Thanks, I think I understand. I will just continue to us the Scripts...
by Ronnien55
Fri Jul 10, 2015 3:39 pm
Forum: Software
Topic: simplify3d v3.0
Replies: 159
Views: 158027

Re: simplify3d v3.0

Hey all can someone help me or explain this: Under the Advanced Tab there is the tool change retraction. It does not seam to work correctly. I cannot input a negative tool retraction only positive, but retract is a negative number not positive. the restart distance can be positive or negative all th...
by Ronnien55
Sun Jul 05, 2015 6:11 pm
Forum: Software
Topic: simplify3d v3.0
Replies: 159
Views: 158027

Re: simplify3d v3.0

I am glad they finally updated and added much needed support. Here is my Tree frog done with simplify3d v3.0.
by Ronnien55
Mon Jun 08, 2015 11:30 am
Forum: M2 Dual Extruder
Topic: Dual printing set up Saturday (thanks Scott D )
Replies: 9
Views: 15519

Re: Dual printing set up Saturday (thanks Scott D )

Well i think i have my settings, no problem so far with oozing, did have layer adhesion issue between colors. By turning off retract settings in S3D and adding above code to tool change you can see in the photo, the left is with S3D retract on and the right is with it turned off and using the tool c...
by Ronnien55
Mon Jun 08, 2015 4:43 am
Forum: M2 Dual Extruder
Topic: Dual printing set up Saturday (thanks Scott D )
Replies: 9
Views: 15519

Re: Dual printing set up Saturday (thanks Scott D )

Whoop! I may know what's causing that....we ran into the same thing when we tried to switch out colors. Make sure you are zero-ing out the extruder (whichever one it is) with the code below: G92 E0 ; zero extruder Reading this thread will describe the problem we ran into, and how we finally got aro...