MartinH
About
- Username
- MartinH
- Joined
- Visits
- 694
- Last Active
- Roles
- Member
Comments
-
Z_PROBE_SWITCHING_DISTANCE this is preset to 1, this may not be enough to un-trigger the probe. set it 3 or 4 to make sure.
-
Are your endstop switches normally closed type or normally open. Send a M119 to the printer while no endstop is pressed, it should report all open
-
5mm is quite a lot on a direct drive extruder, i use a mk8 direct and have retraction set at 0.8mm speed 50mm/s
-
In repetier host manual controls, you have 2 extrusion buttons (low and fast) You would normally use the fast button to load a bowden feed
-
What type of extruder, bowden or direct drive ? What retraction length do you have set in the slicer atm ?
-
While the extruder is heating up, click on the temperature button in repetier host, is it showing full power for heating or has the pwm dropped ?
-
G91 relative move is not needed
-
You should also zero the extrude before and after extruding. G90 G92 E0 G1 E10 F240 G92 E0 You can use placeholder with slic3r to use the temp settings in slic3r config. http://mauk.cc/mediawiki/index.php/Slic3r_placeholders
-
What type/pitch is your lead screw, a lot of the lead screws on sale are multi start ie 2 or 4 thread ends, so if you have a 4 start 2mm pitch this will equal 8 mm pitch so at 1/16 usteps it will be 400 steps/mm,this will be insanely slow for a x ax…
-
What type of extruder do you have, it may need adjusting to give more presure on the hobbed bolt feeder.
-
.92 is so out of date now,update firnware to the dev version, you wont regret it
-
Hi Slowfoot,.It might help if you could post(link) your config.h so we can look thru it.
-
It sounds like the server is not connected too the printer
-
values stored in eeprom will take preference over new config.h settings you need to send the following codes to the printer to update eeprom with new config settings M502 ;reads config M500 ;stores too eeprom or use the eeprom editor in r…
-
Do you mean too slow using manual controls? or when doing a print ? Are you changing values in the config.h or direct eeprom editing ?
-
Middle mouse button works wonders
-
slic3r will allways start with a M107,but if yu enter your own M190 and M104 then slic3r will not put its own m190,m104 afterwards eg M119 G28 X0 Y0 G29 M190 S[first_layer_bed_temperature] M104 S[first_layer_temperature]
-
I think this does what you require
-
In dev version you can set 'allways raise Z 10' so when probing, Z will go up 10 then move to x y coords
-
In absolute mode you would need to increment the E eg G1 X100 E20 F200 G1 X200 E40 F200 or send a G92 E0 to reset the extruder count
-
Are you using G29 for bed levelling ? Repetier uses G32 for levelling
-
use homing order 'Z up,x y preheat Z' then you can enter the x y location to home Z 'XY Homing pos. for Z'
-
For a start, make sure you have the drivers set at 1/16 microstepping (3 jumpers fitted). what main board do you have ?? X and Y should be about 80 steps/mm depending on pully size. 250mm/s max feeedrate
-
The 5A input is for the motors and hotend, the heatbed needs 12/24V on the 11A input
-
So at Z home (Z=0) is the nozzle almost touching the bed ?
-
Hmm ok, looks like either the eprom is dissabled in the firmware or repetier host does not recognise the firmware. What controler board does the printer use? Send M115 to the printer and see if it reports what firmware it uses (manual control tab i…
-
alter the E1 steps/mm setting in eeprom , you can edit eeprom using repetier host or repetier server
-
Send to priinter M502 M500 this will read values from config and store into eeprom
-
Number 2 is normal behaviour, you can set how far Z moves up befor it travells to next probe location. Z_PROBE_BED_DISTANCE [mm] = Max. distance to go back for next test
-
sorry, wrong post