MartinH
About
- Username
- MartinH
- Joined
- Visits
- 694
- Last Active
- Roles
- Member
Comments
-
post a picture of what you are trying to print pls.
-
Firmware prevents any extruder motor moves if the hot end is not heated to at least 150C. You can over ride this by sending a M302 to the printer.
-
There will be a range setting in the firmware. What firmware are you using?
-
As you are homing to Z max, i think you need to do a G32 S2 to measure and set the Z length in eeprom and the follow on with your G33, this should set your matrix values closer to 0.
-
answered in other thread
-
This is configured in the slicer, slic3r and slic3r PE both have a tick box in the output tab, could not see the option in cura engine tho.
-
sounds like the server computer may be going to sleep mode, check power options in control panel
-
https://www.repetier.com/firmware/v100/index.php make sure to select mpx3 in the general tab
-
But then the nozzle is moved to position 110/110 and the Z axis moves down directly into the bed. The sensor signal is ignored and I get a head crash. This is as it should be, after the nozzle is moved to its correct x y coords, it is then lowered …
-
You need to set the P1,P2,P3 probing XY positions. To have a small margin for error i would suggest P1 X37 Y5 P2 X175 Y5 P3 X37 Y170 Also use one of the homing options that use pre-heat and set the pre-heat temp to 0, this lets you preset the X Y …
-
Z_PROBE_HEIGHT can be altered in the eeprom settings
-
@Willbain, post your start code pls slic3r and cura start codes are not compatible to each over.
-
If you changed the settings in the config.h you will need to update the eeprom with a M502 ;read config M500 ;save to eeprom or just change the eeprom values using repetier host eeprom editor
-
The mouse wheel scroll lines can be set in windows control panel/mouse/wheel. change the vertical scrolling to 1 line.
-
The flashing X Y Z when you power the printer is letting you know that those axis need to be homed.
-
Sry, yes that was for cura 3.1. In cura engine,you have 2 locations for E-temp. 1. printer settings(cog wheel top right),printer tab. 2.Slicer tab,then configuration button,(this opens a new window),now filament tab,print temp(this is the one that …
-
Each material has its own print settings where you can specify the default print temperature. Open the manage material window (top right of cura window, the lil down arrow) in there select print settings tab and change temp.
-
In the material print settings
-
Sounds like you have entered the wrong number for steps/mm in the configuration.h. You xhould be able to change the steps/mm for each axis directly in the eeprom editor in repetier host, normally X and Y will be 80 if using T2 belts and 1/16 micros…
-
In the slicers start G code, you could add a move after the bed/nozzle heating G1 Z5 ;raise Z G1 X0 Y0 ;move nozzle to front-left of bed
-
#define Z_PROBE_X_OFFSET 35 #define Z_PROBE_Y_OFFSET 5 #define Z_PROBE_X1 20 #define Z_PROBE_Y1 20 #define Z_PROBE_X2 200 #define Z_PROBE_Y2 20 #define Z_PROBE_X3 20 #define Z_PROBE_Y3 190 from your config above, your probe is offset X 35 to the r…
-
From looking at the video you linked, they have a Z min endstop at the bottom of the leadscrew, if yours is at the top,you will need to change the firmware for Z max enstop and set Z max length so that Z0 is at the correct hieght in the resin. I thi…
-
I think, from looking at there downloadable firmware the Z size refers to Z max length and should read 200, not 20. So, look for these lines #define ZAXIS_STEPS_PER_MM 400 (might be set to a different value atm) #define ENDSTOP_PULLUP_Z_MIN true#…
-
Why not take the opportunity to update the firmware to the latest 1.0 https://www.repetier.com/firmware/v100/index.php
-
Yes, either of the preheat homing option let you specify the Z homing XY location,you can set the preheat temp to 0 to disable the heating part. Z probe height is used for the Z homing.
-
alexsomesan said: Guys, BLTouch is working fine in Repetier. Just follow the instructions that luke321 posted here. I use it both for homing and bed-leveling every day. Please post descriptive explanations of what is going on in your case so…
-
In the config tool, you have to tick the enable Z probing box, 1st option under the features tab,this will open the Z probe options half way down the page. For bl touch, you will also need to enable the servo support.
-
sounds like incorrect X Y values in either P1 P2 or P3 probing locations, check the values stored in the eeprom.
-
The relay is chattering because you are probably using PID temp control, change the temperature control to use 'bang bang for bed with relay'
-
If you use the temperature manager='bang bang every X seconds for heated bed with relay'option, you can specify the time interval for updating the temperature