Print bed 0,0,0 offset from machine 0,0,0
I have a Wilson II and it uses a rack and pinion system to deploy the z-probe switch. Because of this system the machine 0,0 deploys the probe, so the bed 0,0 needs to be offset by about 10 to 13 mm...
View ArticleRe: Print bed 0,0,0 offset from machine 0,0,0
0,0 ??? Do you mean (X,Y)=(0,0)? Probably you should investigate Z_SAFE_HOMING. And then get your PROBE_OFFSET_FROM_EXTRUDER and Y_PROBE_OFFSET_FROM_EXTRUDER numbers correct. Probably that will...
View ArticleKonfiguration Probleme Marlin
Einen schönen guten Tag Wie zu erwarten ist bin ich dabei einen 3D Drucker zu Bauen. Aufbau : Aluminium Profile 2x Z Spindel / Nema 17 2,5A / Fahrweg 365mm / Endschalter an MIN 1x X Spindel / Nema 17...
View ArticleRe: Print bed 0,0,0 offset from machine 0,0,0
Yes I mean (x,y) = (0,0) This is not a probe offset issue. Let me see if I can explain it better. For the probe to deploy you need to move to X = 0 so that the lever can be used to lower the Z probe....
View ArticleRe: Cannot compile marlin on Windows 10 - File name too long? SOLVED
'Long Path can resolve error messages like: path too long, cannot delete file, too long path, destination path is too long, etc.
View ArticleRe: Print bed 0,0,0 offset from machine 0,0,0
The simple answer would be to configure Slic3r to know you don't want it to print at (X,Y)=(0,0). It will assume everything is shifted away from that coordinate.
View ArticleRe: Print bed 0,0,0 offset from machine 0,0,0
The following may be what you need. The negative value tells Marlin the endstop is -13mm from 0 of the bed. In configuration.h: // Travel limits after homing (units are in mm) #define X_MIN_POS -13...
View ArticleRe: Print bed 0,0,0 offset from machine 0,0,0
That sounds like what I'm looking for. I'll give it a try and report back. If it works I know it will make several people in the Wilson II forum happy.
View ArticleRe: Wrong Thermistor or what?
Can no one help me or does no one want to? I need your help....
View ArticleRe: Wrong Thermistor or what?
I would put a thermistor of known type onto the bed and into the nozzle. Or at least check how you have the Configuration.h file setup and make sure what it says for the Thermistor parts is really...
View ArticleRe: Self made delta printer homing problem
Sure you can, but i haven't finetuned my printer yet. I used this instructable to make my printer: [www.instructables.com] so all credits to him, i only adjusted his configuration file a bit.
View ArticleRe: Print bed 0,0,0 offset from machine 0,0,0
It appeared to work as expected on the Y but seemed to ignore X. Accordingly to configuration.h it's version 1.0.4-mjr it's Marty Rice's repo for the Wilson II.
View ArticleSwitching Xhome from min to max problems
I set xhome direction from Min to Max in the firmware or -1 to 1. Because I changed where the endstop was. Now When I hit xhome it goes still towards min(0)then stops after about an inch saying it hit...
View ArticleRe: Switching Xhome from min to max problems
Issue is solved. The X-axis was inverted in the firmware. All good now.
View ArticlePID Autotune and heat bed relay problems
Hello! I'm trying to autotune my heat bed. The bed is a circuit board type with a build-in relay. I sent the M303 E-1 S60 C3 command, and when the temperature reached 60 degrees, the relay starts to...
View ArticleRe: PID Autotune and heat bed relay problems
If you are using a mechanical relay, you should to use bang-bang, not PID. With PID, there is a good chance of it welding closed. If you want to use PID, use a SSR. If your using a DC supplied bed,...
View ArticleUnderstanding command lines.
Hello I'm working on modifying Marlin 1.1.0-RC6 to work with 2 extruders and 1 nozzle. I have found the following code in my pins_RAMPS_24.h file. #if MB(RAMPS_14_SF) || MB(RAMPS_13_SF) ||...
View ArticleRe: Understanding command lines.
I changed EXTRUDERS from 1 to 2 and got the same error. Changed in Configuration.h #ifndef MOTHERBOARD //#define MOTHERBOARD BOARD_RAMPS_14_EFB => EFB = extruder fan bed change to ext ext bed = EEB...
View ArticleMarlin Delta G29--what does it do?
I'm still struggling with this. Running a print on my Folger Kossel without a G29 line, printing on the mechanical calibration, I get okay results. Still think it would be more expedient to mount the...
View Article