An extruder temp safety used to exist on the ToM. Then it was gone with the Replicator...
--
You received this message because you are subscribed to the Google Groups "MakerBot Operators" group.
To unsubscribe from this group and stop receiving emails from it, send an email to makerbot+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I had done the reset on the board and my offsets were near 0. The extruder offset was set to new.
If it is set near zero should the setting read old?
I was able to print close to correct by slicing in repg and printing.
Now just need to get KS to work.
Bad thing is It will be Monday before I can test further.
Steve
Thanks,
Hello Everyone,
Ive got a Replicator 2X and I've finally got my tool change to work. Took me awhile. The hardest part is getting it to print consistently with two heads but I think most of that has to do with the extruders. I plan on upgrading to aluminum ones soon.
All I do under the "select extruder" gcode is add:
; Select new extruder
M135 T<EXT+n>
That is it. Nothing under deselect or anything.
This is my prefix.
M136 (enable build)
M73 P0
G162 X Y F2000(home XY axes maximum)
G161 Z F900(home Z axis minimum)
G92 X0 Y0 Z-5 A0 B0 (set Z to -5)
G1 Z0.0 F900(move Z to '0')
G161 Z F100(home Z axis minimum)
M132 X Y Z A B (Recall stored home offsets for XYZAB axis)
G92 X152 Y72 Z0 A0 B0
G1 X-112 Y-73 Z150 F3300.0 (move to waiting position)
G130 X20 Y20 A20 B20 (Lower stepper Vrefs while heating)
M109 S110 T0
M134 T0
M104 S230 T0
;M104 S230 T1
M133 T0
;M133 T1
G130 X127 Y127 A127 B127 (Set Stepper motor Vref to defaults)
M135 T0
G1 X-105.400 Y-74.000 Z0.270 F1800.000 (Right Prime Start)
G1 X105.400 Y-74.000 Z0.270 F1800.000 A25.000 (Right Prime)
;M135 T1
;G1 X105.400 Y-73.500 Z0.270 F1800.000 (Left Prime Start)
;G1 X-105.400 Y-73.500 Z0.270 F1800.000 B25.000 (Left Prime)
G92 A0 B0 (Reset after prime)
;M135 T1
;G1 B-12 F300
;G92 B0
(**** end of start.gcode ****)
I have to mod it here and there when using dual extruders but all and all its been working.
Glad to finally have contributed something after reading these forums for months.
Zack
I have had success slicing a file in Repg and combining 2 Stl files. It prints with the offsets applied.
Also just to provide further background running sailfish 7.4 and repg 40-r16.
I have done the reset to factory several times. Went back and reviewed the offsets per the links provided.