Updated Marlin customized for Mendel90 March 07, 2014 06:55AM |
Registered: 11 years ago Posts: 541 |
Re: Updated Marlin customized for Mendel90 March 07, 2014 07:53AM |
Registered: 11 years ago Posts: 42 |
Re: Updated Marlin customized for Mendel90 March 07, 2014 10:15AM |
Registered: 11 years ago Posts: 369 |
Re: Updated Marlin customized for Mendel90 March 07, 2014 02:23PM |
Registered: 11 years ago Posts: 869 |
Just tossing out an idea.... If you are using the standard 200x200mm bed you should be able to include the labels. The only time where 3 digits left of the decimal would be needed for the X and Y axis would be at the extents, which wouldn't have a decimal as 100 is the soft limit. When you'd need a decimal place, you'd be bewteen -99.9 and 99.9 You'd need to remove at least once space, or drop the 2nd decimal digit for the z-axis.Quote
neildarlow
3) Adopting a signed display of X and Y with 0.1mm resolution dictates that the X, Y and Z labels are removed from the coordinate display line. It now appears as follows:
Sxxx.x Syyy.y zzz.zz
where S represents a +/- character. This uses the full 20-character line width but, I think, the display fits well with the existing layout.
The signed X, Y coordinate display is controlled by the BED_CENTER_AT_0_0 definition. The existing display format can be retained by not enabling this definition.
12345678901234567890 SXXX.X SYYY.Y ZZZ.ZZ X-100 Y-100 Z123.45 X-99.9Y-99.9 Z123.45
Re: Updated Marlin customized for Mendel90 March 07, 2014 02:33PM |
Registered: 11 years ago Posts: 541 |
Re: Updated Marlin customized for Mendel90 March 07, 2014 04:04PM |
Registered: 11 years ago Posts: 42 |
Re: Updated Marlin customized for Mendel90 March 07, 2014 05:56PM |
Registered: 11 years ago Posts: 235 |
Re: Updated Marlin customized for Mendel90 March 07, 2014 09:23PM |
Registered: 12 years ago Posts: 250 |
Re: Updated Marlin customized for Mendel90 March 07, 2014 09:44PM |
Admin Registered: 16 years ago Posts: 1,470 |
Quote
Mogal
Is there a way to download (save) the firmware currently installed on the arduino?
I'd like to give this a go, but I'd like to save my current firmware 'just in case' I'd like to revert back.
Help improve the RepRap wiki!
Just click "Edit" in the top-right corner of the page and start typing. Anyone can edit the wiki! |
Re: Updated Marlin customized for Mendel90 March 08, 2014 03:00AM |
Registered: 11 years ago Posts: 541 |
Re: Updated Marlin customized for Mendel90 March 08, 2014 04:48AM |
Registered: 11 years ago Posts: 235 |
Re: Updated Marlin customized for Mendel90 March 08, 2014 06:21AM |
Registered: 11 years ago Posts: 42 |
Quote
Mogal
K, new question
Is there a way to download (save) the firmware currently installed on the arduino?
I'd like to give this a go, but I'd like to save my current firmware 'just in case' I'd like to revert back.
Thanks!
(After a new computer build, I lost my old firmware file)
Re: Updated Marlin customized for Mendel90 March 10, 2014 09:10PM |
Registered: 10 years ago Posts: 22 |
Re: Updated Marlin customized for Mendel90 March 11, 2014 03:51AM |
Registered: 11 years ago Posts: 541 |
Re: Updated Marlin customized for Mendel90 March 11, 2014 07:22PM |
Registered: 10 years ago Posts: 22 |
New feature: Enhanced SD card handling March 14, 2014 06:38PM |
Registered: 11 years ago Posts: 541 |
Re: Updated Marlin customized for Mendel90 March 16, 2014 07:36AM |
Registered: 11 years ago Posts: 12 |
Re: Updated Marlin customized for Mendel90 March 16, 2014 10:37AM |
Registered: 11 years ago Posts: 42 |
You should put in 203.68, the 0.1 mm smaller z_max is a software limit, there to prevent the endstop getting hit during any movement not related to homing.Quote
sguzzel
Hi neildarlow, first I would like to thank you for your work. Before flashing that firmware I have some questions:
1. In your branch you have:
#define Z_HEIGHT_MM 203.0
In nophead's one it is:
#define Z_HOME_POS (203.680)
#define Z_MAX_POS (Z_HOME_POS - 0.1)
Is the 0.1mm heat inducted expension of the hotend considered? Do I have to put 203.680 or 203.580 in my Z_HEIGHT_MM definition?
Re: Updated Marlin customized for Mendel90 March 16, 2014 05:32PM |
Registered: 11 years ago Posts: 541 |
Re: Updated Marlin customized for Mendel90 March 19, 2014 06:02AM |
Registered: 11 years ago Posts: 12 |
Re: Updated Marlin customized for Mendel90 May 03, 2014 07:33AM |
Registered: 11 years ago Posts: 301 |
Re: Updated Marlin customized for Mendel90 May 03, 2014 08:40AM |
Registered: 11 years ago Posts: 541 |
Quote
bastard
I ordered a STB RepRap Graphic LCD Controller with Fan Output to enhance my Mendel90. Yesterday I printed the housing for the pcb and today I take care about the Marlin firmware.
Quote
bastard
I found out, that STB uses the same pins for the SD card slot as melzi does. So I can use both. Not at the same time, sure. Right?
Quote
bastard
Now I try to merge this with your Marlin firmware. I'll keep you informed about my progress.
Re: Updated Marlin customized for Mendel90 May 03, 2014 09:09AM |
Registered: 11 years ago Posts: 301 |
Re: Updated Marlin customized for Mendel90 May 03, 2014 12:45PM |
Registered: 11 years ago Posts: 541 |
Re: Updated Marlin customized for Mendel90 May 04, 2014 06:18AM |
Registered: 11 years ago Posts: 301 |
Re: Updated Marlin customized for Mendel90 May 12, 2014 07:59AM |
Registered: 11 years ago Posts: 94 |
Re: Updated Marlin customized for Mendel90 May 12, 2014 11:59AM |
Registered: 11 years ago Posts: 541 |
Re: Updated Marlin customized for Mendel90 May 19, 2014 07:36AM |
Registered: 12 years ago Posts: 90 |
Re: Updated Marlin customized for Mendel90 May 26, 2014 09:03AM |
Registered: 11 years ago Posts: 301 |
Re: Updated Marlin customized for Mendel90 May 26, 2014 01:53PM |
Registered: 11 years ago Posts: 541 |