Auto Calibration Problem With Bed.g
-
I have set up a new delta printer, but while printing a large object the print does not stick to the build plate.
I have tried changing the H parameter in the Bed.g , but it does not seem to have any effect on the auto calibration.
; Configuration file for Duet WiFi (firmware version 1.21)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool on Sat Nov 03 2018 14:41:59 GMT+0800 (China Standard Time); General preferences
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder moves
M555 P1 ; Set firmware compatibility to look like RepRapFirmare;*** The homed height is deliberately set too high in the following - you will adjust it during calibration.
M665 R258 L451.5 B150 H433 ; 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; Network
M550 PSPARX3D ; Set machine name
M552 S1 ; Enable network
;*** Access point is configured manually via M587
M586 P0 S1 ; Enable HTTP
M586 P1 S0 ; Disable FTP
M586 P2 S0 ; Disable Telnet; Drives
M569 P0 S1 ; Drive 0 goes forwards
M569 P1 S1 ; Drive 1 goes forwards
M569 P2 S1 ; Drive 2 goes forwards
M569 P3 S0 ; Drive 3 goes backwards
M584 X0 Y1 Z4 E3 ; Apply custom drive mapping
M350 X16 Y16 Z16 E16 I0 ; Configure microstepping without interpolation
M92 X80 Y80 Z80 E94.792 ; Set steps per mm
M566 X1200 Y1200 Z1200 E1200 ; Set maximum instantaneous speed changes (mm/min)
M203 X18000 Y18000 Z18000 E1200 ; Set maximum speeds (mm/min)
M201 X1000 Y1000 Z1000 E1000 ; Set accelerations (mm/s^2)
M906 X1200 Y1200 Z1200 E800 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 Z-0.1 S1 ; Set minimum Z; Endstops
M574 X2 Y2 Z2 S0 ; Set active low endstops; Z-Probe
M307 H3 A-1 C-1 D-1 ; Disable heater on PWM channel for BLTouch
M558 P9 H10 F108 T3600 ; Set Z probe type to bltouch and the dive height + speeds
G31 P25 X0 Y13 Z3.09 ; Set Z probe trigger value, offset and trigger height
M557 R140 S20 ; Define mesh grid; Heaters
M305 P0 T100000 B3950 C0 R4700 ; Set thermistor + ADC parameters for heater 0
M143 H0 S120 ; Set temperature limit for heater 0 to 120C
M305 P1 T100000 B4388 C0 R4700 ; Set thermistor + ADC parameters for heater 1
M143 H1 S280 ; Set temperature limit for heater 1 to 280C; Fans
M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S0 I0 F500 H-1 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P2 S1 I0 F500 H0 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on; Tools
M563 P0 D0 H1 ; Define tool 0
G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C; Automatic power saving
M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss; Custom settings are not configured
; Miscellaneous
T0 ; Select first tool
M501Bed.g
; bed.g
; called to perform automatic delta calibration via G32
;http://escher3d.com/pages/wizards/wizardbed.php
; generated by RepRapFirmware Configuration Tool on Sat Nov 03 2018 14:41:58 GMT+0800 (China Standard Time)
M561 ; clear any bed transform
G28 ; home all towers
M98 Pdeployprobe.g ; deploy mechanical Z probe
; Probe the bed at 10 peripheral and 6 halfway points, and perform 6-factor auto compensation
; Before running this, you should have set up your Z-probe trigger height to suit your build, in the G31 command in config.g.
G30 P0 X0.00 Y140.00 Z-99999 H0.38
G30 P1 X89.99 Y107.25 Z-99999 H0.38
G30 P2 X137.87 Y24.31 Z-99999 H0.34
G30 P3 X115.52 Y-66.70 Z-99999 H0
G30 P4 X44.02 Y-120.95 Z-99999 H-0.21
G30 P5 X-44.02 Y-120.95 Z-99999 H-0.21
G30 P6 X-115.52 Y-66.70 Z-99999 H0
G30 P7 X-137.87 Y24.31 Z-99999 H0
G30 P8 X-89.99 Y107.25 Z-99999 H0
G30 P9 X0.00 Y70.00 Z-99999 H0
G30 P10 X60.62 Y35.00 Z-99999 H0
G30 P11 X54.88 Y-31.68 Z-99999 H0
G30 P12 X0.00 Y-59.04 Z-99999 H0
G30 P13 X-54.88 Y-31.68 Z-99999 H0
G30 P14 X-60.62 Y35.00 Z-99999 H0
G30 P15 X0 Y0 Z-99999 S6
; Use S-1 for measurements only, without calculations. Use S4 for endstop heights and Z-height only. Use S6 for full 6 factors
; If your Z probe has significantly different trigger heights depending on XY position, adjust the H parameters in the G30 commands accordingly. The value of each H parameter should be (trigger height at that XY position) - (trigger height at centre of bed)
M98 Pretractprobe.g ; retract mechanical Z probeSome point stick perfectly while some wont, i tried giving very larde values for H , but no change is happening after auto calibration.
-
There is a known bug in current firmware: if you have deployprobe.g and retractprobe.g files then the H parameters on G30 commands don't work. This will be fixed in firmware 2.02RC4.
Btw you should not call deployprobe.g and retractprobe.g explicitly with M98 as your bed.g files does, because they are called automatically.
-
So, can i revert to a previous version of the firmware to rectify the problem?
I will change the deploy n retract setting in the bed.g.
Also sir when will the firmware 2.02RC4 be available?
-
anyone please do help me. what should i do to correct the error?
-
@paul12 said in Auto Calibration Problem With Bed.g:
So, can i revert to a previous version of the firmware to rectify the problem?
I will change the deploy n retract setting in the bed.g.
Also sir when will the firmware 2.02RC4 be available?
I hope to release 2.02RC4 this weekend.
-
@DC42 sir this feature is still not available?
-
Yes I fixed it months ago.
-
does Firmware Version: 2.02(RTOS) (2018-12-24b1) has the fix? It doesnt seem to work for me.
-
Yes, it includes that fix.