Z-axis Problem March 03, 2014 09:44AM |
Registered: 11 years ago Posts: 18 |
Re: Z-axis Problem March 03, 2014 10:29AM |
Registered: 11 years ago Posts: 553 |
Re: Z-axis Problem March 07, 2014 07:57AM |
Registered: 11 years ago Posts: 18 |
Re: Z-axis Problem March 07, 2014 10:16AM |
Registered: 11 years ago Posts: 18 |
Re: Z-axis Problem March 07, 2014 10:48AM |
Admin Registered: 16 years ago Posts: 1,470 |
//=========================================================================== //============================= DELTA Printer =============================== //=========================================================================== // For a Delta printer replace the configuration files with the files in the // example_configurations/delta directory.
#define Z_MAX_POS 200But then you also have:
#define MANUAL_Z_HOME_POS 350
//// MOVEMENT SETTINGS #define NUM_AXIS 4 // The axis order in all axis related arrays is X, Y, Z, E #define HOMING_FEEDRATE {50*60, 50*60, 4*60, 0} // set the homing speeds (mm/min) // default settings #define DEFAULT_AXIS_STEPS_PER_UNIT {78.7402,78.7402,200.0*8/3,760*1.1} // default steps per unit for Ultimaker #define DEFAULT_MAX_FEEDRATE {500, 500, 5, 25} // (mm/sec) #define DEFAULT_MAX_ACCELERATION {9000,9000,100,10000} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for Skeinforge 40+, for older versions raise them a lot. #define DEFAULT_ACCELERATION 3000 // X, Y, Z and E max acceleration in mm/s^2 for printing moves #define DEFAULT_RETRACT_ACCELERATION 3000 // X, Y, Z and E max acceleration in mm/s^2 for retracts // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing). // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder). // For the other hotends it is their distance from the extruder 0 hotend. // #define EXTRUDER_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis // #define EXTRUDER_OFFSET_Y {0.0, 5.00} // (in mm) for each extruder, offset of the hotend on the Y axis // The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously) #define DEFAULT_XYJERK 20.0 // (mm/sec) #define DEFAULT_ZJERK 0.4 // (mm/sec) #define DEFAULT_EJERK 5.0 // (mm/sec)
Help improve the RepRap wiki!
Just click "Edit" in the top-right corner of the page and start typing. Anyone can edit the wiki! |
Re: Z-axis Problem March 10, 2014 12:55PM |
Registered: 11 years ago Posts: 18 |
Re: Z-axis Problem March 10, 2014 02:29PM |
Admin Registered: 16 years ago Posts: 1,470 |
If you have a recent version of Marlin, the firmware tells you where to get this.Quote
Paul Armin
So when i do have a rostock i cant just change the normal configuration.h file? how do i get the other one then?
//=========================================================================== //============================= DELTA Printer =============================== //=========================================================================== // For a Delta printer replace the configuration files with the files in the // example_configurations/delta directory.[github.com]
Help improve the RepRap wiki!
Just click "Edit" in the top-right corner of the page and start typing. Anyone can edit the wiki! |
Re: Z-axis Problem March 21, 2014 06:48AM |
Registered: 11 years ago Posts: 18 |
Re: Z-axis Problem March 27, 2014 05:48PM |
Registered: 11 years ago Posts: 18 |
Re: Z-axis Problem March 31, 2014 09:10AM |
Registered: 11 years ago Posts: 553 |
Re: Z-axis Problem April 04, 2014 08:18AM |
Registered: 11 years ago Posts: 18 |
Re: Z-axis Problem April 04, 2014 09:57AM |
Registered: 11 years ago Posts: 553 |
Quote
Paul Armin
Thank you for answering. Yes i did replace the normal configuration.h files with the delta h and adv.h files. It seems that the x and y are working fine now and I can also corecctly home both axis when somehow the z axis just isnt moving.
I disabled auto bed leveling, because my printer just has the max endstops.
here is my configuration.h file
[pastebin.com]
Re: Z-axis Problem April 06, 2014 01:41PM |
Registered: 11 years ago Posts: 18 |
Re: Z-axis Problem April 06, 2014 08:57PM |
Registered: 11 years ago Posts: 553 |
Quote
Paul Armin
What i mean is that when im manually controlling the axis by the pronterface and i klick z+ or z- in the pronterface z is not moving just making some noices and when I send the g28 command(home all axis) x and y are homing but z is not and just make same noices again. I dont know what to do
Re: Z-axis Problem April 15, 2014 10:48AM |
Registered: 11 years ago Posts: 18 |
Re: Z-axis Problem April 15, 2014 07:50PM |
Registered: 14 years ago Posts: 1,797 |
Re: Z-axis Problem April 21, 2014 03:24PM |
Registered: 11 years ago Posts: 18 |
Re: Z-axis Problem April 21, 2014 07:54PM |
Registered: 14 years ago Posts: 1,797 |
Re: Z-axis Problem April 22, 2014 12:01PM |
Registered: 11 years ago Posts: 18 |
Re: Z-axis Problem April 22, 2014 02:50PM |
Registered: 11 years ago Posts: 553 |
Re: Z-axis Problem April 23, 2014 01:41AM |
Registered: 14 years ago Posts: 1,797 |