YP3002T
About
- Username
- YP3002T
- Joined
- Visits
- 9
- Last Active
- Roles
- Member
Comments
-
It turns out that the default (I hadn't changed it) that was pulled into Repetier Server from the printer EEPROM (running my build of version of 1.0.0dev firmware) had the printer timeout set to 3 seconds. I doubled it to 6 seconds, and (for what it…
-
Thanks.
-
Thanks. I wouldn't have changed that setting when I compiled the firmware, but next time I'll make the log more verbose. How do I increase the timeout in repetier-server? Thanks again!
-
Given the real-world endurance of the EEPROM flash areas on these chips, that's unlikely to be a significant issue in practice.
-
Thanks.
-
THANKS!
-
After more tests, it's apparent that ZXYTZ just won't work for me -- the specified ZHOME_X_POS and ZHOME_Y_POS values are not being applied. However, I've gone back to XYTZ and found that I still get an initial Z raise, which is what I wanted. In th…
-
Just to clarify, in my original comment above about changing the EEPROM mode, I should have said that NOT changing the EEPROM mode is supposed to prevent writing the Configuration.h settings over the EEPROM. Typo on my part. In fact, what was happen…
-
Definitely progress, though something is still amiss. I made the three changes above. The result is that when a G28 is given, Z immediately raises 10mm as expected, then X and Y home. At that point, I expect the extruder to move in toward the center…
-
Confirmed. That did the trick.
-
I think I nabbed it. For my m1284p the hfuse needed to be changed from 0xDE to 0xD6 for retaining of EEPROM. I'll verify that this worked after the next firmware upload. Thanks!
-
MartinH said:Is your probe NPN or PNP NO ?If the probe is powered with 12 volts, how do you have it connected to the endstop pin ? It's NPN. Running on 12 volts with a resistor divider. Seems to trigger OK in the obvious tests. #define Z_PROB…
-
-
Thanks! Progress, though obviously something is still amiss. I had disabled the Z-axis min switch, due to misinterpreting part of the Z-probe write-up page. Re-enabled it, and homing behavior is more reasonable, but still not really correct. M119 sh…
-
I probably should add one oddity. Every time I update the firmware, the current EEPROM settings are lost and the current Configuration.h settings are applied. I had thought that changing the EEPROM mode prevented this, but it still keeps happening. …
-
For the record, I got hold of a USBASP board and am now getting 100% flash successes.
-
By inserting an #undef for SDSUPPORT for the Melzi (board 63) definition in 1.0.0dev pins.h, the sketch was brought down to 114544 bytes. Again, since I don't print from the sdcard, this is great for me on this 128K machine.
-
Thanks. I just got 1.0.0dev running under 128K (with a couple of K to spare) by stripping out most of the SDCard.cpp routines (since I never print from sd). It looks like reducing the verbosity of many info strings could save another 2K or so if nec…
-
Looks like it might be possible to shorten various of the less used strings to possible good effect in this context, at least for the moment.
-
Hi. Yeah, everything is based off a config tool created Configuration.h, so the settings all load properly. I'll check for !!!, though it does seem like a low probability trigger. Thanks!
-
One possibility: It's not really erasing or uploading at all. In fact, I have evidence that it actually hasn't erased (though signature checks are good, and the fuses read back as good). But if no erase or flash is really taking place, then that wou…
-
More info on this. I can (apparently) successfully upload AND get a good verification on the original firmware dump that I downloaded from the printer originally. However, when I try to upload the newer firmware (about 20K smaller, which is a bit su…
-
Obviously I'm ignorant of some basic info here. How do these proposed settings changes relate to x-min, y-min, x-home, y-home, etc.? From your description, I do not understand exactly which settings in Server and Host I actually need to change, …
-
I just pulled out the actual settings. I definitely don't understand what's happening here, given the results I noted above. Updating the firmware would be ideal -- I'd like to do that for several reasons -- but is nontrivial since I don't have key …
-
Reached it directly via /register. Thanks!
-
Ah. I was testing using uppercase. Thanks.
-
No problem pinging www.repetier-server.com. Watching the dashboard page, even when I manually restart the server from /etc/init.d, I don't see anything about the demo. I only recall seeing it ask once on the very first install, at which time I said …
-
I'll run some more tests. Thanks.
-
Basically I'm just trying to find some way to gather the raw ADC values so that I can build my own table. That's why I was thinking about the switcheroo technique I mentioned above.
-
On examination, it appears that my current firmware -- which I intended to use to gather this temperature data -- has the bug where it only shows RAW1 (bed). For the purposes of data collection, is it reasonable to assume that the same thermistor ty…