I found the solution "M558 P8 C"^!zprobe.in" R0.4 H5 F300 X0 Y0 Z0" That did it
Best posts made by Recoil
-
RE: Piezo Orion stopped working after update to RRF v3.3
-
RE: Issues with new build
Thank you Veti,
is good to have someone's else eyes on it and spotting this dumb mistakes, the thermistor is a mistake too. I'll correct them and try again after I upgrade to 2.04RC1, currently I am in 2.03. I'll let you know how it goes. Thank you once more!
Latest posts made by Recoil
-
RE: Piezo Orion stopped working after update to RRF v3.3
I found the solution "M558 P8 C"^!zprobe.in" R0.4 H5 F300 X0 Y0 Z0" That did it
-
Piezo Orion stopped working after update to RRF v3.3
Hi folks,
I updated my delta printer with a Duet WiFi to RRF v3.3 from v2.05, I know a few things changed in the config one of those M558.
I had the piezo working correctly before with M558 P5 I1 R0.4 F300 X0 Y0 Z0.
I changed it to M558 P1 C"zprobe.in" I1 R0.4 H5 F300 X0 Y0 Z0 it does try to probe but I get an "Error: Probe already triggered at start of probing move" I can see under "Z probe" in the dashboard it shows highlighted in red 456 and when I tap the piezo goes down to zero and back up again it does detect the taps.
I have tried changing I1 to I0 in different combinations with P1, 2, 5, and 8 but I can get it to work I still get the same error.
Could you folks guide me on what are the correct settings that I should be using? Thank you all for your help. -
RE: Z Offset
Hi T3P3Tony,
l already read both of them, what was weird is that after following instructions setting the Z offset it wouldn't take as I mention I had to Disable Mesh Grid Compensation to make it work and I do not know why, I would have thought it sets correctly every time I run it. -
RE: Z Offset
Well I think I figured it out, if I do a "Disable Mesh Grid Compensation" G29 S2 I think it makes it work, I do not understand why that seems to work, I would have thought that Mesh Grid Compensation would have helped not make things break. Could someone please shed some light I am confused.
-
Z Offset
I am trying to calibrate my Orion Piezo with a Duet WiFi, I am following the instructions here “https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe#Section_Calibrate_the_Z_probe_trigger_height” for Calibrating the Z probe trigger height however I am unsure what am I doing wrong. After following the instructions I come up with a trigger height of “-0.177 mm” I did entered it in the config.g file do a reboot and when I do a G31 in the console it reports as “G31 Current reading 0, threshold 100, trigger height -0.18, offsets X0.0 Y0.0” all good there. I do an “Auto Delta Calibration” all completes correctly, home the machine and lower the nozzle to the bed to a sheet of paper, I still got 4.04mm to go and the nozzle is already contacting the page snug where I can hardly move it. It does not matter how many times I calibrate with “Auto Delta Calibration” or “Mesh Grid Compensation” still there is too much Z travel, I checked my config-override.g but I do not see a G31 I can only find one in config.g. Could you folks please let me know what am I doing wrong? Thank you!
Config.g ===========================================
; Configuration file for Duet WiFi (firmware version 2.03)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v2.0.0 on Sat Aug 31 2019 17:47:12 GMT-0700 (Pacific Daylight Time); General preferences
M111 S0 ; Debug off
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"ID" ; set printer name
M665 L293.714:293.714:293.714 R130.433 H370.142 B100.0 X1.108 Y0.356 Z0.000
M666 X-0.610 Y0.392 Z0.218 A0.00 B0.00
; automatic saving on power loss is not configured; Drives
M569 P0 S1 ; physical drive 0 goes forwards X
M569 P1 S1 ; physical drive 1 goes forwards Y
M569 P2 S1 ; physical drive 2 goes forwards Z
M569 P3 S1 ; physical drive 3 goes forwards E0
M584 X0 Y1 Z2 E3 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X100.00 Y100.00 Z100.00 E439.153 ; set steps per mm
M566 X1200.00 Y1200.00 Z1200.00 E1200.00 ; set maximum instantaneous speed changes (mm/min)
M203 X18000.00 Y18000.00 Z18000.00 E1200.00 ; set maximum speeds (mm/min)
M201 X1000.00 Y1000.00 Z1000.00 E1000.00 ; set accelerations (mm/s^2)
M906 X1200 Y1200 Z1200 E1000 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 Z0 S1 ; set minimum Z; Endstops
M574 X2 Y2 Z2 S1 ; set active high endstops; Z-Probe
M558 P5 I1 R0. 4 F300 X0 Y0 Z0
G31 X0 Y0 Z-0.177 P100 ; Default for Z-0.1
M557 R85 S20 ; define mesh grid; Heaters
M305 P0 T100000 B4700 ; set thermistor + ADC parameters for heater 0
M143 H0 S130 ; set temperature limit for heater 0 to 120C
M305 P1 R4700 T100000 B3950 ; set bed thermistor parameters
M143 H1 S300 ; set temperature limit for heater 1 to 280C
M307 H1 A350.2 C218.1 D8.7 S1 V12.5 B0; Fans
M106 P0 S0 I0 F500 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F500 H1 T45 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on; Tools
M563 P0 S"HotEnd" D0 H1 F0 ; 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; Network
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Custom settings are not defined
; Miscellaneous
T0 ; select first tool
M564 H0
M501 ;Re-load M665 and M666 commands in config-override.g on reset/powerupConfig-override.g====================================================
; config-override.g file generated in response to M500 at 2019-10-03 22:31
; This is a system-generated file - do not edit
; Delta parameters
M665 L293.714:293.714:293.714 R130.433 H370.142 B100.0 X1.108 Y0.356 Z0.000
M666 X-0.610 Y0.392 Z0.218 A0.00 B0.00
; Heater model parameters
M307 H0 A90.0 C700.0 D10.0 S1.00 V0.0 B1
M307 H1 A350.2 C218.1 D8.7 S1.00 V12.5 B0
M307 H2 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H3 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H4 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H5 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H6 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H7 A340.0 C140.0 D5.5 S1.00 V0.0 B0
G10 L2 P1 X0.00 Y0.00 Z0.00
G10 L2 P2 X0.00 Y0.00 Z0.00
G10 L2 P3 X0.00 Y0.00 Z0.00
G10 L2 P4 X0.00 Y0.00 Z0.00
G10 L2 P5 X0.00 Y0.00 Z0.00
G10 L2 P6 X0.00 Y0.00 Z0.00
G10 L2 P7 X0.00 Y0.00 Z0.00
G10 L2 P8 X0.00 Y0.00 Z0.00
G10 L2 P9 X0.00 Y0.00 Z0.00homedelta.g==============================================
; homedelta.g
; called to home all towers on a delta printer
;
; generated by RepRapFirmware Configuration Tool v2.0.0 on Sat Aug 31 2019 17:47:12 GMT-0700 (Pacific Daylight Time)
G91 ; relative positioningG1 S1 X375 Y375 Z375 F4000 ; move all towers to the high end stopping at the endstops (first pass)
G1 X-5 Y-5 Z-5 F1800 S2 ; go down a few mm
G1 S1 X10 Y10 Z10 F360 ; move all towers up once more (second pass)
G1 Z-5 F6000 ; move down a few mm so that the nozzle can be centred <<<<<<<<<<<<<<<<<<
G90 ; absolute positioning
G1 X0 Y0 F6000 ; move X+Y to the centre <<<<<<<<<<<<<<<< -
RE: Heating fault on heater 1, temperature excursion exceeded 15.0°C
Found my mistake, it was a syntax mistake looking at the command I realize I entered twice the "S" parameter, the first instance was getting applied duh!
-
Heating fault on heater 1, temperature excursion exceeded 15.0°C
I continue to get this error "Error: Heating fault on heater 1, temperature excursion exceeded 15.0°C" even after PID tuning. I have checked around and it seems the solution should have been to add SX.XX to M307 however I have gone through multiple tries from S0.8 down to S0.01 and repeated "M303 H1 S220" multiple times, also I have replaced the 12V heater once but still overshoots over 15.0° and goes into a fault, after the last M303 that I did I got this results ...
Warning: Heater 1 appears to be over-powered. If left on at full power, its temperature is predicted to reach 658C.
Auto tune heater 1 completed in 211 sec
Use M307 H1 to see the result, or M500 to save the result in config-override.g
Auto tune phase 3, peak temperature was 251.0
Auto tune phase 2, heater off
Auto tune phase 1, heater on
M303 H1 S220
Auto tuning heater 1 using target temperature 220.0°C and PWM 1.00 - do not leave printer unattendedThe line in the config-override.g and config G is M307 H1 A633.7 C148.0 D12.4 S1.00 V12.4 B0 SX.XX (where the X are different combination of values). Could you guys please shed some light on what is wrong? Thank you!
-
RE: Issues with new build
Hi Veti,
It is working now! I do not know exactly what did it since I did everything you suggested, removed first line, added the space and upgraded the FW to 2.04RC1.
Anyhow I thank you for your help -
RE: Issues with new build
Thank you Veti,
is good to have someone's else eyes on it and spotting this dumb mistakes, the thermistor is a mistake too. I'll correct them and try again after I upgrade to 2.04RC1, currently I am in 2.03. I'll let you know how it goes. Thank you once more! -
Issues with new build
I apologize for the long post in advance. I am having issues with my new delta build with IR probe/duet Wi-Fi, when I do a delta calibration with 6 peripheral points, 3 halfway points and 6 calibration factors my settings change but not to the correct numbers, case in point the "delta radius" that I have setup to 100mm in M665 after a delta calibration is changed to 128.922mm, if I try to do another delta calibration the effector hits the belts by the towers since is going out of the 100mm radius. Also the homed height in M665 is set at H354.58 that is correct I checked it from Z0 to triggering the end stops at the top however after a delta calibration it changes it to H365.82
Also it varies a lot on where the probe triggers hence I have to keep the height at about 15-20mm any lower and the probe triggers before it starts probing.
If I try to do a mesh calibration the effector retracts from the bed about 50mm and starts to probe from that height even though I have the setting at H15-20mm in M558. Furthermore for some reason the probe triggers from point to point with a lot of height variance, in some points it does not even trigger.
The times that I have been able to get a Heightmap it looks really weird like a cone The edges go really high up past the bed and the point very low under the bed or as of lately the map is showing very low under the bed to the point that I have to zoom out considerably to see it, this happen after it started moving far high from the bed to do the mesh calibration.
I checked the mechanics of the delta and the rods are the same size no play on the magnetic ball joints, towers are squared, I see a little bit of difference in the height of the end switches in the delta calibration but not that much. I have re-done the RepRapFirmware Configuration Tool multiple times but still if is not one thing is another, I am lost and throwing the towel! could you fine gentleman point me in the right direction on what to check? Or what I am doing wrong? I been at it for days and I can’t figure it out time to get help, my configuration files are below. Thank you!Bed.g
; bed.g
; called to perform automatic delta calibration via G32
;
; generated by RepRapFirmware Configuration Tool v2.0.0 on Sat Aug 31 2019 17:47:11 GMT-0700 (Pacific Daylight Time)
M561 ; clear any bed transform
G28 ; home all towers
; Probe the bed at 6 peripheral and 3 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 Y100 H0 Z-99999
G30 P1 X86.6 Y50 H0 Z-99999
G30 P2 X74.92 Y-43.26 H0 Z-99999
G30 P3 X0 Y-74.85 H0 Z-99999
G30 P4 X-69.2 Y-39.95 H0 Z-99999
G30 P5 X-86.6 Y50 H0 Z-99999
G30 P6 X0 Y50 H0 Z-99999
G30 P7 X31.38 Y-18.12 H0 Z-99999
G30 P8 X-28.16 Y-16.26 H0 Z-99999
G30 P9 X0 Y0 H0 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)Config-override.g
; config-override.g file generated in response to M500 at 2019-08-31 23:19
; This is a system-generated file - do not edit
; Delta parameters
M665 L293.000:293.000:293.000 R100.000 H365.820 B100.0 X0.460 Y-0.097 Z0.000
M666 X-0.813 Y0.557 Z0.257 A0.00 B0.00
; Heater model parameters
M307 H0 A90.0 C700.0 D10.0 S1.00 V0.0 B1
M307 H1 A971.5 C214.5 D12.6 S1.00 V12.4 B0
M307 H2 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H3 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H4 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H5 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H6 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H7 A340.0 C140.0 D5.5 S1.00 V0.0 B0
G10 L2 P1 X0.00 Y0.00 Z0.00
G10 L2 P2 X0.00 Y0.00 Z0.00
G10 L2 P3 X0.00 Y0.00 Z0.00
G10 L2 P4 X0.00 Y0.00 Z0.00
G10 L2 P5 X0.00 Y0.00 Z0.00
G10 L2 P6 X0.00 Y0.00 Z0.00
G10 L2 P7 X0.00 Y0.00 Z0.00
G10 L2 P8 X0.00 Y0.00 Z0.00
G10 L2 P9 X0.00 Y0.00 Z0.00Config.g
; Configuration file for Duet WiFi (firmware version 2.03)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v2.0.0 on Sat Aug 31 2019 17:47:12 GMT-0700 (Pacific Daylight Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"I3D" ; set printer name
M665 L293.000:293.000:293.000 R100 H365.82 B100.0 X0.460 Y-0.097 Z0.000 ; Set delta radius, diagonal rod length, printable radius and homed height
M666 X-0.813 Y0.557 Z0.257 A0.00 B0.00 ; put your endstop adjustments here, or let auto calibration find them
; automatic saving on power loss is not configured; Drives
M569 P0 S1 ; physical drive 0 goes forwards X
M569 P1 S1 ; physical drive 1 goes forwards Y
M569 P2 S1 ; physical drive 2 goes forwards Z
M569 P3 S1 ; physical drive 3 goes forwards E0
M584 X0 Y1 Z2 E3 ; set drive mapping
M350Z16 I0 ; configure microstepping without interpolation
M350X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X100.00 Y100.00 Z100.00 E415.00 ; set steps per mm
M566 X1200.00 Y1200.00 Z1200.00 E1200.00 ; set maximum instantaneous speed changes (mm/min)
M203 X18000.00 Y18000.00 Z18000.00 E1200.00 ; set maximum speeds (mm/min)
M201 X1000.00 Y1000.00 Z1000.00 E1000.00 ; set accelerations (mm/s^2)
M906 X1000 Y1000 Z1000 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 Z0 S1 ; set minimum Z; Endstops
M574 X2 Y2 Z2 S1 ; set active high endstops
;M574 Z1 S3 ; set endstops controlled by motor stall detection; Z-Probe
;M574 Z1 S2 ; set endstops controlled by probe
M558 P1 H15 F180 T6000 ; set Z probe type to unmodulated and the dive height + speeds
G31 P500 X-6.638 Y-33.328 Z3.354 ; set Z probe trigger value, offset and trigger height
M557 R85 S20 ; define mesh grid; Heaters
M305 P0 T100000 B4700 R4700 ; set thermistor + ADC parameters for heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M305 P1 T100000 B3988 R3988 ; set thermistor + ADC parameters for heater 1
M143 H1 S280 ; set temperature limit for heater 1 to 280C
M307 H1 A971.5 C214.5 D12.6 S1.00 V12.4 B0 ; If you need to limit the maximum PWM of the heater, add an S parameter to the M307 command, for example S0.8 will limit the PWM to 80%.; Fans
M106 P0 S0 I0 F500 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F500 H1 T45 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on; Tools
M563 P0 S"HotEnd" D0 H1 F0 ; 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; Network
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Custom settings are not defined
; Miscellaneous
T0 ; select first tool
M564 H0 ;JD's test commands trying to fix homing Allow moves outside the print volume and before homing S0 = allow movement outside boundaries
M501 ;Re-load M665 and M666 commands in config-override.g on reset/powerupHomedelta.g
; homedelta.g
; called to home all towers on a delta printer
;
; generated by RepRapFirmware Configuration Tool v2.0.0 on Sat Aug 31 2019 17:47:12 GMT-0700 (Pacific Daylight Time)
G91 ; relative positioningG1 S1 X375 Y375 Z375 F1800 ; move all towers to the high end stopping at the endstops (first pass)
G1 X-5 Y-5 Z-5 F1800 S2 ; go down a few mm
G1 S1 X10 Y10 Z10 F360 ; move all towers up once more (second pass)
;G1 Z-5 F6000 ; move down a few mm so that the nozzle can be centred <<<<<<<<<<<<<<<<<< commented out for calibration
G90 ; absolute positioning
;G1 X0 Y0 F6000 ; move X+Y to the centre <<<<<<<<<<<<<<<< commented out for calibration