jesse
About
- Username
- jesse
- Joined
- Visits
- 43
- Last Active
- Roles
- Member
Comments
-
Correct, thanks
-
I ended up using the (1)(2)(3)(4)(5) script buttons in Repetier Host for the two commands: G0 Z5; G32 S2
-
G32 S2 has the same issue. The bed leveling sensor starts at Z0 and moves horizontally to the bed. The sensor triggers immediately and autolevel fails with an error. Is there some way to make the sensor automatically move to Z10 before it runs th…
-
G28 does work correctly with pre-raise. After G28, I try to run G29. G29 does not pre-raise like I want it to. It moves horizontally to the bed and then has an error message. I tried #define Z_PROBE_HEIGHT 10 and #define Z_PROBE_START_SCRIPT "G0…
-
Martin, what variable is that?
-
I would like G29 to move the z-probe to a safe position where z probe is not triggered. For instance, G0 Z10. Is there a way to set the start position automatically?
-
G32 does the same thing as G29 on my printer. The z-min port is used by a micro-switch and the inductive sensor. I think the problem is that a check is occurring to find if the height of the extruder is high enough. I thought this would solve it…
-
Thanks. That works. Is there a way to run G29 without "G29 leveling failed! ...". It seems like I have to raise the z-axis 10mm before running G29 or else that message occurs. Is there a setting or configuration to tell the z-axis to raise 10mm …
-
Thanks, did you mean to write anything after "and" ?
-
Should I change any of these variables? #undef FAN_PIN#define FAN_PIN HEATER_2_PIN#undef FAN_BOARD_PIN#define FAN_BOARD_PIN -1#define BOARD_FAN_SPEED 255#define FAN_THERMO_PIN -1#define FAN_THERMO_MIN_PWM 128#define FAN_THERMO_MAX_PWM 255#define FAN…