Questions tagged [axis]

Use this tag for questions related to a certain movement direction of the printer

An axis is a direction in the Cartesian coordinate system. Three axes describe the complete movement of the 3D printer:

  • X-axis(usually the movement of the hotend from left to right facing the a Cartesian style printer)
  • Y-axis(usually the movement of the platform from front to back facing the a Cartesian style printer, or the hotend movement to front and back for non moving platforms in Y direction)
  • Z-axis (usually the movement of thehot end from build plate to the maximum height of the printer, or the lowering of the bed for non moving platform printers in Y direction)
22 questions
17
votes
2 answers

Why all the excitement about linear rails?

Whenever a 3D printer that uses linear rails is announced (case in point: the cetus), the Internet (well... at least that corner of it dealing with 3D printing) gets abuzz with excitement. I researched a bit the topic myself, and while I understand…
mac
  • 4,557
  • 1
  • 12
  • 35
7
votes
1 answer

How to re-program Prusa firmware to accept a taller Z axis?

Machine specs: Prusa MK3, firmware version 3.1.2. Facts: I have designed a new Z-axis frame for my printer, so I can print models up to 360mm high in stead of the standard 210mm. The plan has worked and the printer is functioning normally with a…
Kryss
  • 95
  • 5
5
votes
2 answers

XYZ cube's layer is shifted, How can I check my TEVO Tarantula axis?

I just bought new TEVO Tarantula and tried to print xyz cube. I found that my cube's layer was shifted as showed in picture. How can I fix this ?
3ORZ
  • 95
  • 1
  • 3
4
votes
1 answer

Change Slic3r settings for left handed coordinate system

I made my printer to have a left handed coordinate system (it homes to the back left corner of the heatbed), I did this because it happens to make working on the printer easier for me. This, however, causes the objects to be printed mirrored. In…
Mehdi Nellen
  • 175
  • 6
4
votes
2 answers

Does a 5 axis 3D printer have any benefits over a regular 3 axis printer?

5AxisMaker has a 5 axis CNC/3D printer combo machine. I understand what the benefits of 5 axis are for CNC machines, but are there any benefits for 3D printing. In this video they show the printer printing on an angle, but this could have been…
Eric Johnson
  • 2,228
  • 1
  • 15
  • 39
3
votes
1 answer

Delta Printer: After Calibration X and Y Axis are slightly different

I noticed that my x axis is slightly longer than my y axis (~0.6%) if I print an object. What parameter in Marlin can be tuned to correct such issues? The rod length parameter seems to rather influence the overall scaling of the object. The other…
dgrat
  • 664
  • 4
  • 14
3
votes
2 answers

Anet A2 3D printer suddenly will not home X and Y

I have been using my Anet A2 for about a year. A few problems but none that I haven't been able to resolve. Today it suddenly stopped auto homing. Using the position commands I can advance the X and Y positively but not negatively (after I manually…
Peter
  • 41
  • 2
3
votes
1 answer

How to map Cura printspace to Prusa I3 printspace

I seem to be observing a couple problems w/ Cura2.3 OSX . It seems to be placing the sliced data (gcode) over to negative X by a cm or so. Further, the X- and Y-axes displayed in Cura definitely map to Y and X when the printer starts up. I've…
Carl Witthoft
  • 3,008
  • 1
  • 9
  • 15
3
votes
3 answers

Why the Ender 5 Pro can't remember the axis position or cant move back to home anymore?

I am completely new to 3D Printing. I got my first printer a Creality Ender 5 Pro yesterday. My problem I did shutdown the printer without the axis being in home position (X: 0, Y: 0, Z: 320 instead of X: 0, Y: 0, Z: 0). I thought this should be no…
2
votes
1 answer

How do the MAX endstops work?

I’m building my new 3D printer and I have a doubt. I’m using limit switches on the 3 axes, but only the MIN switches. I also have another three switches which I want to use as MAX switches. How can I do that? I mean, if I insert a specific measure…
Valeri 0S
  • 37
  • 4
2
votes
1 answer

Drift and stuttering on prints

I stopped using my Monoprice Maker Ultimate (re-branded Wanahao Duplicator 6) for a couple of weeks and am getting a seemingly random drift with all my prints now when re-attempting printing. I also noticed a weird stutter when the extruder moves.…
2
votes
1 answer

How to extend Marlin to support additional movement axis?

On a RAMPS 1.4 it is possible to mount 5 stepper motors: X,Y,Z steppers are used for cartesian movements, while E0 and E1 are provided for extruders control. I want to use E0 and E1 as additional movement axis in a robotical arm. Is it possible in…
1
vote
1 answer

Z height incorrect on calibration cube

I tried to print 30mm calibration cube with my TEVO Tarantula. I found that a few bottom layers was missing as shown in picture. I noticed that a few bottom layers looks thin during printing. Anyone know how can I solve this ?
3ORZ
  • 95
  • 1
  • 3
1
vote
0 answers

Axes no longer moving Ender 5 Plus

The printer was working fine until the nozzle jammed, so I cleaned it out but accidentally unplugged the BLTouch. I plugged it straight back in again but now none of the axes will move at all, not even manually. The BLTouch lights up still, I’ve…
Pooley
  • 11
  • 2
1
vote
1 answer

Stepper motor moving only to one side after reset

I come through this post, rescue a problem with my printer. It uses Arduino 2560 Mega, RAMPS 1.4, and Marlin 1.1.9, which had configured it left it working as follows: on the RAMPS the Y-axis is connected to the Z-axis pins, as it has two stepper…
1
2