Start of print slows down heating print head March 12, 2016 12:55PM |
Registered: 8 years ago Posts: 191 |
M301 H1 S1.5 T0.53 M301 H2 S1.5 T0.53
M107 M190 S50 ; set bed temperature M104 S240 ; set temperature ; layer_height = 0.2 G1 Z5 F5000 ; lift nozzle T0 M109 S240 ; wait for temperature to be reached G21 ; set units to millimeters G90 ; use absolute coordinates M82 ; use absolute distances for extrusion G92 E0 G1 Z0.400 F6000.000 G1 E-4.00000 F3000.00000 G92 E0 G1 X74.600 Y55.895 F6000.000 G1 E4.00000 F3000.00000 G1 X75.264 Y55.087 E4.08943 F1500.000 G1 X75.768 Y54.569 E4.15122 G1 X76.062 Y54.298 E4.18544
Re: Start of print slows down heating print head March 12, 2016 02:54PM |
Registered: 9 years ago Posts: 14,640 |
Re: Start of print slows down heating print head March 12, 2016 07:57PM |
Registered: 7 years ago Posts: 106 |
Quote
fotomas
If I am too impatient and start a print when the temperature is 2 degrees less (or lesser) than the print temp, the temp drops like 10 degrees and slooowly rises back up again.
This is what the temp chart looks like. Heating up and then at the first red little mark I start the print, temp drops from 237 to 227 and slowly rises to 240 and the print starts at the second mark.
[/code]
Re: Start of print slows down heating print head March 13, 2016 03:27AM |
Registered: 8 years ago Posts: 1,699 |
Re: Start of print slows down heating print head March 13, 2016 10:24AM |
Registered: 8 years ago Posts: 191 |
M111 S0 M550 PEXETON M551 Preprap M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED M552 P192.168.0.65 ; IP address M554 P192.168.0.1 ; Gateway M553 P255.255.255.0 ; Netmask M555 P2 ; Set output to look like Marlin G21 ; Work in millimetres G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves M574 X0 Y1 Z0 S1 ; set endstop configuration (Y endstop only, at low end, active high) M906 X800 Y1000 Z800 E1200 ; Set motor currents (mA) M563 P0 D0 H1 G10 P1 S0 R0 M563 P1 D2 H2 G10 P2 S0 R0 ;M92 E420:420 ; org extruder ratio M92 E420:420:105.4 ; beltextruder ratio M558 P1 F100 T2000 G31 Z1.08 P500 M305 P0 R1000 H0 L0 M305 P1 R4700 H0 L0 X3 M305 P2 R4700 H0 L0 M301 H1 S1.5 T0.53 M301 H2 S1.5 T0.53 M201 X800 Y800 Z15 E1000 ; Accelerations (mm/s^2) M203 X15000 Y15000 Z200 E3600 ; Maximum speeds (mm/min) M566 X600 Y600 Z30 E20 ; Minimum speeds mm/minute M208 X214 Y210 ; set axis maxima (adjust to suit your machine) M208 X-8 Y0 S1 ; set axis minimum (adjust to make X=0 the edge of the bed)
Re: Start of print slows down heating print head March 14, 2016 09:06AM |
Registered: 9 years ago Posts: 2,472 |
Re: Start of print slows down heating print head March 16, 2016 07:16AM |
Registered: 8 years ago Posts: 191 |
Re: Start of print slows down heating print head March 16, 2016 07:27AM |
Registered: 8 years ago Posts: 191 |
Re: Start of print slows down heating print head March 16, 2016 08:16AM |
Registered: 9 years ago Posts: 2,472 |