I just manually go in and take out the G28. But then I get the issue of the nozzle jams into the bed and tries to start printing??by rcrocket1 - Delta Machines
Everytime I issue a print, I have it set up where it will G28 then extract the autolevling probe then do a G29. After the G29 finishes, it does another G28 then prints. I have researched my start gcode in repetier and slicer settings and I have taken the G28 out of both yet it still continues to run a G28. I have no idea why. I am runnign Marlin and I have a mini Kossel.by rcrocket1 - Delta Machines
Okay Thank you. I am using Repitierby rcrocket1 - Printing
I have having troubles figuring out the G29 command for my mini kossel. I am running marlin on it. I purchased a BL touch and have installed it. It is wired correctly and reacts when i send the gcode to retract/push out the pin etc. But when i press G29, the hotend immediately starts lowering in the z direction and then eventually crashes into the bed. The probe never pushes out the probe. I am lby rcrocket1 - Printing
When I put edited g code, I meant that I added a line of gcode in the startup to extrude a given amount of filament. I also added the M666 to offset my endstops since the bed is unlevel. Here is my start up Gcode. ; Default start code G28 ; Home extruder M666 X-1.8 Y-.87 Z-3.3 G28 G1 Z15 F{Z_TRAVEL_SPEED} M82 ; Extruder in absolute mode ; Activate all used extruder {IF_EXT0}M104 T0 S{TEMP0} G92by rcrocket1 - Printing
I recently went into repetier and tried to print something. I noticed that when it homes, it travels to its designated position and then extrudes a set mm of filament as I edited in the Gcode. Once it gets done, it disables the extruder and does not print.Also, before I even go to print, The estimated printing time is -8 sec? I have no idea what to check or what to look for because everything inby rcrocket1 - Printing
Okay. Thank you for both of your guys help. I appreciate it.by rcrocket1 - Delta Machines
I attached a picture of my settings. It prints mirrored while the "flip x and y" is checked. Then I un-click it and it still prints wrong. I cannot find a option that you said where you can mirror a certain axis? I am using repetier with cura slicing software.by rcrocket1 - Delta Machines
I have the Z in the back and so forth. I then tested the end stops status and when I triggered certain end stops, they all triggered correctly.by rcrocket1 - Delta Machines
Okay I have done that. What is the next step?by rcrocket1 - Delta Machines
Where and how do I set the z as the back?by rcrocket1 - Delta Machines
How do I know which side is front and back and so forth if its a triangle? Like all 3 sides are the same?by rcrocket1 - Delta Machines
I keep printing a key chain with a word on it and its mirrored on the x axis. I tried to look up solutions from other posts and kept ending up wrong. I do not know what next step to take! All advice is helpful.by rcrocket1 - Delta Machines
That was it. For now that is it! Thank you so much for your help. I truly appreciate it.by rcrocket1 - Reprappers
Okay I have good news! I have it homing and is working great! Motors are running and endstops are performing! Now the thing that is not right is when i home it, it functions but a message comes up that says ERR. MINTEMPby rcrocket1 - Reprappers
I might have found somthing. When plug it in, the motors tighten up like they are ready to be given commands and i try to move them manually and they wont budge which is a good thing. Then, I go and press home command and the become loose and can be moved. Then, the home screen says Err. MINTEMPby rcrocket1 - Reprappers
Also, What do you mean or how do you fix it when you said ------->That means the enable lines on the drivers are not being enabled...by rcrocket1 - Reprappers
Okay. Do you have any other ideas then as to why the motors are not activating? I made sure my ramps was fully pushed onto my arduino.by rcrocket1 - Reprappers
This is what is in my Marlin. So i would switch my #dwfinne MOTHERBOARD 33----------> to #define MOTHERBOARD BOARD_RAMPS_14_EFB ? // 33 = RAMPS 1.3 / 1.4 (Power outputs: Extruder, Fan, Bed) #ifndef MOTHERBOARD #define MOTHERBOARD 33 #endifby rcrocket1 - Reprappers
Another thing I noticed is before, when the motors worked I could not move the pulleys because the motors were on and could not be moved. Now when i turn on the power supply, i can move the pulleys and the motors are not even active.by rcrocket1 - Reprappers
They are all getting 12v. It is weird. A few days ago when i had the end stops all screwed up, the motors would turn. Now they don't move at all? It is strange.by rcrocket1 - Reprappers
I have a multi meter and tested the pos and neg temrinals and 12v is being produced, so that should be good. I did the m503 command and below is what i got. I do not know what it means though. SENDING:M503 echoteps per unit: echo: M92 X79.00 Y79.00 Z79.00 E94.00 echo:Maximum feedrates (mm/s): echo: M203 X200.00 Y200.00 Z200.00 E200.00 echo:Maximum Acceleration (mm/s2): echo: M201 X9000 Y9000by rcrocket1 - Reprappers
Do you want me to post my entire code for configuration.h?by rcrocket1 - Reprappers
The power supply is on and nothing is moving? Hmm?by rcrocket1 - Reprappers
I fixed the endstop issues. I typed m119 and this is what i got. Here is the m119 when it is open. Reporting endstop status x_max: open y_max: open z_min: open z_max: open Here is the m119 for the x end stop pushed. Reporting endstop status x_max: TRIGGERED y_max: open z_min: open z_max: open here is the m119 for the y end stop pushed x_max: open y_max: TRIGGERED z_min: open z_max: opeby rcrocket1 - Reprappers
Awesome. I will try this out and I will post how it goes. Thank you again for both of your continued help and support!by rcrocket1 - Reprappers
Okay, I found out after reading your message that my endstops were all plugged into the MIN. of every axis. After finding that out, I plugged all the endstops into the correct MAX. positions and this is what i got. Here is the m119 when it is open. Reporting endstop status x_max: TRIGGERED y_max: TRIGGERED z_min: open z_max: TRIGGERED Here is the m119 for the x end stop pushed. Reportingby rcrocket1 - Reprappers
Here is my new code updated. // The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins. const bool X_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop. const bool Y_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop. const bool Z_MIN_ENDSTOP_INVERTING = true; // set to true to invert tby rcrocket1 - Reprappers
I am kind of new to marlin and 3d printing. I have been tinkering here and there with it but I cannot figure out what is wrong. I have a mini kossel 3d printer. I have endstops on the top of the x, y, and z axis to make homing easier at the top. The problem I am having is when i press home, it moves up but once it reaches the endstops, the lights trigger but they fail to stop all 3 motors from spby rcrocket1 - Reprappers
I am kind of new to marlin and 3d printing. I have been tinkering here and there with it but I cannot figure out what is wrong. I have a mini kossel 3d printer. I have endstops on the top of the x, y, and z axis to make homing easier at the top. The problem I am having is when i press home, it moves up but once it reaches the endstops, the lights trigger but they fail to stop all 3 motors from spby rcrocket1 - Firmware - experimental, borrowed, and future