Jump to content

Wallfort94

Member
  • Posts

    4
  • Joined

  • Last visited

Personal Information

  • 3D printer
    Other 3D printer

Wallfort94's Achievements

0

Reputation

  1. @Ambassador Thanks for the suggestions. Unfortunately I am stuck with the g code interpreter that I am using. Bits from bytes is a great option since it is doing relative moves for the extruder. I found that Sailfish(Makerbot) seems to be the best fit. Everything is absolute positioning and I don't get G92 .
  2. Hi Greg, @GregValiant Thanks for your reply. Is there a way to stop the reset to zero and just have it increment past 4000? I think I understand why they are resetting around that many increments. Possibly due to Encoder constraints and rollover? I am not running Marlin firmware. I am making my own code and my interpreter doesn't like G92 unfortunately( I know really Dumb haha). I was able to print most of my part until G92 was called. Then the stepper direct drive went in reverse and kicked out my filament haha. It was pretty exciting. Best Regards, Wallfort94
  3. My interpreter doesn't accept G92 N28260 G1 F1650 X-24.7 Y-24.7 Q1=1562.9999 N28270 G1 X24.7 Y-24.7 Q1=1565.78762 N28280 G1 X24.7 Y24.7 Q1=1568.57534 N28290 G53 Q1=0 N28300 G1 X-24.7 Y24.7 Q1=2.78772 N28310 G0 F7200 X-24.7 Y24.4 N28320 G0 X-24.1 Y24.1 N28330 G1 F3000 Q1=-3.71228 I would prefer to just have the Q1 which is my extruder keep going from 1568.57534 . I don't want my position to revert to 0.
  4. Hey all, I am running in a issue with my 3D printer. The extruder kicks out the filament from it's direct drive when the gcode calls for a G92 axis zero offset for the extruded. Basically my extruder will go to E1546 Then G92 The next block will be E0 . It's trying to set a new zero. Is there a setting in Cura that will continue the increments rather then execute the G92?
×
×
  • Create New...