Need help to setup mixing extruder first time with 0.92.9
p { margin-bottom: 0.1in; line-height: 120%; }I am setting up the first time a 3 in/1 out (diamond nozzle) in Repetier-Firmware configuration tool 0.92.9 for RAMPS 1.4 G3D with RepRapdiscount full graphics and Repetier-Host 1.6.1 Ubuntu 14.04 (also some communication problems to solve, irregular not after every upload in Repetier-Host)
If I select Mixing Extruder (1 Nozzle/heater + 3 filament feeder) the website change, but the Configuration.h give me a compile error for an undeclared TEMP_3_PIN even I also if I select SHARED_EXTRUDER_HEATER doesn't change this the configuration.h to one temp sensor
Is there an working 0.92.x example of the configuration.h for RAMPS for an manual edit to one temp sensor?
In file included
from Repetier.h:198:0,
Configuration.h:163:29:
error: ‘TEMP_3_PIN’ was not declared in this scope
#define
EXT2_TEMPSENSOR_PIN TEMP_3_PIN
Repetier.h:421:38:
note: in expansion of macro ‘EXT2_TEMPSENSOR_PIN’
#define
EXT2_ANALOG_CHANNEL ACCOMMA1 EXT2_TEMPSENSOR_PIN
Repetier.h:508:73:
note: in expansion of macro ‘EXT2_ANALOG_CHANNEL’
#define
ANALOG_INPUT_CHANNELS {EXT0_ANALOG_CHANNEL EXT1_ANALOG_CHANNEL
EXT2_ANALOG_CHANNEL EXT3_ANALOG_CHANNEL EXT4_ANALOG_CHANNEL
EXT5_ANALOG_CHANNEL BED_ANALOG_CHANNEL THERMO_ANALOG_CHANNEL
KEYPAD_ANALOG_CHANNEL}
Extruder.cpp:44:47:
note: in expansion of macro ‘ANALOG_INPUT_CHANNELS’
const uint8
osAnalogInputChannels[] PROGMEM = ANALOG_INPUT_CHANNELS;
Comments
I use stepper Motor v1.1 boards (E/S/D; D44/D64/D59; D44/D64/D59 , D58/D57/D1 declared in Pins.h).
Shared extruder was only to trying to get an configuration.h with one temp sensor out the Repetier-Firmware configuration tool 0.92.9.
But until now I get no configuration.h with one temp sensor for 3 or more filament feeds, only after manual editing I can compile these configuration.h out this tool.
Can I use the manual tab to write my own program part for a quick print head exchange which I can select on the controller or coded by two Digi Pins for which head is mounted.
Is for quick exchange with Sub-D connector(<1min, ) on my second printer between single/direct feed EXT_0, bowden dual head (chimera style EXT_1 and EXT_2) and 2 in/1out (cyclops style), these printer heads contain also the proximity sensor for Z-homing because differences in height, normal heater block or Vulcano style
I will have a look later how with the configuration tool, without mixing extruder selected, if mixing extruder is selected there is no option
First I have to solve, optimize and address several things for this configuration, after my first try to print Benchy in ABS.
And Yes I did see different speeds for the extruders (good sign)
Repetier-host 1.6.1 is to unstable on ubuntu 14.04, most crashes predominantly after receiving a decouple message and by checksum errors (script sending to printer) with a reboot of the 0.92.9 firmware
The 115200 ANSI is also to slow for smooth printing, last 2 years I printed normally from SD or I have to reduce the printer steps/mm (now X/Y ~ 400/mm Z;~5000/mm extruders ~1320/mm)