sparky
About
- Username
- sparky
- Joined
- Visits
- 32
- Last Active
- Roles
- Member
Comments
-
Can you tell me how you have the Viki 2 setup in your config files or if you've done anything different in the wiring? I'm using the latest configurator (0.92.9) and I've got a Viki 2 hooked up to my Azteeg X3 Pro and it doesn't seem to be powering…
-
Please delete this thread. For whatever reason my browser wasn't showing the scroll-bar in the configuration-tool display-controller box.
-
I love the option to upload my old config and download an updated version, but your wizard appears to read from the commented configuration string at the bottom of the Configuration.h file rather than the actual settings within the file. I've made a…
-
Where's the best place to download and test your latest code ? The configurator still indicates v.0.92.3 and it's not too clear which branch is the latest within Github (although this looks like what I'd want for use with a Mega-based board).Thanks
-
I'll check out that code. Regarding the extruder movement, I'm using industrial pneumatics to raise/lower the nozzles. Currently they're actuated by tying the pneumatic switches to the extruder cooling fan fets.
-
I'm noticing some irregularities with the firmware lately. 1. It doesn't always probe each spot 5 times; often only 1 or 2 of the positions are probed the full 5 times and there doesn't seem to be any pattern as to which ones have the repeated probi…
-
Sweet! You should also add a "donate now/here" button to the forum (sent a small thank-you)
-
I'm using Repetier 0.92.3 and an Azteeg X3 Pro board, which at it's core, is a Ramps board/Mega.
-
There is an always on fan pin, but then there's the extruder cooler pins. This is how I'm doing it for extruder #2. For other extruders I'm using pins like "LIGHT_PIN" and "HEATER5_PIN". #define EXT1_EXTRUDER_COOLER_PIN ORIG_FAN_PIN #define EXT1_E…
-
You could also tie the solenoid to the T1 extruder fan pin, then it would be automatically activated whenever that tool was selected eliminating the need for the M300 & M301 commands. Having a pre-defined Z-offset in the firmware would then mak…
-
Just curious which machine you're trying to retrofit ? I was going to go down that road, but I found the 2nd nozzle was raised/lowered using a dc motor and screw. Using a sufficiently large solenoid for positioning was going to require it to be cons…