K8400 automatic 190 degrees and platform

I use so far only PLA.
My K8400 headed to 210 degrees.
Is het possible that my printer stay on 190 degrees?
What must i change in the code to get my printer stay on 190 degrees.

Is it possible to automatically lower the platform when the printer is ready with a project?

Grtz: Ben

In Repetier/Slicer/Configuration :
In the Filament tab set Print Temperature to 190.
Don’t forget to Save !

[quote=“Ben Hur”]Is it possible to automatically lower the platform when the printer is ready with a project?[/quote]Yes :

Slicer/Configuration
In the G-code tab : Select End-gcode in the left list.
Insert a line after ; Disable all extruder to have something like that (new lines in bold):

M107 ; Turn off fan
; Disable all extruder
G90 ; Absolute positioning
G1 X0 Y0 Z190 ; Get extruder out of the way

G91 ; Relative positioning
.
.
.

Hello Raby thanks for quick repsonding.

In Repetier/Slicer/Configuration :
In the Filament tab set Print Temperature to 190.
Don’t forget to Save !

I try this but it doesn’t working, yesterday it work fine but today not.
I reinstall Repetier-Host but it do not work.
The printer goes to 210 degrees and it’s to hot for PLA.

The other code i let you know, he is printing now.

Grtz: Ben

I have now by End G-Code:

M107 ; Turn off fan
; Disable all extruder
G90 ; Absolute positioning
G1 X0 Y0 Z190 ; Get extruder out of the way
G91 ; Relative positioning
{IF_EXT0}T0
{IF_EXT0}G1 E-1 ; Reduce filament pressure
M104 T0 S0
{IF_EXT1}T1
{IF_EXT1}G1 E-1 ; Reduce filament pressure
M104 T1 S0
G90 ; Absolute positioning
G92 E0 ; Reset extruder position
M140 S0 ; Disable heated bed
M84 ; Turn steppers off
T0
T1
T0

But it doesnt work, i would have the bed on position 190.

What is wrong?

Ben

There should be 2 profiles for your printer (1) head and (2) heads.
Check to see if you are configuring both profiles.
I just reloaded the software on a different computer and had the same problem.
I was making changes in one profile and using the other.
Talk about feeling like an Idiot when I figured it out.
Lol

I was made a new profile and it doesn’t work :frowning:

I used now vortex one head and… it works nw :slight_smile: :slight_smile:

One problem to go.

Thx for help.