Is it possible to independently z calibrate 2 extruders
Good dayI am planning an upgrade to my machine to have 2 independent parkable extruders. The extruder is the z probe and I was wondering if it is possible to set the Z offset of tool 0 vs tool 1 via...
View ArticleHelp with SD-Pause position and behavior
When I choose pause during an SD print, the head moves to a position that is outside its range (opposite from home position) & hits the end of travel (violently). I always print from SD, just...
View ArticleMicroswitch initiated pause during SD print
While I am working on my pause behavior issue (see other post) I am trying to also figure out how to configure the microswitch pause behavior in firmware for SD prints.This is dev firmware 1.0.1 on...
View ArticleGAMEDUINO2
At the top of ui.h I have notice the new option of :#define DISPLAY_GAMEDUINO2 6 andin up.cpp includes:#include "gameduino2.h"where can I find out more about this, and get "gameduino2.h"?
View ArticleBest way to add a new screen support?
Hi,I hope to custom a new touch screen support.This screen only need connected via UART port.What is the best way to add this?I traced the display code , seems like there are high level interface in...
View ArticleI have enabled CNC milling support. #define SUPPORT_CNC 1 #define...
I have enabled CNC milling support.#define SUPPORT_CNC 1#define CNC_ENABLE_PIN 5#define CMC_ENABLE_WITH 1#define CNC_DIRECTION_PIN 4#define CNC_DIRECTION_CW 1I can not get PWM to adjust the speed.What...
View ArticleZ axis going down on printing only
if i click to make my Z-Axis go up it will go up and down same it will go downwhen it does its auto-leveling it seems finebut when its printing it seems to be going down not up on each slice
View ArticleBL Touch Z-Probing Issues
I have a BL touch I am trying to get running on my Stacker S4 and it is not working properly. I can send gcode to it properly (the M340 commands work fine). When I home z though, if the pin is not...
View ArticleTIG welder relay switch connection
Hello everyone. I was wondering if anyone may be able to help me with a situation that I am having.I'm currently working on a project at my college to design a metal three-dimensional printer. I am to...
View ArticleZ endstop offset
I've got a printer with one of the escher3d IR probes as a z probe. no other Z endstop. it triggers when the nozzle is 2.5mm off the bed, and so that's where the machine stops. is there any way i can...
View ArticleImplementing LASER INTENSITY
Hi all ! I'm trying to implement laser intensity routine, i have a laser driver with a TTL input so, i try to modify source from : WRITE(LASER_PIN,(LASER_ON_HIGH ? newIntensity > 199 : newIntensity...
View ArticleProblem with TMC2130 and SPI
Hey guys,I am struggling getting my TMC2130 drivers working on my self developed "PilotBoard". It's based on an SAM3X8E so to make it short: It's an Due with 5x TMC2130 drivers onboard.To make some...
View ArticleAuto-levelling and Z-endstop problem
I am stumped and hope that someone can help please.I have changed the X-carriage and extruders on my Prusa i3 steel derivative printer and have added Z-probe capabilities using one of David Crockers...
View ArticleG32 end up with a hard Reset
Hi !I need to Level my bed so I just make G28 followed by G32. The Bed comes up, the head moves to the left front corner and then nothing happens. After one second of waiting the printer (SparkCube XL)...
View ArticleProblem with laser option
Hi everyone,I'm having some problems with activation laser. Using 101 firmware, laser is On/Off style, 1W, connected to hotend fan pin (ORIG_FAN_PIN as in Configuration file). Here's a piece of...
View ArticleLaser Add-on
i have an engraving laser and i see that you can enable the laser option on the firmware.so am i right in thinking i can have a 3d printer that will also engrave?or is it one or the other.as i have my...
View ArticleHow to automate enclosure temperature?
Liebe Kollegen! I use printer with enclosure because frequently print plastics with high shrinkage: Nylon, ABS, PP. I need to keep temp about 70-75 degrees in the enclosure. Is there a way to automate...
View ArticleCrazy things happening to printer
So, i installed Arduino RADDS + RAPS128 + Repetier, using web configurator i set up the config for corexy machine. When i just started repetier host, y axis would move to like 150mm(my set max was...
View ArticleAnyone have TMC2130s and software SPI working at all?
Hello,I appreciate that all the work's being done on HW SPI, but I'm on a Due and SMART RAMPS stack and access to the HW pins is... a little fiddly.So if anyone's got something softwarily working,...
View ArticleSpindle control with repetier
Hi,I would like to run my CNC router spindle with the firmware, I have an AtMega2560 board with ramps 1.4. I would like to use one of the pins on the board like D9 or one of the servo pins. There will...
View Article