Hi
When I finally got the DWC working I now get the above message in the PanelDue console. It makes it impossible to home any axes. I have not changed any settings since it was working last… My setting for the end stops: M574 X1 Y1 Z0 S1
I have these kind of end stops: http://www.ebay.com/itm/1-x-Optical-Endstop-End-Stop-Limit-Switch-Solution-for-3D-Printer-or-CNC-NEW-GH-/351690493936?hash=item51e2630ff0:g:HyAAAOSwBnVW-fZ3
I dont know what I am doing wrong…
Any hint would be great!
Best posts made by perolalars
-
Insufficient axes homed for bed probing???
Latest posts made by perolalars
-
RE: Ignoring start script, help needed.
@OwenD Thank you for clarifying that, it really helped! And since I have a duet 0.8.5 I cant use the RRF3...
-
RE: Ignoring start script, help needed.
@Phaedrux Hi and thanks for reply! I am not after a mesh bed leveling.
My gcode looks like this at startG90 M83 M106 S0 M140 S65 M190 S65 M104 S235 T0 M109 S235 T0 G91 ; set coordinate system to relative mode G1 Z3 ; lower z axis 3 mm G90 ; set coordinate system to absolute mode G28 ; home all axes G1 Z4 ;lower z axis 4mm ; process CoreXY-PETG ; layer 1, Z = 0.200 T0 G1 E-4.0000 F2400 ; feature skirt ; tool H0.200 W0.400 G1 Z0.200 F1002 G1 X167.920 Y169.840 F3000 G1 E4.0000 F2400 G1 X168.463 Y169.327 E0.0223 F1920 G1 X169.889 Y168.102 E0.0563 G1 X170.377 Y167.716 E0.0186 G1 X171.473 Y166.917 E0.0406 G1 X171.884 Y166.637 E0.0149 G1 X172.977 Y165.942 E0.0388 G1 X173.405 Y165.689 E0.0149
Its the last line of code in the start script (G1 Z4 ;lower z axis 4mm) that it ignores. So from G91 to G28 it does it alright but it dont execute the last G1 Z4.
I want it, after G28 to lower the bed (or raise the nozzle) 4 mm and then descend to the first layer height (0.2 mm in this case) while moving to the start point of the print.
It worked in Cura with the exact same start script but it dont with S3D, and I really want to use S3D... -
RE: Ignoring start script, help needed.
Before I can grasp what you say and its quite possible that I have setting that contradict one an other, but I dont know which it is.. my setting in config M558 looks like this
; Z probe M558 P1 H3 F200 T2000 ; Modulated IR probe, also used for homing the Z axis G31 X-22 Y0 Z0.77 P500 ; Set the probe height and threshold (put your own values here)
And it the last command in my start script that dont work, lowering the bed 4mm and then go to the start of the print and while doing so lowering to the right print height..
-
Ignoring start script, help needed.
Hi I am having a hard time understand what I am doing wrong. I want my printer (a corexy, Duet 0.8.5, FW 1.26.1) after homed all axis and before start printing to lower the bed x mm so not scratching the bed moving to the start point of the print but it is ignoring the last line. I understand that this was change with a firmware upgrade demanding a S2, but I cant get it right... Should I have this command in the start script (S3D) or in the homeall.g file or in homez.g? And how should it be written to work?
My homeall.gG91 ; relative mode G1 Z3 F200 G1 S1 X-400 Y-400 F3000 ; course home X or Y G1 S1 X-400 ; course home X G1 S1 Y-400 ; course home Y G1 X4 Y4 F600 ; move away from the endstops G1 S1 X-10 ; fine home X G1 S1 Y-10 ; fine home Y ; If you are using a microswitch for Z homing, insert similar code for the Z axis here, ; but use lower feed rates suitable for your Z axis. G90 ; back to absolute mode ; The following code assumes you are using a Z probe to do Z homing. Remove it if you are using a microswitch. ; Adjust the XY coordinates in the following to place the Z probe over a suitable spot, ; preferably near the centre of the bed if your Z probe supports that G1 X180 Y190 F5000 G30 G1 Z4 G1 X0 Y0 F5000 G1 Z4 S2
My homez.g
G91 G1 Z5 F2000 G90 G1 X180 Y190 G30 G1 Z4 F2000
My start script
G91 ; set coordinate system to relative mode G1 Z3 ; lower z axis 3 mm G90 ; set coordinate system to absolute mode G28 ; home all axes G1 Z4 ;lower z axis 4mm
Any help or hint will be much appreciated!
-
RE: Left-hand axis CoreXY help!!
@Danal Maybe I have to ask you about your config file? I cant get my head around this (in spite of David´s good description, or maybe I am to tired) so maybe I have to rebuild the end stops to looking like yours... Is it possible for you to share your homing files also? Just as info...
-
RE: Left-hand axis CoreXY help!!
Ohh, thanks David, you are a savior! I was feeling a bit helpless (very much that is!) not understand what to do...
I will try this and report back... Have a good weekend! -
RE: Left-hand axis CoreXY help!!
@Danal Thank you but that is what I have been doing and it moves correctly but it mirrors the prints, that is where I started...
It dont seams that anyone could tell what I can do about it, hardware or software wise, to correct it (the mirroring!).
I know I could mirror it in the slicer software but thats just a half way solution since I am trying to sell this printer and I want it to work correctly... -
RE: Left-hand axis CoreXY help!!
@Danal No, when looking at my printer from the front I have the origin in the left top corner (like where you start reading a book, kind off!) the Y axis are pointing toward me and the x axis going to the right
-
RE: Left-hand axis CoreXY help!!
@dc42 Hi David So according to that page my axis moves correctly now but since I have a left-hand axis setup (yes I know I am sorry but its a lot of work making it a right-hand) and there is no solution stated if one has one " If instead it is 90 degrees clockwise, you have a left-hand axis system, which will give you mirror-image prints" what can I do to correct it? Besides rebuilding the machine that is?
And thanks Ian for your input, I feel like I have 4 toodlers in my head now... -
RE: Left-hand axis CoreXY help!!
@dc42 and @droftarts Now I am even more confused since dc42 is saying no swapped cables and you are saying swapped cables!?