Re: 1.1.1 configuration G28 Homeing
You could simply turn on // If enabled, axes won't move below MIN_POS in response to movement commands. #define MIN_SOFTWARE_ENDSTOPS // If enabled, axes won't move above MAX_POS in response to...
View ArticleRe: 1.1.1 configuration G28 Homeing
I have this problem too on the coreXY when the bed is at the bottom. Enabling the endstop will not help when powering on the machine with the bed at the bottom because it has no reference of where the...
View ArticleRe: Dual Nozzle, Dual Stepper, Servo Actuated Nozzle - Marlin Settings?
Thanks a lot mate. You helped me really a lot with that Code. I had the exactly same problem, but I would have never be able to solve it ;)
View ArticleRe: 1.1.1 configuration G28 Homeing
I agree PhantomGT but still thank you Roxy for the direction. I did set a sotware end stop and that does help some but the problem PhantomGT described where I power on with the bed at or near bottom...
View ArticleRe: G-Code Script
Ed Would, Managed to get a mk2a bed 300x200mm amended the settings to #define X_MIN_POS 0 #define Y_MIN_POS 0 #define Z_MIN_POS 0 #define X_MAX_POS 281.5 #define Y_MAX_POS 157 #define Z_MAX_POS 248...
View Article1.1.1 lost heated bed
I have installed 1.1.1 onto my Sanguinololu 1.3 and I have almost everything working well. But I have lost my heated bed totally. It does not show up on the LCD or in any software. I have checked all...
View ArticleRe: 1.1.1 lost heated bed
found it, dang that 0 should have been a 1 :) #define TEMP_SENSOR_BED 0
View ArticleRe: Marlin configurator
added a lot of features: show help for G-codes show allowed options/gcodes depends your configuration compiling and uploading firmware via PlatformIO access to all serial ports using console manager...
View ArticleRe: Z axis Not working well
For M5 rods on the Z axis you need z steps=4000 however with this high value of steps/mm you need to slow the max feedrate down a bit Quote#define HOMING_FEEDRATE_Z (4*60) // // MOVEMENT SETTINGS //...
View ArticleRe: Z axis Not working well
Hoi Hoi hoi hoiiii Hij doet het!!! :-) Thank You Obewan! Now I can finally move the Z axis up and down also with 10MM I'm so happy with that, I also thought something was broken! . I hope I can ask...
View ArticleGrab temperature with python-scirpt
Hello, I'm wondering if you know how to read all the data that is being sent from the printer to through the USB-cable to the host/server-software? I have a printer with Marlin, connected by USB to a...
View ArticleRe: Marlin configurator
This looks fantastic. Is there anyway you cam make it auto run in windows 7? I did install what you said but I couldn't get it working. Yes I'm that thick :)
View ArticleRe: Marlin configurator
Quotedeuse This looks fantastic. Is there anyway you cam make it auto run in windows 7? I did install what you said but I couldn't get it working. Yes I'm that thick :) Check out this Windows...
View ArticleConfiguring additional thermistors
In the newest release you can define 6 thermistors (5 for hotends 1 for bed). I'm looking for a fix to use TEMP_SENSOR_2 and _3 for other thinks like chamber temp. Installing additional thermistors on...
View ArticleRe: Z axis Not working well
Yes you should be ok with #define DEFAULT_MAX_FEEDRATE { 300, 300, 2, 25 } you could possibly change the 2 up a bit maybe 2.5 or 3 (this is the Z speed) but if you go too high then the Z motors will...
View ArticleCrazy homing behavior on Marlin 1.1.1
I'm clueless about what could possibly be creating this behavior, but when I try to home, for instance, the Z axis it first tries to move the X axis and than moves Z up instead of down just for a...
View ArticleWhich version to use
Hi Guys Which is the latest version of Marlin to use at the moment. I built a 3D printer same style as the Prusa printers. Thanks Vaughan
View ArticleRe: Z axis Not working well
Thank you for your reply Obewan! I am currently busy a bit but will get started with it. And I wonder how is it possible that other people do the Marlin have those values? Do they have those values...
View Article