Another Predator
-
The config files between 2.x and 3.x are not compatible. If you want to switch back to 2.x you'll have to use a backup of your config file, or if you don't have one, you might have to recreate one using the web configurator tool.
-
@Phaedrux
I have switched the settings back all seems to be working except I get a homed error as per the picture above
and the Heater 1 is missing so I can't activate or switch off via it.
Actually the homed error is only if I M500 and have a config overide file if I delete that it shows what I assume is correct home height.Thanks for your help.
-
Your config still has a lot of commands specific to 3.0.
In the gcode console send M98 Pconfig.g and report back with any errors that come up.
-
@Phaedrux
Hi,It reported 2 fan command not supported which I corrected with M106 now only no config override but I deleted it.
Thanks for your help
-
What do you mean by heater1 is missing?
-
@Phaedrux
If you look at the above screen shot its missing Heater 1 from Tools .Thanks
-
@Carlo said in Another Predator:
;Hotend
M305 P1 S"T0" X200 R395 W2 ; configure sensor 1 as PT100 on daughter boardYour R value looks to be missing a 0.
-
-
You can remove the R value entirely. The Duet knows what resistor value it's using.
-
@Phaedrux
Thanks I've removed the R value.
The temps have always been correct as they both show very similar values at room temp I just can't switch the hotend off via Tool0 only to standby and active.I think I'll redo the configs from scratch as you suggested.
Thanks for your help.
-
Hi,
So regenerated the files via on-line tool this did fix the Heater 1 missing but not the homed height or endstops being way off also can't move any axis once homed without:
M120 G91 G1 Z-50 F3000 G90 M121
Error: G0/G1: target position not reachable from current position.
Had this before new files were uploaded if I delete config override it shows correct height.Config override below
; config-override.g file generated in response to M500 at 2020-03-15 20:01
; This is a system-generated file - do not edit
; Delta parameters
M665 L440.470:440.470:440.470 R231.558 H420.618 B185.0 X-0.122 Y-0.159 Z0.000
M666 X0.100 Y-1.507 Z1.407 A0.00 B0.00
; Heater model parameters
M307 H0 A90.0 C700.0 D10.0 S1.00 V0.0 B0
M307 H1 A340.0 C140.0 D5.5 S1.00 V0.0 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.00 -
what's in your homedelta now?
-
As below thanks for the help I am completely new to reprap and get I must be doing something wrong but I follow the Docs online.
; homedelta.g
; called to home all towers on a delta printer
;
; generated by RepRapFirmware Configuration Tool v2.1.8 on Sun Mar 15 2020 19:14:10 GMT+0000 (Greenwich Mean Time)
G91 ; relative positioning
;*** Slow homing has been configured. Change F180 to F1800 below when your configuration is working
G1 H1 X450 Y450 Z450 F1800 ; 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 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 -
@Phaedrux
Hi,Is there anything in the home file to suggest why my machine is homing at twice the actual height ?
I did think it was because of the config override but it's not as it's deleted and still appears to do it without one
As soon as I hit emergency stop it returns to the correct height if that help until I try to print or delta calibrate and return to home
Also setting the probe height to 0.05 means it can't extrude as it's to close to the bed I'm experimenting with the heights some more ..though it leaves a nice keyed surface for when I eventually get it to print a layer(that's a joke by the way)! keeping it lite hearted and all that. -
Nothing that I can see or understand given my rudimentary experience with deltas. All I can suggest is to go through this very carefully. It holds the key to your success:
-
@Phaedrux
Cheers that's my bible.
Actually a new board holds my success!
OK does anyone know what would cause it in a Cartesian or XY ? -
@Phaedrux
Sorry just so I understand where you've confirmed it's a calibration error why are you directing me to the Calibrating a delta printer wiki as I've stated I use the documentation to setup always..so I guess I'm asking where in that document does it answer the issues I'm having as I am constantly using those very pages to try to resolve my issues with no success as in no change what so ever.
Is it possible to have a faulty board with no error showing as in nothing on the board because I follow the guides and all appears to work as expected until I try to print and then it does not know where it is in relation to the bed
because if it is possible I won't waste any more of your time on it.
And yes not keeping it light hearted but I've followed every suggestion made here and no change and it's a little frustrating.Cheers
-
I'm inclined to think it's mechanical or a configuration error. It almost always ends up being mechanical in some way. Something loose, cracked, stripped, shifted, binding, skipping, etc. And when it's not, it's a config error of some kind.
The G1/G0 error you're getting reminds me of a recent thread. See here: https://forum.duet3d.com/topic/14821/error-g0-g1?_=1584397103870
I think that may be your solution to that issue.
-
I’m not running slicer software this is homing when switching machine on or after trying to print with no start commands in slicer Or if I try to calibrate,
I’ll try G28 in my home file ?
Rather than G1 commands
I do get a G1 error when trying to move -Z from home when the home height is wrong and have to reset to obtain the correct ish height but I can’t calibrate when the height is wrong also the endstops show as 10mm ish + or - when height is wrongCheers
-
Any delta gurus wanna take another crack at this one? @Danal @jay_s_uk @droftarts