MartinH
About
- Username
- MartinH
- Joined
- Visits
- 694
- Last Active
- Roles
- Member
Comments
-
Would it do this if the bed size was set too huge in firmware ?
-
Ok so,looking at the construction of the cherry printer, it uses GT2 pullies on the X and Y drives, at 1/16th micro stepping your X and Y steps/mm should be aprox 80. (400 is far to high and will probably make the motors sit and squeel at you). T…
-
> 4:51:46 PM: N77 M119 *58 < 4:51:46 PM: endstops hit: x_min:L y_min:L z_min:L Z-probe state:H > 4:52:58 PM: N145 M119 *10 < 4:52:58 PM: endstops hit: x_min:L y_min:L z_min:L Z-probe state:L First M119 was with the IR sensor not activ…
-
Marlin firmware code is writen and supported by the reprap group, nothing to do with Repetier, however, repetier host will work with marlin firmware. Repetier firmware is repetier's version of marlin (personally i prefer repetier firmware,its a lot …
-
If you send a M115 does the host return connection details from the printer?
-
G32 levelling is if your bed is 'flat'. it seems like you have a concave bed where the centre is lower than the corners,for this type of levelling you need to use G33 mesh levelling.
-
server IP is also shown in the printer lcd when connected
-
With no endstops pressed, send M119 to the printer, does it say the endstops are L or H If they are showing H when not pressed then you need to change the endstop switch types from normally open to normally closed or vise versa, in the firmware…
-
Does the firmware recognise vertual extruder '0' as a valid value
-
Correct
-
Right, i see whats happening, and to a certain extent my Z homing with a probe does the sameIt is correctly homing the probe but then it removes probe offsets and tries to move the nozzle to the probing coords and then move nozzle to Z0, here is whe…
-
Hi.2 things i would suggest trying.In config tool under mechanics/endstops, try using homing order X Y preheat then Z, this will open up some more options to set, mainly the X Y coords where Z homing will go to, set it to X100 Y100. Also under featu…
-
Hmmm, ok Did you set the Z homing X Y coords in the config tool.What option are you useing for Z homing, ie Z up then X Y preheat Z could you post your config.h pls
-
The problem with the G28 is strange, it sounds like it is detecting the Z switch ok so it should detect it on the second hit as well.What version of repetier are you useing, i recomend useing the dev version as many improvment have been made in the …
-
If you have disabled G28, how are you setting Z home to 0 ? Repetier uses G32 S2 for auto bed levelling G29 is for measuring Z height.
-
Ok, atm i also use XY preheat Z.When i click on home or do G28, printer raise Z then homes X and Y as normal then moves nozle to 100,100then moves probe to 100,100, homes Z, moves nozle to 100,100, then move nozle to X0, Y0, Z0. here is my config.h
-
Thats the one i have set, and my BLtouch works fine with G28 Z homing.I dont think there is any place else to raise/lower probe. Just a thought, have you also enabled Z endstop in mechanics section
-
There sure is.Under Features/Z probing in cofig toolProbe start scriptZ_PROBE_START_SCRIPTProbe finished scriptZ_PROBE_FINISHED_SCRIPT
-
The extruder motor will be turned off if the hotend is below about 170C, you can over ride his by sending M302 (enable cold extrusion).
-
Is your probe NPN or PNP NO ?If the probe is powered with 12 volts, how do you have it connected to the endstop pin ? #define Z_PROBE_SWITCHING_DISTANCE 1
-
To use the probe for Z homing you need to enable the Z min endstop option (if probe is connected to Z min) and remove the Z endstop 'switch' Then G28 will home Z using the probe.
-
If you changed the Z steps in the config.h and uploaded the firmware, you will still have the old Z steps in eeprom.SendM502M500 this will read settings from config and save to eepromor you can just edit the eeprom directly via repetier host, (no n…
-
Thats a 'smartcontroller from reprapdiscount'
-
#define Z_PROBE_HEIGHT 0.1 this is distance nozzle to bed when probe triggers #define Z_PROBE_BED_DISTANCE 10 how far to raise Z between probing points #define Z_PROBE_SWITCHING_DISTANCE 1 this sets how far to move Z up to un…
-
Thats strange.If you try to upload the code direct to server, it says it has 0 layers and use 0 fillament. If you load the code into host then save to server, it works ok (apart from a couple unknown commands at start)
-
This is my config.h, i dont use a mks board but the rest of the settings should be relevent.It uses a 3Dtouch as the Z min endstop and allso for bed probing https://drive.google.com/file/d/0B7pWunHO-VN6Qk5LNUpmSnZQdkU/view?usp=sharing
-
Do you get any movement if you click the x axis home button in repetier ?
-
for M340 to work, you need to enable servo support in your config.h #define FEATURE_SERVO 1
-
So just dissable the led pin #define LED_PIN -1
-
From looking at the kit details i would say you definitly have 4 start lead screws on the Z axis, so you willmost likely need 400 steps/mm with a max feedrate of about 30. You should be able to edit these in the eepromvia rep host. Allso, leave the…