Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Remote TCP - Inverse Setup Problem

#11
I noticed you have some important G1 movements commented. For example, these movements around line 37 should not be commented:
Code:
; intro line
;G1 X170 F1000
;G1 Z0.2 F720
;G1 X110 E8 F900
;G1 X40 E10 F700
G92 E0
I also noticed that some other important Gcode lines are commented such as this one:
Code:
G1 Z1.5 F3600
This line sets the Z level for the whole layer and it should not be commented, at least setting the Z value should not be commented.

Also, I see that the Z level is taken from line 13 with both projects. This line sets the Z value to 400 mm and it should be commented. It has no effect on robots:
Code:
M201 X2500 Y2500 Z400 E5000 ; sets maximum accelerations, mm/sec^2
#12
First intro lines should be commented because of a slicing issue. But it worked perfectly by following later two suggestions. Thanks a lot!
#13
Perfect, thank you for letting us know.
  




Users browsing this thread:
1 Guest(s)