MartinH
About
- Username
- MartinH
- Joined
- Visits
- 694
- Last Active
- Roles
- Member
Comments
-
use S2 to store in eeprom
-
Did you unplug the X motor at an y time when you were doing your mods. Reversing the motor connection will reverse the rotation direction
-
DO you have 'filament' highlighted. top left of RH
-
ZHOME_PRE_RAISE_DISTANCE this will raise Z before it does the homing, so Z allways needs to have this amount of clearance (below Z max) G28 ends the homing with a move to X0 Y0 Z0 You could use one of the preset buttons and do G28 G1 Z5
-
I run homing and bed levelling from the script option buttons, homing just send G28 levelling, i like to make sure the sensor is over the bed before it starts ,so i set in button 2 G1 Z10 F700 G1 X30 Y30 F1200 G32
-
yes you can change them, then nozzle will move up the set amount and move to the X Y co'ords that you set instead of the 999999
-
First, i recoend using the dev version of firmware, many improvements in probing . Use homing option z up X Y Z this will open a section in config tool where you can set the X Y coords for z homeing. setting ENDSTOP_Z_BACK_ON_HOME 10 artifitially …
-
Ok, 1st make sure you are using the DEV version of firmware, many probing improvements have been made in this version. 2nd, if you use homing option Z up, X,Y preheat Z or X,Y preheat Z, #define HOMING_ORDER HOME_ORDER_XYTZ it should then use …
-
HI, twas me on reprap. Its not a script as such, in the fw configuration tool https://www.repetier.com/firmware/dev/index.php in the features page, there is a part where you can add the M340 P0 S**** for probe start and probe finish moves. With t…
-
I think temp sensor _13 may be causing the trouble (not sure if it uses a pullup) try #define TEMP_SENSOR_0 11 #define TEMP_SENSOR_1 0 #define TEMP_SENSOR_2 0 #define TEMP_SENSOR_3 0 #define TEMP_SENSOR_BED 11
-
Looking at the Malyan wiki page it look like they either use a old (2 year) modified marlin or possibly a makerwaer type firmware.
-
First make sure your mesh data is clear and also turn off bed levelling G33 R0 clear mesh data M321 deactivate auto level now try calibrating your Z probe offset. Once you have the probe calibrated then you can run a G32 or G33 for bilinea…
-
You dont need a mechanical Z endstop if you are using a Z probe. You can tell firmware to use the probe as the Z min endstop, thus only needing 3 enstop pins, X Y probe.
-
I think you are confusing the firmware by having the Z max(homing) AND a Z min probe on he same input pin. Why cant you connect the Z max endstop to the Z max input pin and leave the Z min probe on the Z min pin
-
thats just a information line in the config. The line you need to un-comment is //#define EEPROM_SETTINGS // Enable for M500 and M501 commands
-
I see a few problems in the eeprom settings. You have a probe offset of X20 Y20, this says the probe is 20mm to the right and 20 mm behind the centre nozzle (ext 0) From the picture you have 3 nozzles, if we say the centre nozzle is extruder 0 the (…
-
Getting complicated with 3 extruders lol. Where is X0 Y0 on the build plate ? where the centre nozzle is in the pic, or at the front left corner? Is X20 actually reachable by the probe (probe looks to be at least 50mm offset from the nozzle in the …
-
Where is your probe fitted with relation to the nozzle ? X offset Y offset can you post a export of your eeprom settings
-
You can set the G32 probing positions directly via the eeprom editor in RH , these are the Z PROBE 'X1 Y1 ,X2 Y2, X3 Y3'settings, but i still recomend upgrading the firmware to the DEV version.
-
The configuation.h is part of the source code that you download with the online config tool, you then need to compile and upload the source to your printers control board using arduino compiler. If you dont have the source code then you will not ha…
-
https://www.repetier.com/firmware/dev/index.php
-
If manual control of the axis is also reversed, You can change the direction the motor moves by turning the motors connector thru 180 on the ramps, (turn of power first before unplugging a motor). If manual control of the axis is correct, then you …
-
what controller board are you using ?
-
I recommend you use the DEV version, many improvements have been made in the probing. However, in RH config tab (top left) you should have a ' firmware eeprom edit' option
-
nvm, miss read problem
-
What firmware is installed on your printer ? You may be able to set the probe X Y offsets and also the probeing x-y locations in eeprom ,host has a eeprom editor built in.
-
I notice you are using heat manager 3 (dead time control), so in your firmware, what have you set for the decouple time? Why not set heat manager to 1 so it uses PID controller ps. Doesn't explain why it works from the LCD, but is worth trying i g…
-
In repetier host, open the printer settings tab and put Y home as 180
-
In slic3r configuration/settings/printersettings under 'general' click bed shape set button, make sure your bed shape matches what you have in firmware and RH bed shape
-
If you have a prussa type printer where the bed moves in the Y axis (front - back) then your rear mounted Y enstop is a Y-min not a Y-max So at X0 Y0 your nozzle ill be at the front left corner of the bed.