problemi sd.. [Risolto] April 28, 2014 02:46PM |
Registered: 10 years ago Posts: 252 |
Re: problemi sd.. April 28, 2014 07:36PM |
Registered: 10 years ago Posts: 417 |
Re: problemi sd.. April 28, 2014 07:50PM |
Registered: 10 years ago Posts: 252 |
Re: problemi sd.. April 29, 2014 06:52AM |
Registered: 10 years ago Posts: 417 |
//LCD and SD support //#define ULTRA_LCD //general lcd support, also 16x2 //#define DOGLCD // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family) #define SDSUPPORT // Enable SD Card Support in Hardware Console //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error) //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking //#define ULTIMAKERCONTROLLER //as available from the ultimaker online store. //#define ULTIPANEL //the ultipanel as on thingiverse // The MaKr3d Makr-Panel with graphic controller and SD support // [reprap.org] //#define MAKRPANEL // The RepRapDiscount Smart Controller (white PC // [reprap.org] #define REPRAP_DISCOUNT_SMART_CONTROLLERpoi se vuoi la lingua italiana la devi impostare in language.h
Re: problemi sd.. April 29, 2014 10:15AM |
Registered: 10 years ago Posts: 252 |
Re: problemi sd.. April 29, 2014 11:42AM |
Registered: 10 years ago Posts: 252 |
// EEPROM // the microcontroller can store settings in the EEPROM, e.g. max velocity... // M500 - stores paramters in EEPROM // M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily). // M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to. //define this to enable eeprom support //#define EEPROM_SETTINGS //to disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out: // please keep turned on if you can. //#define EEPROM_CHITCHAT //LCD and SD support //#define ULTRA_LCD //general lcd support, also 16x2 //#define SDSUPPORT // Enable SD Card Support in Hardware Console //#define ULTIMAKERCONTROLLER //as available from the ultimaker online store. #define ULTIPANEL //the ultipanel as on thingiverse #ifdef ULTIMAKERCONTROLLER //automatic expansion #define ULTIPANEL #define NEWPANEL #endif #ifdef ULTIPANEL #define NEWPANEL //enable this if you have a click-encoder panel #define SDSUPPORT #define ULTRA_LCD #define LCD_WIDTH 20 #define LCD_HEIGHT 4 // Preheat Constants #define PLA_PREHEAT_HOTEND_TEMP 180 #define PLA_PREHEAT_HPB_TEMP 70 #define PLA_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255 #define ABS_PREHEAT_HOTEND_TEMP 240 #define ABS_PREHEAT_HPB_TEMP 100 #define ABS_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255 #else //no panel but just lcd #ifdef ULTRA_LCD #define LCD_WIDTH 16 #define LCD_HEIGHT 2 #endif #endif // Increase the FAN pwm frequency. Removes the PWM noise but increases heating in the FET/Arduino //#define FAST_PWM_FAN // M240 Triggers a camera by emulating a Canon RC-1 Remote // Data from: [www.doc-diy.net] // #define PHOTOGRAPH_PIN 23 #include "Configuration_adv.h" #include "thermistortables.h"
Re: problemi sd.. April 29, 2014 01:32PM |
Registered: 10 years ago Posts: 417 |
Quote
il boso
adesso prov o a vedere se riesco a saltarci fuori,,, per me il fw è ancora arabo... non ho capito in che senso caricare il g code con l' usb attaccato che funziona ma è lento, io avevo caricato il geode sulla sd direttamente da computer e inserita nel pannello dell'lcd.. sbaglio?
//LCD and SD support //#define ULTRA_LCD //general lcd support, also 16x2 //#define DOGLCD // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family) #define SDSUPPORT // Enable SD Card Support in Hardware Console //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error) //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking //#define ULTIMAKERCONTROLLER //as available from the ultimaker online store. //#define ULTIPANEL //the ultipanel as on thingiverse // The MaKr3d Makr-Panel with graphic controller and SD support // [reprap.org] //#define MAKRPANEL // The RepRapDiscount Smart Controller (white PCboard) // [reprap.org] #define REPRAP_DISCOUNT_SMART_CONTROLLER
Re: problemi sd.. April 29, 2014 02:37PM |
Registered: 10 years ago Posts: 252 |
Re: problemi sd.. April 29, 2014 03:30PM |
Registered: 10 years ago Posts: 252 |
Re: problemi sd.. April 29, 2014 04:33PM |
Registered: 10 years ago Posts: 417 |
Re: problemi sd.. April 29, 2014 04:55PM |
Registered: 10 years ago Posts: 252 |
Re: problemi sd.. April 29, 2014 05:02PM |
Registered: 10 years ago Posts: 417 |
Re: problemi sd.. April 29, 2014 05:06PM |
Registered: 10 years ago Posts: 252 |
Re: problemi sd.. (risolto) April 30, 2014 02:52PM |
Registered: 10 years ago Posts: 252 |
Re: problemi sd.. (risolto) May 01, 2014 07:02AM |
Registered: 10 years ago Posts: 417 |
Re: problemi sd.. May 01, 2014 07:24AM |
Registered: 10 years ago Posts: 252 |
Re: problemi sd.. May 01, 2014 08:30AM |
Registered: 10 years ago Posts: 417 |
Re: problemi sd.. May 01, 2014 01:39PM |
Registered: 10 years ago Posts: 252 |
Re: problemi sd.. [Risolto] June 07, 2014 04:43PM |
Registered: 10 years ago Posts: 28 |
Re: problemi sd.. [Risolto] July 12, 2014 10:41AM |
Admin Registered: 11 years ago Posts: 954 |
---- "Let me make my move" ---- |