Re: Z offset after homing
I used #define Z_PROBE_OFFSET_FROM_EXTRUDER -0.5 // Z offset: -below +above [the nozzle] And #define Z_CLEARANCE_DEPLOY_PROBE 10 // Z Clearance for Deploy/Stow With end-Stop Switch, and you should be...
View ArticleRe: Z offset after homing
Ohh I thought it was for use with a probe...I'll give it a try
View ArticleRe: Z offset after homing
Well even the first SN04-N Inductive probe used is nothing more the a NPN NO powered transistor switch with the ability to sense metal at a 5mm distance. It was swapped in for my standard End-Stop...
View Articlebabystepping z
Hello I activated the babystepping on my prusa i3 pro c double extruder, the babystepping works, the motors move it but on the LCD it shows no value. What could I have done wrong? attached my firmware...
View ArticleRe: TMC2208 with Marlin CoreXY, XY Axes move at an angle(not perpendicular)
Figured the problem, Incorrect wiring on my end for TX and RX pins.
View ArticleRe: UBL and probe offsets
If you're using a printer host (like Repetier Host, Pronterface or even Octoprint) you can print out the current mesh with "G29 T". Any points that were not probed will show as ".". Then the...
View ArticleAuto Leveling not working.
Hi Guys, Im new in this so please be gentle.lol i have a cube X printer and did the upgrade to reprap. everything works great, but i cant seem to get the auto level working. on marlin i activated the...
View ArticleRe: UBL and probe offsets
Ah crap - I should have thought of that. I use G29 T with bilinear but didn't think of using that with the UBL to see the mesh. Thanks! I'll give it another shot!
View ArticleRe: Auto Leveling not working.
Hey Cleme_o, Which auto leveling did you enable? There are a few different types (Bilinear, 3-point, and linear)
View ArticleRe: New 2 marlin - 2 main problems
Hi! I soldered a two-wire-cable to the reset button at the RAMPS (could be done to the Arduino as well) and put a flat push-button on the other cable's end. I glued the button just beside the...
View ArticleStart G-Code , in firmware not slicer, does this exists ?
Hi. i've been wanting to remove my start gcode from the slicer in order to be able to use the same gcode file on multiple printers. typically i can use the same temps and speeds, but the start up code...
View ArticleRe: SD init fail.....make me crazy:X 2560 rev b.
Post a link to your Marlin configuration.h file will take a look to see!
View ArticleRe: SD init fail.....make me crazy:X 2560 rev b.
[attachment 106966 Configuration.h] this is from 1.1.9 marlin by thingiverse [attachment 106965 Configuration.h] this is from 2.0.x marlin by thingiverse redangel1984 [attachment 106967...
View ArticleRe: SD init fail.....make me crazy:X 2560 rev b.
Try the fix described in https://github.com/MarlinFirmware/Marlin/issues/11788.
View ArticleRe: SD init fail.....make me crazy:X 2560 rev b.
In A10 Configuration.h you are defining UltiPanel and Reprap Discount Smart Controller #define ULTIPANEL //the UltiPanel as on Thingiverse #define REPRAP_DISCOUNT_SMART_CONTROLLER In 1.1.9...
View ArticleCan G-code scripts be run automatically on inserting an SD card when using...
A colleague posted this question on Stack Exchange 3D Printing (of which I am one of the moderators), and I wondered if there was a solution, or software hack, for this? QuoteWhen running Marlin...
View ArticleRe: SD init fail.....make me crazy:X 2560 rev b.
QuoteMMcLure Try the fix described in https://github.com/MarlinFirmware/Marlin/issues/11788. Ok.I try to mod the file but how can i build? I mean,in arduino ide tell me a lot of errors I try with ide...
View ArticleRe: SD init fail.....make me crazy:X 2560 rev b.
QuoteRoberts_Clif In A10 Configuration.h you are defining UltiPanel and Reprap Discount Smart Controller #define ULTIPANEL //the UltiPanel as on Thingiverse #define REPRAP_DISCOUNT_SMART_CONTROLLER In...
View Article