Thank you, that worked. My next problem is i set my Z endstop to activate when the nozzle is just above the bed (home z). But when i start a a print i goes 10mm or so above the bed and printsby eoiser - Prusa i3 and variants
The code with x_min and max in configuration.h is #define X_MAX_POS 200 #define X_MIN_POS 0 #define Y_MAX_POS 200 #define Y_MIN_POS 0 #define Z_MAX_POS 185 #define Z_MIN_POS 0 #define X_MAX_LENGTH (X_MAX_POS - X_MIN_POS) #define Y_MAX_LENGTH (Y_MAX_POS - Y_MIN_POS) #define Z_MAX_LENGTH (Z_MAX_POS - Z_MIN_POS) in configuration_adv.h i have //X axis #if X_HOME_DIR == -1 #ifdef BED_CENTEby eoiser - Prusa i3 and variants
Do you remember in what file to edit? I searched, but i found many variables with x_min and x_max, but none had a true or false statementby eoiser - Prusa i3 and variants
I get this message when trying to move my stepper motors echo:endstops hit: Y:-99.09 echo:endstops hit: Y:-99.07 echo:endstops hit: Y:-99.06 echo:endstops hit: Y:-99.05 echo:endstops hit: Y:-99.04 echo:endstops hit: Y:-99.02 echo:endstops hit: Y:-99.02 echo:endstops hit: Y:-99.04 echo:endstops hit: Y:-99.05 echo:endstops hit: Y:-99.06 echo:endstops hit: Y:-99.07 echo:endstops hit: Yby eoiser - Prusa i3 and variants
Quotedc42 Now that you have posted the start of your gcode file, we can see the problem. The T1 command is in your gcode, but there is also a T0 command in the gcode later on. I think this is also in your start gcode. Go to edit the start gcode in slic3r, scroll down, and I think you will find it. You need to get rid of that T0 command. That seemed to do the trick. But thats wierd, because the sby eoiser - Ormerod
Still the same after i remove T1 from config.gby eoiser - Ormerod
The problem started before i added ANY T1 macros. I added them after jstck suggested it. So i have tried without ANY T1 macros I have tried with T1 macro ONLY in slicer and i have tried with T1 macro in BOTH slicer and config.g But i will remove it from config.g again and try it just in slicerby eoiser - Ormerod
I tried with a T1 command just in the slicer first, that did not work, thats why i added it into the config.g file, which does not work either.by eoiser - Ormerod
My procedure is 1. turn on printer 2. set heating on nozzle and bed (which works first time after starting printer) 3. HomeAll axis 4. load and run setbed.g 5. load and run the print i want. Thats when the trouble begin, when its moving the nozzle and try to print anythingby eoiser - Ormerod
; generated by Slic3r 0.9.10b on 2014-10-15 at 12:15:36 ; layer_height = 0.24 ; perimeters = 2 ; top_solid_layers = 4 ; bottom_solid_layers = 3 ; fill_density = 0.4 ; perimeter_speed = 20 ; infill_speed = 20 ; travel_speed = 60 ; nozzle_diameter = 0.5 ; filament_diameter = 1.75 ; extrusion_multiplier = 1 ; perimeters extrusion width = 0.85mm ; infill extrusion width = 0.87mm ; solid infill extrby eoiser - Ormerod
I have the newest version (0.78) I tried adding T1 to pronterface print first time, but did not work. So i added T1 to both second time, but did not work either.by eoiser - Ormerod
Why do i get this message? And how do i fix it? Attempting to extrude with no tool selected. Attempting to extrude with no tool selected. Attempting to extrude with no tool selected. Attempting to extrude with no tool selected. Attempting to extrude with no tool selected. Attempting to extrude with no tool selected. Attempting to extrude with no tool selected. Attempting to extrude with no toolby eoiser - Ormerod
I had to completely remove my bed clip so the nozzle would not hit it.. So now its loose in one edgeby eoiser - Ormerod
No.. Something is wrong.. This is what happens when i "HomeAll". 1. Z axis lifts up 5mm 2. X axis find X0, then goes back to X60. 3. Y axis goes to limit switch then back to Y0. 4. Z goes down 3-4mm, but NOT Z0... 5. Z lifts back up 3-4 again 6. X goes to X0 7. Z goes down 3-4mm or so... At this point i have trouble with my nozzle hitting the bed clip because the bed is at Y0 But before i upgraby eoiser - Ormerod
Do you know which particular line i would need to change?by eoiser - Ormerod
So many new things When i use HomeAll, it goes to X60 and Y0, and down to Z0 with the IR probe, but after that i goes up a few mm and back to X0. This means my extruder head collides with my bed clips. Why does it go back to X0? And where do i change the bed so it does not go as far on Yby eoiser - Ormerod
Also see when calibrating it, when the IR sensor is at 650-ish, my nozzle is 2,8mm height, not 1,8mm as suggested in the guide. Will this affect my accuracy in any way?by eoiser - Ormerod
Y axis does work now. I notice it stops at the endswitch for a second before it goes back, is this some new firmware feature? Also running ormerod.cmd seemed to fix the pronterface aswell. even tho i've used pronterface.exe for a whole year before.by eoiser - Ormerod
This is a printer at work, so i can't try the suggestion until tomorrow, but i will keep you updatedby eoiser - Ormerod
Ok, thats my fault, i fell out when moving it, i just assumed it to light up when clicked. But all the other wires are correctly connected.by eoiser - Ormerod
Hi I've had my ormerod 1 for a while now working perfect, but now i decided to upgrade my firmware on the arduino (0.50ish to 0.78c) (does anyone know where the release notes are? I want to read the upgrades) But now there is trouble with homing the Y axis. When i press "Home Y" or "Home All" the bed goes opposite way of the motor and switch and eventually clatter the motor. And when pressing tby eoiser - Ormerod
When i use the "Home All" button, the Y and Z axis works fine and goes to right position. But my X axis keep going even if it hits the end. The Arduino has latest firmware and the sensor does work. The X axis runs to end and keep going for about 3-4 seconds afterward. Then it stops for a moment, then start and run into the end again. After that it goes back to the right intended position above tby eoiser - Ormerod