MartinH
About
- Username
- MartinH
- Joined
- Visits
- 694
- Last Active
- Roles
- Member
Comments
-
Use one of the 2 homing options that use pre heat, this will then use the pre raise as roko mentioned. Set the pre heat temp to 0 to disable heating.
-
As you are moving over from marlin i would recomend uploading the eeprom clear sketch from arduino examples menu then re uploading the repetier firmware to clear out any unwanted values stored in the eeprom. Also Repetier host has a built in eeprom …
-
The main difference is the new driver have to be fitted rotated 180deg from the A4988,(so the pot is opposite end) The DRV8825s with the 3 micro stepping jumpers fitted will have 1/32 microstepping so you will need to double your steps/mm in config …
-
Also can you tell us what size you have for Xmax and Ymax
-
Recommended voltage range: 0.8 to 1.6 V. This corresponds to a theoretical peak motor current of 0.73 - 1.46 A, equation: I = k U with k = 0.91 A / V. 1.6 is max recomended and should be enough. With the motors rocking back and forth i would suspect…
-
What drivers are you using? What microstepping? You have some large numbers in your config regarding steps/mm and max feedrate, maybe try reducing the max E feedrate see if any different.
-
Change endstop type to electronic to disable the arduino's pull-up resistor.
-
In firmware tool,mechanics tab.If you select one of the homing option with the preheat,it then allows you to set the X Y coords where it will go for homing Z, set preheat temp to 0 so it does not bother heating the nozzle. I also set pre raise Z=al…
-
You need to enable 'distortion correction' in the 'General' tab on the firmware configuration tool.
-
The mega boards have a 500mA 5volt regulator fitted as standard, fitting a full graphic smart display will run this regulator close to its max rating and can cause low voltage on the 5 volts rail, or even a regulator failure.
-
With the Y endstop at the back of the bed, that is a Ymin endstop. So X0 Y0 puts the nozzle at the Front left corner of the bed
-
Just a idea but wouldn't setting 'Z min pos' to say, -5 in eeprom allow Z to go negative.
-
I am experimenting with the new cura 3.3.1 atm, seems to be working well, just have to sort out a bit of under extrusion after layer change,i think its the fact they now do the un retraction in mm cubed rather than just mm. Will test further tomorro…
-
slic3r is not compatible with the 3dlabs single shell designs, however cura engine works great.
-
Normally this fan is connected to permanent 12 volt so it is on all the time.
-
Attached is my config, had to zip it to upload it. Main things to note are homing method, use one with pre-heat option so you can set the x y coords for Z homeing. Allso, grid locations for bed probing.
-
repetier host has a eeprom editor in the config menu,so you could edit the eeprom directly with no need to recompile firmware.
-
Making changes in config.h and uploading will not over write the data in the eeprom (so the printer still uses old values in eeprom) Thats why you need to send the M502,M500 combo to update eeprom values from the config, or erase the eeprom prior to…
-
I use the probe as the z min endstop. When you make changes, are you editing the eeprom or are you changing values in the config.h? If the latter, are you sending a M502 and M500 to the printer to update the eeprom.
-
A few observations from my setup. #define Z_PROBE_BED_DISTANCE 1
-
If you have a inductive probe fitted, shouldn't this be 0 #define EXTRUDER_IS_Z_PROBE 1
-
I see no option in the config tool too select the G2 board, looks like you may need to use your rev F boards untill the G2 is supported.
-
The slow down setting is per layer, not per object.
-
Top right of your image, above the blue ETE 1h:04m:27s you should see a 'easy mode' button, turn it off then the DRY run button will appear below the on/off/temperature
-
What controller board is fitted in the new printers ? is it the same as your original.
-
Can you verify, where is the Z endstop switch located, at the top or the bottom of the machine ?
-
What type of printer do you have , delta? cartasian? core xy ? normally a delta is 0,0 in the centre, the others are 0,0 at front left of the bed. In RH/printer settings/printer shape, you can set the bed size and home postion.
-
check your setting stored in eeprom. send M502 M500 to update eeprom from config settings
-
can you post a pic of your rumba board with drivers fitted.
-
G29 is a marlin code for bed levelling. Repetier firmware uses G32 for bed levelling or G33 for mesh levelling