Marlin auf Anet A8 04. August 2018 01:40 |
Registrierungsdatum: 6 Jahre zuvor Beiträge: 4 |
Re: Marlin auf Anet A8 04. August 2018 08:51 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 300 |
Re: Marlin auf Anet A8 06. August 2018 02:37 |
Registrierungsdatum: 6 Jahre zuvor Beiträge: 26 |
Re: Marlin auf Anet A8 06. August 2018 06:55 |
Registrierungsdatum: 6 Jahre zuvor Beiträge: 4 |
716: #define FIX_MOUNTED_PROBE //Sensor aktiviert 776: #define X_PROBE_OFFSET_FROM_EXTRUDER -23 //Position eingetragen 777: #define Y_PROBE_OFFSET_FROM_EXTRUDER -40 //Position eingetragen 973: //#define AUTO_BED_LEVELING_3POINT 974: #define AUTO_BED_LEVELING_LINEAR //aktiviert 975: //#define AUTO_BED_LEVELING_BILINEAR 976: //#define AUTO_BED_LEVELING_UBL 977: //#define MESH_BED_LEVELING 1141: #define Z_SAFE_HOMING //aktiviertDie Position vom Sensor im Verhältnis zur Nozzle müsst ihr ausmessen. Direkt darüber in der configuration.h ist beschrieben, wie die Werte angegeben sind.
1393: #define LCD_LANGUAGE de //Sprache auf Deutsch geändert 1570: //#define ZONESTAR_LCD //Originales LCD deaktiviert 1752: #define ANET_FULL_GRAPHICS_LCD //Grfisches Display aktiviertOb die Sprache umgestellt wird, muss jeder selber wissen.
Der Sketch verwendet 127550 Bytes (100%) des Programmspeicherplatzes. Das Maximum sind 126976 Bytes. Globale Variablen verwenden 4580 Bytes des dynamischen Speichers.
77: //#define STRING_CONFIG_H_AUTHOR "(Bob Kuhn, Anet config)" // Who made the changes. 1224: #define DISABLE_M503 // Saves ~2700 bytes of PROGMEM. Disable for release!Die STRING_CONFIG_H_AUTHOR habe ich deaktiviert.
Der Sketch verwendet 126176 Bytes (99%) des Programmspeicherplatzes. Das Maximum sind 126976 Bytes. Globale Variablen verwenden 4735 Bytes des dynamischen Speichers.
Re: Marlin auf Anet A8 06. August 2018 10:02 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 300 |
Quote
Wenn jemand Ideen hat, was man noch deaktivieren kann um Speicher zu sparen....
//#define STRING_SPLASH_LINE2 WEBSITE_URL // will be shown during bootup in line 2 /** * PID Bed Heating * * If this option is enabled set PID constants below. * If this option is disabled, bang-bang will be used and BED_LIMIT_SWITCHING will enable hysteresis. * * The PID frequency will be the same as the extruder PWM. * If PID_dT is the default, and correct for the hardware/configuration, that means 7.689Hz, * which is fine for driving a square wave into a resistive load and does not significantly * impact FET heating. This also works fine on a Fotek SSR-10DA Solid State Relay into a 250W * heater. If your configuration is significantly different than this and you don't understand * the issues involved, don't use bed PID until someone else verifies that your hardware works. */ #define PIDTEMPBED // Min software endstops constrain movement within minimum coordinate bounds //#define MIN_SOFTWARE_ENDSTOPS #if ENABLED(MIN_SOFTWARE_ENDSTOPS) #define MIN_SOFTWARE_ENDSTOP_X #define MIN_SOFTWARE_ENDSTOP_Y #define MIN_SOFTWARE_ENDSTOP_Z #endif #if ENABLED(AUTO_BED_LEVELING_LINEAR) || ENABLED(AUTO_BED_LEVELING_BILINEAR) // Set the number of grid points per dimension. #define GRID_MAX_POINTS_X 3 #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X // Set the boundaries for probing (where the probe can reach). #define LEFT_PROBE_BED_POSITION 15 // MIN_PROBE_EDGE #define RIGHT_PROBE_BED_POSITION 190 // (X_BED_SIZE - MIN_PROBE_EDGE) #define FRONT_PROBE_BED_POSITION 15 // MIN_PROBE_EDGE #define BACK_PROBE_BED_POSITION 160 // (Y_BED_SIZE - MIN_PROBE_EDGE) // Probe along the Y axis, advancing X after each column //#define PROBE_Y_FIRST #if ENABLED(AUTO_BED_LEVELING_BILINEAR) // Beyond the probed grid, continue the implied tilt? // Default is to maintain the height of the nearest edge. //#define EXTRAPOLATE_BEYOND_GRID // // Experimental Subdivision of the grid by Catmull-Rom method. // Synthesizes intermediate points to produce a more detailed mesh. // //#define ABL_BILINEAR_SUBDIVISION #if ENABLED(ABL_BILINEAR_SUBDIVISION) // Number of subdivisions between probe points #define BILINEAR_SUBDIVISIONS 3 #endif #endif /** * Print Counter * * Track statistical data such as: * * - Total print jobs * - Total successful print jobs * - Total failed print jobs * - Total time printing * * View the current statistics with M78. */ //#define PRINTCOUNTER
Re: Marlin auf Anet A8 06. August 2018 14:29 |
Registrierungsdatum: 6 Jahre zuvor Beiträge: 4 |
Zeile Befehl Speicher ----------------------------------------------------------------- 78 #define SHOW_BOOTSCREEN 414 Bytes 80 #define STRING_SPLASH_LINE2 WEBSITE_URL 178 Bytes 416 + 418 #define PIDTEMPBED 1424 Bytes 716 + 974 Sensor + BED_LEVELING_LINEAR 14938 Bytes 900 #define MIN_SOFTWARE_ENDSTOPS 156 Bytes 1141 #define Z_SAFE_HOMING 372 Bytes 1224 #define DISABLE_M503 2904 Bytes 1360 #define PRINTJOB_TIMER_AUTOSTART 348 Bytes 1374 #define PRINTCOUNTER 1678 Bytes 1498 #define INDIVIDUAL_AXIS_HOMING_MENU 184 Bytes 1570 + 1752 Anderes LCD 7300 Bytes