Welcome! Log In Create A New Profile

Advanced

Just Updated from a very old firmware

Posted by wayno complaino 
Just Updated from a very old firmware
March 13, 2017 02:42PM
Just lost my SD card (pinged out and down a crevis I cant get at) and don't have my config backed up so O figured while i'm starting from scratch I should update the firmware too, it hasn't been updated for a good year now.

All seemed well and after refreshing myself with the procedure I set about rebuilding the config file for my mini Kossel.

Couple of questions:

If I set the nozzle temp to 260 or over I now get a warning of fault or high heat, the temperature 'cell' on the paneldue also goes purple. Where can I change the max temperature value? I'm using a genuine E3D V6 and use polycarbonate so need high temps.

Trying to m303 h1 but it hits the preset limit of 225 and cancles, am I safe running m303 h1 s300 for instance? EDIT: Nope, if I set s above 260 it returns a 'bad parameter' .

The PIDs are then auto saved and always used when the cycle completes?

Thanks in advance and apologies if dumb questions, i've been merrily printing without fiddling for so long now i'm out of touch with the latest and greatest.

Wayne

Edited 1 time(s). Last edit at 03/13/2017 02:53PM by wayno complaino.
Re: Just Updated from a very old firmware
March 13, 2017 02:48PM
should add, duet 0.6, rrf 1.17e, webint 1.14a

config below

; Configuration file for Mini Kossel kit from Think3DPrint3D

; Communication and general
M111 S0                             ; Debug off
M550 PMiniKossel		        	; Machine name and Netbios name (can be anything you like)
M551 Preprap                        ; Machine password (used for FTP)
M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address
;*** Adjust the IP address and gateway in the following 2 lines to suit your network
M552 P0.0.0.0						; IP address (0 = use DHCP)
M554 P192.168.1.1                   ; Gateway
M553 P255.255.255.0                 ; Netmask
M555 P2                             ; Set output to look like Marlin
M575 P1 B57600 S1					; Comms parameters for PanelDue

G21                                 ; Work in millimetres
G90                                 ; Send absolute coordinates...
M83                                 ; ...but relative extruder moves

; Axis and motor configuration
M569 P0 S1							; Drive 0 goes forwards
M569 P1 S1							; Drive 1 goes forwards
M569 P2 S1							; Drive 2 goes forwards
M569 P3 S1							; Drive 3 goes forwards
M569 P4 S1							; Drive 4 goes forwards
M574 X2 Y2 Z2 S1					; set endstop configuration (all endstops at high end, active high)
;*** The homed height is deliberately set too high in the following - you will adjust it during calibration
M665 R105.6 L218.5.0 B85 H195.5		; set delta radius, diagonal rod length, printable radius and homed height
M666 X0 Y0 Z0						; put your endstop adjustments here, or let auto calibration find them
M92 X160 Y160 Z160						; Set axis steps/mm
M906 X800 Y800 Z800 E500 I60		; Set motor currents (mA) and increase idle current to 60%
M201 X1000 Y1000 Z1000 E1000		; Accelerations (mm/s^2)
M203 X20000 Y20000 Z20000 E3600		; Maximum speeds (mm/min)
M566 X1200 Y1200 Z1200 E1200		; Maximum instant speed changes mm/minute

; Thermistors
;*** If you have a Duet board stickered "4.7K", change R1000 to R4700 to the following M305 commands
M305 P0 T100000 B3950 R1000 H30 L0	; Put your own H and/or L values here to set the bed thermistor ADC correction
M305 P1 T100000 B4267 R1000 H30 L0	; Put your own H and/or L values here to set the first nozzle thermistor ADC correction
M305 P2 T100000 B3974 R1000 H30 L0	; Put your own H and/or L values here to set the second nozzle thermistor ADC correction
M570 S180							; Hot end may be a little slow to heat up so allow it 180 seconds

; Tool definitions
M563 P0 D0 H1                       ; Define tool 0
G10 P0 S0 R0                        ; Set tool 0 operating and standby temperatures
;*** If you have a dual-nozzle build, un-comment the next 2 lines
;M563 P1 D1 H2                      ; Define tool 1
;G10 P1 S0 R0                       ; Set tool 1 operating and standby temperatures
M92 E650:650                       	; Set extruder steps per mm

; Z probe and compensation definition
;*** If you have an IR zprobe instead of a switch, change P4 to P1 in the following M558 command
M558 P1 X0 Y0 Z0					; Z probe is a switch and is not used for homing any axes
G31 X0 Y0 Z1.5 P500				; Set the zprobe height and threshold (put your own values here)

;*** If you are using axis compensation, put the figures in the following command
M556 S78 X0 Y0 Z0                   ; Axis compensation here

M208 S1 Z-0.2						; set minimum Z
;
T0									; select first hot end

Re: Just Updated from a very old firmware
March 13, 2017 03:07PM
There was a limit of 260C added in the last one or two updates. To change it, just add the line "M143 S280" to your config file. In my example, the limit would be changed to 280C.

PID has since switched over to an entirely new method, including auto-tuning. You can find the procedure for how to do that here (Clicky!).
Re: Just Updated from a very old firmware
March 13, 2017 03:17PM
m143......

doh!
Re: Just Updated from a very old firmware
March 13, 2017 03:19PM
Quote
Masterjuggler
There was a limit of 260C added in the last one or two updates. To change it, just add the line "M143 S280" to your config file. In my example, the limit would be changed to 280C.

PID has since switched over to an entirely new method, including auto-tuning. You can find the procedure for how to do that here (Clicky!).

Thank you! Sods law, I found it just after posting. Wouldn't have found it if I didnt ask though!
Re: Just Updated from a very old firmware
March 13, 2017 04:10PM
No problem. I find the same thing happens when I'm looking for a specific tool. I never find the proper tool I need until I use another in some dumb way it wasn't designed for.
Sorry, only registered users may post in this forum.

Click here to login