Re: P802M Prusa i3 Unofficial Support Thread March 16, 2016 10:39AM |
Registered: 8 years ago Posts: 49 |
Re: P802M Prusa i3 Unofficial Support Thread March 18, 2016 01:47AM |
Registered: 8 years ago Posts: 8 |
Quote
jnsbanman
Hello again all..
I am getting slightly out of round holes on the Z axis. I have done the Z axis upgrade to 1 stepper/belt on my printer. The pulleys on the motor and 2 lead screws are all the same number of teeth, belt is reasonable tight. My steps per mm is set to 400 as per all the calculators. I have my Z offset at 0 but i set the nozzle to approximately 0.127mm above the bed... should that number be in the offset since the bed is 0.127mm below what it thinks 0 is? Should that be a negative number in the offset? I have never quite fully understood how the z offset works.
I dont have a picture handy but it looks like that they may be out of round by a couple layers... Its not much. I did some other poking around and dropped my Z axis acceleration to 100mm/s from 500mm/s and z axis travel acceleration to 50mm/s I think it was at 100.
I have yet to test with these new settings but does anyone have any other ideas.
Re: P802M Prusa i3 Unofficial Support Thread March 25, 2016 09:01AM |
Registered: 9 years ago Posts: 152 |
Quote
jnsbanman
Hello again all..
I am getting slightly out of round holes on the Z axis. I have done the Z axis upgrade to 1 stepper/belt on my printer. The pulleys on the motor and 2 lead screws are all the same number of teeth, belt is reasonable tight. My steps per mm is set to 400 as per all the calculators. I have my Z offset at 0 but i set the nozzle to approximately 0.127mm above the bed... should that number be in the offset since the bed is 0.127mm below what it thinks 0 is? Should that be a negative number in the offset? I have never quite fully understood how the z offset works.
I dont have a picture handy but it looks like that they may be out of round by a couple layers... Its not much. I did some other poking around and dropped my Z axis acceleration to 100mm/s from 500mm/s and z axis travel acceleration to 50mm/s I think it was at 100.
I have yet to test with these new settings but does anyone have any other ideas.
Anonymous User
Re: P802M Prusa i3 Unofficial Support Thread March 25, 2016 09:35AM |
Re: P802M Prusa i3 Unofficial Support Thread March 28, 2016 04:18AM |
Registered: 8 years ago Posts: 3 |
Re: P802M Prusa i3 Unofficial Support Thread April 02, 2016 03:32PM |
Registered: 8 years ago Posts: 12 |
Re: P802M Prusa i3 Unofficial Support Thread April 03, 2016 07:51AM |
Registered: 8 years ago Posts: 8 |
Re: P802M Prusa i3 Unofficial Support Thread April 04, 2016 06:10PM |
Registered: 8 years ago Posts: 12 |
Re: P802M Prusa i3 Unofficial Support Thread April 04, 2016 10:34PM |
Registered: 8 years ago Posts: 8 |
Re: P802M Prusa i3 Unofficial Support Thread April 05, 2016 02:33AM |
Registered: 8 years ago Posts: 14 |
Re: P802M Prusa i3 Unofficial Support Thread April 05, 2016 05:51PM |
Registered: 8 years ago Posts: 12 |
Re: P802M Prusa i3 Unofficial Support Thread April 06, 2016 01:57AM |
Registered: 8 years ago Posts: 14 |
Re: P802M Prusa i3 Unofficial Support Thread April 06, 2016 03:52AM |
Registered: 8 years ago Posts: 8 |
Re: P802M Prusa i3 Unofficial Support Thread April 06, 2016 05:14AM |
Registered: 8 years ago Posts: 14 |
Re: P802M Prusa i3 Unofficial Support Thread April 06, 2016 08:58AM |
Registered: 8 years ago Posts: 49 |
Re: P802M Prusa i3 Unofficial Support Thread April 07, 2016 07:21AM |
Registered: 8 years ago Posts: 8 |
Quote
jnsbanman
Quick poll... What is everyone using as their steps per mm for their extruder (original mk8). Mine is currently set to 90 but it is grossly over extruding on solid layers.
Re: P802M Prusa i3 Unofficial Support Thread April 07, 2016 08:41AM |
Registered: 8 years ago Posts: 49 |
Re: P802M Prusa i3 Unofficial Support Thread April 08, 2016 04:43AM |
Registered: 8 years ago Posts: 12 |
Re: P802M Prusa i3 Unofficial Support Thread April 09, 2016 03:49PM |
Registered: 8 years ago Posts: 12 |
Re: P802M Prusa i3 Unofficial Support Thread April 09, 2016 09:45PM |
Registered: 8 years ago Posts: 8 |
* Melzi pin assignment * ****************************************************************************************/ #if MOTHERBOARD == 63 #define KNOWN_BOARD 1 #ifndef __AVR_ATmega644P__ #ifndef __AVR_ATmega1284P__ //#error Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu. #endif #endif #define ORIG_X_STEP_PIN 15 #define ORIG_X_DIR_PIN 21 #define ORIG_X_MIN_PIN 18 #define ORIG_X_MAX_PIN -2 #define ORIG_Y_STEP_PIN 22 #define ORIG_Y_DIR_PIN 23 #define ORIG_Y_MIN_PIN 19 #define ORIG_Y_MAX_PIN -1 #define ORIG_Z_STEP_PIN 3 #define ORIG_Z_DIR_PIN 2 #define ORIG_Z_MIN_PIN 20 #define ORIG_Z_MAX_PIN -1 #define ORIG_E0_STEP_PIN 1 #define ORIG_E0_DIR_PIN 0 #define ORIG_E0_ENABLE_PIN 14 //29 on Melzi1284p A2 #define PROBE_PIN -1 #define LED_PIN 27 #define ORIG_FAN_PIN 4 #define ORIG_PS_ON_PIN -1 // (extruder) #define HEATER_0_PIN 13 #define HEATER_2_PIN -1 // bed (change to 12 for breakout pin on header) #define HEATER_1_PIN 10 #define ORIG_X_ENABLE_PIN 14 #define ORIG_Y_ENABLE_PIN 14 #define ORIG_Z_ENABLE_PIN 26 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!! (pin 33 extruder) #define TEMP_0_PIN 7 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!! (pin 34 bed) #define TEMP_1_PIN 6 #define TEMP_2_PIN -1 #define SDPOWER -1 // 31 [reprap.org] says 31, schamtic show pin 37 = PA0 which is arduino pin 31! #define SDSS 31 #define SCK_PIN 7 #define MISO_PIN 6 #define MOSI_PIN 5 #define SDSUPPORT 1 // sd card reader on board #define ORIG_SDCARDDETECT -1 #define E0_PINS ORIG_E0_STEP_PIN,ORIG_E0_DIR_PIN,ORIG_E0_ENABLE_PIN, #define E1_PINS #endif
Re: P802M Prusa i3 Unofficial Support Thread April 10, 2016 01:22AM |
Registered: 8 years ago Posts: 12 |
Re: P802M Prusa i3 Unofficial Support Thread April 10, 2016 06:16AM |
Registered: 8 years ago Posts: 8 |
Quote
miro_mar
I've checked on my Melzi board, with a multimeter:
- X end stop (ORIG_X_MIN_PIN) is connected to pin 21
- Y end stop (ORIG_Y_MIN_PIN) is connected to pin 22
- Z end stop (ORIG_Z_MIN_PIN) is connected to pin 23
This corresponds the attached Melzi schematic
Something is strange : many pin assignment have an offset of 3 between pins.h and Melzi schematic
Could you please check with a multimeter to which pin your end stops are connected ?
Re: P802M Prusa i3 Unofficial Support Thread April 11, 2016 03:42PM |
Registered: 8 years ago Posts: 12 |
Re: P802M Prusa i3 Unofficial Support Thread April 11, 2016 04:10PM |
Registered: 12 years ago Posts: 13 |
Re: P802M Prusa i3 Unofficial Support Thread April 12, 2016 02:56PM |
Registered: 8 years ago Posts: 12 |
Re: P802M Prusa i3 Unofficial Support Thread April 12, 2016 03:01PM |
Registered: 12 years ago Posts: 13 |
Re: P802M Prusa i3 Unofficial Support Thread April 15, 2016 11:49AM |
Registered: 8 years ago Posts: 12 |
Re: P802M Prusa i3 Unofficial Support Thread April 20, 2016 04:19AM |
Registered: 8 years ago Posts: 12 |
Re: P802M Prusa i3 Unofficial Support Thread April 20, 2016 05:26AM |
Registered: 8 years ago Posts: 2 |
Re: P802M Prusa i3 Unofficial Support Thread April 28, 2016 08:41AM |
Registered: 8 years ago Posts: 18 |