Re: PiBot Optical Reflection Endstop ![]() January 29, 2016 02:48AM |
Registered: 11 years ago Posts: 6,409 |
Re: PiBot Optical Reflection Endstop ![]() January 29, 2016 05:47AM |
Registered: 9 years ago Posts: 167 |
Quote
MagoKimbra
Quando fai M500 ti dice che ha salvato in memoria? Potresti non avere la EEPROM attiva...
Re: PiBot Optical Reflection Endstop ![]() January 29, 2016 05:51AM |
Registered: 11 years ago Posts: 6,409 |
Re: PiBot Optical Reflection Endstop ![]() January 29, 2016 07:47AM |
Registered: 9 years ago Posts: 167 |
Re: PiBot Optical Reflection Endstop ![]() January 29, 2016 09:35AM |
Registered: 12 years ago Posts: 415 |
Re: PiBot Optical Reflection Endstop ![]() January 29, 2016 10:51AM |
Registered: 11 years ago Posts: 6,409 |
Re: PiBot Optical Reflection Endstop ![]() January 29, 2016 11:38AM |
Registered: 12 years ago Posts: 415 |
Re: PiBot Optical Reflection Endstop ![]() January 29, 2016 11:39AM |
Registered: 10 years ago Posts: 141 |
G1 X90 Y70 Z0 F3000ma la prova del foglio non va.. sbaglio qualcosa o puo essere il firmware?
Re: PiBot Optical Reflection Endstop ![]() January 29, 2016 12:04PM |
Registered: 12 years ago Posts: 415 |
Re: PiBot Optical Reflection Endstop ![]() January 29, 2016 12:07PM |
Registered: 11 years ago Posts: 6,409 |
Re: PiBot Optical Reflection Endstop ![]() January 29, 2016 12:09PM |
Registered: 12 years ago Posts: 415 |
Re: PiBot Optical Reflection Endstop ![]() January 29, 2016 01:06PM |
Registered: 10 years ago Posts: 141 |
Re: PiBot Optical Reflection Endstop ![]() January 30, 2016 05:56AM |
Registered: 12 years ago Posts: 415 |
#define X_MAX_POS 190 #define X_MIN_POS -20 #define Y_MAX_POS 190 #define Y_MIN_POS -10 #define Z_MAX_POS 180 #define Z_MIN_POS 0 #define E_MIN_POS 0 #define AXIS_RELATIVE_MODES {false, false, false, false} #define Z_SAFE_HOMING #define Z_SAFE_HOMING_X_POINT 100 #define Z_SAFE_HOMING_Y_POINT 100 #define LEFT_PROBE_BED_POSITION 20 #define RIGHT_PROBE_BED_POSITION 160 #define FRONT_PROBE_BED_POSITION 30 #define BACK_PROBE_BED_POSITION 170 #define XY_TRAVEL_SPEED 10000 // X and Y axis travel speed between probes, in mm/min #define AUTO_BED_LEVELING_FEATURE #define Z_PROBE_REPEATABILITY_TEST // If not commented out, Z-Probe Repeatability test will be included if Auto Bed Leveling is Enabled. #define AUTO_BED_LEVELING_GRID #define MIN_PROBE_EDGE 10 // The probe square sides can be no smaller than this #define AUTO_BED_LEVELING_GRID_POINTS 2 #define ABL_PROBE_PT_1_X 15 #define ABL_PROBE_PT_1_Y 180 #define ABL_PROBE_PT_2_X 15 #define ABL_PROBE_PT_2_Y 15 #define ABL_PROBE_PT_3_X 180 #define ABL_PROBE_PT_3_Y 15 #define X_PROBE_OFFSET_FROM_EXTRUDER 20 #define Y_PROBE_OFFSET_FROM_EXTRUDER -10 #define Z_PROBE_OFFSET_FROM_EXTRUDER -10.3
Re: PiBot Optical Reflection Endstop ![]() January 30, 2016 06:47AM |
Registered: 11 years ago Posts: 6,409 |
Re: PiBot Optical Reflection Endstop ![]() January 30, 2016 09:39AM |
Registered: 12 years ago Posts: 415 |
Re: PiBot Optical Reflection Endstop ![]() January 30, 2016 09:49AM |
Registered: 11 years ago Posts: 6,409 |
Re: PiBot Optical Reflection Endstop ![]() January 31, 2016 09:54AM |
Registered: 10 years ago Posts: 141 |
Re: PiBot Optical Reflection Endstop ![]() January 31, 2016 11:51AM |
Registered: 10 years ago Posts: 860 |
Re: PiBot Optical Reflection Endstop ![]() January 31, 2016 06:36PM |
Registered: 9 years ago Posts: 167 |
Re: PiBot Optical Reflection Endstop ![]() January 31, 2016 07:19PM |
Registered: 10 years ago Posts: 141 |
Re: PiBot Optical Reflection Endstop ![]() February 01, 2016 04:08AM |
Registered: 9 years ago Posts: 167 |
Re: PiBot Optical Reflection Endstop ![]() February 01, 2016 07:42AM |
Registered: 10 years ago Posts: 860 |
Certo che ne risente io in una prova se vedi con occhio abassato in linea con il layer in stampaQuote
Labieno
Se la rilevazione della matrice risente della luce sul pibot temo che la stampa ne risenta
Se hai copiato il mio Gcode è normale io spengo HE prima del ABL perche avendo ugello da 0,5 colava mentre faceva su e giu per ABLQuote
Labieno
Avevo eliminato il g29 perchè durante la procedura l'HB si raffreddava troppo e non rieuscivo a partire
Ovvio ABL è una mano santa e migliora se è fatto bene se lo fa a cavoli per colpa di luci ombre sul piano peggiora ansiche migliroareQuote
Labieno
Quindi dopo la taratura dell'offset andavo in stampa senza g29 con buoni risultati
Re: PiBot Optical Reflection Endstop ![]() February 01, 2016 12:59PM |
Registered: 10 years ago Posts: 141 |
Re: PiBot Optical Reflection Endstop ![]() February 01, 2016 05:04PM |
Registered: 12 years ago Posts: 415 |
Re: PiBot Optical Reflection Endstop ![]() February 01, 2016 05:57PM |
Registered: 10 years ago Posts: 141 |
Re: PiBot Optical Reflection Endstop ![]() February 02, 2016 06:16AM |
Registered: 9 years ago Posts: 167 |
Re: PiBot Optical Reflection Endstop ![]() February 02, 2016 12:26PM |
Registered: 12 years ago Posts: 415 |
Re: PiBot Optical Reflection Endstop ![]() February 02, 2016 03:23PM |
Registered: 10 years ago Posts: 141 |
Re: PiBot Optical Reflection Endstop ![]() February 02, 2016 03:44PM |
Registered: 10 years ago Posts: 860 |
No aumenti la sensibilità del PiBot agendo sul suo trimmerQuote
mister
scusa ma come fai a decidere l'altezza dello Z? alzi il piatto?
Re: PiBot Optical Reflection Endstop ![]() February 02, 2016 06:16PM |
Registered: 10 years ago Posts: 141 |