Re: Z height wrong after z probing
If you start a print, and only do the G28 skipping the G29, does it still start too high off the bed? I've had issues with the Marlin 1.1.0-RC6 and G29 to the point I stopped using it. For my case, if...
View ArticleRe: Auto Level on SAV MkI
You should be able to take the latest RCBugFix and just cross your settings over to it. Lots of people use Inductive Probes with Marlin and many of those people are on the latest RCBugFix.
View ArticleRe: Auto Level on SAV MkI
Yes, I have put my settings in the BugFix Version, but I can't upload it. Arduino 1.6.9 does not accept the Sav MkI files (those that are copied into the Teensy hardware folder) that would let me...
View ArticleRe: Auto Level on SAV MkI
Do you have a 6-Pin ISP connector on the board? You can buy a programmer on eBay for $2.00 and a 10-pin to 6-pin converter for another $1.00. That should allow you to use the Arduino 1.6.9 Really!!!!...
View ArticleRe: Z height wrong after z probing
I have the same problem after switching form RC6 to RC7 I'm using the following setup for my printer: -ZMAX hall endstop for homing -servo deployable probe for bed leveling After homing(G28) Z=0 is...
View ArticleRe: Z height wrong after z probing
Did you do a M502 and M500 pair of commands? It kind of sounds like you have a Z_Offset saved in your EEPROM. The entire bed leveling system has been rewritten in...
View ArticleCan't compile Marlin on Windows 10 - typedef-name
I'm getting the following errors on compile: In file included from C:\Users\Sheldon\AppData\Local\Temp\build72fb746c43f86b73beb33336246c8db4.tmp\sketch\SdFile.h:27:0, from...
View ArticleMarlin 1.1.0-RC7, looking for setting location after homing
I am wondering where is the setting to set the location after homing. My delta decrease the Z about 40 mm after homing sequence finish. Anyone know where the setting to change that 40 mm distance is?...
View ArticleRe: Z height wrong after z probing
QuoteRoxy Did you do a M502 and M500 pair of commands? It kind of sounds like you have a Z_Offset saved in your EEPROM. EEPROM is disabled in my config, so it should not affect the leveling procedure....
View ArticleRe: Z height wrong after z probing
I think I have the compile time issues cleaned up. Please give it another try. Is it correct that you have a multiple extruder machine? You are the first person to force the compiler down those paths....
View ArticleRe: Z height wrong after z probing
Yes i Have a dual extruder I tested it again, but now i get another compile error sketch/Marlin_main.cpp: In function 'void gcode_T(uint8_t)': Marlin_main.cpp:6248: error: 'class bed_leveling' has no...
View ArticleRe: Auto Level on SAV MkI
It is a ISP programmer I am using - for using it to flash the firmware on the Sav MkI in Arduino 1.6.9 I need the boards.txt and programmer.txt in the Teensy folder - and the ones that exist are made...
View ArticleRe: Z height wrong after z probing
If you attach your Configuration.h file, I'll get the compiler errors cleaned up for you. G29 P0 T will create a mesh for a perfectly flat bed and depending upon what the probe values are, it will...
View ArticleRe: Z height wrong after z probing
Thanks for your quick response I attached my two extuder config. I executed G29 P0 T M A and got that output: M80 ok G28 echo:busy: processing echo:busy: processing echo:busy: processing echo:busy:...
View ArticleRe: Z height wrong after z probing
But a G0 move along the X-axis causes no reactions on the Z-axis Did you do a G29 A ? If so, please do a G29 W (What command) so we can see what the system thinks about things. Also, in the G29 W...
View ArticleZ axis issues
I am currently having issues with my z-axis. I am unable to perform both a G28Z command and a G0Zxxx command. My steppers (two steppers for z with 8mm acme screws) just buzz briefly then stop. It...
View ArticleRe: Z height wrong after z probing
You should be able to compile with multiple extruders now. It was a simple #ifdef problem.
View ArticleRe: Z axis issues
It is possible you have the feedrates and/or accelerations set too high. You might want to back them off (maybe to 1/2) just to see if that is the issue.
View ArticleRe: Can't compile Marlin on Windows 10 - typedef-name
Solved. Found another thread. Ended up ha ing to install 1.0.6
View ArticleRe: Z height wrong after z probing
Thanks for the dual extruder fix, it compiles fine. Now it works for printing. But i found a Bug, the compensation does not work under several conditions with manual control by LCD Steps to reproduce:...
View Article