orbita

About

Username
orbita
Joined
Visits
21
Last Active
Roles
Member

Comments

  • Repetier said: Does G28 Z0 finish? It will block communication until it is finished, but normally should not lock hsot from reacting to ui just no new commands get send until the command is finished. Get frozen once hit "Print". Have to u…
  • Repetier said: > Why are you giving me that useless information in my case? Can you just let me know what code to stop G30 after triggered? You know that im not using 3D printer, i don't need for "Bed Leveling", just to lower z axis until …
  • Repetier said: G30 H0 G0 Z2 F600 for example. You chould see now that M114 reports Z2 and be 2mm above the object. This is what showing 15:59:28.693 : N12 M117 ETE 00s*48 15:59:28.698 : N13 G30 H0*112 15:59:28.700 : Printjob finished at…
  • So now, which parameters for G30 to go down until triggered and lift up to Z2.000 after triggered?
  • Repetier said: > It must go lowering following to this command (G30), because microcontroller has no eyes, he does not know that z probe attached or not, just waiting for trigger.  But if no z probe is defined it is not implemented. repra…
  • Repetier said: I guess with cutting an additional problem is to not check height where you recently have cut. Maybe i'm wrongly understanding you, but this is what i'm doing here - looking a way to check height where recently have cut ...z…
  • Repetier said: How do you home Z otherwise? I mean what is reference for normal homing.I don't do homing at all, no need for me. I did the code as following, but it wont work for me ...G30 H2.0000 command ignored; G02 X86.3900 Y11.7731 I-1…
  • Repetier said: I see G1 Z2 to go up...G0 and G1 are identical. Where do you see G1 Z2 (G1) in my code? Have in use only G0 Z2 (G0). G0 it's a traveling/Rapid move command (plasma cutter switched off). G1 is working/Linear move command (pla…
  • Could be used command M109? Like this; M109 Z0.0000 G00 Z2.0000 M119 or M116?
  • Repetier said:  If you send G1 with Z... it will move to that height... Yes, this is what i mentioned, after THC stops (G0), microcontroller takes control - it will move to that height... (travelling height), and moves to new cutting poi…
  • My issue is by using SD THC. Because working area (X, Y) very large, when stops cutting, the torch stays on the very low Z axis, where THC has stopped, and can get stuck when traveling from one cutting point to another, so to avoid this, machine (Ar…
  • Repetier said: Makes no difference where z axis is mounted as long as you have end stops for positioning. But how machine knows when wait for confirmation of height and start to work? Which command for G code? Did lot of search, found n…
  • Hi! Which file format of vectric aspire accepts Repeater for CNC carve? I have tried Cam-Wood Postprocessor (txt), but appears some glitches. The glitch looks as too short bed in the direction X. It comes to the middle of the X axis and then goes t…
  • So, it's a TTL? Now everything much clearer. If you have written to me about it at the very beginning ... Here could be used simple transistor as switch, with original power supply of laser.
  • Hm, something wrong. I have chosen X MIN PIN (#define LASER_PIN ORIG_X_MIN_PIN). I can indicate 5 Volts, but no enough current, 80 mA only (required 700mA). As you understood, laser wont work at such current.
  • No, i have no problem with G-code. $H; home all axes G21; Set units to millimeters G90; Use absolute coordinates G92; Coordinate Offset G00 X207.6 Y179.4 M03; Laser ON G01 X207.6 Y179.4 F1000 M05; Laser OFF G00 X206.4 Y179.4 M03; Laser ON G01 X206…
  • Looks that was Arduino faulty. I have ordered new one and problems gone. Thanks for your help, Repetier! I would like to get some help for laser support. Can i ask here or need search for topic?
  • If you mean this link  ... stepper won't work even in this mode. :-/ When i use this firmware, atleast have noise of extruder stepper, but won't run (also run problems with X/Y axis steppers)
  • Click encoder to see menu. encoder? :-B Is it slicer in Repetier host software? Im sorry, I'm not familiar with your terminology.
  • Check in lcd debug options if dry run got enabled. Upgrade to latest 0.92 if it was. Also check host log for messages showing the reason for doing this. Im using latest 0.92. Where is that "LCD debug options"?
  • Hi! My extruder (All Metal MK8) stepper won't work none manually, none digitally. As described above, my "extruder motor in the X axis block of my RAMPS 1.4, work without troubles", but won't work as extruder stepper. The same with the "2004 LCD Sm…