SlickNickeL

About

Username
SlickNickeL
Joined
Visits
18
Last Active
Roles
Member

Comments

  • This is interesting, and doable. I would need to furnish the data for the CTE of ALCA5 at 1/4” in real um’s.  Our machines are calibrated and monitored to very exact tolerances, and we have determined with a reasonable conclusion, that the ALCA5 is …
  • Can you draw up a line of code to include this in Repetier? There would be a table of thickness that would correspond to the ambient air temperature. Let’s say .001, .002, .003 etc with each one representing a set temperature. This would be a const…
  • What about M200. Will Ditto still default to T0 across all extruders?
  • I’m not a coder, and I know enough to be dangerous. I see a picture, but not the whole picture.How will this integrate with Simplify3D? Will a three Extruder setup on one Tool, address each extruders Extrusion multiplier in Ditto mode for S3D? I t…
  • We don’t have A  STACKER printer.  We have developed our own printer using a dozen new proprietary designs.  Our hotends have cutting edge improvements and modifications that currently don’t exist on the open market. We do however know the problems …
  • I see the error, M92 doesn’t allow multiple extruder configuration like Marlin. So how does V2 help? What module are you referring to? Since STACKER uses Repetier, I would think that they would have noticed this problem. No doubt if they used three…
  • Ok, then how about a work around using M92? Condition: 3 Extruders on Tool0 to Ditto Print.  Printer is calibrated with all Extruders set the same inEEPROM. Filament on Extruder 3, is 1.78 mm  compared to 1.75 mm on Extruder 1&2. Proposed So…
  • Clarification:This is a commercial grade process that we have developed.It is a single carriage, with three print heads, that use “Ditto” printing in Repetier.It is our findings through many tests, that any type of active bed traming (rotation?)/bed…
  • Repetier said: If you have define z home without special position you can run G28 Z0 and it would measure at the place where you currently are. But in general the idea is quite dangerous with a high likelihood to hit one of the printed object…
  • I have 3 New MKS MiNI' and I will give you one if you have a Rumba. l went to Reprap LCD and it works. I don't have the time to figure out the code.
  • I have no idea what I'm doing Lol, all I am doing is guessing.  what I know:  Rumba with MKS MINI 12864LCD ver 1.0 will not work In its current default configuration using any of the provided display definitions. I need to solve "MY" problem so I…
  • I believe #ifdef U8GLIB_MINI12864_2X_SW_SPI is for a two row, small LCD 
  • Nope, didn't work
  • I found this in Marlin #if (MINIPANEL) #define DOGLCD #define ULTIPANEL #define DEFAULT_LCD_CONTRAST 17
  • GarrethX commented May 25, 2017 • edited I did run across a thread where they were able to get the MIN12864 to work. The nasty is they did hardware mods to the LCD. Sure hope it doesn't come to that.My HW mod is just required for DUE, as the HWSPI i…
  • I found this but didn't work/ didn't know how it all works
  • One thing at a time. I have selected: Uiconfig.h #define U8GLIB_ST7920 What is: // UI_DISPLAY_RS _PIN = CS // UI_DISPLAY_D5_PIN = A0 can someone explain what this is for? I think it's for the MKS MINI
  • This thread is for Marlin, but it looks as if someone here tried to use this on Repetier. This is the best thread to figure this out IMO. Makerbase MKS MINI12864 v1.0 with RAMPS_14 Configuration Marlin 1.1 #6847
  • The above pinout is already set as above. the U1 Chip on the back of the MKS MINI 12864 has the markings as follows: 74HC405 CMD67 TnD1624B NXP
  • 1. I have a backlit white screen. 2. Kill pin, SD Card, buzzer, dial selection encoder key with push to select all work. 3. U8lib must be working, because I can blindly rotate and select an underlying menu selection, push encoder and the printer rea…
  • Who has a Rumba using Repetier and a MKS MINI LCD? someone out there has the settings.
  • Haven't figured this out at all. Tried bunches of stuff, but I'm not a programmer. How can I transfer settings from Marlin to Repetier? I have no idea what goes where. This may be easy for you, but it's not for me. I was able to do the Marlin fix, b…
  • Nope! Might have something to do with having to enabling the mini- driver in uiconfig.h and the DOGLCD CS, DOGLCD A0. I've tried several combinations but no success.  Repetier is laid out differently than Marlin, so I'm struggling with the location …
  • No luck here.  I want to be smart about this and not just mindlessly change parameters. I started a new thread so that when MKS MINI REPETIER, Is searched, a solution is documented so that others may benefit from it without having to pull their hair…
  • MartinH said: this might help https://github.com/MarlinFirmware/Marlin/issues/8504 If the SD card is working properly then it has to be DOGLCD_A0 and/or DOGLCD_CS that has the problem. Try adding the following defines:#define DOGLCD_CS …
  • I am switching to Repetier from Marlin, and need some help on the MKS MINI 12864. I have a Rumba board. I have a backlight, but that is all. Can you give me some direction on where to start? Im surprised that there isn't an online solution for this …