GRB352

About

Username
GRB352
Joined
Visits
730
Last Active
Roles
Member

Comments

  • Also does SD 4 connectors, 1 for RADDS lcd conector, 1 for RADDS SD connector and then EXT1 and EXT2
  • You'd better hurry up, as I am going to beat you to it ;-)
  • I think the key with the ESP8266 LCD and ESP8266 serial/wifi transceiver is that the graphics/app are stored on the ESP8266's flash and they run an app and comm with repetier over UART
  • Ok, UI_ACTION_LIGHTS_ONOFF was there and I made a new 'case' for my custom action: case UI_ACTION_AUTOLEVEL_G32S2:  then I copied everything from "case 32" in commands.cpp and answered all the IF statements by removing the excess. ------------------…
  • Bummer. The Gameduino is a little pricey anyway. the ESP8266 LCDs looks to be just as promising, yet a lot cheaper.  http://www.aliexpress.com/item/Nextion-2-4-UART-HMI-Smart-LCD-Module-Display-for-Arduino-Raspberry-Pi-ESP8266/32538941328.html
  • Edv. That thing is very pricey, and looks so 1996 with that 4x20. I never was able to get this to work. I switched over to a Full Graphics LCD+SD and I am having some luck there....the SD-reader works at least. https://plus.google.com/+RobertBurns3…
  • No luck with that.how can I manually set the pins for: MISOMOSICLKand CS they seem to be scattered about in several places, and its hard to tell if I am setting them in the right place. is there a way to add an echo that will display what values are…
  • actually 0.92.4 not 0.91.4
  • with that combo, you really want to have the latest 0.92.4 dev, it gave me a bunch more free ram than 0.91 and that has got to help.
  • I have this working on a delta with 2560+RAMPS with GLCD and 1/32 microstepping. try a different micro switch. mine was just occasionally slow to trigger.  I would also recommend you check your probe logic. I have mine set to trigger on high, with p…
  • test with m119 and see if your button is working right. maybe just try a different button to be safe. My issue with auto-leveling turned out to be a not so great switch.(still passed a m119) and yes, correction made a buncvh of noise as it worked fo…
  • Ah I see, that is very helpful. luckily I do have a Due+RADDS in one of my systems, so hardware wise I'm set. but I am looking at motion.h/cpp, and the syntax is pretty daunting. At least I know where to look if I'm feeling frisky. Thanks
  • I suppose I could post-process my gcode, and add in lots of G201 to make the extra motor keep up, but it seems like it would be easier to make it use the value for z height. So what part of the code should I look into modifying? I think the part tha…
  • I am re-reading what I typed, and I might not have been 100% clear. I want the 3 motors to control the effector platform as usual in a delta. But I want the value for Z height, to additionally control the "extra motor".