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?
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
.
.
.
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.
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