RandalZimmer
About
- Username
- RandalZimmer
- Joined
- Visits
- 4
- Last Active
- Roles
- Member
Comments
-
Seems that putting the code into the documentation isn't the same as changing the code. (:~) I finally changed the #define FEATURE_TWO_ZSTEPPER 0 and the Z is decoupled (yay). Thanks again for the help.
-
Aaarg. I made the changes, uploaded OK. Cut power, pulled the USB and restarted. The only difference is that the E1 turns when prompted before running a print, before it wouldn't until printing. E1 is still connected to Z and always goes retraction …
-
#define FEATURE_TWO_ZSTEPPER 1 changed to #define FEATURE_TWO_ZSTEPPER 0 Now, should #define FEATURE_DITTO_PRINTING be 1 OR 0 ? Right now it is 1
-
I'm not that smart to know, I stmuble through hoping to get things to work. Is this what you expect the code to be? now:#define EXT0_STEP2_PIN ORIG_E0_STEP_PIN#define EXT0_DIR2_PIN ORIG_E0_DIR_PIN#define EXT0_INVERSE2 0#define EXT0_ENABLE2_PIN ORIG_…
-
Here's a video, the machine is up to temp #1 moves with the Homing of Z and #0 does not move. Sound is LOUD! https://wp.me/P4oYKc-eY
-
I have two motors, each running it's own extruder and they both need to do the same thing always. Here's a part of config.h that may help explain. I think it's mirror although under the DELTA section: #define FEATURE_DITTO_PRINTING 1 …