MartinH
About
- Username
- MartinH
- Joined
- Visits
- 694
- Last Active
- Roles
- Member
Comments
-
1 2 3 and 4 are all done automatically when you do a 'home' or G28, if you set homing order 'z up, x,y,preheat z' and set pre raise z = allways using dev version of firmware
-
In repetier host, far right side click 'sdcard', then click the 'mount sd' icon (down arrow)
-
Sorry, pin 11 is for ramps 1.4. For radds try pin 5 for servo1 ps, my German is worse than your English
-
i think you mean M502 M500
-
BL touch setup step by stepUsing repetier firmware tool https://www.repetier.com/firmware/dev/index.php General tabconfiguration level Expert Mechanics tabEndstopsNot ticked-----Always check endstops. Only enable if you have no cross talk from …
-
you probably need to increase the switching distance from its default of 1mm in the firmware. Distance to switch off z probe Z_PROBE_SWITCHING_DISTANCE=1 ; try 3 allso make sure you start the G32 with z at least 5 What homing order do you have …
-
did you install usb drivers ?
-
In slicer menu,tick the box labelled 'try to preserve model positions'
-
you could try setting the steps/mm by sending to the printer M92 Z400 ;sets Z steps=400 M500 ;stores value to eeprom if enabled
-
try setting this to 0 #define Z_MIN_POS -10 can you post or link your complete config.h pls
-
you need to change the Z axis steps/mm to suit the pitch of the lead screws. Most of the lead screws you buy are whats called '4 start leadscrew' so at 1/16th microstepping you will need steps/mm = 400. you can set this directly into the eeprom usi…
-
" is there a way to see the max end stops i have a z max endstop? Z Max endstop does not show on the M119 report " you have max Z endstop dissabled #define MAX_HARDWARE_ENDSTOP_Z false set this to true and it should show up with M119
-
Depends what slicer you use?
-
Your slicer is probably adding a G28 in the start gcode this will home all axes at the start of each print
-
Hmmm,ok It seems the C++ redist are not completing there installation,gets to about 99% and freezes. Will need further investigation,maybe motherboard is too old lol
-
Use homing order X Y preheat then Z, this lets you set te X and Y coords for homing Z
-
under the 'manual' tab in repetier host, make sure the 'dry run' button is not sellected
-
You say you dont have the endstops fitted atm, i think this will prevent the motors moving in both direction until the printer is 'homed' (might be talking rubbish here) could you post a pic looking downwards, showing the layout of the belts.
-
1.0 dev is avaiable noe. click the big green 'switch to dev' button on the config tool start page
-
I dont think you need both G32 and G33 try with G28 Move Z up 5 mm G33
-
You need to home Z so that G32/G33 has a reference to work with
-
Ben3D said: I have a glass plate but it is to thick for the detection rang of the z probe.Could I do the autolevel correction and home, and then place the glass and add the offset for the glass plate in the slicer for instance? That could …
-
When i was using a alluminium bed, it had about a 0.5 mm hump in the middle of the bed when it heated up. I used a 6x6 grid which seemed to help. I ended up fitting a sheet of glass in the end tho,now nice and flat
-
just wondering where the large x y value's are coming from "move ignored x:-5468 y:7069 z:712" Have you tried sending M502 M500 to update the eeprom settings with the value's from the config file.
-
DISTORTION_XMIN DISTORTION_YMIN DISTORTION_XMAX DISTORTION_YMAX Bottom of the 'generall'tab in the config tool
-
You probably have high's and low's in the bed surface, G32 will only compensate for a 'flat' non levell bed. You may need to use G33 'distortion matrix levelling.
-
G33 has its own set of probe coordinates, not the same as for G32. Make sure you have set them.
-
Allso unselect all unused languages to save memory
-
you can use the probe as te Zmin endstop, In config tool under mechanics Use 'homing order' Z up X Y preheat Z set location for 'XY Homing pos. for Z' (set to centre of bed) Keep zmin endstop as normally open or closed depends on type of probe Z min…