Welcome! Log In Create A New Profile

Advanced

wrong extruder temperatur in g-code

Posted by OE-MS 
wrong extruder temperatur in g-code
July 29, 2015 02:07AM
I use the newes slic3r 1.2.9

The temperatur for my extruder is wrong in G-code. When I set 240° slice3r produces in G-Code M104 S215.
I always have to rewrite my G-code file manually.

Hope for some helpful hints.
Re: wrong extruder temperatur in g-code
July 29, 2015 02:31AM
Check your Custom G-code in Printer settings.
Re: wrong extruder temperatur in g-code
July 29, 2015 02:35AM
Thanks for your help.
I need further info. Checking for what.

Start Code
----------------
M550 S50
G28 ; home all axes
G1 Z10
M106 S150
G92 E0.0 ; Reset Extruder

End Code
---------------
M114 ;Get Current Position
G91 ; Releative Mode ON
;G1 Z5 F300 ; raise Z
G1 E-3 F1200
G90 ; Releative Mode OFF
G1 Z200 F300 ; raise Z
M104 S0 T0 ; Hotend 0 OFF
M104 S0 T1 ; Hotend 1 OFF
M140 S0 ; Heatbed OFF
M84 ; disable motors
M920 S111
M520 D; Get used Filament
Re: wrong extruder temperatur in g-code
July 29, 2015 02:50AM
Well, in my start setup I use this code, but that may not be default:
M104 S[first_layer_temperature] ; set extruder temp

In your case I have no further clue...
efa
Re: wrong extruder temperatur in g-code
July 29, 2015 12:29PM
M520 and M920 are custom codes not listed at:
[reprap.org]
Are those specific to your customized firmware?
Re: wrong extruder temperatur in g-code
July 29, 2015 02:29PM
Also check to be certain that both first layer as well as main temps are correct, and uncheck ooze prevention - it will do crazy things with extruder temp.

The point with start gcode, is that if you set temp (M104, M109) there, Slic3r will use that and not apply it's settings.

- Tim
Re: wrong extruder temperatur in g-code
July 30, 2015 10:51PM
Does Ooze Prevention do it on purpose?
Re: wrong extruder temperatur in g-code
July 30, 2015 11:04PM
Yup, it's goal is described as adjusting temp to minimize ooze . . . It drove me nuts, and I don't use it. It *may* be more intended for dual extruders, but played hell on my single . . .

- Tim

Edited 2 time(s). Last edit at 07/31/2015 11:56AM by tadawson.
Re: wrong extruder temperatur in g-code
July 31, 2015 12:49AM
Yes, it is intended for dual extruders.
Re: wrong extruder temperatur in g-code
July 31, 2015 04:45AM
Where is the ooze prevention setting, so I can avoid it?
Sorry, only registered users may post in this forum.

Click here to login