Re: Start G-Code , in firmware not slicer, does this exists ?
You might be able to use the M23 gcode, to execute another file, from within the primary gcode file. I am not sure if this will cause any problems though. But to be able to use M23 from within a gcode...
View ArticleRe: How to add extra movement in Y axis just before Z homing
Did you find a solution? One way to make an additional move of an axes, is to use G92, like: G92 Y0 - them move -20 in Y direction: G1 Y-20 You could put the following two lines end code in your print...
View ArticleRe: Auto Leveling not working.
Ok So i got it to work. Had to update the Marlin software. but not it wants to probe outside the bed area? what do i need to change in order por it to probe inside? check it out...
View ArticleRe: Start G-Code , in firmware not slicer, does this exists ?
QuoteMrAlvin You might be able to use the M23 gcode, to execute another file, from within the primary gcode file. I am not sure if this will cause any problems though. But to be able to use M23 from...
View ArticleDelta TMC2130 sensorless homing Marlin 2.0
Hello everyone, yesterday I tried Marlin 2.0 on my delta machine. I use the einsy rambo - yes, very exotic for delta machines. I also enabled sensorless homing: I played around with the sensitivity...
View ArticleRe: Delta TMC2130 sensorless homing Marlin 2.0
Same issue with Marlin 1.1.9 Is this feature not ready for delta machines or did I miss something in the config file?
View ArticleAutoleveling issue with BLTOUCH
Suddenly, my Anycubic Kossel Linear Plus printer is sending the print head crashing into the bed whenever i run the G29 command. Here is the debug log: 18:26:03.746 : X:0.00 Y:0.00 Z:233.83 E:0.00...
View ArticleRe: Can G-code scripts be run automatically on inserting an SD card when...
Thank you for the reply. Feature Request posted: [FR] Can G-code scripts be run automatically on inserting an SD card when using Marlin Firmware? #11815
View ArticleRe: Can G-code scripts be run automatically on inserting an SD card when...
Basically the code for such a function already exists, e.g. it loads the "auto%i.g" files, so it would probably be fairly simple to reuse and write a function where both those "events" can benefit...
View ArticleRe: Can G-code scripts be run automatically on inserting an SD card when...
It will need some 'protect the user from their own stupidity code' ie what happens when a SD card with the appropriate auto start file is inserted mid print? Current code doesnt have this, as it just...
View ArticleRe: Can G-code scripts be run automatically on inserting an SD card when...
Indeed, good point! Thanks for sharing. That should be caught first prior to executing the code function, or evaluated in the function. I'll look into it some more.
View ArticleRe: problem with LCD and encoder mod
Anyone ? I don't want whole instruction step by step, only a few tips. I'm looking for information where to look where I can change: 1)encoder pins x3 Propably in pins_ANET_10.h but how to say marlin...
View ArticleRe: SD init fail.....make me crazy:X 2560 rev b.
I would double check that nothing close to the SD-card reader has been shorted by the new wires. And then I would re-heat each of the pins of the SD-card reader. And before re-heating, I would add...
View ArticleRe: SD init fail.....make me crazy:X 2560 rev b.
Also, did you check to see if any debris might have found its way to the inside of the sd-card-reader slot? You might also try soaking the entire sd-card-reader in rubbing-alcohol, as this would...
View ArticleRe: problem with LCD and encoder mod
For the LCD to work with I2C, and the PFC8574 I2C I/O-expander, you can select the display: LCD_SAINSMART_I2C_2004 You need to connect the pins of the PFC8574 like this: #define LCD_I2C_PIN_BL 3...
View ArticleRe: problem with LCD and encoder mod
It seems to me that the "SkyNet 2.3.1 changes" is targeted towards Marlin 1.0.2 so the files found at Thingiverse, can not directly be copied into a Marlin 1.1.9 By following the details from above,...
View ArticleRe: problem with LCD and encoder mod
So, I just hooked up an I2C LCD and tested a compile of Marlin 1.1.9 (using Arduino 1.8.5) - and the LCD is working with the "LCD_SAINSMART_I2C_2004" option enabled. I did however already have the...
View ArticleRe: problem with LCD and encoder mod
For a better suggestion for a solution: In configuration.h put in a #define ANET_ENCODER_LCD --------- I file Conditionals_LCD.h replace: " #elif ENABLED(ANET_FULL_GRAPHICS_LCD) #define...
View Article