-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Marlin Firmware Adjustments für den Keramik-Delta #7
base: master
Are you sure you want to change the base?
Conversation
Das [Taurino Classic](http://reprap.org/wiki/Taurino#Taurino_Classic) kommt mit einer Firmware von http://reprapdiscount.com Angeblich kann man diese hier herunterladen http://http://forum.reprapdiscount.com/forums/oss/ (Link aus dem Rerap-Wiki). Leider nur noch für das Taurino Power. Von daher müssten wir uns für eine neue Firmware, die Delta kompatibel ist, entscheiden. Das Rerap-Wiki hat eine Liste mit Firmware-Projekten für den Repetier: http://reprap.org/wiki/Firmware#Repetier-Firmware Die Marlin sieht ganz up-to-date aus: https://github.com/MarlinFirmware/Marlin Unklar ist allerdings, für welchen Delta man die `Configuration.h` anpassen muss. - [ ] `Configuration.h` anpassen - [ ] u.U. gleich den Temperatur-Sensor auskoppeln - [ ] Namen anpassen auf `Muthesius Keramik Delta` tbd mit @laserlars ...
Das Diff findet sich hier: https://github.com/muthesius/prototyping/pull/7/files bzw über den Files Chnaged Tab oben ^^ |
@@ -145,7 +145,7 @@ Here are some standard links for getting your machine calibrated: | |||
//#define DUMMY_THERMISTOR_998_VALUE 25 | |||
//#define DUMMY_THERMISTOR_999_VALUE 100 | |||
// :{ '0': "Not used", '4': "10k !! do not use for a hotend. Bad resolution at high temp. !!", '1': "100k / 4.7k - EPCOS", '51': "100k / 1k - EPCOS", '6': "100k / 4.7k EPCOS - Not as accurate as Table 1", '5': "100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '7': "100k / 4.7k Honeywell 135-104LAG-J01", '71': "100k / 4.7k Honeywell 135-104LAF-J01", '8': "100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9': "100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10': "100k / 4.7k RS 198-961", '11': "100k / 4.7k beta 3950 1%", '12': "100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13': "100k Hisens 3950 1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '60': "100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '55': "100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '2': "200k / 4.7k - ATC Semitec 204GT-2", '52': "200k / 1k - ATC Semitec 204GT-2", '-2': "Thermocouple + MAX6675 (only for sensor 0)", '-1': "Thermocouple + AD595", '3': "Mendel-parts / 4.7k", '1047': "Pt1000 / 4.7k", '1010': "Pt1000 / 1k (non standard)", '20': "PT100 (Ultimainboard V2.x)", '147': "Pt100 / 4.7k", '110': "Pt100 / 1k (non-standard)", '998': "Dummy 1", '999': "Dummy 2" } | |||
#define TEMP_SENSOR_0 1 | |||
#define TEMP_SENSOR_0 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alle unused
jetzt
In Zeile 86 kann man die Anzahld er Extruder setzen. könnten wir ja auf 0, oder? |
|
||
// NOTE NB all values for DELTA_* values MUST be floating point, so always have a decimal point in them | ||
|
||
// Center-to-center distance of the holes in the diagonal push rods. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ich denke hier sollten wir unsere Maße eingeben... Wo sind die dokumentiert?
With default answer to all questions.
to make first layer flat
Das Taurino Classic
kommt mit einer Firmware von http://reprapdiscount.com
Angeblich kann man diese hier herunterladen
http://http://forum.reprapdiscount.com/forums/oss/ (Link aus dem
Rerap-Wiki). Leider nur noch für das Taurino Power.
Von daher müssten wir uns für eine neue Firmware, die Delta kompatibel
ist, entscheiden. Das Rerap-Wiki hat eine Liste mit Firmware-Projekten
für den Repetier: http://reprap.org/wiki/Firmware#Repetier-Firmware
Die Marlin sieht ganz up-to-date aus:
https://github.com/MarlinFirmware/Marlin
Unklar ist allerdings, für welchen Delta man die
Configuration.h
anpassen muss.
Configuration.h
anpassenMuthesius Keramik Delta
tbd mit @laserlars ...