Re: Marlin configurator
new features added for npm package 2.6.6 - ability to use base files from Examples - simple helper to manipulate printer's head from console 27343152-b939d518-55ea-11e7-99a2-40585f595fc8.png
View ArticleX Y distance after endstop bump
Hi guys. How can I setup my Marlin in order to have a specific distance of the hotend from endstops after homing? Like a X, Y offset.... I don't want my X, Y endstops to stay pressed after the second...
View ArticleRe: X Y distance after endstop bump
This is normal operation. Why would you not want your machine to stop homing at 0? You can do a small bit of code and run it like: G28 G1 F1000 X5Y5 That will home and then move 5mm from the switch.
View ArticleRe: Setup and bed levelling
Quote I have a second hand folgertech 2020. But I don't think that matters. . That is a great machine. That is what I used to develop the UBL Bed Leveling system. If you turn that on, I can answer any...
View ArticleRe: Marlin 1.1.3 Extruder steps/mm
Ok X,Y and Z seem to be spot on so for me it seems to be only the extruder. I guess my question would be was there a change to the maths for the extruders?
View ArticleRe: X Y distance after endstop bump
Because my physical print size is different than my print area. After the axis hit both X Y switch I want X go to +5mm and Y +5mm. At those values my nozzle will be exactly on the left down corner of...
View ArticleRe: X Y distance after endstop bump
all you do its correctly define your homing positions in configuration.h // Travel limits after homing (units are in mm) #define X_MIN_POS 0 #define Y_MIN_POS 0 #define Z_MIN_POS 0 change to // Travel...
View ArticleRe: Setup and bed levelling
QuoteRoxy Quote I have a second hand folgertech 2020. But I don't think that matters. That is a great machine. That is what I used to develop the UBL Bed Leveling system. I have read that. I blew away...
View ArticleRe: Setup and bed levelling
QuoteG Your printer is setup somewhat differently than mine. You might have your X-Axis endstop on the MAX side... But that is easy to change in the Configuration.h file But really... you are better...
View ArticleRe: Setup and bed levelling
QuoteRoxy But really... you are better off moving the endstop to the MIN side (left). Why do you say that? I could move it, obviously, and I'm happy to if you recommend it, but everything is...
View ArticleRe: Setup and bed levelling
If you have your X-Axis homing correctly... There is no reason to change it. But the FolgerTech instructions had people putting the X-Endstop on the X-Min and putting it on the right side. That was...
View ArticleRe: Setup and bed levelling
For the benefit of anyone else setting up with a pretend bl-touch who might be reading this thread at any stage: Configuration.h #define USE_ZMAX_PLUG #define Z_MIN_PROBE_ENDSTOP #define...
View ArticleRe: Setup and bed levelling
Oh! Good catch! I thought turning on the BLTOUCH option was going to be easy and it would just work. When you can print some small objects at the center of the bed, we will do these commands to setup...
View ArticleRe: Setup and bed levelling
Sort of making notes for myself here as I go so I can do this again later if I need to... G28 uses the z-min endstop, and not the z-probe, which I don't have, but I'm pretending to. So, I home the...
View ArticleRe: Setup and bed levelling
QuoteRoxy Oh! Good catch! I thought turning on the BLTOUCH option was going to be easy and it would just work. Meh. Open source. I have the code; I can see what's happening. Keeps me on my toes :) I...
View ArticleRe: Setup and bed levelling
QuoteG - G29 I 999 I Invalidate this number of mesh points. (No value = 1) Yes... We want to start with a totally invalidated mesh so we can fill in locations with 'appropriate' values. QuoteG - G29...
View Articlepurposal machines.h
Currently with us technical types we know what the components of our machines are and we are happy to configure it as needed. But many user are not so technical. Times are also a changing, it used be...
View ArticleRe: Jennyprinter 3 , which firmware is correct?
Hello, I have the same problem with the Jennyprinter Z360 TS (touch screen). I want to update because current firmware is rubbish. Does someone know a place where to download software updates for this...
View ArticleHacked Ender-2 SD card problems
I bought a cheap chinese printer, "Ender-2". The first thing I did was offcourse to replace the stock firmware (the supplied one was pre-installed without source). After many hours of work I've...
View ArticleRe: purposal machines.h
That means you have one machine.h suited for every controller Marlin supports? Quite a long list....Not to mention all the Prusa i3 clones, that are not built the same ( endstops, stepper direction,...
View Article