MartinH
About
- Username
- MartinH
- Joined
- Visits
- 694
- Last Active
- Roles
- Member
Comments
-
In RH you have set X0 Y0 to be in the center of the bed,this is wrong for a cartasian printer,X0 Y0 should be front left of the bed. Set Xmin and Ymin to 0 set Xmax=130 set Ymax=110 bed left=0 bed front=0 print area depth 110
-
Also make sure cura is not still conected
-
You need to send the M500,M502 comands to update the eeprom with any changes made in the configuration.h after you upload the new firmware. Or Use repetier host or server to edit the eeprom values directly. RH/config/firmware eeprom configuration
-
https://www.repetier.com/firmware/v100/index.php
-
you can change the Z steps directly in eeprom via the repetier host eeprom editor. If you make the changes in the config.h, you will need to send a M502 M500 to update the values in the eeprom
-
In your config,you have #define ZAXIS_STEPS_PER_MM 100 100 seems very low, normally for 1/16 microsteping (3 jumpers fitted under each driver pcb) for M5 threaded rods on Z it would be 1600 for M8 4 start lead screws it would be 400
-
Are you sure you are trying to print a gcode file and not a STL ? normally when you download objects from places like thingyverse,you download a STL file which you need to slice into a Gcode file that the printer can use.I see you are using repetier…
-
AFAIK G33 does not use S2 suffix, only G33 L0 ;list matrix G33 R0 ;reset matrix
-
Also check in eeprom editor what your E0 steps/mm are set too.
-
Dont forget, unless cold extrusion is enabled(M302 S1), the extruder motor will not move unless the nozzle is heated to about 150 degC
-
What bed shape settings do you have set in RH, yours should look like this
-
Hi. A few observations from your config. Bed dimensions, X min= -9 , X length =158 Y min = 0 ,Y length = 150 Probe offset to nozzle X offset = 47 , Y offset = 4. This places the probe 47mm to the right of the nozzle and 4mm behind the nozzle. N…
-
What homing option are you using in the config tool? If you have chosen one of the last two, they give you option to set the coordinates for homing Z axis,ie X100 Y100. Can you post your config.h or a link to it.
-
Tomu, pls post your config.h and i will look it over.
-
Also, most slicers have an option to raise Z when a retraction occurs, so this would raise z a lil bit while doing your move.
-
Might be slight over extrusion, have you calibrated the extruder ? Smoothieware....not sure on that. Repetier does run on 32bit boards like the arduino due etc
-
Your assumption with the heater wires is correct, and yes you can heat the nozzle without the cooling fan, The extruder cooling fan is there to prevent the fillament melting in the heatbreak tube. Try setting the nozzle temp at 160C,then try melting…
-
Are the 3rd set of terminals on the power supply physically the same as the other terminal, some power supplies have a seperate lower amperage output. Measure the voltage coming out of the power supply to make sure it is stable at 12volt when under …
-
Not sure if it is needed but, Are you doing a new G30 after you have changed the probe height in eeprom
-
Not related to the problem, but this line looks suspect Z-2.65 G1 Z-2.650 F7800.000
-
Basically, you use the Z probe in place of the Z min endstop, you dont need both.
-
#define X_HOME_DIR -1 #define Y_HOME_DIR -1 #define Z_HOME_DIR 1 with a delta, shouldn't these all be set at '1' for max homing
-
have you checked the start code in cura settings,
-
eeprom change should update the eeeprom afaik. However i allways prefer to do a M502 M500 this will read the config.h and store values into eeprom.
-
If you mean the manual move buttons in repetier host, there is a speed adjustment in RH/config/printer tab- Z axis feed rate. There is allso a Z max feedrate and Z homing feedrate in the software tool under Z axis stepper motor section under 'mecha…
-
M92 X80 M500 will store the Xsteps in eeprom, but eeprom has to be enabled in firmware
-
ZHOME_HEAT_HEIGHT this is in the mechanics tab on config tool, but on shows iif you choose one of the homing options with pre-heat.
-
If the firmware came allready installed on your printer then you may not have the config.h file, you would have to ask the vendor to supply there un-compiled firmware so you can then enable eeprom in the config.h and then re-compile and upload to yo…
-
Glad your making progress, i have read , this is a downfall of using an IR probe,you get false reflections,maybe a matt black surface would be better. I know on the reprap forums, ppl have tried painting the underside of their glass bed with black p…
-
I dont think your P1 P2 Y probing positions are reachable. You have a Y min= 23.5 You have probe Y offset=28 You min P1 P2 Y =28-23.5 = 4.5 Allso, looks like you have coma's instead of fullstop in the bed dimension settings (not sure if this may c…