Re: Marlin homing problem
First print 20mm cube. Other than the base flaring out it measures 19.88mm all round so Im pretty happy. thanks again. 12402052_10154020480874574_7460310119803818088_o.jpg
View ArticleRe: Marlin 1.1.0 RC3 z servo doesn't move
I am having the same issue and am going to try your solution in the morning. Thanks for asking questions! :)
View ArticleRe: could someone make me a temptable please? CLOSED
Given up on this. Thanks for trying. Andrew
View ArticleRe: finally printing but STILL haven't solved prob of offset heatbed SOLVED
thanks for the info. I tried the (-x,-y,-z) but the problem created by max_lengths being calculated from -x to +x etc had me concerned what other incorrectly calc'd values were hiding. Solved the prob...
View ArticleRe: Marlin 1.1.0 RC3 z servo doesn't move
There are multiple RAMPS board definitions over at www.github.com/MarlinFirmware right now. Apparently something got changed on the board. It may be you declared the 'wrong' version of RAMPS for the...
View ArticleRe: Marlin 1.1.0 RC3 z servo doesn't move
I didn't notice that they added more RAMPS definitions. I was using BOARD_RAMPS_13_EFB and changed it to BOARD_RAMPS_14_EFB. The servo now work on servo 0. The wiki says the only difference between...
View ArticleRe: Marlin 1.1.0 RC3 z servo doesn't move
Quotestephenrc I didn't notice that they added more RAMPS definitions. I was using BOARD_RAMPS_13_EFB and changed it to BOARD_RAMPS_14_EFB. The servo now work on servo 0. The wiki says the only...
View ArticleRe: Marlin 1.1.0 RC3 z servo doesn't move
Edit not available on first post, so I can't change it.
View ArticleRe: Marlin 1.1.0 RC3 z servo doesn't move
Quotestephenrc Edit not available on first post, so I can't change it. OK! Thanks for trying!
View ArticleAutotune no longer works. Temp goes 20c over and errors.SOLVED
Okay folks, I'm starting to think the old board isn't dead. After rebuilding the hotend I decided to autotune the hotend again. I issued, M303 E0 S200 C8 and M303 E0 S170 C8 Both times the temp...
View ArticleRe: Autotune no longer works. Temp goes 20c over and errors.SOLVED
For some reason the first pass of autotune was reaching +35 over the target temperature. This was blowing a test in the temperature.cpp file. I increased the safety margin from +20 to +50c and...
View ArticleFIRMWARE ISSUES PLEASE HELP!
I have a solidoodle press yes BIG MISTAKE If I had known then what I know now I would have avoided them at all costs. I can not get support I have posted on other forums. Can someone please help me...
View ArticlePin define for RAMPS
Hello, I have been wanting to use some of the AUX on my RAMPS board, but how do I know how the pins are configured? Whether they are an input or an output? Whether an internal pullup is enabled? If...
View ArticleRe: Pin define for RAMPS
Pretty much, all of the GPIO (General Purpose I/O) pins can be configured as either input or output. And when configured as input, you can specify if you want a pull up resistor turned on for them....
View ArticleRe: FIRMWARE ISSUES PLEASE HELP!
You want to start with the Marlin code they shipped the unit. It should be available on their site. It is part of the license agreement. Marlin is free to use and ship in commercial products, but as a...
View ArticleRe: FIRMWARE ISSUES PLEASE HELP!
Can you help me with this? I have zero experience doing this and I have no idea where to begin. I would like to update to a newer marlin version if one is available for my solidoodle press. Below are...
View ArticleRe: FIRMWARE ISSUES PLEASE HELP!
First, you need to get Arduino up and running with a PrintrBoard. They want you to use a very very old version of Arduino. The reason is the PrintrBoard additions do not work with every version of...
View Articlepid per extruder
hello for #define PID_PARAMS_PER_EXTRUDER // Uses separate PID parameters for each extruder (useful for mismatched extruders) is it possible to define the pid settings within firmware for e1,2,etc?...
View Article