@droftarts Hi.
so it helped when I changed point H in the 565 command. I got over the pad without a bump.
But I still don't understand how the command works
G31. Even though I calibrated the probe Z- it works. And he entered the reported distance into G31 according to the instructions. Nothing has changed. That is, if I enter any value there. Thus, the height of the nozzle assembly itself has not changed.
When calibrating the voice probe Z
G32 - Z probe already started when scanning mode is started
Posts made by DeltaSS
-
RE: Z axis does not respond to config.g or bed.g
-
RE: Z axis does not respond to config.g or bed.g
Hello
Thank you for your response.
I'm going to try setting the Z axis according to your instructions.
In the M665 command, under the H data, I have a value of 384.56 - should I change the height of the added pad here? so I actually reduced the height radius of the printer?
I have the nozzle offset set. The code was not written by me, but by the developer of the printer, probably using the Configurator.
It might make sense to try to configure Config.g again if the development has already changed. the code is from the year of production of the printer, approximately 2016.
my home filecode_text; Homing file for RepRapFirmware on Mini Kossel G91 ; use relative positioning ;******* Change F250 in the following line to F2500 when you are finished commissioning ;******* Change 320 in the following to a higher value if your Kossel has taller towers G1 S1 X600 Y600 Z600 F3000 ; move all carriages up 400mm, stopping at the endstops G1 S2 X-5 Y-5 Z-5 ; move all carriages down 3mm G1 S1 X8 Y8 Z8 F300 ; move carriages slowly up 6mm, stopping at the endstops G1 Z-5 F500 ; down a few mm so that we can centre the head G90 ; back to absolute positioning G1 X0 Y0 F500 ; centre the head and set a reasonable feed rate
-
Z axis does not respond to config.g or bed.g
config.g Hello.
please, I have a Delta, Duet 0.8.5 printer
firm 2.05 with WBC.
can you please check config.g and bed.g for me?
I have a problem that the Z axis does not respond to changes in G31 config.g.
I have an IR probe, the calibration takes place, or rather it does not report an error, the probe flashes.
But every time you change the Z value in G31, nothing happens.
I changed the pad to be 2mm higher and the nozzle keeps hitting the pad.
I tried to change from M558 P1 to P4, I tried to change values in G31, in M666, but it doesn't respond to anything.
I can't press at all.
The printer is still in the old setting with the old pad.
Please can someone find the time and try to look in the files where there might be an error?
Thank you for your willingness.
I using translator.; Configuration file for Kossel-NT ; Communication and general M111 S0 ; Debug off M550 PDescart01 ; 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 P192.168.1.111 ; IP address (0 = use DHCP) M554 P192.168.1.1 ; Gateway M553 P255.255.255.0 ; Netmask M575 P1 B115200 S1 ; Comms parameters for PanelDue M555 P2 ; Set output to look like Marlin G21 ; Work in millimetres G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves ; Axis and motor configuration M569 P0 S1 ; Drive 0 goes backwards M569 P1 S1 ; Drive 1 goes backwards M569 P2 S1 ; Drive 2 goes backwards M569 P3 S1 ; Drive 3 goes forwards M569 P4 S0 ; Drive 4 goes forwards M574 X2 Y2 Z2 S0 ; 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 R180.14 L340.55 B140 H384.56 X0.04 Y-0.44 Z0.00 ; set delta radius, diagonal rod length, printable radius and homed height M666 X-1.33 Y1.37 Z-0.04 ; put your endstop adjustments here, or let auto calibration find them M92 X200 Y200 Z200 ; Set axis steps/mm M906 X1600 Y1600 Z1600 E900 ; Set motor currents (mA) M201 X3000 Y3000 Z3000 E900 ; Accelerations (mm/s^2) M203 X18000 Y18000 Z18000 E6000 ; Maximum speeds (mm/min) M566 X1000 Y1000 Z1000 E800 ; 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 B4967 R4700 H5 L0 ; Put your own H and/or L values here to set the bed thermistor ADC correction M305 P1 T100000 B4267 R4700 H-52 L12 ; Put your own H and/or L values here to set the first nozzle thermistor ADC correction M301 H1 P30 I0.05 D0.1 T0.5 S1 W255 B30 ; Hotend PID M301 H0 P40 I0.05 D0.1 T2.2 S1 W255 B30 ; Heatbed PID 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 M92 E485 ; Set extruder steps per mm M572 D0 S0.06 ; pressure advance ; 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 H2 ; Z probe is a switch and is not used for homing any axes ;G31 X0 Y0 Z1.58 P500 ; Set the zprobe height and threshold (put your own values here - positiv=raise nozzle, negativ=lower nozzle) ;G31 X0 Y0 Z1.09 P500 ;PEI, 80°, 265° ;G31 X0 Y0 Z1.16 P500 ;PEI, 60°, 225° ;G31 X0 Y0 Z1.2 P500 ;Glas 90°, 265° ;G31 X0 Y0 Z1.45 P500 ;moje PEI G31 X0 Y0 Z0.7 P500 ;60/215 ;*** 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.1 ; set minimum Z ; T0 ; select first hot end M106 P0 S0 ;layerfan off M140 S0 ;Bed Temp to 0
bed.g :
; Auto calibration routine for delta printers ; Before running this, you should have set up your zprobe Z offset to suit your build, in the G31 command in config.g. M561 ; clear any bed transform, otherwise homing may be at the wrong height G31 X0 Y0 ; don't want any probe offset for this G28 ; home the printer G1 F3000 ; Probe the bed and do 6- or 7-factor auto calibration G30 P0 X0 Y100 Z-99999 H0.1 G30 P1 X0 Y-100 Z-99999 H0 G30 P2 X-86.6 Y-50 Z-99999 H0.15 G30 P3 X86.6 Y50 Z-99999 H0.10 G30 P4 X86.6 Y-50 Z-99999 H0 G30 P5 X-86.6 Y50 Z-99999 H0.20 G30 P6 X0 Y50 Z-99999 H0 G30 P7 X0 Y-50 Z-99999 H0 G30 P8 X-43.3 Y-25 Z-99999 H0 G30 P9 X43.3 Y25 Z-99999 H0.05 G30 P10 X43.3 Y-25 Z-99999 H0 G30 P11 X-43.3 Y25 Z-99999 H0 G30 P12 X0 Y0 Z-99999 H0 S6 ; centre, and auto-calibrate 6 factors G1 X0 Y-110 Z300 F4000 ; get the head out of the way of the bed
-
Delta Nozzle crash - only old configuration
Hello
I have a problem with the nozzle hitting the bed.
Flood setting "my Pei" - original Al pad + PEI works well.
But when I want to print directly without PEI (3mm), any change is not applied.
I tried different values, from -10 to + 20 and it never obeys but hits a pad.
Can you please advise me?
Calibration is going well.
I also add my config file.
Delta and board Duet 0.8.5 firm 2.05.
I had to raise the pad for cooling and I can't press any other way than on the full size.
Well thank youconfig :
; 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 H2 ; Z probe is a switch and is not used for homing any axes
;G31 X0 Y0 Z0.01 P500 ; Set the zprobe height and threshold (put your own values here - positiv=raise nozzle, negativ=lower nozzle)
;G31 X0 Y0 Z1.58 P500 ;PEI, 80°, 265°
;G31 X0 Y0 Z1.16 P500 ;PEI, 60°, 225°
;G31 X0 Y0 Z1.2 P500 ;Glas 90°, 265°
;G31 X0 Y0 Z1.45 P500 ;moje PEI
G31 X0 Y0 Z0.7 P500 ;60/215bed.g :
; Auto calibration routine for delta printers
; Before running this, you should have set up your zprobe Z offset to suit your build, in the G31 command in config.g.M561 ; clear any bed transform, otherwise homing may be at the wrong height
G31 X0 Y0 ; don't want any probe offset for this
G28 ; home the printerG1 F3000
; Probe the bed and do 6- or 7-factor auto calibration
G30 P0 X0 Y100 Z-99999 H0.1
G30 P1 X0 Y-100 Z-99999 H0
G30 P2 X-86.6 Y-50 Z-99999 H0.15
G30 P3 X86.6 Y50 Z-99999 H0.10
G30 P4 X86.6 Y-50 Z-99999 H0
G30 P5 X-86.6 Y50 Z-99999 H0.20
G30 P6 X0 Y50 Z-99999 H0
G30 P7 X0 Y-50 Z-99999 H0
G30 P8 X-43.3 Y-25 Z-99999 H0
G30 P9 X43.3 Y25 Z-99999 H0.05
G30 P10 X43.3 Y-25 Z-99999 H0
G30 P11 X-43.3 Y25 Z-99999 H0
G30 P12 X0 Y0 Z-99999 H0 S6 ; centre, and auto-calibrate 6 factorsG1 X0 Y-110 Z300 F4000 ; get the head out of the way of the bed
-
RE: Duet 0.8.5 firmware upgrade
OK, thanks for the answer.
and I still have a question.
I have WBControl for this version (1.26).
Is it possible to upgrade only Webcontrol? or does its function depend on the type of board or firmware?
I tried from version 3.4.6 but failed. -
RE: Duet 0.8.5 firmware upgrade
Hello.
I don't want to start a new thread and flood the forum. so I'm asking here.
I bought an older 3D Delta with Duet 0.8.5. company -1.10
according to the order in this thread, I updated to 1.26.1 and WBC 2.0.4I wonder if it is the final version for 0.8.5?
or is it possible to upgrade even higher to 3.0 and below?
thanks for advice
sorry, I'm using Google translator