This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/Marlin
Natealus 38a500d05c Viki 2 Implementation
I've insert the define and pointer entries for the Viki 2 and miniViki
from Panucatt in all of the example configs and main config. With these
additions and with pins done in the old single pin.h style...I was able
to get the display working fine save for needing to turn Delta Segments
per Second down. But that's a common graphics lcd issue being looked
into right now.

I need assistance in understanding how the new divided pins files fit
together because my previous attempts at trying to get it to work
appropriately didn't seem successful. This originally came from trying
to find out how to swap the XYZ Min and Max Endstop pins in the Azteeg
X3 Pro. It only comes with one set of connectors and they're Min
Endstops. My previous experience didn't turn out well trying to tell the
firmware to home to the Min Endstops so the best solution I found was to
swap the pins in the firmware. If I'm missing a conflict with a setup
other than delta please let me know, but it makes sense in my setup.
2015-02-08 03:14:59 -07:00
..
example_configurations Viki 2 Implementation 2015-02-08 03:14:59 -07:00
scripts rename stepper lookup table scipt to be consistent with termistor lookup table script 2015-01-06 10:30:20 +01:00
BlinkM.cpp Corrected LCD only error 2013-10-30 21:52:46 +01:00
BlinkM.h Corrected LCD only error 2013-10-30 21:52:46 +01:00
boards.h Add support for BQ Prusa i3 "Hephestos" 2015-01-31 21:38:30 -08:00
cardreader.cpp Rename lastnr to autostart_index and... 2015-01-24 04:57:44 -08:00
cardreader.h Rename lastnr to autostart_index and... 2015-01-24 04:57:44 -08:00
Configuration.h Viki 2 Implementation 2015-02-08 03:14:59 -07:00
Configuration_adv.h Add 4th extruder 2015-01-24 13:37:58 +01:00
ConfigurationStore.cpp Fix bad typo in ConfigurationStore.cpp 2015-02-06 14:43:58 -08:00
ConfigurationStore.h Make EEPROM storage consistent 2015-01-28 01:08:48 -08:00
digipot_mcp4451.cpp Defines for electronics boards 2014-12-18 13:59:31 -08:00
dogm_font_data_marlin.h Removed STB custom font hack from u8glib library and moved to marlin project 2013-04-16 13:54:39 +02:00
dogm_lcd_implementation.h Viki 2 Implementation 2015-02-08 03:14:59 -07:00
DOGMbitmaps.h Replaced some literal constants with defines 2015-02-03 09:52:29 +01:00
fastio.h Various typo fixes - only in comments, no code changes. 2014-02-25 09:52:58 +00:00
language.h Fix HD44780 misspelled as HD44870 2015-02-02 22:33:58 -08:00
language_an.h Remove language strings that only add a number 2015-01-27 21:36:58 -08:00
language_ca.h Remove language strings that only add a number 2015-01-27 21:36:58 -08:00
language_de.h Make exemplaric use of new display charsets in language_en.h and languag_de.h 2015-02-01 13:20:58 +01:00
language_en.h Make exemplaric use of new display charsets in language_en.h and languag_de.h 2015-02-01 13:20:58 +01:00
language_es.h Remove language strings that only add a number 2015-01-27 21:36:58 -08:00
language_eu.h Remove language strings that only add a number 2015-01-27 21:36:58 -08:00
language_fi.h Remove language strings that only add a number 2015-01-27 21:36:58 -08:00
language_fr.h Remove language strings that only add a number 2015-01-27 21:36:58 -08:00
language_it.h Remove language strings that only add a number 2015-01-27 21:36:58 -08:00
language_nl.h Remove language strings that only add a number 2015-01-27 21:36:58 -08:00
language_pl.h Remove language strings that only add a number 2015-01-27 21:36:58 -08:00
language_pt-br.h Portuguese (pt) and Brazilian Portuguese (pt-br) 2015-01-27 21:45:21 -08:00
language_pt.h Changes for Portuguese too 2015-01-27 21:53:08 -08:00
language_ru.h toss in a fix for .ru 2015-01-31 21:58:38 -08:00
LiquidCrystalRus.cpp Revert "Reduce PROGMEM warnings" 2015-01-16 16:48:22 +01:00
LiquidCrystalRus.h Enables support the Cyrillic alphabet for LCD 2012-10-12 19:06:43 +04:00
Makefile Remove hardcoded programmer option (-cwiring). Use variable AVRDUDE_PROGRAMMER. 2015-01-18 20:18:43 +03:00
Marlin.h Flag EEPROM write errors on serial output 2015-01-28 21:19:51 -08:00
Marlin.ino Add Azteeg X3 Pro as motherboard 68 2014-02-05 01:47:12 -08:00
Marlin.pde Revert "Move Sd library out into library" 2015-01-15 18:52:10 -05:00
Marlin_main.cpp Viki 2 Implementation 2015-02-08 03:14:59 -07:00
MarlinSerial.cpp Formatting cleanup of quiet sources 2015-01-23 21:11:50 -08:00
MarlinSerial.h Formatting cleanup of quiet sources 2015-01-23 21:11:50 -08:00
motion_control.cpp Update motion_control.cpp 2014-10-04 09:24:09 +02:00
motion_control.h Removed interrupt nesting in the stepper ISR. 2011-11-27 21:12:55 +01:00
pins.h Add support for BQ Prusa i3 "Hephestos" 2015-01-31 21:38:30 -08:00
pins_3DRAG.h Max endstop pins disabled by configuration 2015-01-27 15:33:21 -08:00
pins_5DPRINT.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_99.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_AZTEEG_X1.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_AZTEEG_X3.h Cleanup heading 2015-01-27 15:32:34 -08:00
pins_AZTEEG_X3_PRO.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_BRAINWAVE.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_CHEAPTRONIC.h cleanup 2015-01-27 15:32:34 -08:00
pins_DUEMILANOVE_328P.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_ELEFU_3.h Max endstop pins disabled by configuration 2015-01-27 15:33:21 -08:00
pins_GEN3_MONOLITHIC.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_GEN3_PLUS.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_GEN6.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_GEN6_DELUXE.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_GEN7_12.h cleanup 2015-01-27 15:32:34 -08:00
pins_GEN7_13.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_GEN7_14.h cleanup 2015-01-27 15:32:34 -08:00
pins_GEN7_CUSTOM.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_HEPHESTOS.h Add support for BQ Prusa i3 "Hephestos" 2015-01-31 21:38:30 -08:00
pins_K8200.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_LEAPFROG.h Max endstop pins disabled by configuration 2015-01-27 15:33:21 -08:00
pins_MEGATRONICS.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_MEGATRONICS_1.h Max endstop pins disabled by configuration 2015-01-27 15:33:21 -08:00
pins_MEGATRONICS_2.h Max endstop pins disabled by configuration 2015-01-27 15:33:21 -08:00
pins_MEGATRONICS_3.h Fixing wrong pin to heater extruder 2 <-> 3 2015-01-28 23:57:22 +01:00
pins_MELZI.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_MELZI_1284.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_OMCA.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_OMCA_A.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_PRINTRBOARD.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_RAMBO.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_RAMPS_13.h Add support for BQ Prusa i3 "Hephestos" 2015-01-31 21:38:30 -08:00
pins_RAMPS_OLD.h Max endstop pins disabled by configuration 2015-01-27 15:33:21 -08:00
pins_RUMBA.h Update RUMBA pins file 2015-01-31 18:03:28 -02:00
pins_SANGUINOLOLU_11.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_SANGUINOLOLU_12.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_SAV_MKI.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_SETHI.h cleanup 2015-01-27 15:32:34 -08:00
pins_STB_11.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_TEENSY2.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_TEENSYLU.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_ULTIMAIN_2.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_ULTIMAKER.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_ULTIMAKER_OLD.h Split up pins to make it more manageable 2015-01-27 15:32:34 -08:00
pins_WITBOX.h Add pins_WITBOX file 2015-01-28 17:26:50 +01:00
planner.cpp Add 4th extruder 2015-01-24 13:37:58 +01:00
planner.h Revert "Change Auto_Bed_Leveling to Auto_Bed_Compensation" 2014-12-21 10:06:05 -02:00
qr_solve.cpp Revert "Change Auto_Bed_Leveling to Auto_Bed_Compensation" 2014-12-21 10:06:05 -02:00
qr_solve.h Revert "Change Auto_Bed_Leveling to Auto_Bed_Compensation" 2014-12-21 10:06:05 -02:00
Sd2Card.cpp Revert "Move Sd library out into library" 2015-01-15 18:52:10 -05:00
Sd2Card.h Revert "Move Sd library out into library" 2015-01-15 18:52:10 -05:00
Sd2PinMap.h Revert "Move Sd library out into library" 2015-01-15 18:52:10 -05:00
SdBaseFile.cpp Rename lastnr to autostart_index and... 2015-01-24 04:57:44 -08:00
SdBaseFile.h Revert "Move Sd library out into library" 2015-01-15 18:52:10 -05:00
SdFatConfig.h Rename lastnr to autostart_index and... 2015-01-24 04:57:44 -08:00
SdFatStructs.h Revert "Move Sd library out into library" 2015-01-15 18:52:10 -05:00
SdFatUtil.cpp Revert "Move Sd library out into library" 2015-01-15 18:52:10 -05:00
SdFatUtil.h Revert "Move Sd library out into library" 2015-01-15 18:52:10 -05:00
SdFile.cpp Revert "Move Sd library out into library" 2015-01-15 18:52:10 -05:00
SdFile.h Revert "Move Sd library out into library" 2015-01-15 18:52:10 -05:00
SdInfo.h Revert "Move Sd library out into library" 2015-01-15 18:52:10 -05:00
SdVolume.cpp Revert "Move Sd library out into library" 2015-01-15 18:52:10 -05:00
SdVolume.h Revert "Move Sd library out into library" 2015-01-15 18:52:10 -05:00
Servo.cpp Formatting cleanup of quiet sources 2015-01-23 22:26:52 -08:00
Servo.h Formatting cleanup of quiet sources 2015-01-23 22:26:52 -08:00
speed_lookuptable.h Revert "Reduce PROGMEM warnings" 2015-01-16 16:48:22 +01:00
stepper.cpp Add 4th extruder 2015-01-24 13:37:58 +01:00
stepper.h Add 4th extruder 2015-01-24 13:37:58 +01:00
temperature.cpp Compiling errors with 4 Extruders defined 2015-02-08 01:05:05 -07:00
temperature.h Add 4th extruder 2015-01-24 13:37:58 +01:00
thermistortables.h Add 4th extruder 2015-01-24 13:37:58 +01:00
ultralcd.cpp Centralise definition of fonts for DOGM displays 2015-02-03 13:10:09 +01:00
ultralcd.h Merge branch '4th-extruders' of https://github.com/MagoKimbra/Marlin into 4th-extruders 2015-01-24 13:41:15 +01:00
ultralcd_implementation_hitachi_HD44780.h Clean up some formatting 2015-01-29 18:52:21 -08:00
ultralcd_st7920_u8glib_rrd.h Various typo fixes - only in comments, no code changes. 2014-02-17 10:58:36 +00:00
vector_3.cpp Revert "Change Auto_Bed_Leveling to Auto_Bed_Compensation" 2014-12-21 10:06:05 -02:00
vector_3.h Revert "Change Auto_Bed_Leveling to Auto_Bed_Compensation" 2014-12-21 10:06:05 -02:00
watchdog.cpp Fix compiling the watchdog error message when the manual reset watchdog is used. 2012-12-06 10:27:50 +01:00
watchdog.h Various typo fixes - only in comments, no code changes. 2014-02-17 10:58:36 +00:00