<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>endstop y al contrario? confused...[RISOLTO]</title>
        <description>Dopo aver letto la guida della Faq c&#039;è una cosa xhe non mi torna:

Prusa i3:
L&#039;asse y (il piano), si muove correttamente, se gli do +10 si allontana da me e va verso l&#039;endstop.

Infatti io ho la home ve4wo di me a sx.

Però se pr3mo home y, va al contrario.

Se nnel fw (marlin), setto y_home_dir a 1 va nel verso giusto ma poi sbatte sull&#039;endstop senza fermarsi. 

Da m119 l&#039;endstop funziona correttamente come gli altri due.

Cosa non capisco?</description>
        <link>https://reprap.org/forum/read.php?359,344269,344269#msg-344269</link>
        <lastBuildDate>Wed, 10 Jun 2026 04:59:59 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,345551#msg-345551</guid>
            <title>Re: endstop y al contrario? confused...[RISOLTO]</title>
            <link>https://reprap.org/forum/read.php?359,344269,345551#msg-345551</link>
            <description><![CDATA[ ho provato a lanciare una stampa ma c'è un problema, cioè che una volta che tocca gli endstop cerca di andare ancora verso l'endstop<br />
<br />
<br />
(edit) <pre class="bbcode">
// corse Endstop Settings
#define ENDSTOPPULLUPS  //Comment this out (using // at the start of the line) to disable the endstop pullup resistors
//
#ifndef ENDSTOPPULLUPS
 fine Enstop settings: Individual Pullups. will be ignord if ENDSTOPPULLUPS is defined
#define ENDSTOPPULLUP_XMAX
#define ENDSTOPPULLUP_YMAX
#define ENDSTOPPULLUP_ZMAX
#define ENDSTOPPULLUP_XMIN
#define ENDSTOPPULLUP_YMIN
#define ENDSTOPPULLUP_ZMIN
#endif

#ifdef ENDSTOPPULLUPS
#define ENDSTOPPULLUP_XMAX
#define ENDSTOPPULLUP_YMAX
#define ENDSTOPPULLUP_ZMAX
#define ENDSTOPPULLUP_XMIN
#define ENDSTOPPULLUP_YMIN
#define ENDSTOPPULLUP_ZMIN
#endif</pre>
cosi va bene o ho sbagliato qualcosa?? perchè va a dx cercando l'endstop, lo tocca ma poi come se fosse a sn va ancora a dx schiantandosi?]]></description>
            <dc:creator>il boso</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Sat, 26 Apr 2014 09:30:11 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,345462#msg-345462</guid>
            <title>Re: endstop y al contrario? confused...[RISOLTO]</title>
            <link>https://reprap.org/forum/read.php?359,344269,345462#msg-345462</link>
            <description><![CDATA[ grazie mille adesso riguardo il fw,, intanto ho editato il codice come mi hai detto... grazie mille per la gentilezza..]]></description>
            <dc:creator>il boso</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Sat, 26 Apr 2014 05:14:12 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,345446#msg-345446</guid>
            <title>Re: endstop y al contrario? confused...[RISOLTO]</title>
            <link>https://reprap.org/forum/read.php?359,344269,345446#msg-345446</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>// corse Endstop Settings<br />
#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors<br />
//<br />
//#ifndef ENDSTOPPULLUPS<br />
//// // fine Enstop settings: Individual Pullups. will be ignord if ENDSTOPPULLUPS is defined<br />
////#define ENDSTOPPULLUP_XMAX<br />
////#define ENDSTOPPULLUP_YMAX<br />
////#define ENDSTOPPULLUP_ZMAX<br />
//#define ENDSTOPPULLUP_XMIN<br />
////#define ENDSTOPPULLUP_YMIN<br />
////#define ENDSTOPPULLUP_ZMIN<br />
//#endif<br />
//<br />
#ifdef ENDSTOPPULLUPS<br />
#define ENDSTOPPULLUP_XMAX<br />
#define ENDSTOPPULLUP_YMAX<br />
//#define ENDSTOPPULLUP_ZMAX<br />
//#define ENDSTOPPULLUP_XMIN<br />
//#define ENDSTOPPULLUP_YMIN<br />
#define ENDSTOPPULLUP_ZMIN<br />
#endif</strong><br />
</div></blockquote>
<br />
Intendevo questa parte qui, togli tutte le // e lascia definire tutti i pullup!!<br />
<br />
P.S. Quando posti codice usa il comando formatted code, lo trovi tra i tools subito prima del tools giustificato a sinistra!]]></description>
            <dc:creator>MagoKimbra</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Sat, 26 Apr 2014 03:39:43 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,345330#msg-345330</guid>
            <title>Re: endstop y al contrario? confused...[RISOLTO]</title>
            <link>https://reprap.org/forum/read.php?359,344269,345330#msg-345330</link>
            <description><![CDATA[ adesso funziona.. grazie.. non ho ancora capito il fatto dei pullup, ma funziona lo stesso, ho solo un dubbio, la y sembra lenta a fermarsi, non si ferma appena il finecorsa viene schiacciato ma appena dopo, problema di fw o cos'altro?? grazie mille]]></description>
            <dc:creator>il boso</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Fri, 25 Apr 2014 19:04:34 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,345223#msg-345223</guid>
            <title>Re: endstop y al contrario? confused...[RISOLTO]</title>
            <link>https://reprap.org/forum/read.php?359,344269,345223#msg-345223</link>
            <description><![CDATA[ define disabile max endstop l'ho corretto... ma i pullup che devo togliere quali sono??scusa la domanda forse sciocca.. ma sono ignorantissimo in materia...:S]]></description>
            <dc:creator>il boso</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Fri, 25 Apr 2014 14:54:21 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,345179#msg-345179</guid>
            <title>Re: endstop y al contrario? confused...[RISOLTO]</title>
            <link>https://reprap.org/forum/read.php?359,344269,345179#msg-345179</link>
            <description><![CDATA[ hai define disable_max_endstop.<br />
mettici le //<br />
secondo togli tutte quelle / davanti ai pullup..]]></description>
            <dc:creator>MagoKimbra</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Fri, 25 Apr 2014 13:49:35 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,345170#msg-345170</guid>
            <title>Re: endstop y al contrario? confused...[RISOLTO]</title>
            <link>https://reprap.org/forum/read.php?359,344269,345170#msg-345170</link>
            <description><![CDATA[ ho provato ma ancora non si muove nulla forse sbaglio qualcosa... allego la config. h.. magari qualcuno ci da un'occhiata,,<br />
<br />
<pre class="bbcode">

#ifndef CONFIGURATION_H
#define CONFIGURATION_H

// This configurtion file contains the basic settings.
// Advanced settings can be found in Configuration_adv.h 
// BASIC SETTINGS: select your board type, temperature sensor type, axis scaling, and endstop configuration

//User specified version info of THIS file to display in [Pronterface, etc] terminal window during startup.
//Implementation of an idea by Prof Braino to inform user that any changes made
//to THIS file by the user have been successfully uploaded into firmware.
#define STRING_VERSION_CONFIG_H "2012-08-11" //Personal revision number for changes to THIS file.
#define STRING_CONFIG_H_AUTHOR "Jeff Christiana @ The Future Is 3D, Inc." //Who made the changes.

// This determines the communication speed of the printer
//#define BAUDRATE 250000
#define BAUDRATE 115200

//// The following define selects which electronics board you have. Please choose the one that matches your setup
// Gen7 custom (Alfons3 Version) = 10 "https://github.com/Alfons3/Generation_7_Electronics"
// Gen7 v1.1, v1.2 = 11
// Gen7 v1.3 = 12
// Gen7 v1.4 = 13
// MEGA/RAMPS up to 1.2 = 3
// RAMPS 1.4 = 33 (Power outputs: Extruder, Bed, Fan)
// RAMPS 1.4 = 34 (Power outputs: Extruder0, Extruder1, Bed)
// Gen6 = 5
// Gen6 deluxe = 51
// Sanguinololu 1.2 and above = 62
// Melzi = 63
// Ultimaker = 7
// Teensylu = 8
// Gen3+ =9
// MegaTronics 70

#ifndef MOTHERBOARD
#define MOTHERBOARD 33
#endif



//===========================================================================
//=============================Thermal Settings  ============================
//===========================================================================
//
//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
//
//// Temperature sensor settings:
// -2 is thermocouple with MAX6675 (only for sensor 0)
// -1 is thermocouple with AD595
// 0 is not used
// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
// 3 is mendel-parts thermistor (4.7k pullup)
// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan) (4.7k pullup)
// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
//
//    1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k 
//                          (but gives greater accuracy and more stable PID)
// 51 is 100k thermistor - EPCOS (1k pullup)
// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan) (1k pullup)

#define TEMP_SENSOR_0 1
#define TEMP_SENSOR_1 1
#define TEMP_SENSOR_2 1
#define TEMP_SENSOR_BED 1

// Actual temperature must be close to target for this long before M109 returns success
#define TEMP_RESIDENCY_TIME 10	// (seconds)
#define TEMP_HYSTERESIS 3       // (degC) range of +/- temperatures considered "close" to the target one
#define TEMP_WINDOW     1       // (degC) Window around target to start the recidency timer x degC early.

// The minimal temperature defines the temperature below which the heater will not be enabled It is used
// to check that the wiring to the thermistor is not broken. 
// Otherwise this would lead to the heater being powered on all the time.
#define HEATER_0_MINTEMP 5
#define HEATER_1_MINTEMP 5
#define HEATER_2_MINTEMP 5
#define BED_MINTEMP 5

// When temperature exceeds max temp, your heater will be switched off.
// This feature exists to protect your hotend from overheating accidentally, but *NOT* from thermistor short/failure!
// You should use MINTEMP for thermistor short/failure protection.
#define HEATER_0_MAXTEMP 300
#define HEATER_1_MAXTEMP 300
#define HEATER_2_MAXTEMP 300
#define BED_MAXTEMP 160

// If your bed has low resistance e.g. .6 ohm and throws the fuse you can duty cycle it to reduce the
// average current. The value should be an integer and the heat bed will be turned on for 1 interval of
// HEATER_BED_DUTY_CYCLE_DIVIDER intervals.
//#define HEATER_BED_DUTY_CYCLE_DIVIDER 4

// PID settings:
// Comment the following line to disable PID and enable bang-bang.
#define PIDTEMP
#define PID_MAX 255 // limits current to nozzle; 255=full current
#ifdef PIDTEMP
  //#define PID_DEBUG // Sends debug data to the serial port. 
  //#define PID_OPENLOOP 1 // Puts PID in open loop. M104 sets the output power in %
  #define PID_INTEGRAL_DRIVE_MAX 255  //limit for the integral term
  #define K1 0.95 //smoothing factor withing the PID
  #define PID_dT ((16.0 * 8.0)/(F_CPU / 64.0 / 256.0)) //sampling period of the

// If you are using a preconfigured hotend then you can use one of the value sets by uncommenting it
// TF3D
    #define  DEFAULT_Kp 22.2
    #define  DEFAULT_Ki 1.08  
    #define  DEFAULT_Kd 114  

// Makergear
//    #define  DEFAULT_Kp 7.0
//    #define  DEFAULT_Ki 0.1  
//    #define  DEFAULT_Kd 12  

// Mendel Parts V9 on 12V    
//    #define  DEFAULT_Kp 63.0
//    #define  DEFAULT_Ki 2.25
//    #define  DEFAULT_Kd 440
#endif // PIDTEMP

//this prevents dangerous Extruder moves, i.e. if the temperature is under the limit
//can be software-disabled for whatever purposes by
#define PREVENT_DANGEROUS_EXTRUDE
//if PREVENT_DANGEROUS_EXTRUDE is on, you can still disable (uncomment) very long bits of extrusion separately.
#define PREVENT_LENGTHY_EXTRUDE

#define EXTRUDE_MINTEMP 170
#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH) //prevent extrusion of very large distances.

//===========================================================================
//=============================Mechanical Settings===========================
//===========================================================================

// Uncomment the following line to enable CoreXY kinematics
// #define COREXY

// corse Endstop Settings
#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors
//
//#ifndef ENDSTOPPULLUPS
////  // fine Enstop settings: Individual Pullups. will be ignord if ENDSTOPPULLUPS is defined
////#define ENDSTOPPULLUP_XMAX
////#define ENDSTOPPULLUP_YMAX
////#define ENDSTOPPULLUP_ZMAX
//#define ENDSTOPPULLUP_XMIN
////#define ENDSTOPPULLUP_YMIN
////#define ENDSTOPPULLUP_ZMIN
//#endif
//
#ifdef ENDSTOPPULLUPS
#define ENDSTOPPULLUP_XMAX
#define ENDSTOPPULLUP_YMAX
//#define ENDSTOPPULLUP_ZMAX
//#define ENDSTOPPULLUP_XMIN
//#define ENDSTOPPULLUP_YMIN
#define ENDSTOPPULLUP_ZMIN
#endif
//
//// The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins.
const bool X_ENDSTOPS_INVERTING = false; // set to true to invert the logic of the endstops. 
const bool Y_ENDSTOPS_INVERTING = false; // set to true to invert the logic of the endstops. 
const bool Z_ENDSTOPS_INVERTING = false; // set to true to invert the logic of the endstops. 
#define DISABLE_MAX_ENDSTOPS

// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
#define X_ENABLE_ON 0
#define Y_ENABLE_ON 0
#define Z_ENABLE_ON 0
#define E_ENABLE_ON 0 // For all extruders

// Disables axis when it's not being used.
#define DISABLE_X false
#define DISABLE_Y false
#define DISABLE_Z false
#define DISABLE_E false // For all extruders

#define INVERT_X_DIR false    // for Mendel set to false, for Orca set to true
#define INVERT_Y_DIR true    // for Mendel set to true, for Orca set to false
#define INVERT_Z_DIR true     // for Mendel set to false, for Orca set to true
#define INVERT_E0_DIR true   // for direct drive extruder v9 set to true, for geared extruder set to false
#define INVERT_E1_DIR false    // for direct drive extruder v9 set to true, for geared extruder set to false
#define INVERT_E2_DIR false   // for direct drive extruder v9 set to true, for geared extruder set to false

// ENDSTOP SETTINGS:
// Sets direction of endstops when homing; 1=MAX, -1=MIN
#define X_HOME_DIR 1
#define Y_HOME_DIR 1
#define Z_HOME_DIR -1

#define min_software_endstops false //If true, axis won't move to coordinates less than HOME_POS.
#define max_software_endstops true  //If true, axis won't move to coordinates greater than the defined lengths below.
// Travel limits after homing
#define X_MAX_POS 200
#define X_MIN_POS 0
#define Y_MAX_POS 200
#define Y_MIN_POS 0
#define Z_MAX_POS 200
#define Z_MIN_POS 0

#define X_MAX_LENGTH (X_MAX_POS - X_MIN_POS)
#define Y_MAX_LENGTH (Y_MAX_POS - Y_MIN_POS)
#define Z_MAX_LENGTH (Z_MAX_POS - Z_MIN_POS)

// The position of the homing switches. Use MAX_LENGTH * -0.5 if the center should be 0, 0, 0
#define X_HOME_POS 0
#define Y_HOME_POS 0
#define Z_HOME_POS 0

//// MOVEMENT SETTINGS
#define NUM_AXIS 4 // The axis order in all axis related arrays is X, Y, Z, E
#define HOMING_FEEDRATE {3000, 3000, 160, 0}  // set the homing speeds (mm/min)

// default settings 

#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,4000,840} // X, Y, Z, E The Future is 3-D 
#define DEFAULT_MAX_FEEDRATE          {500, 500, 5, 45}    // (mm/sec)    
#define DEFAULT_MAX_ACCELERATION      {900,900,80,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 r retracts

// 
#define DEFAULT_XYJERK                20.0    // (mm/sec)
#define DEFAULT_ZJERK                 0.4     // (mm/sec)
#define DEFAULT_EJERK                 5.0    // (mm/sec)

//===========================================================================
//=============================Additional Features===========================
//===========================================================================

// EEPROM
// the microcontroller can store settings in the EEPROM, e.g. max velocity...
// M500 - stores paramters in EEPROM
// M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).  
// M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
//define this to enable eeprom support
//#define EEPROM_SETTINGS
//to disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
// please keep turned on if you can.
//#define EEPROM_CHITCHAT

//LCD and SD support
//#define ULTRA_LCD  //general lcd support, also 16x2
//#define SDSUPPORT // Enable SD Card Support in Hardware Console

//#define ULTIMAKERCONTROLLER //as available from the ultimaker online store.
#define ULTIPANEL  //the ultipanel as on thingiverse


#ifdef ULTIMAKERCONTROLLER    //automatic expansion
 #define ULTIPANEL
 #define NEWPANEL
#endif 
 

#ifdef ULTIPANEL
  #define NEWPANEL  //enable this if you have a click-encoder panel
  #define SDSUPPORT
  #define ULTRA_LCD
  #define LCD_WIDTH 20
  #define LCD_HEIGHT 4
  
// Preheat Constants
  #define PLA_PREHEAT_HOTEND_TEMP 180 
  #define PLA_PREHEAT_HPB_TEMP 70
  #define PLA_PREHEAT_FAN_SPEED 255		// Insert Value between 0 and 255

  #define ABS_PREHEAT_HOTEND_TEMP 240
  #define ABS_PREHEAT_HPB_TEMP 100
  #define ABS_PREHEAT_FAN_SPEED 255		// Insert Value between 0 and 255

#else //no panel but just lcd 
  #ifdef ULTRA_LCD
    #define LCD_WIDTH 16
    #define LCD_HEIGHT 2    
  #endif
#endif

// Increase the FAN pwm frequency. Removes the PWM noise but increases heating in the FET/Arduino
//#define FAST_PWM_FAN

// M240  Triggers a camera by emulating a Canon RC-1 Remote
// Data from: [<a href="http://www.doc-diy.net/photo/rc-1_hacked/" target="_blank"  rel="nofollow">www.doc-diy.net</a>]
// #define PHOTOGRAPH_PIN     23

#include "Configuration_adv.h"
#include "thermistortables.h"

#endif //__CONFIGURATION_H

</pre>]]></description>
            <dc:creator>il boso</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Fri, 25 Apr 2014 13:36:09 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,345166#msg-345166</guid>
            <title>Re: endstop y al contrario? confused...[RISOLTO]</title>
            <link>https://reprap.org/forum/read.php?359,344269,345166#msg-345166</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>RomanelliAlessio</strong><br />
inverti i define x e y direction rispetto a come li hai ora....</div></blockquote>
E no, cosi funzionerà la home, ma quando clicca sulla freccia destra l'asse andrà a sinistra e viceversa, stessa cosa per y.<br />
Invece deve collegare sulla scheda i due endstop su max e non su min, e poi settare sul firmware define x-home-dir su 1 e stessa cosa per la y. In questo modo dirà che la home e' sul punto massimo di x e y. Mi raccomando disabilita i min end stop per x e y e abilita i max.]]></description>
            <dc:creator>MagoKimbra</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Fri, 25 Apr 2014 13:28:11 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,345162#msg-345162</guid>
            <title>Re: endstop y al contrario? confused...[RISOLTO]</title>
            <link>https://reprap.org/forum/read.php?359,344269,345162#msg-345162</link>
            <description><![CDATA[ ci ho già provato ma cosi se schiaccio home non si muove nulla..]]></description>
            <dc:creator>il boso</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Fri, 25 Apr 2014 13:22:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,345153#msg-345153</guid>
            <title>Re: endstop y al contrario? confused...[RISOLTO]</title>
            <link>https://reprap.org/forum/read.php?359,344269,345153#msg-345153</link>
            <description><![CDATA[ inverti i define x e y direction rispetto a come li hai ora....]]></description>
            <dc:creator>RomanelliAlessio</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Fri, 25 Apr 2014 13:09:02 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,345145#msg-345145</guid>
            <title>Re: endstop y al contrario? confused...[RISOLTO]</title>
            <link>https://reprap.org/forum/read.php?359,344269,345145#msg-345145</link>
            <description><![CDATA[ scusate io sto cercando di impostare il fw correttamente.. ma non riesco a capire come fare con gli end stop.. ho letto leguide di ivan e altre ma non capisco.. io ho l'end stop x a dx, l'y vicino a me,z in basso, su z non ho problemi, ma gli altri 2 funzionerebbero correttamente se fossero nelle altre posizioni, come posso cambiare il fw per tenere gli endstop cosi?? grazie a tutti]]></description>
            <dc:creator>il boso</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Fri, 25 Apr 2014 12:50:53 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,344741#msg-344741</guid>
            <title>Re: endstop y al contrario? confused...</title>
            <link>https://reprap.org/forum/read.php?359,344269,344741#msg-344741</link>
            <description><![CDATA[ Ciao, si si ,avevo già letto, avevo fatto solo confusione io.....<br />
<br />
Tutto risolto, facendo ovviamente nel modo descritto da Mago Kimbra..... :D<br />
<br />
Homing perfetto, ed io rintronato, non dovevo stare fino alle 01.30 in garage a cablare la stampante e poi pretendere di fare discorsi sensati.....  @_@]]></description>
            <dc:creator>RomanelliAlessio</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Thu, 24 Apr 2014 16:16:39 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,344717#msg-344717</guid>
            <title>Re: endstop y al contrario? confused...</title>
            <link>https://reprap.org/forum/read.php?359,344269,344717#msg-344717</link>
            <description><![CDATA[ Ciao, leggi qui:<br />
[<a href="http://www.ivanbortolin.it/?p=927" target="_blank"  rel="nofollow">www.ivanbortolin.it</a>]]]></description>
            <dc:creator>Ivan Bortolin</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Thu, 24 Apr 2014 15:36:58 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,344386#msg-344386</guid>
            <title>Re: endstop y al contrario? confused...</title>
            <link>https://reprap.org/forum/read.php?359,344269,344386#msg-344386</link>
            <description><![CDATA[ Dai, dopo provo e vi dico!<br />
<br />
Grazie mille!!! ;)]]></description>
            <dc:creator>RomanelliAlessio</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Thu, 24 Apr 2014 04:02:34 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,344385#msg-344385</guid>
            <title>Re: endstop y al contrario? confused...</title>
            <link>https://reprap.org/forum/read.php?359,344269,344385#msg-344385</link>
            <description><![CDATA[ Esatto!<br />
Fai come dice MagoKimbra. <br />
Setta la posizione dei tre endstop di home a - 1.<br />
Con quella posizione dei motori dovresti aver la stessa identica direzione degli assi x e y, ovvero invertiti.]]></description>
            <dc:creator>lion_heart78</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Thu, 24 Apr 2014 03:59:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,344384#msg-344384</guid>
            <title>Re: endstop y al contrario? confused...</title>
            <link>https://reprap.org/forum/read.php?359,344269,344384#msg-344384</link>
            <description><![CDATA[ Si si, si sta dicendo tutti e tre la stessa cosa... :D]]></description>
            <dc:creator>RomanelliAlessio</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Thu, 24 Apr 2014 03:55:14 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,344383#msg-344383</guid>
            <title>Re: endstop y al contrario? confused...</title>
            <link>https://reprap.org/forum/read.php?359,344269,344383#msg-344383</link>
            <description><![CDATA[ MagoKimbra, se tu hai il punto 0.0.0 rispetto al piano e coincidente con la posizione di home e i due endstop sono settati come min, allora la tua home è vicino a te sulla sinistra. <br />
Io parlo di posizione della testina rispetto al piano, non di movimento del piano.]]></description>
            <dc:creator>lion_heart78</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Thu, 24 Apr 2014 03:53:30 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,344379#msg-344379</guid>
            <title>Re: endstop y al contrario? confused...</title>
            <link>https://reprap.org/forum/read.php?359,344269,344379#msg-344379</link>
            <description><![CDATA[ Io gli endstop li ho esattamente cosi....<br />
<br />
Appena arrivo a casa provo.<br />
<br />
La tua home, guardando la foto, é a sx con il piano tutto allontanato, esattamente come la mia prusa e come dovrebbe essere la nuova.<br />
<br />
Dopo provo!]]></description>
            <dc:creator>RomanelliAlessio</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Thu, 24 Apr 2014 03:48:02 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,344376#msg-344376</guid>
            <title>Re: endstop y al contrario? confused...</title>
            <link>https://reprap.org/forum/read.php?359,344269,344376#msg-344376</link>
            <description><![CDATA[ Metti cosi e inverti l'asse y fino a quando non trovi che facendo +10 viene verso di te e facendo l'home va dietro dove c'è l'endstop!!!<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>// ENDSTOP SETTINGS:<br />
// Sets direction of endstops when homing; 1=MAX, -1=MIN<br />
#define X_HOME_DIR -1<br />
#define Y_HOME_DIR -1<br />
#define Z_HOME_DIR -1</strong><br />
</div></blockquote>]]></description>
            <dc:creator>MagoKimbra</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Thu, 24 Apr 2014 03:45:17 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,344375#msg-344375</guid>
            <title>Re: endstop y al contrario? confused...</title>
            <link>https://reprap.org/forum/read.php?359,344269,344375#msg-344375</link>
            <description><![CDATA[ [attachment 31425 Prusaendstop.jpg]]]></description>
            <dc:creator>MagoKimbra</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Thu, 24 Apr 2014 03:41:36 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,344369#msg-344369</guid>
            <title>Re: endstop y al contrario? confused...</title>
            <link>https://reprap.org/forum/read.php?359,344269,344369#msg-344369</link>
            <description><![CDATA[ Postate per cortesia una foto o uno schema? <br />
<br />
La home dietro corrisponde a un piano della i3 spostato tutto verso di te. <br />
Come fai a schiacciare un bottone dove hai detto tu, allontanandotene mentre vai in home?]]></description>
            <dc:creator>lion_heart78</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Thu, 24 Apr 2014 03:35:09 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,344368#msg-344368</guid>
            <title>Re: endstop y al contrario? confused...</title>
            <link>https://reprap.org/forum/read.php?359,344269,344368#msg-344368</link>
            <description><![CDATA[ La cinghia é fissata sulla sx....<br />
Io ho costruito una stqmpante ex novo, basandomi sulla prusa i3 che ho, in modo che fosse piu semplice configurarla....<br />
<br />
Quindi ho posizionato assi ed endstops n3llo stesso modo di come li ho sulla prusa i3.<br />
<br />
Endstop x sul carrello a sx<br />
Endstop y in fondo, assieme al motore.<br />
Endstop z in basso.<br />
<br />
Tutti e tre endstop min, come conferma anche m119.<br />
<br />
L'Home sulla prusa é vicino a me sulla sx.<br />
<br />
Appena accesa la nuova, tutto perfetto.<br />
<br />
Solo che z era al contrario e anche y.<br />
<br />
Li ho invertiti da fw, e mentre z ora va correttamente in alto ed in basso e in home, la y si muove correttamente ma mi va in home al contrario.<br />
<br />
Uff...]]></description>
            <dc:creator>RomanelliAlessio</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Thu, 24 Apr 2014 03:34:27 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,344366#msg-344366</guid>
            <title>Re: endstop y al contrario? confused...</title>
            <link>https://reprap.org/forum/read.php?359,344269,344366#msg-344366</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>lion_heart78</strong><br />
MagoKimbra, per la y della i3, visto che si muove tutto il piano, l'endstop opposto alla zona di home è quello min, quello più vicino è quello max.</div></blockquote>
<br />
No, io ho la home dietro e il min end stop è dietro. Quando appunto fa lo zero!!!]]></description>
            <dc:creator>MagoKimbra</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Thu, 24 Apr 2014 03:27:36 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,344365#msg-344365</guid>
            <title>Re: endstop y al contrario? confused...</title>
            <link>https://reprap.org/forum/read.php?359,344269,344365#msg-344365</link>
            <description><![CDATA[ Corpo motore orizzontale quindi sotto la ruota dentata?<br />
Se sì, la metà di cinghia fissata al carrello è a dx o sx? <br />
Se a dx, hai l'asse y invertito. <br />
Se a sx hai l'asse y normale. <br />
Ma l'endstop rimane in entrambi i casi un y min. <br />
<br />
MagoKimbra, per la y della i3, visto che si muove tutto il piano, l'endstop opposto alla zona di home è quello min, quello più vicino è quello max.]]></description>
            <dc:creator>lion_heart78</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Thu, 24 Apr 2014 03:24:43 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,344362#msg-344362</guid>
            <title>Re: endstop y al contrario? confused...</title>
            <link>https://reprap.org/forum/read.php?359,344269,344362#msg-344362</link>
            <description><![CDATA[ Non vi sto capendo...<br />
<br />
L'end stop min deve stare nel punto 0. Quindi se lui vuole il punto 0 d'avanti (guardando la stampante da di fronte) l'end stop deve stare d'avanti e quando preme +10 si deve allontanare e quando fa l'home si deve avvicinare...<br />
<br />
Però non so se così i pezzi vengono mirrorati, bho, perché di norma l'X va da 0 a 100 da sinistra a destra e y va da 0 a 100 da dietro a avanti...]]></description>
            <dc:creator>MagoKimbra</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Thu, 24 Apr 2014 03:13:58 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,344360#msg-344360</guid>
            <title>Re: endstop y al contrario? confused...</title>
            <link>https://reprap.org/forum/read.php?359,344269,344360#msg-344360</link>
            <description><![CDATA[ Il corpo motore é orizzontale, ehehehehe. ...]]></description>
            <dc:creator>RomanelliAlessio</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Thu, 24 Apr 2014 03:12:25 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,344359#msg-344359</guid>
            <title>Re: endstop y al contrario? confused...</title>
            <link>https://reprap.org/forum/read.php?359,344269,344359#msg-344359</link>
            <description><![CDATA[ Corpo motore y: a dx o sx guardandolo? <br />
Immagino a sx.  In quel caso non devi invertire l'asse y, né devi invertire la direzione dell'home dir di y.]]></description>
            <dc:creator>lion_heart78</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Thu, 24 Apr 2014 03:11:04 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,344357#msg-344357</guid>
            <title>Re: endstop y al contrario? confused...</title>
            <link>https://reprap.org/forum/read.php?359,344269,344357#msg-344357</link>
            <description><![CDATA[ Endstop y dietro:<br />
Se vuoi la home vicino a te a sx allora l'endstop è in posizione min<br />
Se vuoi la home distante da te a dx allora l'endstop è in posizione max]]></description>
            <dc:creator>lion_heart78</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Thu, 24 Apr 2014 03:03:54 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,344356#msg-344356</guid>
            <title>Re: endstop y al contrario? confused...</title>
            <link>https://reprap.org/forum/read.php?359,344269,344356#msg-344356</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>lion_heart78</strong><br />
Guardando la stampante di fronte, dove vorresti il punto 0,0,0?<br />
Vicino a te a sx o distante da te a dx? <br />
Io ce l'ho come nel secondo caso, con endstop x nel punto di x min a dx sull'x idler, motore y vicino a me, endstop y sopra il motore y nel punto di y min. <br />
Entrambi gli endstops sono min. <br />
La direzione di entrambi i motori è normale e non invertita.<br />
La direzione di home dir per entrambi è normale e non invertita.</div></blockquote>
<br />
Vicino a me a sx.....]]></description>
            <dc:creator>RomanelliAlessio</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Thu, 24 Apr 2014 03:01:44 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?359,344269,344355#msg-344355</guid>
            <title>Re: endstop y al contrario? confused...</title>
            <link>https://reprap.org/forum/read.php?359,344269,344355#msg-344355</link>
            <description><![CDATA[ Infatti.<br />
Alla prima accensione il carrello si muoveva al contratio, venendo verso di me e cercando ll'endstop verso di me.<br />
Ho invertito appunto INVERT_Y_DIR e il carrello va nella dir giusta, ma va in homey sempre al contrario, é quello che mi confonde. ..]]></description>
            <dc:creator>RomanelliAlessio</dc:creator>
            <category>Elettronica e meccanica</category>
            <pubDate>Thu, 24 Apr 2014 03:00:13 -0400</pubDate>
        </item>
    </channel>
</rss>
