KtSerg писал(а):Возник вопрос по протяжке прутка. Скорее всего это уже обсуждалось, ткните носом, почитать на эту тему.
Кто знает, как ПО принтера обрабатывет протяжку прутка, учитывает ли мелкую подачу?
Размыщления такие, диаметр подающей пруток зубастой шестерни 7мм, значит на круг это 22мм, при 200 шагах на оборот шаговика, получается 0.11мм/шаг ... НО, увидел в Г-коде много команд "Е" с подачей прутка в пределах 0.003-0.005мм ... И при печати слышно, что шаговик "дёргается на месте". Вот и интересно, он (софт) думает что шаговик крутится и пруток подаётся, или знает, что при накоплении мелких подач на 0.11мм - нужно сделать шаг, не смотря на то, что очередная подача была снова в размере 0.005мм???
Если важно, принтер Prusa i3 (М505), высота слоя 0.1мм.
Или я ошибаюсь, и всё совсем не так...???
на микрошаг(16 или 32) поделить не забыл?
Добавлено спустя 3 часа 30 минут 16 секунд:графичский контролер не видит sd и репитер выдает так:"01:05:27.850 : echo:SD init fail"
перетыкал уже все подряд карта fat32 стояла раньше в телефоне, с ноута карта читается и пишется
подскажите что забыл раскоментировать?
//==============================LCD and SD support=============================
// @section lcd
// Define your display language below. Replace (en) with your language code and uncomment.
// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
// See also language.h
#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(ru)
// Choose ONE of these 3 charsets. This has to match your hardware. Ignored for full graphic display.
// To find out what type you have - compile with (test) - upload - click to get the menu. You'll see two typical lines from the upper half of the charset.
// See also documentation/LCDLanguageFont.md
#define DISPLAY_CHARSET_HD44780_JAPAN // this is the most common hardware
//#define DISPLAY_CHARSET_HD44780_WESTERN
//#define DISPLAY_CHARSET_HD44780_CYRILLIC
//#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
// Changed behaviour! If you need SDSUPPORT uncomment it!
//#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
//#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
//#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
//#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.
//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click
//#define LCD_FEEDBACK_FREQUENCY_HZ 1000 // this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
// 0 to disable buzzer feedback. Test with M300 S<frequency Hz> P<duration ms>
// PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
//
http://reprap.org/wiki/PanelOne//#define PANEL_ONE
// The MaKr3d Makr-Panel with graphic controller and SD support
//
http://reprap.org/wiki/MaKr3d_MaKrPanel//#define MAKRPANEL
// The Panucatt Devices Viki 2.0 and mini Viki with Graphic LCD
//
http://panucatt.com// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder:
http://code.google.com/p/u8glib/wiki/u8glib//#define VIKI2
//#define miniVIKI
// This is a new controller currently under development.
https://github.com/eboston/Adafruit-ST7 ... ontroller///
// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder:
http://code.google.com/p/u8glib/wiki/u8glib//#define ELB_FULL_GRAPHIC_CONTROLLER
//#define SD_DETECT_INVERTED
// The RepRapDiscount Smart Controller (white PCB)
// ! небыло
http://reprap.org/wiki/RepRapDiscount_Smart_Controller//#define REPRAP_DISCOUNT_SMART_CONTROLLER
// The GADGETS3D G3D LCD/SD Controller (blue PCB)
//
http://reprap.org/wiki/RAMPS_1.3/1.4_GA ... with_Panel//#define G3D_PANEL
// The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
//
http://reprap.org/wiki/RepRapDiscount_F ... Controller//
// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder:
http://code.google.com/p/u8glib/wiki/u8glib#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER // ! раскоментировать
// The RepRapWorld REPRAPWORLD_KEYPAD v1.1
//
http://reprapworld.com/?products_detail ... =1591_1626//#define REPRAPWORLD_KEYPAD
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0 // how much should be moved when a key is pressed, eg 10.0 means 10mm per click
// The Elefu RA Board Control Panel
//
http://www.elefu.com/index.php?route=pr ... duct_id=53// REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARDUINO library folder:
https://github.com/kiyoshigawa/LiquidCrystal_I2C//#define RA_CONTROL_PANEL
// The MakerLab Mini Panel with graphic controller and SD support
//
http://reprap.org/wiki/Mini_panel//#define MINIPANEL
/**
* I2C Panels
*/
//#define LCD_I2C_SAINSMART_YWROBOT
// PANELOLU2 LCD with status LEDs, separate encoder and click inputs
//
// This uses the LiquidTWI2 library v1.2.3 or later (
https://github.com/lincomatic/LiquidTWI2 )
// Make sure the LiquidTWI2 directory is placed in the Arduino or Sketchbook libraries subdirectory.
// (v1.2.3 no longer requires you to define PANELOLU in the LiquidTWI2.h library header file)
// Note: The PANELOLU2 encoder click input can either be directly connected to a pin
// (if BTN_ENC defined to != -1) or read through I2C (when BTN_ENC == -1).
//#define LCD_I2C_PANELOLU2
// Panucatt VIKI LCD with status LEDs, integrated click & L/R/U/P buttons, separate encoder inputs
//#define LCD_I2C_VIKI
// SSD1306 OLED generic display support
// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder:
http://code.google.com/p/u8glib/wiki/u8glib//#define U8GLIB_SSD1306
// Shift register panels
// ---------------------
// 2 wire Non-latching LCD SR from:
//
https://bitbucket.org/fmalpartida/new-l ... connection// LCD configuration:
http://reprap.org/wiki/SAV_3D_LCD//#define SAV_3DLCD
// @section extras
// Increase the FAN pwm frequency. Removes the PWM noise but increases heating in the FET/Arduino
//#define FAST_PWM_FAN
// Use software PWM to drive the fan, as for the heaters. This uses a very low frequency
// which is not as annoying as with the hardware PWM. On the other hand, if this frequency
// is too low, you should also increment SOFT_PWM_SCALE.
//#define FAN_SOFT_PWM
// Incrementing this by 1 will double the software PWM frequency,
// affecting heaters, and the fan if FAN_SOFT_PWM is enabled.
// However, control resolution will be halved for each increment;
// at zero value, there are 128 effective control positions.
#define SOFT_PWM_SCALE 0
// Temperature status LEDs that display the hotend and bet temperature.
// If all hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
// Otherwise the RED led is on. There is 1C hysteresis.
//#define TEMP_STAT_LEDS
// M240 Triggers a camera by emulating a Canon RC-1 Remote
// Data from:
http://www.doc-diy.net/photo/rc-1_hacked///#define PHOTOGRAPH_PIN 23
// SkeinForge sends the wrong arc g-codes when using Arc Point as fillet procedure
//#define SF_ARC_FIX
// Support for the BariCUDA Paste Extruder.
//#define BARICUDA
//define BlinkM/CyzRgb Support
//#define BLINKM