A10 won't keep temp settings

Post Reply
Draazith
Posts: 6
Joined: Wed Oct 10, 2018 12:54 am

A10 won't keep temp settings

Post by Draazith » Sat Oct 27, 2018 11:38 pm

Hi,

I have set up the temperatures to 185°C for PLA and 70°C for bed, but whenever I start a print PLA temp jumps to 200°C and bed temp goes down to 60°C.

My exact temperature settings in Cura are as follows:

Print Setup:
- Default Printing Temperature: 185°C
- Printing Temperature: 185°C
- Printing Temperature Initial Layer: 185°C
- Initial Printing Temperature: 175°C
- Final Printing Temperature: 170°C
- Default Build Plate Temperature: 70°C
- Build Plate Temperature: 70°C
- Build Plate Temperature Initial Layer: 70°C

Material:
- Default Printing Temperature: 185°C
- Default Build Plate Temperature: 70°C
- Standby Temperature: 175°C

How do I fix that? Am I missing another setting?

User avatar
_kaktus_
Site Admin
Posts: 1260
Joined: Fri Dec 15, 2017 10:06 pm
Location: PL
Contact:

Re: A10 won't keep temp settings

Post by _kaktus_ » Sun Oct 28, 2018 4:17 am

Hello.
:mrgreen:

You've probably forgotten about the additional configuration in the slicer, or the printer itself.

Have a look again everywhere.

Also check if your startup scripts do not have a static entry of temperature settings.
;)
On the forum I help to use the rod, I don't give fish.
Geeetech Prusa I3 M201 Dual extruder Mixcolor 3D printer, bought 2017-12-19, already built, in the cognitive and improvement phase
Geeetech filament, ABS only
Geeetech 3D WiFi Module for 3D Printer, bought 2018-04-15, He got a new life, and still lies in a drawer.
Positively frenzied customer of Getech Technology.

emaren
Posts: 9
Joined: Sat Aug 18, 2018 7:35 pm

Re: A10 won't keep temp settings

Post by emaren » Sun Oct 28, 2018 8:11 pm

In 'Manage Printers' / Machine Settings take a look at the Start G-Code


I BET that the two lines

Code: Select all

c
M190 S60;Heating bed 
are in there and either commenting them out with a semi colon

Code: Select all

;M109 S200;Heating nozzle
;M190 S60;Heating bed
or deleting them entirely will fix this.

Draazith
Posts: 6
Joined: Wed Oct 10, 2018 12:54 am

Re: A10 won't keep temp settings

Post by Draazith » Sun Oct 28, 2018 10:00 pm

That's it! I added a semicolon at the beginning of both lines and now my temp settings are used. Thanks!

simonk
Posts: 1
Joined: Sun Mar 01, 2020 5:01 am

Re: A10 won't keep temp settings

Post by simonk » Sun Mar 08, 2020 10:56 pm

Thanks, this was the answer I was looking for too :-)

strueman
Posts: 2
Joined: Fri Jul 10, 2020 2:50 pm

Re: A10 won't keep temp settings

Post by strueman » Sat Jul 11, 2020 10:25 am

thanks, that was driving me bonkers.

SeniorUrchin
Posts: 2
Joined: Mon Sep 14, 2020 2:50 am

Re: A10 won't keep temp settings

Post by SeniorUrchin » Tue Sep 22, 2020 2:22 am

I have the same issue with the machine overriding Cura temperature settings. I checked the starting code and there is no such line. Changing the settings in firmware seems to do nothing.

I have another issue with printing single colors. Cura slices my models and they look fine, but they print a blend instead of different colors. If I try to print a single color file I get the blend, even if I disable the unused extruder.

Post Reply