Homedelta.g Problem
-
@Dave-Parry said in Homedelta.g Problem:
M579 with my values in?
see
https://duet3d.dozuki.com/Wiki/Gcode#Section_M579_Scale_Cartesian_axes@Dave-Parry said in Homedelta.g Problem:
those you copied are generated by auto cal, but will check again.
yes but those are the values used. and they suggest that the endstops are not at the same level.
alternatively you could change the previous line to
G1 Z-15 F2000 ; down a few mm so that we can centre the head
-
Have readjusted them, they were'nt that far out but now their within 0.04.
But still have same problem -
Have you tried adding vetis command to lower the print head before trying to move to X0 Y0?
G1 Z-15 F2000 ; down a few mm so that we can centre the head
Error: G0/G1: target position not reachable from current position
This error basically means that you're trying to move the head to a position that would require one of the arms to move higher than it physically can. So when trying to move to x0 y0 it would need to raise one arm higher than it can. Dropping all arms down a bit first will help with that.
-
Yes forgot to do that. That solved that, but have developed another problem that the Y axis does'nt always home properly on the first attempt. Particulaly if the head if off centre. Homes ok if I press home a second time.
-
@Dave-Parry increase your home height to the theoretical full travel of the axis.
So of your homes height is 320mm but your carriage could have to travel 400 if it's fully extended then put 400mm in for each axis. -
Great that sorted it. Was getting a bit frustrated with it, but hopefully sorted now
-
We're always here to help.
-
Hi Guys,
I've been getting this error on my mini Kossel delta as well.
I tried updating the firmware and it's still happening.
My homedelta.g and config.g are as follows:; homedelta.g
; called to home all towers on a delta printer
;
; generated by RepRapFirmware Configuration Tool v3.1.4 on Tue Nov 10 2020 18:53:43 GMT-0500 (Eastern Standard Time)
G91 ; relative positioning
;*** Slow homing has been configured. Change F180 to F1800 below when your configuration is working
G1 H1 X265 Y265 Z265 F180 ; move all towers to the high end stopping at the endstops (first pass)
G1 H2 X-5 Y-5 Z-5 F1800 ; go down a few mm
;*** Slow homing has been configured. Change F180 to F360 below when your configuration is working
G1 H1 X10 Y10 Z10 F180 ; move all towers up once more (second pass)
G1 Z-5 F2400 ; move down a few mm so that the nozzle can be centred
G90 ; absolute positioning
G1 X0 Y0 F2400 ; move X+Y to the centre; Configuration file for Duet WiFi (firmware version 3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.1.4 on Tue Nov 10 2020 18:47:04 GMT-0500 (Eastern Standard Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"MiniKossel" ; set printer name
M665 R105.6 L215 B85 H250 ; 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
M540 PBE:EF:DE:AD:FE:ED ; set custom MAC address
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Drives
M569 P0 S1 ; physical drive 0 goes forwards
M569 P1 S1 ; physical drive 1 goes forwards
M569 P2 S0 ; physical drive 2 goes backwards
M569 P3 S1 ; physical drive 3 goes forwards
M584 X0 Y1 Z2 E3 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X80.00 Y80.00 Z80.00 E663.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 Z-0.1 S1 ; set minimum Z; Endstops
M574 X1 S1 P"!xstop" ; X min active high endstop switch
M574 Y1 S1 P"!ystop" ; Y min active high endstop switch
M574 Z1 S1 P"!zstop" ; Z min active high endstop switch
;M574 Z2 S2 ; configure Z-probe endstop for high end on Z; Z-Probe
M558 P8 C"zprobe.in" H10 F120 T2400 ; set Z probe type to unmodulated and the dive height + speeds
G31 P500 X11 Y0 Z2 ; set Z probe trigger value, offset and trigger height
M557 R85 S20 ; define mesh grid; Heaters
M308 S0 P"bedtemp" Y"thermistor" T100000 B3950 ; configure sensor 0 as thermistor on pin bedtemp
M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
M307 H0 B1 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M308 S1 P"e0temp" Y"thermistor" T100000 B4388 ; configure sensor 1 as thermistor on pin e0temp
M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit; Fans
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
M106 P1 S1 H-1 ; set fan 1 value. Thermostatic control is turned off; Tools
M563 P0 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; Custom settings are not defined
; Miscellaneous
M575 P1 S1 B57600 ; enable support for PanelDue
T0 ; select first tool -
@Duke said in Homedelta.g Problem:
G1 Z-5 F2400 ; move down a few mm so that the nozzle can be centred
G90 ; absolute positioning
G1 X0 Y0 F2400 ; move X+Y to the centreIf it's the same error as the previous poster then increase the size of that Z move to drop the head further. Try -25 instead of -5
-
@Phaedrux
That worked perfectly, thank you so much!
I guess I didn't understand this thread as well as I thought, but now it makes more sense.