MartinH
About
- Username
- MartinH
- Joined
- Visits
- 694
- Last Active
- Roles
- Member
Comments
-
The M119 is showing that you have Z max ('triggered) and allso Z probe H(triggered) at the same time.I think you have the Z probe logic inverted
-
Yes 100 steps in marlin should = 100 steps in repetier,ATM i cannot think of any reason why it should be printing the wrong size
-
What version of slic3r are you using, it slices fine with 1.2.9
-
what type of Z endstop are you using, if it is mechanical then adjust its position or activating screw so that Z0 is just touching the bed
-
Did you run the clear eeprom sketch in arduino before uploading the repetier FW, you may have some values left over from the marlin FW
-
Most slicers have a setting where you can set 'first layer' height and extrusion rate and allso first layer speed.It is best to set a higher 1st layer and extrusion to get better adhesion to the bed.
-
If you enable babystep in firmware then you can fine tune Z while printing 1st layer.
-
V in (red and black) are for + - 12v @2ampTTL (white and blue) are for a 5v pwm on/off signal. not sure where you will get the 5v pwm signal from
-
what driver do you have ?
-
Repetier host 'manual' controls have there own speed settings in RH/config/printer settings/printer. maybe you need to adjust the Z feed rate
-
What controller board do you have.Can you post your complete configuration.h file
-
Magnets on the bed will deffinitly mess with inductive AND capacitive probes
-
It is telling you that the probe can not phisically reach the coords you have set for probing You have a 55mm offset to the right of the nozzle and a X10 probe position, this will try to move the nozzle to X-45 to probe the 1st position
-
easiest way is turn the motor plug around on the controller (with the power switched off)
-
just a suggestion but have you tried lines 244 &245 #define ENDSTOP_PULLUP_Z_MIN true#define ENDSTOP_Z_MIN_INVERTING false
-
Check in windows device manager what com port has been allocated to the arduino when you installed the driver,then set the same com port and baud rate in RH
-
do you have a Z max endstop fitted or are you using a z min probe as Z min endstop atm you have #define Z_HOME_DIR 1 which is Z max homing
-
tyvm, starting at Z5 sorted that problem.Is running the bed height map from tools menu supposed to store the results in eeprom, if i do G33 L0 afterwardsall coords show Z0 Ummm, tutorial? what!!! where !!!!
-
Just doing some experiments and observed that what ever height i start the probing from,lets say Z20, it will probe the 1st coords (20,20) then raise Z5 it will then ramp up to Z20 while it travells to 2nd coords. All remaining probe s will raise t…
-
Hi.Printer is a prussa I3 clone New DEV firmware from Feb 4 installed about 1 hour before my post. was allso getting same results with previous FW.Using inductive probe on Z min with a Z max switchNo start or end scripts usedZ probe height =0.7max z…
-
cant watch video, says it is private
-
With the extruder, the only reasons i can think of is that steps/mm are set to 0, or in repetier host (if that is what you are using,make sure 'dry run' is not enabled
-
You have selected #define FEATURE_CONTROLLER 11this is for the full graphic display you need #define FEATURE_CONTROLLER 2which is for the alpha numeric 'smartcontroller from reprapdiscount'
-
simple answers are the best
-
set bed temperature in the slicer, you can even save it as a preference
-
Check your Z movment steps calibration, home Z then send a G1 Z100 measure how far Z actually does move
-
426 is more a 4 start lead screw sizemake sure you have the 3 jumpers installed under each 4998 driver pcb to set 1/16 microsteping.
-
And what controller board ?
-
seems like you have the z steps/mm set wrong in your firmware What type Z rods are fitted? M5 threaded rods, M8 threaded rods or M8 4 start lead screws ?
-
With a Max Z end stop switchG28 will home to Z max, then G32 will do bed levelling and allso set the Z max length in eeprom