Quantcast
Channel: Reprap Forum - Firmware - Marlin
Viewing all articles
Browse latest Browse all 12089

Re: G-Code Script

$
0
0
I suppose your rear right is just front left upside down.


You say;
Line 608 #define X_MIN_POS -46 Which is 46mm to the right of the bed

But I believe those positions are travel limits after homing. ie It should home to 0,0 where the switch is, and then be +46 mm if anything. I don't think it would ever go to -46mm position because you have;

"define min_software_endstops true // If true, axis won't move to coordinates less than HOME_POS." enabled.


If your bed is 206 wide but 46mm away from the endstop, then X MAX should be 252mm



I think it makes it confusing using the middle of the bed and adding in the offsets
Can you move the endstop to the edge of the bed? ( or fit a bigger bed and make use of that extra 46mm? ) and work from a 0,0 position.



Minor point but I'm suprised at M109 Heating failed PRINTER HALTED. It may be to do with Configuration.adv.h

* If you get false positives for "Thermal Runaway" increase THERMAL_PROTECTION_HYSTERESIS and/or THERMAL_PROTECTION_PERIOD
*/
#if ENABLED(THERMAL_PROTECTION_HOTENDS)
#define THERMAL_PROTECTION_PERIOD 40 // Seconds
#define THERMAL_PROTECTION_HYSTERESIS 4 // Degrees Celsius

but if it works as you have it, it works.

Viewing all articles
Browse latest Browse all 12089

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>