Re: Mesh leveling goes off of bed
Quoteobewan #define DEFAULT_AXIS_STEPS_PER_UNIT {200, 200, 800, 280 } ? What stepper drivers do you have fitted ? How did you come by these settings, X Y steps seem rather high. Hey obewan, I have...
View ArticleRe: Mesh leveling goes off of bed
I though you already had your configuration.h, asked if you had the three jumpers installed video showed. Should have just posted the Jumper Image. Prusa calculator is here And Triffid Hunter's...
View ArticleRe: Bed levleing has no effect
M420: Enable/Disable Bed Leveling and/or set the Z fade height. S[bool] Turns leveling on or off Z[height] Sets the Z fade height (0 or none to disable) V[bool] Verbose - Print the leveling grid Send...
View ArticleRe: Mesh leveling goes off of bed
QuoteRoberts_Clif I though you already had your configuration.h, asked if you had the three jumpers installed video showed. Should have just posted the Jumper Image. Prusa calculator is here And...
View ArticleMarlin 2.0 bugfix setup question
Hey Guys! I followed the instructions in this page to install marlin on MKS SBASE and I am having a slight issue. [marlinfw.org] I am able to generate the .BIN file. But once I reboot the board, only...
View ArticleRe: Mesh leveling goes off of bed
Cura 14.07 release date 7/3/14 Printable Size 220*220*240mm Movement Speed 300mm/s T type lead screw M8*345 #1700100015 (looking at the image you have a (T8-8)) Anet3D
View ArticleRe: Mesh leveling goes off of bed
QuoteRoberts_Clif Cura 14.07 release date 7/3/14 Printable Size 220*220*240mm Movement Speed 300mm/s T type lead screw M8*345 #1700100015 (looking at the image you have a (T8-8)) Anet3D That's the...
View ArticleRe: Mesh leveling goes off of bed
When you made changes to: #define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 94.4962144 } Did you do a M502 and M500 to get the new values stored in EEPROM? If not... you won't see any changes.
View ArticleRe: Mesh leveling goes off of bed
QuoteRoxy When you made changes to: #define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 94.4962144 } Did you do a M502 and M500 to get the new values stored in EEPROM? If not... you won't see any...
View ArticleRe: Mesh leveling goes off of bed
Make sure your X & Y_PROBE_OFFSET_FROM_EXTRUDER are correct. And then, make sure your bedsize and/or X_MIN, Y_MIN, X_MAX and Y_MAX are correct. If that is all right.... you shouldn't be going off...
View ArticleHotend setup
Hi, I am trying to connect a E3D V6 Extruder J-head Hotend to a MKS GEN V1.4. I have my problem is that when I use the command M105, I get a temperature reading of 355oC for room temperature. When...
View ArticleRe: Hotend setup
reading that high normally indicate that the thermistor wires are shorted together somewhere. Normally at the hot end, often by the thermistor retaining screw.
View ArticleRe: Hotend setup
Well the V6 uses a semitec (Marlin option 5) thermistor with a max temp setting of 285C, but since they've switched to cartridge type, are you sure you ordered the thermistor version and not the...
View ArticleRe: Need help. #error "Z_SAFE_HOMING_X_POINT can't be reached by the Z probe."
When I set the extruder cooling fan pin, in rambo fan0 is 8, #define E0_AUTO_FAN_PIN 8, I get this #error "You cannot set E0_AUTO_FAN_PIN equal to FAN_PIN." You cant set the same pin for this. It...
View ArticleRe: Need help. #error "Z_SAFE_HOMING_X_POINT can't be reached by the Z probe."
// Set the boundaries for probing (where the probe can reach). #define LEFT_PROBE_BED_POSITION -26 #define RIGHT_PROBE_BED_POSITION 272 looks very wrong... need to be offset by hotend/probe offset...
View ArticleRe: Need help. #error "Z_SAFE_HOMING_X_POINT can't be reached by the Z probe."
So, after the corrections that Dust proposed, I have made the following. Into Conditionals_post.h found the: #else // Boundaries for Cartesian probing based on bed limits #define _MIN_PROBE_X...
View ArticleNeed help configuring extruder_fan & part_cooling_fan
Hello, I am trying to configure marlin 1.1.8 working with my printer, but I am having problem working the extruder_fan and the part_cooling_fan. Can anyone please help? About the extruder_fan. I have...
View ArticleRe: Mesh leveling goes off of bed
All looking good guys! Thanks so much for all your help with getting my printer sorted!
View ArticleDual X Carriage not working
last month i build my dual x-carriage printer with Rumba board i try to modify marlin bugfix-1.1.x, but it has some problem 1. x2 carriage look like move to left when homing 2. x2 filment cooling fan...
View ArticleExtruder stutters and doesn't turn
Hi guys, I've replaced my printers board with a RAMP 1.4 and Marlin 1.1.8. I've put the TMC2130 drivers on, on all axis (including extruder). Everything seem to be working, except my extruder. When I...
View Article