MartinH
About
- Username
- MartinH
- Joined
- Visits
- 694
- Last Active
- Roles
- Member
Comments
-
After doing a G28, measure the distance between the bed surface and the tip of the nozzlethen set' Z_PROBE_HEIGHT' to that distance (you can edit the value in eeprom from repetier config menu)then do G32.You may have to fine tune the height value t…
-
Z_PROBE_BED_DISTANCE sets the distance to go up between probes
-
Are 0.92 and dev configs or json's compatible?
-
You can load a gcode file from the file menu, however it will not show in the 'object placement 'window, only in print preview
-
Yes 3 jumpers should = 1/32 microstepping on those drivers. so '800' should be correct with 4 start 8mm lead screws.You may need to fine tune the 800 tho, home the Z axis then send a G1 Z100 and measure the distance it travells,if it moves more or …
-
check the temperature setting in the slicer
-
#else #define FAN_PIN -1 #define FEATURE_FAN_CONTROL 0#endif Hi Ian, my coding is not brilliant but i think these lines are over riding the code before it, you would have to set the correct fan pin for your controller and re-enable fa…
-
what is your Z steps/mm set to in eeprom ?
-
You probably have fan control disabled in your config.You need to set#define FEATURE_FAN_CONTROL 1
-
If you have re-uploaded firmware, you may still have old values stored in the eeprom.send a M502 to read the firmware values and try probing again.if it works, store the settings with a M500
-
you can change Z probe height in eeprom config in repetir host You say X min pos is -46, is this -46 from left side of bed, make sure pobe positions are reachable by probe offsets.
-
In between the the usb socket and 3 pin 5 volt regulator, there should be a 500 mA chip fuse (on the arduino panel)if your lucky, you have just blown this fuse, else it could be the 5volt regulator or burnt copper tracks(if short was on long enough)
-
I have noticed that while X or Y are 'homing' Z correction does not alter, then as soon as homing is complete, Z correction catches up to where it should be for X Y position.I now disable bed levelling before sending.
-
I find G32 works fine on the latest dev version as long as the probe is above trigger height before sending G32
-
"set z min endstop to z probe pin" in the firmware configuration tool, under 'features', tick the enable Z probing box then about half way down, you can select
-
oops, posted in wrong forum, should have been in 'firmware' found my error, bed and extruder pre heat options were blank
-
Oops, learning all the time Yes, been playing about with probing and indeed ENDSTOP_Z_BACK_ON_HOME has been set to 3 tyvm
-
What pin is your probe connected to?Is it connected via a resistor voltage divider or a reverse bias diode?
-
Looks like you have a wrong setting maybe in bed leveling somewhere.If you are upgrading to dev version from the version 0.92 then you cannot load the 0.92 config.h, you have to start from scratch
-
Can you re-try step 3 but with Z15.5
-
I use Arduino ver.1.6.12 and it compiles ok on dev.Even previouse versions of Marlin firwmare would not compile on the latest Arduino
-
Ty for the reply.Allso, is the list of G M codes on RepRap wiki up to date or do you have a list of repetier codes ?
-
repetier firmware allready has a very good multi point and mesh bed levellig
-
Hi 4000 s/mm is for a 0.75 pitch You need ~3200 for a 1 mm pitch, this may need fine tuning so that sending a 'G1 Z150 F1000' does actually move the Z 150 mm.
-
Set Xmin as -40 and bed left as 0
-
measure the pitch of your M8 rods, they might be M8 fine pitch ,which is 1mm instead of 1.25mm
-
829 seems very high for a direct drive.I have a mk direct drive extruder and that uses 120 steps per mm
-
Can i askWhat type of extruder do you have (geared or direct drive)What steps/mm is it set tooWhat feed rate is it set too
-
I think it could be to do with how you have your home positions set (maybe )Where is your Y endstop located on the printer (front or back)can you post photo's maybe
-
silly question but, have you set the correct port number in the host