aero
About
- Username
- aero
- Joined
- Visits
- 3
- Last Active
- Roles
- Member
Comments
-
I'd like to add to this request. After an 8 hour print, Repetier lost connection and my print head stopped, creating a nice burn through. The option to print from SD Card should be available. This may be too difficult to code, and if so my apologies…
-
So, problem solved. It turns out that for the Azteeg X3 Pro, Dyze has the wrong instructions. They say to set JAM_METHOD 3. That would be Signal;Ground;Power. I changed it to JAM_METHOD 2, which is Ground; Signal; Power as the pins are laid out on …
-
Ok, so some progress. Setting EXT1_JAM_PIN ORIG_Z_MIN_PIN works perfectly. However, now when I home my Z axis, it homes downward (reverse direction). Weird.
-
For reference, here's how the sensor is hooked up. Looks right to me... With #define ORIG_Z_MAX_PIN 19 set in pins.h, I should be seeing some messages in the printer log (full debug enabled) - but nothing. Perhaps ORIG_Z_MAX_PIN is being redefined …
-
It sure is, thanks. 1=on. If I get the output working, will post details here for others. Currently, no magic.
-
Such timing! I just found your previous post about this: https://forum.repetier.com/discussion/2389/stepperwait-referenced-in-section-text-compiliation-issues ...and the change worked for linking. After all of that work, no log file debug informa…
-
Thanks for the quick response! My HAL.cpp has something similar but doesn't match what you've pasted. Here's my HAL.cpp code. https://pastebin.com/embed_iframe/wP3uyAzu
-
Arduino: 1.8.5 (Windows 7), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)" C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -hardware C:\Users\foous…