alexqzd / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
http://marlinfw.org
GNU General Public License v3.0
196 stars 71 forks source link

Printer Kill Reason MINTEMP #39

Open ma-gu-16 opened 1 year ago

ma-gu-16 commented 1 year ago

Hi,

My Aquila X2  
N32
BLTouch
Current Firmware Beta

following if heat up my bed and start after the BLTouch... or any manuall prop, i got the following error after the the little plastik of the bl touch hit the bed.

it doesnt matter how hot the bed is. everything above 0 will get me the error.

image

what i did to use the bl touch, i changed my startcode and set bedtemp to 0 , after i use bltouch and after i reheat again.

this is very anoying because i cant make a 100% mesh with bl touch it takes to long and the temp will go from 60deg to 30deg while its checking each corner.

M190 S60 ; preheat BED
M104 S190 ; Preheat nozzle
M140 S0 ; Set temp to 0 to prevent MIN ERROR
G28 ; Home all axes
M420 S1 ; 
M190 S{material_bed_temperature_layer_0} ; Start heating the bed, wait until target temperature reached
M109 S{material_print_temperature_layer_0} ; Finish heating the nozzle
G92 E0 ; Reset Extruder
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position
G1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line
G1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little
G1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line
G92 E0 ; Reset Extruder
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish

EDIT:

i made succesfull PID run for nozzel an bed with pronterface. no issues with my bed or holding temperature :(

NurikNar commented 1 year ago

Hello. I would like to ask you for help. If anyone else can help I would be very happy. I want to say in advance that you have made a great contribution to custom 3D printing, and I am very grateful to you for this. I state the essence of the problem. I have an Aquila X2 3D printer with H32 motherboard. Yes, I used your ready firmware .bin file. But there is a limitation on the maximum heating of the heating nozzle by 260 degrees, I would like to increase this value to 300, since my Extruder allows me to heat up to this temperature. Can someone send the finished firmware with this setting ??? I wanted to make a firmware for this printer myself, but I can’t assemble the firmware (Marlin) for this board, since there is no such option in the list of motherboards (chips). There are on G 32 and N 32. If you compile for these boards or some suitable ones, then a black screen comes out after the printer is flashed. I'm sorry, maybe I'm asking stupid questions, but I started to study this topic relatively recently. I followed all instructions. Used all the latest updates. Oh yes and more. I flashed your Marlin configuration with my Aquila s 2 settings and everything worked for me. Thank you for that. I hope someone can help me with my problem with Aquila X2. Thank you all in advance. nuriknar2016@gmail.com