MartinH
About
- Username
- MartinH
- Joined
- Visits
- 694
- Last Active
- Roles
- Member
Comments
-
Only one i can think of is Z_PROBE_SWITCHING_DISTANCE make sure this is set high enough to un-trigger the probe , i have mine at 3.
-
Better option would be to use the online config tool and download the complete FM zip. https://www.repetier.com/firmware/v100/index.php
-
Slic3r has one built in, and now cura 4 has one
-
Not sure about X but if the probe is behind (towards back) of nozzle then Y offset should be positive, #define Z_PROBE_Y_OFFSET 21
-
#define Z_PROBE_X_OFFSET 0 #define Z_PROBE_Y_OFFSET 0 These need setting according to the offset distance of probe to nozzle
-
mbbrewerca said: Mine is having the same issue. I can manually enter the temperature by entering: M104 S150 When I do this, it goes to the desired temperature. However I cannot seem to do this anymore through the Repetier Host's Manual Con…
-
Try - M513 - Clear all jam marker.
-
There is an option in the configuration for 'only check endstops when homing'
-
Here is my slic3r start code with homing and pre-heat and priming line. M82 ; Extruder in absolute mode G28 W ; Home extruder G1 X0 Y0 Z5 F{Z_TRAVEL_SPEED} M107 ; Turn off fan G90 ; Absolute positioning M104 S150 ; start extruder heating M190 S[fi…
-
nm
-
I also discovered that with the DRV8825, I hat to double the steps per mm of each axis and extruder motorsThis is correct as the DRV8825 drivers are 1/32 U-stepping with the 3 jumpers fitted, as apposed to the A4988 witch are 1/16th.
-
"G1 E100" and it extrudes exacly 100 mmJust to make surewhen you say it extrudes 100mm, this should be 100mm of filament going into the extruder, not hot filament coming out the nozzle.
-
switch on the right side is X max. Plug the endstop into the X max socket and configure firmware to use X max homing. Alternatively, move the switch to the left
-
It sounds like you have a mechanical Z min endstop ? Why not use the 3dtouch on Z min and use it for Z homing and also bed levelling. What type of printer do you have ? What firmware is installed ?
-
Paranoid said: Thanks for the explanation. So actually if I change Z-probe height, then according to the calculation it should change the z positioning accordingly. The strange thing it doesn't seem to happen. Possibly I'm missing something? …
-
can you share your configuration.h, it might help to hi lite any problems.
-
Mrshirtpocket said: I understand that the numbers may seem usual. The first two values you presented are correct but the third is not. I have the Z axis on a lead screw and for each layer I need to go up over a centimeter. But I still must re…
-
If you changed Zmax in the conffiguration.h then you need to send M502 and M500 to the printer to update the eeprom. Or just edit the value in the eepron using RH eeprom editor
-
Yes it is in the slic3r configuration. Click configuration under where it says'slice with slic3r'
-
steps/mm calculator https://www.prusaprinters.org/calculator/ normal values 1.8 deg(200 step) 1/16 micro stepping, GT2 2mm belt pitch, 20 tooth pully = 80 steps/mm
-
Check your X Y max settings in eeprom
-
sounds like the Z motor plugs need rotating 180 deg
-
Allso make sure you have fitted the 3 jumpers under each stepper driver on the ramps board, this sets them to 1/16 microstepping.
-
In Rh on the right, click 'configuration' to open slic3r then settings- printer settings custom g-code remove commands from End G-Code
-
Marlin firmware uses G29 for auto level, G32 is 'repetier'' firmware https://reprap.org/wiki/G-code#G29:_Detailed_Z-Probe
-
instead of using localhost try with 127.0.0.1:3344
-
You need to tell config what stepper socket to use for Z2. ie 'mirror stepper socket extruder 1' allso what setting to use for Z2 endstop. These can be set in the mechanics tab in the online config tool https://www.repetier.com/firmware/v100/index.p…
-
Would it be better then to slice in Cura XXX, load the gcode in Repetier Host then print via Repetier Exactly what i do, lots more settings to mess about with in the full version of cura
-
You say it worked ok with marlin, did you erase the eeprom befor loadng Repetier firmware as sometimes you can get problems with old marlin values left in the eeprom.
-
Some changes you need are #define SERVO0_NEUTRAL_POS 1500 #define Z_PROBE_ON_HIGH 1 #define Z_PROBE_HEIGHT 1.2 ;