Quantcast
Channel: Repetier-Firmware - Repetier-Forum
Viewing all 1057 articles
Browse latest View live

Hotend Cooling

$
0
0
is there a possibility to do a temperature control for cooling instead of heating?
I´m thinking about a Peltier cooler for Coldend .
If i use the implemented cooler function there will be a bang-bang like control, Think  pwm would be nicer
Any suggestions are welcome

Setting up dual extruders on Ramps 1.4

$
0
0
I am trying to upgrade my printer for dual extruder setup. but i am having troubles of getting the heater for the second extruder up and running.
all the stuff works normal i.e. the thermistor and the extruder motor but only the heater doesn't work.
i swapped the heater with the first extruder and confirmed its working.
i connected my second extruder for D9 output
first extruder for D10 out and the heating bed for D8 output

the heat bed and the first extruder heats fine but the second extruder doesn't

but when i configure the setup in single extruder configuration, where i connect my cooling fan on D9, the cooling fan works fine.

i have attached my configuration also
can someone please help
Thank you !!!

dual extruder and Repetier-Firmware configuration tool for version 0.92.8

$
0
0
hello

dual extruder and Repetier-Firmware configuration tool for version 0.92.8 you can not run a second heater (Heater pin: 2 heater normally used for extruder 1)
Hardware:
ramps 1.4 and LCD2004
can someone have a similar problem?
version of 07/12/2015 everything works

Extruder won't extrude but is ticking?

$
0
0
Hi Guys,

I got almost anything up and running but there is one last thing which won't work.
The extruder is ticking but it isn't actually extruding.

It did work before, hotend is at the right temperature and it is responding to the commands giving (except it isn't extruding)



image
My source code:

/*
    This file is part of Repetier-Firmware.

    Repetier-Firmware is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    Repetier-Firmware is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Repetier-Firmware.  If not, see <http://www.gnu.org/licenses/>.

*/

#ifndef CONFIGURATION_H
#define CONFIGURATION_H

/**************** READ FIRST ************************

   This configuration file was created with the configuration tool. For that
   reason, it does not contain the same informations as the original Configuration.h file.
   It misses the comments and unused parts. Open this file file in the config tool
   to see and change the data. You can also upload it to newer/older versions. The system
   will silently add new options, so compilation continues to work.

   This file is optimized for version 0.92
   generator: http://www.repetier.com/firmware/v092/

   If you are in doubt which named functions use which pins on your board, please check the
   pins.h for the used name->pin assignments and your board documentation to verify it is
   as you expect.

*/

#define NUM_EXTRUDER 2
#define MOTHERBOARD 402
#define RFSERIAL Serial
#include "pins.h"

// ################## EDIT THESE SETTINGS MANUALLY ################
// ################ END MANUAL SETTINGS ##########################

#define FAN_BOARD_PIN -1

//#define EXTERNALSERIAL  use Arduino serial library instead of build in. Requires more ram, has only 63 byte input buffer.
// Uncomment the following line if you are using arduino compatible firmware made for Arduino version earlier then 1.0
// If it is incompatible you will get compiler errors about write functions not beeing compatible!
//#define COMPAT_PRE1
#define BLUETOOTH_SERIAL  -1
#define BLUETOOTH_BAUD  115200
#define MIXING_EXTRUDER 0

#define DRIVE_SYSTEM 0
#define XAXIS_STEPS_PER_MM 640
#define YAXIS_STEPS_PER_MM 640
#define ZAXIS_STEPS_PER_MM 3200
#define EXTRUDER_FAN_COOL_TEMP 50
#define PDM_FOR_EXTRUDER 1
#define PDM_FOR_COOLER 1
#define DECOUPLING_TEST_MAX_HOLD_VARIANCE 20
#define DECOUPLING_TEST_MIN_TEMP_RISE 1
#define KILL_IF_SENSOR_DEFECT 0
#define RETRACT_ON_PAUSE 2
#define PAUSE_START_COMMANDS ""
#define PAUSE_END_COMMANDS ""

// ####################  EXTRUDER 0 ####################
// #####################################################
#define EXT0_X_OFFSET -18
#define EXT0_Y_OFFSET -18
#define EXT0_Z_OFFSET -18
#define EXT0_STEPS_PER_MM 784
#define EXT0_TEMPSENSOR_TYPE 8
#define EXT0_TEMPSENSOR_PIN TEMP_0_PIN
#define EXT0_HEATER_PIN HEATER_0_PIN
#define EXT0_STEP_PIN ORIG_E0_STEP_PIN
#define EXT0_DIR_PIN ORIG_E0_DIR_PIN
#define EXT0_INVERSE 0
#define EXT0_ENABLE_PIN E0_ENABLE_PIN

#define EXT0_ENABLE_ON 1  //for RAPS128

#define EXT0_MAX_FEEDRATE 50
#define EXT0_MAX_START_FEEDRATE 20
#define EXT0_MAX_ACCELERATION 5000
#define EXT0_HEAT_MANAGER 3
#define EXT0_WATCHPERIOD 1
#define EXT0_PID_INTEGRAL_DRIVE_MAX 230
#define EXT0_PID_INTEGRAL_DRIVE_MIN 40
#define EXT0_PID_PGAIN_OR_DEAD_TIME 5
#define EXT0_PID_I 2
#define EXT0_PID_D 40
#define EXT0_PID_MAX 240
#define EXT0_ADVANCE_K 0
#define EXT0_ADVANCE_L 0
#define EXT0_ADVANCE_BACKLASH_STEPS 0
#define EXT0_WAIT_RETRACT_TEMP 150
#define EXT0_WAIT_RETRACT_UNITS 0
#define EXT0_SELECT_COMMANDS ""
#define EXT0_DESELECT_COMMANDS ""
#define EXT0_EXTRUDER_COOLER_PIN ORIG_FAN2_PIN
#define EXT0_EXTRUDER_COOLER_SPEED 255
#define EXT0_DECOUPLE_TEST_PERIOD 0
#define EXT0_JAM_PIN -1
#define EXT0_JAM_PULLUP 0

// ####################  EXTRUDER 1 ####################
// #####################################################

#define EXT1_X_OFFSET 0
#define EXT1_Y_OFFSET 0
#define EXT1_Z_OFFSET 0
#define EXT1_STEPS_PER_MM 784
#define EXT1_TEMPSENSOR_TYPE 8
#define EXT1_TEMPSENSOR_PIN TEMP_2_PIN //PIN SETUP
#define EXT1_HEATER_PIN HEATER_2_PIN  // PIN SETUP
#define EXT1_STEP_PIN ORIG_E1_STEP_PIN
#define EXT1_DIR_PIN ORIG_E1_DIR_PIN
#define EXT1_INVERSE 0
#define EXT1_ENABLE_PIN E1_ENABLE_PIN

#define EXT1_ENABLE_ON 1  //for RAPS128

#define EXT1_MAX_FEEDRATE 50
#define EXT1_MAX_START_FEEDRATE 20
#define EXT1_MAX_ACCELERATION 5000
#define EXT1_HEAT_MANAGER 3
#define EXT1_WATCHPERIOD 1
#define EXT1_PID_INTEGRAL_DRIVE_MAX 230
#define EXT1_PID_INTEGRAL_DRIVE_MIN 40
#define EXT1_PID_PGAIN_OR_DEAD_TIME 5
#define EXT1_PID_I 2
#define EXT1_PID_D 40
#define EXT1_PID_MAX 240
#define EXT1_ADVANCE_K 0
#define EXT1_ADVANCE_L 0
#define EXT1_ADVANCE_BACKLASH_STEPS 0
#define EXT1_WAIT_RETRACT_TEMP 150
#define EXT1_WAIT_RETRACT_UNITS 0
#define EXT1_SELECT_COMMANDS ""
#define EXT1_DESELECT_COMMANDS ""
#define EXT1_EXTRUDER_COOLER_PIN ORIG_FAN2_PIN
#define EXT1_EXTRUDER_COOLER_SPEED 255
#define EXT1_DECOUPLE_TEST_PERIOD 0
#define EXT1_JAM_PIN -1
#define EXT1_JAM_PULLUP 0

#define FEATURE_RETRACTION 1
#define AUTORETRACT_ENABLED 0
#define RETRACTION_LENGTH 1.9
#define RETRACTION_LONG_LENGTH 13
#define RETRACTION_SPEED 40
#define RETRACTION_Z_LIFT 0
#define RETRACTION_UNDO_EXTRA_LENGTH 0
#define RETRACTION_UNDO_EXTRA_LONG_LENGTH 0
#define RETRACTION_UNDO_SPEED 20
#define FILAMENTCHANGE_X_POS 10
#define FILAMENTCHANGE_Y_POS 10
#define FILAMENTCHANGE_Z_ADD  10
#define FILAMENTCHANGE_REHOME 1
#define FILAMENTCHANGE_SHORTRETRACT 5
#define FILAMENTCHANGE_LONGRETRACT 50
#define JAM_STEPS 220
#define JAM_SLOWDOWN_STEPS 320
#define JAM_SLOWDOWN_TO 70
#define JAM_ERROR_STEPS 500
#define JAM_MIN_STEPS 10
#define JAM_ACTION 1

#define RETRACT_DURING_HEATUP false
#define PID_CONTROL_RANGE 20
#define SKIP_M109_IF_WITHIN 2
#define SCALE_PID_TO_MAX 0
#define TEMP_HYSTERESIS 0
#define EXTRUDE_MAXLENGTH 160
#define NUM_TEMPS_USERTHERMISTOR0 0
#define USER_THERMISTORTABLE0 {}
#define NUM_TEMPS_USERTHERMISTOR1 0
#define USER_THERMISTORTABLE1 {}
#define NUM_TEMPS_USERTHERMISTOR2 0
#define USER_THERMISTORTABLE2 {}
#define USE_GENERIC_THERMISTORTABLE_1
#define GENERIC_THERM1_T0 25
#define GENERIC_THERM1_R0 100000
#define GENERIC_THERM1_BETA 3950
#define GENERIC_THERM1_MIN_TEMP -20
#define GENERIC_THERM1_MAX_TEMP 300
#define GENERIC_THERM1_R1 0
#define GENERIC_THERM1_R2 10000
#define GENERIC_THERM_VREF 3.3
#define GENERIC_THERM_NUM_ENTRIES 33
#define HEATER_PWM_SPEED 0

// ############# Heated bed configuration ########################

#define HAVE_HEATED_BED 1
#define HEATED_BED_MAX_TEMP 100
#define SKIP_M190_IF_WITHIN 3
#define HEATED_BED_SENSOR_TYPE 1
#define HEATED_BED_SENSOR_PIN TEMP_1_PIN
#define HEATED_BED_HEATER_PIN HEATER_1_PIN
#define HEATED_BED_SET_INTERVAL 5000
#define HEATED_BED_HEAT_MANAGER 3
#define HEATED_BED_PID_INTEGRAL_DRIVE_MAX 255
#define HEATED_BED_PID_INTEGRAL_DRIVE_MIN 80
#define HEATED_BED_PID_PGAIN_OR_DEAD_TIME   7
#define HEATED_BED_PID_IGAIN   33
#define HEATED_BED_PID_DGAIN 290
#define HEATED_BED_PID_MAX 255
#define HEATED_BED_DECOUPLE_TEST_PERIOD 0
#define MIN_EXTRUDER_TEMP 150
#define MAXTEMP 280
#define MIN_DEFECT_TEMPERATURE 5
#define MAX_DEFECT_TEMPERATURE 290

// ################ Endstop configuration #####################

#define ENDSTOP_PULLUP_X_MIN false
#define ENDSTOP_X_MIN_INVERTING false
#define MIN_HARDWARE_ENDSTOP_X false

#define ENDSTOP_PULLUP_Y_MIN true
#define ENDSTOP_Y_MIN_INVERTING true
#define MIN_HARDWARE_ENDSTOP_Y true

#define ENDSTOP_PULLUP_Z_MIN true
#define ENDSTOP_Z_MIN_INVERTING true
#define MIN_HARDWARE_ENDSTOP_Z true

#define ENDSTOP_PULLUP_X_MAX true
#define ENDSTOP_X_MAX_INVERTING true
#define MAX_HARDWARE_ENDSTOP_X true

#define ENDSTOP_PULLUP_Y_MAX false
#define ENDSTOP_Y_MAX_INVERTING false
#define MAX_HARDWARE_ENDSTOP_Y false

#define ENDSTOP_PULLUP_Z_MAX false
#define ENDSTOP_Z_MAX_INVERTING false
#define MAX_HARDWARE_ENDSTOP_Z false

#define max_software_endstop_r true

#define min_software_endstop_x true
#define min_software_endstop_y false
#define min_software_endstop_z false
#define max_software_endstop_x false
#define max_software_endstop_y true
#define max_software_endstop_z true
#define ENDSTOP_X_BACK_MOVE 5
#define ENDSTOP_Y_BACK_MOVE 5
#define ENDSTOP_Z_BACK_MOVE 2
#define ENDSTOP_X_RETEST_REDUCTION_FACTOR 3
#define ENDSTOP_Y_RETEST_REDUCTION_FACTOR 3
#define ENDSTOP_Z_RETEST_REDUCTION_FACTOR 3
#define ENDSTOP_X_BACK_ON_HOME 1
#define ENDSTOP_Y_BACK_ON_HOME 1
#define ENDSTOP_Z_BACK_ON_HOME 0
#define ALWAYS_CHECK_ENDSTOPS 1

// ################# XYZ movements ###################

#define X_ENABLE_ON 1
#define Y_ENABLE_ON 1
#define Z_ENABLE_ON 1
#define DISABLE_X 0
#define DISABLE_Y 0
#define DISABLE_Z 0
#define DISABLE_E 0
#define INVERT_X_DIR 0
#define INVERT_Y_DIR 0
#define INVERT_Z_DIR 0
#define X_HOME_DIR -1
#define Y_HOME_DIR -1
#define Z_HOME_DIR -1
#define X_MAX_LENGTH 200
#define Y_MAX_LENGTH 200
#define Z_MAX_LENGTH 180
#define X_MIN_POS 0
#define Y_MIN_POS 0
#define Z_MIN_POS 0
#define DISTORTION_CORRECTION 0
#define DISTORTION_CORRECTION_POINTS 5
#define DISTORTION_CORRECTION_R 100
#define DISTORTION_PERMANENT 1
#define DISTORTION_UPDATE_FREQUENCY 15
#define DISTORTION_START_DEGRADE 0.5
#define DISTORTION_END_HEIGHT 1
#define DISTORTION_EXTRAPOLATE_CORNERS 0

// ##########################################################################################
// ##                           Movement settings                                          ##
// ##########################################################################################

#define FEATURE_BABYSTEPPING 1
#define BABYSTEP_MULTIPLICATOR 1

#define DELTA_SEGMENTS_PER_SECOND_PRINT 180 // Move accurate setting for print moves
#define DELTA_SEGMENTS_PER_SECOND_MOVE 70 // Less accurate setting for other moves

// Delta settings
#define DELTA_HOME_ON_POWER 0

#define DELTASEGMENTS_PER_PRINTLINE 24
#define STEPPER_INACTIVE_TIME 360L
#define MAX_INACTIVE_TIME 900L
#define MAX_FEEDRATE_X 200
#define MAX_FEEDRATE_Y 200
#define MAX_FEEDRATE_Z 20
#define HOMING_FEEDRATE_X 40
#define HOMING_FEEDRATE_Y 40
#define HOMING_FEEDRATE_Z 10
#define HOMING_ORDER HOME_ORDER_XYZ
#define ZHOME_MIN_TEMPERATURE 0
#define ZHOME_HEAT_ALL 1
#define ZHOME_HEAT_HEIGHT 20
#define ZHOME_X_POS 999999
#define ZHOME_Y_POS 999999
#define ENABLE_BACKLASH_COMPENSATION 0
#define X_BACKLASH 0
#define Y_BACKLASH 0
#define Z_BACKLASH 0
#define RAMP_ACCELERATION 1
#define STEPPER_HIGH_DELAY 0  //?
#define DIRECTION_DELAY 0
#define STEP_DOUBLER_FREQUENCY 80000
#define ALLOW_QUADSTEPPING 1
#define DOUBLE_STEP_DELAY 0 // time in microseconds
#define MAX_ACCELERATION_UNITS_PER_SQ_SECOND_X 1000
#define MAX_ACCELERATION_UNITS_PER_SQ_SECOND_Y 800
#define MAX_ACCELERATION_UNITS_PER_SQ_SECOND_Z 100
#define MAX_TRAVEL_ACCELERATION_UNITS_PER_SQ_SECOND_X 1000
#define MAX_TRAVEL_ACCELERATION_UNITS_PER_SQ_SECOND_Y 800
#define MAX_TRAVEL_ACCELERATION_UNITS_PER_SQ_SECOND_Z 100
#define MAX_JERK 10
#define MAX_ZJERK 0.3
#define PRINTLINE_CACHE_SIZE 16
#define MOVE_CACHE_LOW 10
#define LOW_TICKS_PER_MOVE 250000
#define FEATURE_TWO_XSTEPPER 0
#define X2_STEP_PIN   ORIG_E1_STEP_PIN
#define X2_DIR_PIN    ORIG_E1_DIR_PIN
#define X2_ENABLE_PIN E1_ENABLE_PIN
#define FEATURE_TWO_YSTEPPER 0
#define Y2_STEP_PIN   ORIG_E1_STEP_PIN
#define Y2_DIR_PIN    ORIG_E1_DIR_PIN
#define Y2_ENABLE_PIN E1_ENABLE_PIN
#define FEATURE_TWO_ZSTEPPER 0
#define Z2_STEP_PIN   ORIG_E1_STEP_PIN
#define Z2_DIR_PIN    ORIG_E1_DIR_PIN
#define Z2_ENABLE_PIN E1_ENABLE_PIN
#define FEATURE_DITTO_PRINTING 0
#define USE_ADVANCE 0
#define ENABLE_QUADRATIC_ADVANCE 0


// ################# Misc. settings ##################

#define BAUDRATE 115200
#define ENABLE_POWER_ON_STARTUP 1
#define POWER_INVERTING 0
#define KILL_METHOD 1
#define ACK_WITH_LINENUMBER 1
#define WAITING_IDENTIFIER "wait"
#define ECHO_ON_EXECUTE 1
#define EEPROM_MODE 1
#define PS_ON_PIN -1

/* ======== Servos =======
Control the servos with
M340 P<servoId> S<pulseInUS>   / ServoID = 0..3  pulseInUs = 500..2500
Servos are controlled by a pulse width normally between 500 and 2500 with 1500ms in center position. 0 turns servo off.
WARNING: Servos can draw a considerable amount of current. Make sure your system can handle this or you may risk your hardware!
*/
#define FEATURE_SERVO 1
#define SERVO0_PIN 11
#define SERVO1_PIN -1
#define SERVO2_PIN -1
#define SERVO3_PIN -1
#define SERVO0_NEUTRAL_POS  -1
#define SERVO1_NEUTRAL_POS  -1
#define SERVO2_NEUTRAL_POS  -1
#define SERVO3_NEUTRAL_POS  -1
#define UI_SERVO_CONTROL 1
#define FAN_KICKSTART_TIME  200

        #define FEATURE_WATCHDOG 0

// #################### Z-Probing #####################

#define FEATURE_Z_PROBE 0
#define Z_PROBE_BED_DISTANCE 10
#define Z_PROBE_PIN -1
#define Z_PROBE_PULLUP 0
#define Z_PROBE_ON_HIGH 0
#define Z_PROBE_X_OFFSET 0
#define Z_PROBE_Y_OFFSET 0
#define Z_PROBE_WAIT_BEFORE_TEST 0
#define Z_PROBE_SPEED 2
#define Z_PROBE_XY_SPEED 150
#define Z_PROBE_SWITCHING_DISTANCE 1
#define Z_PROBE_REPETITIONS 1
#define Z_PROBE_HEIGHT 40
#define Z_PROBE_START_SCRIPT ""
#define Z_PROBE_FINISHED_SCRIPT ""
#define FEATURE_AUTOLEVEL 1
#define Z_PROBE_X1 20
#define Z_PROBE_Y1 20
#define Z_PROBE_X2 160
#define Z_PROBE_Y2 20
#define Z_PROBE_X3 100
#define Z_PROBE_Y3 160
#define FEATURE_AXISCOMP 0
#define AXISCOMP_TANXY 0
#define AXISCOMP_TANYZ 0
#define AXISCOMP_TANXZ 0

#ifndef SDSUPPORT  // Some boards have sd support on board. These define the values already in pins.h
#define SDSUPPORT 1
#define SDCARDDETECT ORIG_SDCARDDETECT
#define SDCARDDETECTINVERTED 0
#endif
#define SD_EXTENDED_DIR 1 /** Show extended directory including file length. Don't use this with Pronterface! */
#define SD_RUN_ON_STOP ""
#define SD_STOP_HEATER_AND_MOTORS_ON_STOP 1
#define ARC_SUPPORT 1
#define FEATURE_MEMORY_POSITION 1
#define FEATURE_CHECKSUM_FORCED 0
#define FEATURE_FAN_CONTROL 1
#define FEATURE_CONTROLLER 7
#define UI_LANGUAGE 0
#define UI_PRINTER_NAME "Duplicator I3"
#define UI_PRINTER_COMPANY "James / Jetguy"
#define UI_PAGES_DURATION 4000
#define UI_ANIMATION 0
#define UI_SPEEDDEPENDENT_POSITIONING 0
#define UI_DISABLE_AUTO_PAGESWITCH 1
#define UI_AUTORETURN_TO_MENU_AFTER 30000
#define FEATURE_UI_KEYS 0
#define UI_ENCODER_SPEED 1
#define UI_REVERSE_ENCODER 0
#define UI_KEY_BOUNCETIME 10
#define UI_KEY_FIRST_REPEAT 500
#define UI_KEY_REDUCE_REPEAT 50
#define UI_KEY_MIN_REPEAT 50
#define FEATURE_BEEPER 1
#define CASE_LIGHTS_PIN -1
#define CASE_LIGHT_DEFAULT_ON 1
#define UI_START_SCREEN_DELAY 1000
#define UI_DYNAMIC_ENCODER_SPEED 1
        /**
Beeper sound definitions for short beeps during key actions
and longer beeps for important actions.
Parameter is delay in microseconds and the secons is the number of repetitions.
Values must be in range 1..255
*/
#define BEEPER_SHORT_SEQUENCE 2,2
#define BEEPER_LONG_SEQUENCE 8,8
#define UI_SET_PRESET_HEATED_BED_TEMP_PLA 50
#define UI_SET_PRESET_EXTRUDER_TEMP_PLA   190
#define UI_SET_PRESET_HEATED_BED_TEMP_ABS 90
#define UI_SET_PRESET_EXTRUDER_TEMP_ABS   220
#define UI_SET_MIN_HEATED_BED_TEMP  30
#define UI_SET_MAX_HEATED_BED_TEMP 110
#define UI_SET_MIN_EXTRUDER_TEMP   170
#define UI_SET_MAX_EXTRUDER_TEMP   240
#define UI_SET_EXTRUDER_FEEDRATE 2
#define UI_SET_EXTRUDER_RETRACT_DISTANCE 3


#define NUM_MOTOR_DRIVERS 0

Z-probe autoleveling problem

$
0
0
here is what i am using:

#define FEATURE_AUTOLEVEL 1
#define FEATURE_SOFTWARE_LEVELING 0
#define Z_PROBE_X1 8
#define Z_PROBE_Y1 8
#define Z_PROBE_X2 208
#define Z_PROBE_Y2 8
#define Z_PROBE_X3 8
#define Z_PROBE_Y3 208
#define BED_LEVELING_METHOD 1
#define BED_CORRECTION_METHOD 0
#define BED_LEVELING_GRID_SIZE 1
#define BED_LEVELING_REPETITIONS 1

When i use the 3 point leveling (#define FEATURE_AUTOLEVEL 0) it goes to its probe locations fine, but when i set it to the above for a 4 point (grid size 1) it does not work right, it will go to a not quite home position (x8,y8) then zips to the max x and y and just keeps trying to go more till i hit the estop?


Zmax 2 endstop and mirror moter output to motor driver

$
0
0
I m curious what the implementation of the second end stop is and mirroring the z motor signals, since the z axis has two outputs on the ramps board, does this allow each side of the z gantry to be controlled? as in the z max 1 end stop affects motor 1 and z max 2 end stop affects motor 2? This would be nice since sometimes the second side will go up further than the other since only one side has a limit switch

laser PWM

$
0
0
So I read the section in driver.h about using the laser pwm, nut it not making sense to me how to use it, i put my laser on pin d9 (heater pin) so what do i need to do to use the pwm and how do i adjust it?

thank you for the help it makes it much easier than having to guess so much

Trouble setting steps per mm for a delta

$
0
0

Hello  Im building a kossel style delta printer (my second home made printer) and am having a problem with setting motor steps.

I used the Repetier configurator and input the motor parameters compiled and uploaded.

i noticed that 2 motors were working correctly but 1 moved too much. Then I realized that one motor had a bigger pulley.  No problem Ill just change in EEprom for now.

Then I noticed that EEprom now has only  1 motor setting.  So I disabled eeprom and made correction to configuration.h and uploaded. It didnt fix it. It looks like all motors are getting the same setting.  Is this a design feature to save space in EEprom?  Am I missing something?  Yes, I will make all pulleys equal but I didnt want to wait that long ha ha.

(Using Arduino mega and ramps and current Repetier firmware and Repetier Host)

Thanks


problems with second extruder.

$
0
0
Hi Everybody,
I am having problems with most recent repetier firmware. I tried to find answers to my problem in forum but nothing came up. I upgrated my clone of TAZ to print using two heads. I configured firware online, make necessary changes in pins, uploaded to my MKS Gen V1.3 board.When I tested the new setup. it did not read the temperature of the second heater (which was on temp_2_pin and was connected to A15 pin) . I switched the connector to port temp_0_pin (pin A13) and it showed the correct temperature. I mention this to show that sensor and connections are Ok, something wrong with my Configuration or pins files. Also it does not turn off the second print cooler fan. Initially it was connected to aux1 pin D2. Then I moved it to aux2 pin A9, but nothing changed. The fan spines all the time. I would be very thankful if somebody can help me to figure out the problem.I tried to attach my Configuration and pins files but could not do it. The attach button complains that file is not allowed. I will copy here parts that are related to my problem.
#define EXT1_X_OFFSET 30
#define EXT1_Y_OFFSET 0
#define EXT1_Z_OFFSET 0
#define EXT1_STEPS_PER_MM 700
#define EXT1_TEMPSENSOR_TYPE 97
#define EXT1_TEMPSENSOR_PIN TEMP_2_PIN
#define EXT1_HEATER_PIN HEATER_2_PIN
#define EXT1_STEP_PIN ORIG_E1_STEP_PIN
#define EXT1_DIR_PIN ORIG_E1_DIR_PIN
#define EXT1_INVERSE 0
#define EXT1_ENABLE_PIN ORIG_E1_ENABLE_PIN
#define EXT1_ENABLE_ON 0
#define EXT1_MIRROR_STEPPER 0
#define EXT1_STEP2_PIN ORIG_E1_STEP_PIN
#define EXT1_DIR2_PIN ORIG_E1_DIR_PIN
#define EXT1_INVERSE2 0
#define EXT1_ENABLE2_PIN ORIG_E1_ENABLE_PIN
#define EXT1_MAX_FEEDRATE 50
#define EXT1_MAX_START_FEEDRATE 20
#define EXT1_MAX_ACCELERATION 5000
#define EXT1_HEAT_MANAGER 3
#define EXT1_PREHEAT_TEMP 190
#define EXT1_WATCHPERIOD 1
#define EXT1_PID_INTEGRAL_DRIVE_MAX 230
#define EXT1_PID_INTEGRAL_DRIVE_MIN 40
#define EXT1_PID_PGAIN_OR_DEAD_TIME 7
#define EXT1_PID_I 2
#define EXT1_PID_D 40
#define EXT1_PID_MAX 255
#define EXT1_ADVANCE_K 0
#define EXT1_ADVANCE_L 0
#define EXT1_ADVANCE_BACKLASH_STEPS 0
#define EXT1_WAIT_RETRACT_TEMP 150
#define EXT1_WAIT_RETRACT_UNITS 0
#define EXT1_SELECT_COMMANDS ""
#define EXT1_DESELECT_COMMANDS ""
#define EXT1_EXTRUDER_COOLER_PIN 57
#define EXT1_EXTRUDER_COOLER_SPEED 255
#define EXT1_DECOUPLE_TEST_PERIOD 12000
#define EXT1_JAM_PIN -1
#define EXT1_JAM_PULLUP 0

 and from pins.h file 

#if MOTHERBOARD == 3 || MOTHERBOARD == 33 || MOTHERBOARD == 34 || MOTHERBOARD == 35 || MOTHERBOARD == 39 || MOTHERBOARD == 38
#define KNOWN_BOARD 1

#if !(defined (__AVR_ATmega1280__ ) || defined (__AVR_ATmega2560__ ))
#error Oops!  Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu.

// uncomment one of the following lines for RAMPS v1.3 or v1.0, comment both for v1.2 or 1.1
// #define RAMPS_V_1_3
// #define RAMPS_V_1_0

#ifdef RAMPS_V_1_3

#define ORIG_X_STEP_PIN         54
#define ORIG_X_DIR_PIN          55
#define ORIG_X_ENABLE_PIN       38
#define ORIG_X_MIN_PIN          3
#define ORIG_X_MAX_PIN          2

#define ORIG_Y_STEP_PIN         60
#define ORIG_Y_DIR_PIN          61
#define ORIG_Y_ENABLE_PIN       56
#define ORIG_Y_MIN_PIN          14
#define ORIG_Y_MAX_PIN          18

#define ORIG_Z_STEP_PIN         46
#define ORIG_Z_DIR_PIN          48
#define ORIG_Z_ENABLE_PIN       62
#define ORIG_Z_MIN_PIN          15
#define ORIG_Z_MAX_PIN          19

#define ORIG_E0_STEP_PIN         26
#define ORIG_E0_DIR_PIN          28
#define ORIG_E0_ENABLE_PIN       24

#define ORIG_E1_STEP_PIN         36
#define ORIG_E1_DIR_PIN          34
#define ORIG_E1_ENABLE_PIN       30

#define SDPOWER                  -1
#define SDSS                     53
#define ORIG_SDCARDDETECT       49

#define LED_PIN                 13
#define ORIG_FAN_PIN            10
#define ORIG_FAN2_PIN           9

#define ORIG_PS_ON_PIN          12

#define HEATER_0_PIN       9
#define HEATER_1_PIN       8
#define HEATER_2_PIN       7
// ANALOG NUMBERING
#define TEMP_0_PIN         13   
#define TEMP_1_PIN         14
#define TEMP_2_PIN         15
#define E0_PINS ORIG_E0_STEP_PIN,ORIG_E0_DIR_PIN,ORIG_E0_ENABLE_PIN,
#define E1_PINS ORIG_E1_STEP_PIN,ORIG_E1_DIR_PIN,ORIG_E1_ENABLE_PIN,
 Thanks ,         Simon

The heatbed heats automatically if the second extruder is on

$
0
0
Hello, I have a protos v2 with a repetier firmware. I want to update my printer to a dual extrusion. I can turn on the second extruder over simplify3d. The second extruder heat very slowly. And to my astonishment, the heatbed heats uncontrolled up too. Although the heatbed is in smplify3d off. Also the LCD shows that the heatbed is off. If i only heat the first extruder, every think is fine. If i only heat heatbed, the second extruder will heats too. Could sombody help please? Many thanks! /* This file is part of Repetier-Firmware. Repetier-Firmware is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Repetier-Firmware is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Repetier-Firmware. If not, see . */ #ifndef CONFIGURATION_H #define CONFIGURATION_H /* Some words on units: From 0.80 onwards the units used are unified for easier configuration, watch out when transfering from older configs! Speed is in mm/s Acceleration in mm/s^2 Temperature is in degrees celsius ########################################################################################## ## IMPORTANT ## ########################################################################################## For easy configuration, the default settings enable parameter storage in EEPROM. This means, after the first upload many variables can only be changed using the special M commands as described in the documentation. Changing these values in the configuration.h file has no effect. Parameters overriden by EEPROM settings are calibartion values, extruder values except thermistor tables and some other parameter likely to change during usage like advance steps or ops mode. To override EEPROM settings with config settings, set EEPROM_MODE 0 */ // BASIC SETTINGS: select your board type, thermistor type, axis scaling, and endstop configuration /** Number of extruders. Maximum 6 extruders. */ #define NUM_EXTRUDER 2 // ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- //// The following define selects which electronics board you have. Please choose the one that matches your setup // Gen3 PLUS for RepRap Motherboard V1.2 = 21 // MEGA/RAMPS up to 1.2 = 3 // RAMPS 1.3/RAMPS 1.4 = 33 // Azteeg X3 = 34 // Azteeg X3 Pro = 35 // Ultimaker Shield 1.5.7 = 37 // Gen6 = 5 // Gen6 deluxe = 51 // Sanguinololu up to 1.1 = 6 // Sanguinololu 1.2 and above = 62 // Melzi board = 63 // Define REPRAPPRO_HUXLEY if you have one for correct HEATER_1_PIN assignment! // Azteeg X1 = 65 // Gen7 1.1 till 1.3.x = 7 // Gen7 1.4.1 and later = 71 // Sethi 3D_1 = 72 // Teensylu (at90usb) = 8 // requires Teensyduino // Printrboard (at90usb) = 9 // requires Teensyduino // Foltyn 3D Master = 12 // MegaTronics 1.0 = 70 // Megatronics 2.0 = 701 // Megatronics 3.0 = 703 // Thermistors predefined not thermocouples // Minitronics 1.0 = 702 // RUMBA = 80 // Get it from reprapdiscount // FELIXprinters = 101 // Rambo = 301 // PiBot for Repetier V1.0-1.3= 314 // PiBot for Repetier V1.4 = 315 // Sanguish Beta = 501 // Unique One rev. A = 88 // User layout defined in userpins.h = 999 #define MOTHERBOARD 33 #include "pins.h" // Override pin definions from pins.h #define FAN_PIN 4 // Extruder 2 uses the default fan output, so move to an other pin //#define EXTERNALSERIAL use Arduino serial library instead of build in. Requires more ram, has only 63 byte input buffer. // Uncomment the following line if you are using arduino compatible firmware made for Arduino version earlier then 1.0 // If it is incompatible you will get compiler errors about write functions not beeing compatible! //#define COMPAT_PRE1 /* Define the type of axis movements needed for your printer. The typical case is a full cartesian system where x, y and z moves are handled by separate motors. 0 = full cartesian system, xyz have seperate motors. 1 = z axis + xy H-gantry (x_motor = x+y, y_motor = x-y) 2 = z axis + xy H-gantry (x_motor = x+y, y_motor = y-x) 3 = Delta printers (Rostock, Kossel, RostockMax, Cerberus, etc) 4 = Tuga printer (Scott-Russell mechanism) 5 = Bipod system (not implemented) Cases 1 and 2 cover all needed xy H gantry systems. If you get results mirrored etc. you can swap motor connections for x and y. If a motor turns in the wrong direction change INVERT_X_DIR or INVERT_Y_DIR. */ #define DRIVE_SYSTEM 0 // ########################################################################################## // ## Calibration ## // ########################################################################################## /** Drive settings for the Delta printers */ #if DRIVE_SYSTEM==3 // *************************************************** // *** These parameter are only for Delta printers *** // *************************************************** /** \brief Delta drive type: 0 - belts and pulleys, 1 - filament drive */ #define DELTA_DRIVE_TYPE 0 #if DELTA_DRIVE_TYPE == 0 /** \brief Pitch in mm of drive belt. GT2 = 2mm */ #define BELT_PITCH 2 /** \brief Number of teeth on X, Y and Z tower pulleys */ #define PULLEY_TEETH 20 #define PULLEY_CIRCUMFERENCE (BELT_PITCH * PULLEY_TEETH) #elif DELTA_DRIVE_TYPE == 1 /** \brief Filament pulley diameter in milimeters */ #define PULLEY_DIAMETER 10 #define PULLEY_CIRCUMFERENCE (PULLEY_DIAMETER * 3.1415927) #endif /** \brief Steps per rotation of stepper motor */ #define STEPS_PER_ROTATION 200 /** \brief Micro stepping rate of X, Y and Y tower stepper drivers */ #define MICRO_STEPS 16 // Calculations #define AXIS_STEPS_PER_MM ((float)(MICRO_STEPS * STEPS_PER_ROTATION) / PULLEY_CIRCUMFERENCE) #define XAXIS_STEPS_PER_MM AXIS_STEPS_PER_MM #define YAXIS_STEPS_PER_MM AXIS_STEPS_PER_MM #define ZAXIS_STEPS_PER_MM AXIS_STEPS_PER_MM #else // ******************************************************* // *** These parameter are for all other printer types *** // ******************************************************* /** Drive settings for printers with cartesian drive systems */ /** \brief Number of steps for a 1mm move in x direction. For xy gantry use 2*belt moved! Overridden if EEPROM activated. */ #define XAXIS_STEPS_PER_MM 80 /** \brief Number of steps for a 1mm move in y direction. For xy gantry use 2*belt moved! Overridden if EEPROM activated.*/ #define YAXIS_STEPS_PER_MM 80 /** \brief Number of steps for a 1mm move in z direction Overridden if EEPROM activated.*/ #define ZAXIS_STEPS_PER_MM 2561.80 #endif // ########################################################################################## // ## Extruder configuration ## // ########################################################################################## // for each extruder, fan will stay on until extruder temperature is below this value #define EXTRUDER_FAN_COOL_TEMP 50 #define EXT0_X_OFFSET 0 #define EXT0_Y_OFFSET 0 // for skeinforge 40 and later, steps to pull the plasic 1 mm inside the extruder, not out. Overridden if EEPROM activated. #define EXT0_STEPS_PER_MM 94.2028 // What type of sensor is used? // 1 is 100k thermistor (Epcos B57560G0107F000 - RepRap-Fab.org and many other) // 2 is 200k thermistor // 3 is mendel-parts thermistor (EPCOS G550) // 4 is 10k thermistor // 5 is userdefined thermistor table 0 //100k Honeywell 135-104LAG-J01 // 6 is userdefined thermistor table 1 //epcos B57560G104F // 7 is userdefined thermistor table 2 //ATC Semitec 104GT-2 100k // 8 is ATC Semitec 104GT-2 // 50 is userdefined thermistor table 0 for PTC thermistors // 51 is userdefined thermistor table 0 for PTC thermistors // 52 is userdefined thermistor table 0 for PTC thermistors // 60 is AD8494, AD8495, AD8496 or AD8497 (5mV/degC and 1/4 the price of AD595 but only MSOT_08 package) // 97 Generic thermistor table 1 // 98 Generic thermistor table 2 // 99 Generic thermistor table 3 // 100 is AD595 // 101 is MAX6675 // 102 is MAX31855 #define EXT0_TEMPSENSOR_TYPE 3 // Analog input pin for reading temperatures or pin enabling SS for MAX6675 #define EXT0_TEMPSENSOR_PIN TEMP_0_PIN // Which pin enables the heater #define EXT0_HEATER_PIN HEATER_0_PIN #define EXT0_STEP_PIN E0_STEP_PIN #define EXT0_DIR_PIN E0_DIR_PIN // set to false/true for normal / inverse direction #define EXT0_INVERSE true #define EXT0_ENABLE_PIN E0_ENABLE_PIN // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1 #define EXT0_ENABLE_ON false // The following speed settings are for skeinforge 40+ where e is the // length of filament pulled inside the heater. For repsnap or older // skeinforge use higher values. // Overridden if EEPROM activated. #define EXT0_MAX_FEEDRATE 12 // Feedrate from halted extruder in mm/s // Overridden if EEPROM activated. #define EXT0_MAX_START_FEEDRATE 10 // Acceleration in mm/s^2 // Overridden if EEPROM activated. #define EXT0_MAX_ACCELERATION 1000 /** Type of heat manager for this extruder. - 0 = Simply switch on/off if temperature is reached. Works always. - 1 = PID Temperature control. Is better but needs good PID values. Defaults are a good start for most extruder. - 3 = Dead-time control. PID_P becomes dead-time in seconds. Overridden if EEPROM activated. */ #define EXT0_HEAT_MANAGER 1 /** Wait x seconds, after reaching target temperature. Only used for M109. Overridden if EEPROM activated. */ #define EXT0_WATCHPERIOD 1 /** \brief The maximum value, I-gain can contribute to the output. A good value is slightly higher then the output needed for your temperature. Values for starts: 130 => PLA for temperatures from 170-180 deg C 180 => ABS for temperatures around 240 deg C The precise values may differ for different nozzle/resistor combination. Overridden if EEPROM activated. */ #define EXT0_PID_INTEGRAL_DRIVE_MAX 255 /** \brief lower value for integral part The I state should converge to the exact heater output needed for the target temperature. To prevent a long deviation from the target zone, this value limits the lower value. A good start is 30 lower then the optimal value. You need to leave room for cooling. Overridden if EEPROM activated. */ #define EXT0_PID_INTEGRAL_DRIVE_MIN 40 /** P-gain. Overridden if EEPROM activated. */ #define EXT0_PID_P 24 /** I-gain. Overridden if EEPROM activated. */ #define EXT0_PID_I 0.88 /** Dgain. Overridden if EEPROM activated.*/ #define EXT0_PID_D 80 // maximum time the heater is can be switched on. Max = 255. Overridden if EEPROM activated. #define EXT0_PID_MAX 255 /** \brief Faktor for the advance algorithm. 0 disables the algorithm. Overridden if EEPROM activated. K is the factor for the quadratic term, which is normally disabled in newer versions. If you want to use the quadratic factor make sure ENABLE_QUADRATIC_ADVANCE is defined. L is the linear factor and seems to be working better then the quadratic dependency. */ #define EXT0_ADVANCE_K 0.0f #define EXT0_ADVANCE_L 0.0f /* Motor steps to remove backlash for advance alorithm. These are the steps needed to move the motor cog in reverse direction until it hits the driving cog. Direct drive extruder need 0. */ #define EXT0_ADVANCE_BACKLASH_STEPS 0 /** \brief Temperature to retract filament when extruder is heating up. Overridden if EEPROM activated. */ #define EXT0_WAIT_RETRACT_TEMP 150 /** \brief Units (mm/inches) to retract filament when extruder is heating up. Overridden if EEPROM activated. Set to 0 to disable. */ #define EXT0_WAIT_RETRACT_UNITS 0 /** You can run any gcode command on extruder deselect/select. Seperate multiple commands with a new line \n. That way you can execute some mechanical components needed for extruder selection or retract filament or whatever you need. The codes are only executed for multiple extruder when changing the extruder. */ #define EXT0_SELECT_COMMANDS "M117 Extruder 1" #define EXT0_DESELECT_COMMANDS "" /** The extruder cooler is a fan to cool the extruder when it is heating. If you turn the etxruder on, the fan goes on. */ #define EXT0_EXTRUDER_COOLER_PIN -1 /** PWM speed for the cooler fan. 0=off 255=full speed */ #define EXT0_EXTRUDER_COOLER_SPEED 255 // =========================== Configuration for second extruder ======================== #define EXT1_X_OFFSET 0 #define EXT1_Y_OFFSET 0 // for skeinforge 40 and later, steps to pull the plasic 1 mm inside the extruder, not out. Overridden if EEPROM activated. #define EXT1_STEPS_PER_MM 94.2028 // What type of sensor is used? // 1 is 100k thermistor (Epcos B57560G0107F000 - RepRap-Fab.org and many other) // 2 is 200k thermistor // 3 is mendel-parts thermistor (EPCOS G550) // 4 is 10k thermistor // 5 is userdefined thermistor table 0 //100k Honeywell 135-104LAG-J01 // 6 is userdefined thermistor table 1 //epcos B57560G104F // 7 is userdefined thermistor table 2 //ATC Semitec 104GT-2 100k // 8 is ATC Semitec 104GT-2 // 50 is userdefined thermistor table 0 for PTC thermistors // 51 is userdefined thermistor table 0 for PTC thermistors // 52 is userdefined thermistor table 0 for PTC thermistors // 60 is AD8494, AD8495, AD8496 or AD8497 (5mV/degC and 1/4 the price of AD595 but only MSOT_08 package) // 97 Generic thermistor table 1 // 98 Generic thermistor table 2 // 99 Generic thermistor table 3 // 100 is AD595 // 101 is MAX6675 #define EXT1_TEMPSENSOR_TYPE 3 // Analog input pin for reading temperatures or pin enabling SS for MAX6675 #define EXT1_TEMPSENSOR_PIN TEMP_1_PIN // Which pin enables the heater #define EXT1_HEATER_PIN HEATER_1_PIN #define EXT1_STEP_PIN E1_STEP_PIN #define EXT1_DIR_PIN E1_DIR_PIN // set to false/true for normal/inverse direction #define EXT1_INVERSE false #define EXT1_ENABLE_PIN E1_ENABLE_PIN // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1 #define EXT1_ENABLE_ON false // The following speed settings are for skeinforge 40+ where e is the // length of filament pulled inside the heater. For repsnap or older // skeinforge use heigher values. // Overridden if EEPROM activated. #define EXT1_MAX_FEEDRATE 12 // Feedrate from halted extruder in mm/s // Overridden if EEPROM activated. #define EXT1_MAX_START_FEEDRATE 10 // Acceleration in mm/s^2 // Overridden if EEPROM activated. #define EXT1_MAX_ACCELERATION 1000 /** Type of heat manager for this extruder. - 0 = Simply switch on/off if temperature is reached. Works always. - 1 = PID Temperature control. Is better but needs good PID values. Defaults are a good start for most extruder. Overridden if EEPROM activated. */ #define EXT1_HEAT_MANAGER 1 /** Wait x seconds, after reaching target temperature. Only used for M109. Overridden if EEPROM activated. */ #define EXT1_WATCHPERIOD 1 /** \brief The maximum value, I-gain can contribute to the output. A good value is slightly higher then the output needed for your temperature. Values for starts: 130 => PLA for temperatures from 170-180 deg C 180 => ABS for temperatures around 240 deg C The precise values may differ for different nozzle/resistor combination. Overridden if EEPROM activated. */ #define EXT1_PID_INTEGRAL_DRIVE_MAX 255 /** \brief lower value for integral part The I state should converge to the exact heater output needed for the target temperature. To prevent a long deviation from the target zone, this value limits the lower value. A good start is 30 lower then the optimal value. You need to leave room for cooling. Overridden if EEPROM activated. */ #define EXT1_PID_INTEGRAL_DRIVE_MIN 40 /** P-gain. Overridden if EEPROM activated. */ #define EXT1_PID_P 24 /** I-gain. Overridden if EEPROM activated. */ #define EXT1_PID_I 0.88 /** D-gain. Overridden if EEPROM activated.*/ #define EXT1_PID_D 80 // maximum time the heater is can be switched on. Max = 255. Overridden if EEPROM activated. #define EXT1_PID_MAX 255 /** \brief Faktor for the advance algorithm. 0 disables the algorithm. Overridden if EEPROM activated. K is the factor for the quadratic term, which is normally disabled in newer versions. If you want to use the quadratic factor make sure ENABLE_QUADRATIC_ADVANCE is defined. L is the linear factor and seems to be working better then the quadratic dependency. */ #define EXT1_ADVANCE_K 0.0f #define EXT1_ADVANCE_L 0.0f /* Motor steps to remove backlash for advance alorithm. These are the steps needed to move the motor cog in reverse direction until it hits the driving cog. Direct drive extruder need 0. */ #define EXT1_ADVANCE_BACKLASH_STEPS 0 #define EXT1_WAIT_RETRACT_TEMP 150 #define EXT1_WAIT_RETRACT_UNITS 0 #define EXT1_SELECT_COMMANDS "M117 Extruder 2" #define EXT1_DESELECT_COMMANDS "" /** The extruder cooler is a fan to cool the extruder when it is heating. If you turn the etxruder on, the fan goes on. */ #define EXT1_EXTRUDER_COOLER_PIN -1 /** PWM speed for the cooler fan. 0=off 255=full speed */ #define EXT1_EXTRUDER_COOLER_SPEED 255 /** If enabled you can select the distance your filament gets retracted during a M140 command, after a given temperature is reached. */ #define RETRACT_DURING_HEATUP true /** PID control only works target temperature +/- PID_CONTROL_RANGE. If you get much overshoot at the first temperature set, because the heater is going full power too long, you need to increase this value. For one 6.8 Ohm heater 10 is ok. With two 6.8 Ohm heater use 15. */ #define PID_CONTROL_RANGE 20 /** Prevent extrusions longer then x mm for one command. This is especially important if you abort a print. Then the extrusion poistion might be at any value like 23344. If you then have an G1 E-2 it will roll back 23 meter! */ #define EXTRUDE_MAXLENGTH 100 /** Skip wait, if the extruder temperature is already within x degrees. Only fixed numbers, 0 = off */ #define SKIP_M109_IF_WITHIN 2 /** \brief Set PID scaling PID values assume a usable range from 0-255. This can be further limited to EXT0_PID_MAX by to methods. Set the value to 0: Normal computation, just clip output to EXT0_PID_MAX if computed value is too high. Set value to 1: Scale PID by EXT0_PID_MAX/256 and then clip to EXT0_PID_MAX. If your EXT0_PID_MAX is low, you should prefer the second method. */ #define SCALE_PID_TO_MAX 0 #define HEATER_PWM_SPEED 1 // How fast ist pwm signal 0 = 15.25Hz, 1 = 30.51Hz, 2 = 61.03Hz, 3 = 122.06Hz /** Temperature range for target temperature to hold in M109 command. 5 means +/-5 degC Uncomment define to force the temperature into the range for given watchperiod. */ //#define TEMP_HYSTERESIS 5 /** Userdefined thermistor table There are many different thermistors, which can be combined with different resistors. This result in unpredictable number of tables. As a resolution, the user can define one table here, that can be used as type 5 for thermister type in extruder/heated bed definition. Make sure, the number of entries matches the value in NUM_TEMPS_USERTHERMISTOR0. If you span definition over multiple lines, make sure to end each line, except the last, with a backslash. The table format is {{adc1,temp1},{adc2,temp2}...} with increasing adc values. For more informations, read http://hydraraptor.blogspot.com/2007/10/measuring-temperature-easy-way.html If you have a sprinter temperature table, you have to multiply the first value with 4 and the second with 8. This firmware works with increased precision, so the value reads go from 0 to 4095 and the temperature is temperature*8. If you have a PTC thermistor instead of a NTC thermistor, keep the adc values increasing and use themistor types 50-52 instead of 5-7! */ //100k Honeywell 135-104LAG-J01 #define NUM_TEMPS_USERTHERMISTOR0 55 #define USER_THERMISTORTABLE0 {\ {46*4, 270*8},{50*4, 265*8},{54*4, 260*8},{58*4, 255*8},{62*4, 250*8},{67*4, 245*8},{72*4, 240*8},{79*4, 235*8},{85*4, 230*8},\ {91*4, 225*8},{99*4, 220*8},{107*4, 215*8},{116*4, 210*8},{126*4, 205*8},{136*4, 200*8},{149*4, 195*8},{160*4, 190*8},\ {175*4, 185*8},{191*4, 180*8},{209*4, 175*8},{224*4, 170*8},{246*4, 165*8},{267*4, 160*8},{293*4, 155*8},{316*4, 150*8},\ {340*4, 145*8},{364*4, 140*8},{396*4, 135*8},{425*4, 130*8},{460*4, 125*8},{489*4, 120*8},{526*4, 115*8},{558*4, 110*8},\ {591*4, 105*8},{628*4, 100*8},{660*4, 95*8},{696*4, 90*8},{733*4, 85*8},{761*4, 80*8},{794*4, 75*8},{819*4, 70*8},{847*4, 65*8},\ {870*4, 60*8},{892*4, 55*8},{911*4, 50*8},{929*4, 45*8},{944*4, 40*8},{959*4, 35*8},{971*4, 30*8},{981*4, 25*8},{989*4, 20*8},\ {994*4, 15*8},{1001*4, 10*8},{1005*4, 5*8},{1021*4, 0*8} } // B57560G104F #define NUM_TEMPS_USERTHERMISTOR1 61 #define USER_THERMISTORTABLE1 {\ {23*4, 300*8},{25*4, 295*8},{27*4, 290*8},{28*4, 285*8},{31*4, 280*8},{33*4, 275*8},{35*4, 270*8},{38*4, 265*8},{41*4, 260*8},{44*4, 255*8},\ {48*4, 250*8},{52*4, 245*8},{56*4, 240*8},{61*4, 235*8},{66*4, 230*8},{71*4, 225*8},{78*4, 220*8},{84*4, 215*8},{92*4, 210*8},{100*4, 205*8},\ {109*4, 200*8},{120*4, 195*8},{131*4, 190*8},{143*4, 185*8},{156*4, 180*8},{171*4, 175*8},{187*4, 170*8},{205*4, 165*8},{224*4, 160*8},\ {245*4, 155*8},{268*4, 150*8},{293*4, 145*8},{320*4, 140*8},{348*4, 135*8},{379*4, 130*8},{411*4, 125*8},{445*4, 120*8},{480*4, 115*8},\ {516*4, 110*8},{553*4, 105*8},{591*4, 100*8},{628*4, 95*8},{665*4, 90*8},{702*4, 85*8},{737*4, 80*8},{770*4, 75*8},{801*4, 70*8},{830*4, 65*8},\ {857*4, 60*8},{881*4, 55*8},{903*4, 50*8},{922*4, 45*8},{939*4, 40*8},{954*4, 35*8},{966*4, 30*8},{977*4, 25*8},{985*4, 20*8},{993*4, 15*8},\ {999*4, 10*8},{1004*4, 5*8},{1008*4, 0*8} } // ATC Semitec 104GT-2 #define NUM_TEMPS_USERTHERMISTOR2 61 #define USER_THERMISTORTABLE2 {\ {1*4, 713*8},{18*4, 316*8},{35*4, 266*8},{52*4, 239*8},{69*4, 221*8},{86*4, 208*8},{103*4, 197*8},{120*4, 188*8},{137*4, 181*8},\ {154*4, 174*8},{171*4, 169*8},{188*4, 163*8},{205*4, 159*8},{222*4, 154*8},{239*4, 150*8},{256*4, 147*8},{273*4, 143*8},{290*4, 140*8},\ {307*4, 136*8},{324*4, 133*8},{341*4, 130*8},{358*4, 128*8},{375*4, 125*8},{392*4, 122*8},{409*4, 120*8},{426*4, 115*8},{460*4, 112*8},\ {477*4, 110*8},{494*4, 108*8},{511*4, 106*8},{528*4, 103*8},{545*4, 101*8},{562*4, 99*8},{579*4, 97*8},{596*4, 95*8},{613*4, 92*8},\ {630*4, 90*8},{647*4, 88*8},{664*4, 86*8},{681*4, 84*8},{698*4, 81*8},{715*4, 79*8},{732*4, 77*8},{749*4, 75*8},{766*4, 72*8},\ {783*4, 70*8},{800*4, 67*8},{817*4, 64*8},{834*4, 61*8},{851*4, 58*8},{868*4, 55*8},{885*4, 52*8},{902*4, 48*8},{936*4, 40*8},\ {953*4, 34*8},{970*4, 28*8},{987*4, 20*8},{1004*4, 8*8},{1021*4, 0*8} } /** If defined, creates a thermistor table at startup. If you don't feel like computing the table on your own, you can use this generic method. It is a simple approximation which may be not as accurate as a good table computed from the reference values in the datasheet. You can increase precision if you use a temperature/resistance for R0/T0, which is near your operating temperature. This will reduce precision for lower temperatures, which are not realy important. The resistors must fit the following schematic: @code VREF ---- R2 ---+--- Termistor ---+-- GND | | +------ R1 -------+ | | +---- Capacitor --+ | V measured @endcode If you don't have R1, set it to 0. The capacitor is for reducing noise from long thermistor cable. If you don't have one, it's OK. If you need the generic table, uncomment the following define. */ //#define USE_GENERIC_THERMISTORTABLE_1 /* Some examples for different thermistors: EPCOS B57560G104+ : R0 = 100000 T0 = 25 Beta = 4036 EPCOS 100K Thermistor (B57560G1104F) : R0 = 100000 T0 = 25 Beta = 4092 ATC Semitec 104GT-2 : R0 = 100000 T0 = 25 Beta = 4267 Honeywell 100K Thermistor (135-104LAG-J01) : R0 = 100000 T0 = 25 Beta = 3974 */ /** Reference Temperature */ #define GENERIC_THERM1_T0 25 /** Resistance at reference temperature */ #define GENERIC_THERM1_R0 100000 /** Beta value of thermistor You can use the beta from the datasheet or compute it yourself. See http://reprap.org/wiki/MeasuringThermistorBeta for more details. */ #define GENERIC_THERM1_BETA 4036 /** Start temperature for generated thermistor table */ #define GENERIC_THERM1_MIN_TEMP -20 /** End Temperature for generated thermistor table */ #define GENERIC_THERM1_MAX_TEMP 300 #define GENERIC_THERM1_R1 0 #define GENERIC_THERM1_R2 4700 // The same for table 2 and 3 if needed //#define USE_GENERIC_THERMISTORTABLE_2 #define GENERIC_THERM2_T0 170 #define GENERIC_THERM2_R0 1042.7 #define GENERIC_THERM2_BETA 4036 #define GENERIC_THERM2_MIN_TEMP -20 #define GENERIC_THERM2_MAX_TEMP 300 #define GENERIC_THERM2_R1 0 #define GENERIC_THERM2_R2 4700 //#define USE_GENERIC_THERMISTORTABLE_3 #define GENERIC_THERM3_T0 170 #define GENERIC_THERM3_R0 1042.7 #define GENERIC_THERM3_BETA 4036 #define GENERIC_THERM3_MIN_TEMP -20 #define GENERIC_THERM3_MAX_TEMP 300 #define GENERIC_THERM3_R1 0 #define GENERIC_THERM3_R2 4700 /** Supply voltage to ADC, can be changed by setting ANALOG_REF below to different value. */ #define GENERIC_THERM_VREF 5 /** Number of entries in generated table. One entry takes 4 bytes. Higher number of entries increase computation time too. Value is used for all generic tables created. */ #define GENERIC_THERM_NUM_ENTRIES 33 // uncomment the following line for MAX6675 support. //#define SUPPORT_MAX6675 // uncomment the following line for MAX31855 support. //#define SUPPORT_MAX31855 // ############# Heated bed configuration ######################## /** \brief Set true if you have a heated bed conected to your board, false if not */ #define HAVE_HEATED_BED true #define HEATED_BED_MAX_TEMP 110 /** Skip M190 wait, if heated bed is already within x degrees. Fixed numbers only, 0 = off. */ #define SKIP_M190_IF_WITHIN 2 // Select type of your heated bed. It's the same as for EXT0_TEMPSENSOR_TYPE // set to 0 if you don't have a heated bed #define HEATED_BED_SENSOR_TYPE 5 /** Analog pin of analog sensor to read temperature of heated bed. */ #define HEATED_BED_SENSOR_PIN TEMP_2_PIN /** \brief Pin to enable heater for bed. */ #define HEATED_BED_HEATER_PIN HEATER_2_PIN // How often the temperature of the heated bed is set (msec) #define HEATED_BED_SET_INTERVAL 5000 /** Heat manager for heated bed: 0 = Bang Bang, fast update 1 = PID controlled 2 = Bang Bang, limited check every HEATED_BED_SET_INTERVAL. Use this with relay-driven beds to save life time 3 = dead time control */ #define HEATED_BED_HEAT_MANAGER 0 /** \brief The maximum value, I-gain can contribute to the output. The precise values may differ for different nozzle/resistor combination. Overridden if EEPROM activated. */ #define HEATED_BED_PID_INTEGRAL_DRIVE_MAX 255 /** \brief lower value for integral part The I state should converge to the exact heater output needed for the target temperature. To prevent a long deviation from the target zone, this value limits the lower value. A good start is 30 lower then the optimal value. You need to leave room for cooling. Overridden if EEPROM activated. */ #define HEATED_BED_PID_INTEGRAL_DRIVE_MIN 80 /** P-gain. Overridden if EEPROM activated. */ #define HEATED_BED_PID_PGAIN 196 /** I-gain Overridden if EEPROM activated.*/ #define HEATED_BED_PID_IGAIN 33.02 /** Dgain. Overridden if EEPROM activated.*/ #define HEATED_BED_PID_DGAIN 290 // maximum time the heater can be switched on. Max = 255. Overridden if EEPROM activated. #define HEATED_BED_PID_MAX 255 // When temperature exceeds max temp, your heater will be switched off. // This feature exists to protect your hotend from overheating accidentally, but *NOT* from thermistor short/failure! #define MAXTEMP 265 /** Extreme values to detect defect thermistors. */ #define MIN_DEFECT_TEMPERATURE 1 // FIS200115 -10 -> 1 #define MAX_DEFECT_TEMPERATURE 280 // ########################################################################################## // ## Endstop configuration ## // ########################################################################################## /* By default all endstops are pulled up to HIGH. You need a pullup if you use a mechanical endstop connected with GND. Set value to false for no pullup on this endstop. */ #define ENDSTOP_PULLUP_X_MIN false #define ENDSTOP_PULLUP_Y_MIN false #define ENDSTOP_PULLUP_Z_MIN false #define ENDSTOP_PULLUP_X_MAX false #define ENDSTOP_PULLUP_Y_MAX false #define ENDSTOP_PULLUP_Z_MAX false //set to true to invert the logic of the endstops #define ENDSTOP_X_MIN_INVERTING false #define ENDSTOP_Y_MIN_INVERTING false #define ENDSTOP_Z_MIN_INVERTING false #define ENDSTOP_X_MAX_INVERTING false #define ENDSTOP_Y_MAX_INVERTING false #define ENDSTOP_Z_MAX_INVERTING false // Set the values true where you have a hardware endstop. The Pin number is taken from pins.h. #define MIN_HARDWARE_ENDSTOP_X true #define MIN_HARDWARE_ENDSTOP_Y true #define MIN_HARDWARE_ENDSTOP_Z true #define MAX_HARDWARE_ENDSTOP_X false #define MAX_HARDWARE_ENDSTOP_Y false #define MAX_HARDWARE_ENDSTOP_Z false //If your axes are only moving in one direction, make sure the endstops are connected properly. //If your axes move in one direction ONLY when the endstops are triggered, set ENDSTOPS_INVERTING to true here //// ADVANCED SETTINGS - to tweak parameters // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1 #define X_ENABLE_ON 0 #define Y_ENABLE_ON 0 #define Z_ENABLE_ON 0 // Disables axis when it's not being used. #define DISABLE_X false #define DISABLE_Y false #define DISABLE_Z false #define DISABLE_E false // Inverting axis direction #define INVERT_X_DIR false #define INVERT_Y_DIR false #define INVERT_Z_DIR true //// ENDSTOP SETTINGS: // Sets direction of endstops when homing; 1=MAX, -1=MIN #define X_HOME_DIR -1 #define Y_HOME_DIR -1 #define Z_HOME_DIR -1 // Delta robot radius endstop #define max_software_endstop_r false //true //If true, axis won't move to coordinates less than zero. ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- #define min_software_endstop_x true //false #define min_software_endstop_y true //false #define min_software_endstop_z false //If true, axis won't move to coordinates greater than the defined lengths below. #define max_software_endstop_x true #define max_software_endstop_y true #define max_software_endstop_z true // If during homing the endstop is reached, ho many mm should the printer move back for the second try #define ENDSTOP_X_BACK_MOVE 3 #define ENDSTOP_Y_BACK_MOVE 3 #define ENDSTOP_Z_BACK_MOVE 3 // For higher precision you can reduce the speed for the second test on the endstop // during homing operation. The homing speed is divided by the value. 1 = same speed, 2 = half speed #define ENDSTOP_X_RETEST_REDUCTION_FACTOR 2 #define ENDSTOP_Y_RETEST_REDUCTION_FACTOR 2 #define ENDSTOP_Z_RETEST_REDUCTION_FACTOR 2 // When you have several endstops in one circuit you need to disable it after homing by moving a // small amount back. This is also the case with H-belt systems. #define ENDSTOP_X_BACK_ON_HOME 0 #define ENDSTOP_Y_BACK_ON_HOME 0 #define ENDSTOP_Z_BACK_ON_HOME 0 // You can disable endstop checking for print moves. This is needed, if you get sometimes // false signals from your endstops. If your endstops don't give false signals, you // can set it on for safety. #define ALWAYS_CHECK_ENDSTOPS false // maximum positions in mm - only fixed numbers! // For delta robot Z_MAX_LENGTH is the maximum travel of the towers and should be set to the distance between the hotend // and the platform when the printer is at its home position. // If EEPROM is enabled these values will be overidden with the values in the EEPROM #define X_MAX_LENGTH 220 #define Y_MAX_LENGTH 218 #define Z_MAX_LENGTH 140 // Coordinates for the minimum axis. Can also be negative if you want to have the bed start at 0 and the printer can go to the left side // of the bed. Maximum coordinate is given by adding the above X_MAX_LENGTH values. #define X_MIN_POS 0 #define Y_MIN_POS 0 #define Z_MIN_POS 0 // ########################################################################################## // ## Movement settings ## // ########################################################################################## // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU. Currently only works for RAMBO boards #define MICROSTEP_MODES {8,8,8,8,8} // [1,2,4,8,16] // Motor Current setting (Only functional when motor driver current ref pins are connected to a digital trimpot on supported boards) #if MOTHERBOARD==301 #define MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A) #elif MOTHERBOARD==12 #define MOTOR_CURRENT {35713,35713,35713,35713,35713} // Values 0-65535 (3D Master 35713 = ~1A) #endif /** \brief Number of segments to generate for delta conversions per second of move */ #define DELTA_SEGMENTS_PER_SECOND_PRINT 180 // Move accurate setting for print moves #define DELTA_SEGMENTS_PER_SECOND_MOVE 70 // Less accurate setting for other moves // Delta settings #if DRIVE_SYSTEM==3 /** \brief Delta rod length */ #define DELTA_DIAGONAL_ROD 345 // mm /* =========== Parameter essential for delta calibration =================== C, Y-Axis | |___| CARRIAGE_HORIZONTAL_OFFSET | | \ |_________ X-axis | \ / \ | \ DELTA_DIAGONAL_ROD / \ \ / \ \ Carriage is at printer center! A B \_____/ |--| END_EFFECTOR_HORIZONTAL_OFFSET |----| DELTA_RADIUS |-----------| PRINTER_RADIUS Column angles are measured from X-axis counterclockwise "Standard" positions: alpha_A = 210, alpha_B = 330, alpha_C = 90 */ /** \brief column positions - change only to correct build imperfections! */ #define DELTA_ALPHA_A 210 #define DELTA_ALPHA_B 330 #define DELTA_ALPHA_C 90 /** Correct radius by this value for each column. Perfect builds have 0 everywhere. */ #define DELTA_RADIUS_CORRECTION_A 0 #define DELTA_RADIUS_CORRECTION_B 0 #define DELTA_RADIUS_CORRECTION_C 0 /** Correction of the default diagonal size. Value gets added.*/ #define DELTA_DIAGONAL_CORRECTION_A 0 #define DELTA_DIAGONAL_CORRECTION_B 0 #define DELTA_DIAGONAL_CORRECTION_C 0 /** Max. radius the printer should be able to reach. */ #define DELTA_MAX_RADIUS 200 /** \brief Horizontal offset of the universal joints on the end effector (moving platform). */ #define END_EFFECTOR_HORIZONTAL_OFFSET 33 /** \brief Horizontal offset of the universal joints on the vertical carriages. */ #define CARRIAGE_HORIZONTAL_OFFSET 18 /** \brief Printer radius in mm, measured from the center of the print area to the vertical smooth rod. */ #define PRINTER_RADIUS 175 /** Remove comment for more precise delta moves. Needs a bit more computation time. */ //#define EXACT_DELTA_MOVES /** \brief Horizontal distance bridged by the diagonal push rod when the end effector is in the center. It is pretty close to 50% of the push rod length (250 mm). */ #define DELTA_RADIUS (PRINTER_RADIUS-END_EFFECTOR_HORIZONTAL_OFFSET-CARRIAGE_HORIZONTAL_OFFSET) /* ========== END Delta calibation data ==============*/ /** When true the delta will home to z max when reset/powered over cord. That way you start with well defined coordinates. If you don't do it, make sure to home first before your first move. */ #define DELTA_HOME_ON_POWER false /** To allow software correction of misaligned endstops, you can set the correction in steps here. If you have EEPROM enabled you can also change the values online and autoleveling will store the results here. */ #define DELTA_X_ENDSTOP_OFFSET_STEPS 0 #define DELTA_Y_ENDSTOP_OFFSET_STEPS 0 #define DELTA_Z_ENDSTOP_OFFSET_STEPS 0 /** \brief Experimental calibration utility for delta printers */ #define SOFTWARE_LEVELING #endif #if DRIVE_SYSTEM == 4 // ========== Tuga special settings ============= /* Radius of the long arm in mm. */ #define DELTA_DIAGONAL_ROD 240 #endif /** \brief Number of delta moves in each line. Moves that exceed this figure will be split into multiple lines. Increasing this figure can use a lot of memory since 7 bytes * size of line buffer * MAX_SELTA_SEGMENTS_PER_LINE will be allocated for the delta buffer. With defaults 7 * 16 * 22 = 2464 bytes. This leaves ~1K free RAM on an Arduino Mega. Used only for nonlinear systems like delta or tuga. */ #define MAX_DELTA_SEGMENTS_PER_LINE 22 /** After x seconds of inactivity, the stepper motors are disabled. Set to 0 to leave them enabled. This helps cooling the Stepper motors between two print jobs. Overridden if EEPROM activated. */ #define STEPPER_INACTIVE_TIME 3600 /** After x seconds of inactivity, the system will go down as far it can. It will at least disable all stepper motors and heaters. If the board has a power pin, it will be disabled, too. Set value to 0 for disabled. Overridden if EEPROM activated. */ #define MAX_INACTIVE_TIME 0L /** Maximum feedrate, the system allows. Higher feedrates are reduced to these values. The axis order in all axis related arrays is X, Y, Z Overridden if EEPROM activated. */ #define MAX_FEEDRATE_X 200 #define MAX_FEEDRATE_Y 200 #define MAX_FEEDRATE_Z 3 /** Home position speed in mm/s. Overridden if EEPROM activated. */ #define HOMING_FEEDRATE_X 80 #define HOMING_FEEDRATE_Y 80 #define HOMING_FEEDRATE_Z 3 /** Set order of axis homing. Use HOME_ORDER_XYZ and replace XYZ with your order. */ #define HOMING_ORDER HOME_ORDER_YXZ /* If you have a backlash in both z-directions, you can use this. For most printer, the bed will be pushed down by it's own weight, so this is nearly never needed. */ #define ENABLE_BACKLASH_COMPENSATION false #define Z_BACKLASH 0 #define X_BACKLASH 0 #define Y_BACKLASH 0 /** Comment this to disable ramp acceleration */ #define RAMP_ACCELERATION 1 /** If your stepper needs a longer high signal then given, you can add a delay here. The delay is realized as a simple loop wasting time, which is not available for other computations. So make it as low as possible. For the most common drivers no delay is needed, as the included delay is already enough. */ #define STEPPER_HIGH_DELAY 0 /** The firmware can only handle 16000Hz interrupt frequency cleanly. If you need higher speeds a faster solution is needed, and this is to double/quadruple the steps in one interrupt call. This is like reducing your 1/16th microstepping to 1/8 or 1/4. It is much cheaper then 1 or 3 additional stepper interrupts with all it's overhead. As a result you can go as high as 40000Hz. */ #define STEP_DOUBLER_FREQUENCY 12000 /** If you need frequencies off more then 30000 you definitely need to enable this. If you have only 1/8 stepping enabling this may cause to stall your moves when 20000Hz is reached. */ #define ALLOW_QUADSTEPPING true /** If you reach STEP_DOUBLER_FREQUENCY the firmware will do 2 or 4 steps with nearly no delay. That can be too fast for some printers causing an early stall. */ #define DOUBLE_STEP_DELAY 1 // time in microseconds /** The firmware supports trajectory smoothing. To achieve this, it divides the stepsize by 2, resulting in the double computation cost. For slow movements this is not an issue, but for really fast moves this is too much. The value specified here is the number of clock cycles between a step on the driving axis. If the interval at full speed is below this value, smoothing is disabled for that line.*/ #define MAX_HALFSTEP_INTERVAL 1999 //// Acceleration settings /** \brief X, Y, Z max acceleration in mm/s^2 for printing moves or retracts. Make sure your printer can go that high! Overridden if EEPROM activated. */ #define MAX_ACCELERATION_UNITS_PER_SQ_SECOND_X 900 #define MAX_ACCELERATION_UNITS_PER_SQ_SECOND_Y 900 #define MAX_ACCELERATION_UNITS_PER_SQ_SECOND_Z 100 /** \brief X, Y, Z max acceleration in mm/s^2 for travel moves. Overridden if EEPROM activated.*/ #define MAX_TRAVEL_ACCELERATION_UNITS_PER_SQ_SECOND_X 1500 #define MAX_TRAVEL_ACCELERATION_UNITS_PER_SQ_SECOND_Y 1500 #define MAX_TRAVEL_ACCELERATION_UNITS_PER_SQ_SECOND_Z 100 /** \brief Maximum allowable jerk. Caution: This is no real jerk in a physical meaning. The jerk determines your start speed and the maximum speed at the join of two segments. Its unit is mm/s. If the printer is standing still, the start speed is jerk/2. At the join of two segments, the speed difference is limited to the jerk value. Examples: For all examples jerk is assumed as 40. Segment 1: vx = 50, vy = 0 Segment 2: vx = 0, vy = 50 v_diff = sqrt((50-0)^2+(0-50)^2) = 70.71 v_diff > jerk => vx_1 = vy_2 = jerk/v_diff*vx_1 = 40/70.71*50 = 28.3 mm/s at the join Segment 1: vx = 50, vy = 0 Segment 2: vx = 35.36, vy = 35.36 v_diff = sqrt((50-35.36)^2+(0-35.36)^2) = 38.27 < jerk Corner can be printed with full speed of 50 mm/s Overridden if EEPROM activated. */ #define MAX_JERK 20.0 #define MAX_ZJERK 0.3 /** \brief Number of moves we can cache in advance. This number of moves can be cached in advance. If you wan't to cache more, increase this. Especially on many very short moves the cache may go empty. The minimum value is 5. */ #define MOVE_CACHE_SIZE 16 /** \brief Low filled cache size. If the cache contains less then MOVE_CACHE_LOW segments, the time per segment is limited to LOW_TICKS_PER_MOVE clock cycles. If a move would be shorter, the feedrate will be reduced. This should prevent buffer underflows. Set this to 0 if you don't care about empty buffers during print. */ #define MOVE_CACHE_LOW 10 /** \brief Cycles per move, if move cache is low. This value must be high enough, that the buffer has time to fill up. The problem only occurs at the beginning of a print or if you are printing many very short segments at high speed. Higher delays here allow higher values in PATH_PLANNER_CHECK_SEGMENTS. */ #define LOW_TICKS_PER_MOVE 250000 // ########################################################################################## // ## Extruder control ## // ########################################################################################## /* \brief Minimum temperature for extruder operation This is a saftey value. If your extruder temperature is below this temperature, no extruder steps are executed. This is to prevent your extruder to move unless the fiament is at least molten. After having some complains that the extruder does not work, I leave it 0 as default. */ #define MIN_EXTRUDER_TEMP 150 /** \brief Enable advance algorithm. Without a correct adjusted advance algorithm, you get blobs at points, where acceleration changes. The effect increases with speed and acceleration difference. Using the advance method decreases this effect. For more informations, read the wiki. */ #define USE_ADVANCE /** \brief enables quadratic component. Uncomment to allow a quadratic advance dependency. Linear is the dominant value, so no real need to activate the quadratic term. Only adds lots of computations and storage usage. */ //#define ENABLE_QUADRATIC_ADVANCE // ########################################################################################## // ## Communication configuration ## // ########################################################################################## //// AD595 THERMOCOUPLE SUPPORT UNTESTED... USE WITH CAUTION!!!! /** \brief Communication speed. - 250000 : Fastes with errorrate of 0% with 16 or 32 MHz - update wiring_serial.c in your board files. See boards/readme.txt - 115200 : Fast, but may produce communication errors on quite regular basis, Error rate -3,5% - 76800 : Best setting for Arduino with 16 MHz, Error rate 0,2% page 198 AVR1284 Manual. Result: Faster communication then 115200 - 57600 : Should produce nearly no errors, on my gen 6 it's faster than 115200 because there are no errors slowing down the connection - 38600 Overridden if EEPROM activated. */ //#define BAUDRATE 76800 //---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- //#define BAUDRATE 115200 #define BAUDRATE 250000 /** Some boards like Gen7 have a power on pin, to enable the atx power supply. If this is defined, the power will be turned on without the need to call M80 if initially started. */ #define ENABLE_POWER_ON_STARTUP /** If you use an ATX power supply you need the power pin to work non inverting. For some special boards you might need to make it inverting. */ #define POWER_INVERTING false /** What shall the printer do, when it receives an M112 emergency stop signal? 0 = Disable heaters/motors, wait forever until someone presses reset. 1 = restart by resetting the AVR controller. The USB connection will not reset if managed by a different chip! */ #define KILL_METHOD 1 /** \brief Cache size for incoming commands. There should be no reason to increase this cache. Commands are nearly immediately sent to execution. */ #define GCODE_BUFFER_SIZE 2 /** Appends the linenumber after every ok send, to acknowledge the received command. Uncomment for plain ok ACK if your host has problems with this */ #define ACK_WITH_LINENUMBER /** Communication errors can swollow part of the ok, which tells the host software to send the next command. Not receiving it will cause your printer to stop. Sending this string every second, if our queue is empty should prevent this. Comment it, if you don't wan't this feature. */ #define WAITING_IDENTIFIER "wait" /** \brief Sets time for echo debug You can set M111 1 which enables ECHO of commands sent. This define specifies the position, when it will be executed. In the original FiveD software, echo is done after receiving the command. With checksum you know, how it looks from the sending string. With this define uncommented, you will see the last command executed. To be more specific: It is written after execution. This helps tracking errors, because there may be 8 or more commands in the queue and it is elsewise difficult to know, what your reprap is currently doing. */ #define ECHO_ON_EXECUTE /** \brief EEPROM storage mode Set the EEPROM_MODE to 0 if you always want to use the settings in this configuration file. If not, set it to a value not stored in the first EEPROM-byte used. If you later want to overwrite your current EEPROM settings with configuration defaults, just select an other value. On the first call to epr_init() it will detect a mismatch of the first byte and copy default values into EEPROM. If the first byte matches, the stored values are used to overwrite the settings. IMPORTANT: With mode <>0 some changes in Configuration.h are not set any more, as they are taken from the EEPROM. */ #define EEPROM_MODE 0 /**************** duplicate motor driver *************** If you have an unused extruder stepper free, you could use it to drive the second z motor instead of driving both with a single stepper. The same works for the other axis if needed. */ #define FEATURE_TWO_XSTEPPER false #define X2_STEP_PIN E1_STEP_PIN #define X2_DIR_PIN E1_DIR_PIN #define X2_ENABLE_PIN E1_ENABLE_PIN #define FEATURE_TWO_YSTEPPER false #define Y2_STEP_PIN E1_STEP_PIN #define Y2_DIR_PIN E1_DIR_PIN #define Y2_ENABLE_PIN E1_ENABLE_PIN #define FEATURE_TWO_ZSTEPPER false #define Z2_STEP_PIN E1_STEP_PIN #define Z2_DIR_PIN E1_DIR_PIN #define Z2_ENABLE_PIN E1_ENABLE_PIN /* Ditto printing allows 2 extruders to do the same action. This effectively allows to print an object two times at the speed of one. Works only with dual extruder setup. */ #define FEATURE_DITTO_PRINTING false /* Servos If you need to control servos, enable this feature. You can control up to 4 servos. Control the servos with M340 P S servoID = 0..3 Servos are controlled by a pulse width normally between 500 and 2500 with 1500ms in center position. 0 turns servo off. WARNING: Servos can draw a considerable amount of current. Make sure your system can handle this or you may risk your hardware! */ #define FEATURE_SERVO false // Servo pins on a RAMPS board are 11,6,5,4 #define SERVO0_PIN 11 #define SERVO1_PIN 6 #define SERVO2_PIN 5 #define SERVO3_PIN 4 /* A watchdog resets the printer, if a signal is not send within predifined time limits. That way we can be sure that the board is always running and is not hung up for some unknown reason. */ #define FEATURE_WATCHDOG false // FIS200115 true -> false /* Z-Probing */ #define FEATURE_Z_PROBE false #define Z_PROBE_PIN 63 #define Z_PROBE_PULLUP true #define Z_PROBE_ON_HIGH true #define Z_PROBE_X_OFFSET 0 #define Z_PROBE_Y_OFFSET 0 #define Z_PROBE_BED_DISTANCE 5.0 // Higher than max bed level distance error in mm // Waits for a signal to start. Valid signals are probe hit and ok button. // This is needful if you have the probe trigger by hand. #define Z_PROBE_WAIT_BEFORE_TEST true /** Speed of z-axis in mm/s when probing */ #define Z_PROBE_SPEED 2 #define Z_PROBE_XY_SPEED 150 #define Z_PROBE_SWITCHING_DISTANCE 1.5 // Distance to safely switch off probe #define Z_PROBE_REPETITIONS 5 // Repetitions for probing at one point. /** The height is the difference between activated probe position and nozzle height. */ #define Z_PROBE_HEIGHT 39.91 /** These scripts are run before resp. after the z-probe is done. Add here code to activate/deactivate probe if needed. */ #define Z_PROBE_START_SCRIPT "" #define Z_PROBE_FINISHED_SCRIPT "" /* Autoleveling allows it to z-probe 3 points to compute the inclination and compensates the error for the print. This feature requires a working z-probe and you should have z-endstop at the top not at the bottom. The same 3 points are used for the G29 command. */ #define FEATURE_AUTOLEVEL false #define Z_PROBE_X1 100 #define Z_PROBE_Y1 20 #define Z_PROBE_X2 160 #define Z_PROBE_Y2 170 #define Z_PROBE_X3 20 #define Z_PROBE_Y3 170 /* Babystepping allows to change z height during print without changing official z height */ #define FEATURE_BABYSTEPPING 1 // --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- /* If you have a threaded rod, you want a higher multiplicator to see an effect. Limit value to 50 or you get easily overflows.*/ #define BABYSTEP_MULTIPLICATOR 40 // ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ /* Define a pin to tuen light on/off */ #define CASE_LIGHTS_PIN -1 #define CASE_LIGHT_DEFAULT_ON 1 /** Set to false to disable SD support: */ #ifndef SDSUPPORT // Some boards have sd support on board. These define the values already in pins.h #define SDSUPPORT true //false ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ // Uncomment to enable or change card detection pin. With card detection the card is mounted on insertion. #define SDCARDDETECT 1 // Change to true if you get a inserted message on removal. #define SDCARDDETECTINVERTED false #endif /** Show extended directory including file length. Don't use this with Pronterface! */ #define SD_EXTENDED_DIR true // If you want support for G2/G3 arc commands set to true, otherwise false. #define ARC_SUPPORT true /** You can store the current position with M401 and go back to it with M402. This works only if feature is set to true. */ #define FEATURE_MEMORY_POSITION true /** If a checksum is sent, all future comamnds must also contain a checksum. Increases reliability especially for binary protocol. */ #define FEATURE_CHECKSUM_FORCED false /** Should support for fan control be compiled in. If you enable this make sure the FAN pin is not the same as for your second extruder. RAMPS e.g. has FAN_PIN in 9 which is also used for the heater if you have 2 extruders connected. */ #define FEATURE_FAN_CONTROL false //true -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- /** For displays and keys there are too many permutations to handle them all in once. For the most common available combinations you can set the controller type here, so you don't need to configure uicong.h at all. Controller settings > 1 disable usage of uiconfig.h 0 = no display 1 = Manual definition of display and keys parameter in uiconfig.h The following settings override uiconfig.h! 2 = German Reprap LCD on RAMPS 3 = Adafruit RGB controller 4 = Foltyn 3DMaster with display attached 5 = ViKi LCD - Check pin configuration in ui.h for feature controller 5!!! sd card disabled by default! 6 = ReprapWorld Keypad / LCD, predefined pins for Megatronics v2.0 and RAMPS 1.4. Please check if you have used the defined pin layout in ui.h. 7 = RADDS Extension Port 8 = PiBot Display/Controller extension with 20x4 character display 9 = PiBot Display/Controller extension with 16x2 character display 10 = Gadgets3D shield on RAMPS 1.4, see http://reprap.org/wiki/RAMPS_1.3/1.4_GADGETS3D_Shield_with_Panel 11 = RepRapDiscount Full Graphic Smart Controller 12 = FELIXPrinters Controller 13 = SeeMeCNC Display on Rambo (ORION) 14 = OpenHardware.co.za LCD2004 V2014 15 = Sanguinololu + Panelolu2 */ #define FEATURE_CONTROLLER 11 /** Select the language to use. 0 = English 1 = German 2 = Dutch 3 = Brazilian portuguese 4 = Italian 5 = Spanish 6 = Swedish 7 = French 8 = Czech */ #define UI_LANGUAGE 1 // This is line 2 of the status display at startup. Change to your like. #define UI_PRINTER_NAME "PRotos/V3" #define UI_PRINTER_COMPANY "German RepRap GmbH" /** Animate switches between menus etc. */ #define UI_ANIMATION false //true -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- /** How many ms should a single page be shown, until it is switched to the next one.*/ #define UI_PAGES_DURATION 4000 /** Delay of start screen in milliseconds */ #define UI_START_SCREEN_DELAY 5000 //------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ /** Uncomment if you don't want automatic page switching. You can still switch the info pages with next/previous button/click-encoder */ #define UI_DISABLE_AUTO_PAGESWITCH true /** Time to return to info menu if x millisconds no key was pressed. Set to 0 to disable it. */ #define UI_AUTORETURN_TO_MENU_AFTER 0 // 30000 #define FEATURE_UI_KEYS 0 /* Normally cou want a next/previous actions with every click of your encoder. Unfotunately, the encoder have a different count of phase changes between clicks. Select an encoder speed from 0 = fastest to 2 = slowest that results in one menu move per click. */ #define UI_ENCODER_SPEED 1 /* There are 2 ways to change positions. You can move by increments of 1/0.1 mm resulting in more menu entries and requiring many turns on your encode. The alternative is to enable speed dependent positioning. It will change the move distance depending on the speed you turn the encoder. That way you can move very fast and very slow in the same setting. */ #define UI_SPEEDDEPENDENT_POSITIONING false //true ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- /** \brief bounce time of keys in milliseconds */ #define UI_KEY_BOUNCETIME 10 /** \brief First time in ms until repeat of action. */ #define UI_KEY_FIRST_REPEAT 500 /** \brief Reduction of repeat time until next execution. */ #define UI_KEY_REDUCE_REPEAT 50 /** \brief Lowest repeat time. */ #define UI_KEY_MIN_REPEAT 50 #define FEATURE_BEEPER true /** Beeper sound definitions for short beeps during key actions and longer beeps for important actions. Parameter is delay in microseconds and the second is the number of repetitions. Values must be in range 1..255 */ #define BEEPER_SHORT_SEQUENCE 2,2 #define BEEPER_LONG_SEQUENCE 8,8 // ############################################################################### // ## Values for menu settings ## // ############################################################################### // Values used for preheat #define UI_SET_PRESET_HEATED_BED_TEMP_PLA 60 #define UI_SET_PRESET_EXTRUDER_TEMP_PLA 200 #define UI_SET_PRESET_HEATED_BED_TEMP_ABS 110 #define UI_SET_PRESET_EXTRUDER_TEMP_ABS 240 // Extreme values #define UI_SET_MIN_HEATED_BED_TEMP 30 #define UI_SET_MAX_HEATED_BED_TEMP 110 #define UI_SET_MIN_EXTRUDER_TEMP 160 #define UI_SET_MAX_EXTRUDER_TEMP 265 #define UI_SET_EXTRUDER_FEEDRATE 2 // mm/sec #define UI_SET_EXTRUDER_RETRACT_DISTANCE 2 // mm #endif --------------------------------------------------------------------------------------------------------------------- pins.h * Arduino Mega pin assignment * ****************************************************************************************/ #if MOTHERBOARD == 33 #define MOTHERBOARD 3 #define RAMPS_V_1_3 #elif MOTHERBOARD == 34 #define MOTHERBOARD 3 #define RAMPS_V_1_3 #define AZTEEG_X3 #elif MOTHERBOARD == 35 #define MOTHERBOARD 3 #define RAMPS_V_1_3 #define AZTEEG_X3_PRO #endif #if MOTHERBOARD == 3 #define KNOWN_BOARD 1 //////////////////FIX THIS////////////// #ifndef __AVR_ATmega1280__ #ifndef __AVR_ATmega2560__ #error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu. #endif #endif // uncomment one of the following lines for RAMPS v1.3 or v1.0, comment both for v1.2 or 1.1 #define RAMPS_V_1_3 // #define RAMPS_V_1_0 #ifdef RAMPS_V_1_3 #define ORIG_X_STEP_PIN 54 #define ORIG_X_DIR_PIN 55 #define ORIG_X_ENABLE_PIN 38 #define ORIG_X_MIN_PIN 3 #define ORIG_X_MAX_PIN -1 //2 ---------------------------------------------------------------------------------------------------------- #define ORIG_Y_STEP_PIN 60 #define ORIG_Y_DIR_PIN 61 #define ORIG_Y_ENABLE_PIN 56 #define ORIG_Y_MIN_PIN 14 #define ORIG_Y_MAX_PIN -1 //15 --------------------------------------------------------------------------------------------------------- #define ORIG_Z_STEP_PIN 46 #define ORIG_Z_DIR_PIN 48 #define ORIG_Z_ENABLE_PIN 62 #define ORIG_Z_MIN_PIN 18 #define ORIG_Z_MAX_PIN -1 //19 --------------------------------------------------------------------------------------------------------- #define ORIG_E0_STEP_PIN 26 #define ORIG_E0_DIR_PIN 28 #define ORIG_E0_ENABLE_PIN 24 #define ORIG_E1_STEP_PIN 36 #define ORIG_E1_DIR_PIN 34 #define ORIG_E1_ENABLE_PIN 30 #define SDPOWER -1 #define SDSS 53 #define SDCARDDETECT 49 #define LED_PIN 13 #define ORIG_FAN_PIN -1 //8 --------------------------------------------------------------------------------------------------------------- #define PS_ON_PIN 12 #define HEATER_0_PIN 10 // e0->t0 --------------------------------------------------------------------------------------------------------- #define HEATER_1_PIN 9 // e1->t18 // 8 //hb->t2 #define HEATER_2_PIN 8 // hb->t29 // 9 //e1->t1 #define TEMP_0_PIN 13 // t0 #define TEMP_1_PIN 14 // t1 #define TEMP_2_PIN 15 // t2 #define E0_PINS ORIG_E0_STEP_PIN,ORIG_E0_DIR_PIN,ORIG_E0_ENABLE_PIN, #define E1_PINS ORIG_E1_STEP_PIN,ORIG_E1_DIR_PIN,ORIG_E1_ENABLE_PIN, #else // RAMPS_V_1_1 or RAMPS_V_1_2 as default #define ORIG_X_STEP_PIN 26 #define ORIG_X_DIR_PIN 28 #define ORIG_X_ENABLE_PIN 24 #define ORIG_X_MIN_PIN 3 #define ORIG_X_MAX_PIN -1 //2 #define ORIG_Y_STEP_PIN 38 #define ORIG_Y_DIR_PIN 40 #define ORIG_Y_ENABLE_PIN 36 #define ORIG_Y_MIN_PIN 16 #define ORIG_Y_MAX_PIN -1 //17 #define ORIG_Z_STEP_PIN 44 #define ORIG_Z_DIR_PIN 46 #define ORIG_Z_ENABLE_PIN 42 #define ORIG_Z_MIN_PIN 18 #define ORIG_Z_MAX_PIN -1 //19 #define ORIG_E0_STEP_PIN 32 #define ORIG_E0_DIR_PIN 34 #define ORIG_E0_ENABLE_PIN 30 #define SDPOWER 48 #define SDSS 53 #define LED_PIN 13 #define PS_ON_PIN -1 //#define SCL 21 //#define SDA 20 #define E0_PINS ORIG_E0_STEP_PIN,ORIG_E0_DIR_PIN,ORIG_E0_ENABLE_PIN, #define E1_PINS #ifdef RAMPS_V_1_0 // RAMPS_V_1_0 #define HEATER_0_PIN 12 // RAMPS 1.0 #define HEATER_1_PIN -1 // RAMPS 1.0 #define ORIG_FAN_PIN 11 // RAMPS 1.0 #else // RAMPS_V_1_1 or RAMPS_V_1_2 #define HEATER_0_PIN 10 // RAMPS 1.1 #define HEATER_1_PIN 8 // RAMPS 1.1 #define ORIG_FAN_PIN 9 // RAMPS 1.1 #endif #define TEMP_0_PIN 2 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!! #define TEMP_1_PIN 1 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!! #endif // SPI for Max6675 Thermocouple // these pins are defined in the SD library if building with SD support #define SCK_PIN 52 #define MISO_PIN 50 #define MOSI_PIN 51 #define MAX6675_SS 53 #ifdef AZTEEG_X3 #define SDSUPPORT true #define SDCARDDETECTINVERTED false #define SDCARDDETECT 49 #define ORIG_FAN_PIN 4 #define ORIG_FAN2_PIN 5 #define LIGHT_PIN 6 #define BEEPER_PIN 33 // Activate beeper on extension shield #define BEEPER_TYPE 1 #define ORIG_E2_STEP_PIN 27 // Only available with X3 shield #define ORIG_E2_DIR_PIN 29 // Only available with X3 shield #define ORIG_E2_ENABLE_PIN 41 // Only available with X3 shield #define ORIG_E3_STEP_PIN 23 // Only available with X3 shield #define ORIG_E3_DIR_PIN 25 // Only available with X3 shield #define ORIG_E3_ENABLE_PIN 40 // Only available with X3 shield #define HEAT

Custom Home Routine with G28

$
0
0
Hi all!

I'm currently converting an industrial 3D printer to repetier and I need some custom homing routine to avoid collisions.

In short;
a)I need the X axis to home and then move away 30mm for example then continue homing Y and Z.
-So far i can do this with "Endstop distance after homing" but this sets the position as 0 and I cannot go to -30mm for example.

b)I need to move the Y axis past the Y endstop to perform an action but as soon as the optical endstop is activated I cannot go furhter.
-All axes have start and end sensors, I guess I could use those some how.

Thanks for any input!

Regards

New to Repetier Firmware and having E-Step issues

$
0
0
Alright I am a former Marlin Firmware user and have recently swapped to Repetier as I was told it would be better for doing multi extrusion with my custom 3D Printer design. I have been building 3D Printers for just over a year now but I have run into a problem when configuring the firmware. I have set everything up and everything seems to work correctly apart from my E-Steps for all stepper motors. When I was using Marlin I used X:80, Y:80, Z:400, E0:837, E1:837 and it worked completely fine, I have inputted the same E-Steps into Repetier expecting it to work but I am finding that it is not correct and in fact miles off working correctly with my Z axis moving a fraction of a mm when set to move 10mm. Any ideas or info that would help me figure it out would be greatly appreciated. (Unable to upload my Configuration.h file on here for some reason)

Dual Extruder: lower temp while extruder is parked

$
0
0
I finally got my independent dual x printer up and running with repetier. Apart from setting up BLTouch correctly, the trickiest part was to realize that the offsets are very different from what you do in MK4Duo / Marlin. But now I got it calibrated perfectly.

This is almost a cosmetic question: is there an easy way to set temp to e.g. 170 while the extruder is parked and then heat up to target temperature once it gets re-activated. The extruder select / deselect command only offer hard coded temp-settings which is not practical, maybe I could use the event system (requires coding, not too confident about that). Last, I might be able to find a way via slicer settings or via events in Repetier-Server. Is there an even easier way I am not currently aware off?

Thanks a lot for your support in advance. I am suuuuper happy right now (even got the RADDS2LCD set up with a 12864 LCD, yeeeeah)

MK4Duo 1 - Repetier 0

$
0
0
Roland knows well that I've been an admired of Repetier firmware and server for a long time, but lately I had big problems with a Cartesian similar to the Creality CR-10, called "Alfawise U10".
This printer come with "Ramps Plus" 8 bit board and an old version of Marlin installed.
I configured Repetier V1.0.2 DEV and I made many prints tests, unfortunately the RepRap full graphics display installed in the box I noticed that significantly decreases the print quality, excluding it I've better results.
I recently tried "MK4Duo V4.3.6", which is a Marlin aligned to version 2, which will be released soon.
The differences in print quality are visibly tangible, MK4Duo even having enabled the same display does not have a processor occupation such as to deprecate the print quality.
There's two new features in the new Marlin, called "Junction Deviation" and "Bézier Jerk Control", that offer better print immediately.
I ask Roland to review the "display full graphics" issue, because the problem is present in Repetier, and it doesn't affect only the Delta configurations, also the others.
Soon here I publish some test prints, made with the same g-code.

Marco

How to change Z home position

$
0
0
Hi,
I just flashed the firmware of my XYZ DaVinci 2.0a Duo with Repetier 0.92. It seems to be OK until I press Home Z then the bed moves too high. When I try to print the nozzle hits the side of the bed. If I go into the printer settings and drop the bed 2.5mm it looks to be the correct hight, but how do I save that as the home position?

I didn't know if I have to do it from the printer or my laptop, if from my laptop, then before or after uploading the firmware to my printer.

Thanks in advance

G29 does not probe entire bed... probe method seems stuck on method (0) - 3 point with BL Touch

$
0
0
Hi, Decided to try setting up BL Tocu again. I'm using the latest stable firmware 1.02. I got the probe to sort of work but have some things that don't appear to me working. This is what I noticed

- my bed is 300x300 so even though I have the probe points set to 20, 280 it's only measuring half the bed and finishes at (3rd point) 100,160.

#define Z_PROBE_X1 20
#define Z_PROBE_Y1 20
#define Z_PROBE_X2 280
#define Z_PROBE_Y2 20
#define Z_PROBE_X3 20
#define Z_PROBE_Y3 280

This doesn't seem to make a difference?

- also I have #define BED_LEVELING_METHOD 1. Is it supposed to probe a grid? If so it only probes 3 points like method 0?

- the nozzle is crashing into the bed, but that may just be my distances need to be set.
- last thing... even with #define Z_PROBE_BED_DISTANCE 3 set to 3... it seems to use a distance of 50

Here is my z probe settings. I'm on the z-min pin. Mechanically it seems to function but something it strange... I'd like it to atleast measure my entire bed and not just 1/4.

Last question, since there is no z-min... is the probe supposed to act as a z-min switch? After a G29... I can still manually move the bed into the nozzle (or nozzle into the bed...my bed moves up and down)


// #################### Z-Probing #####################

#define Z_PROBE_Z_OFFSET 0
#define Z_PROBE_Z_OFFSET_MODE 0
#define UI_BED_COATING 0
#define FEATURE_Z_PROBE 1
#define EXTRUDER_IS_Z_PROBE 0
#define Z_PROBE_DISABLE_HEATERS 0
#define Z_PROBE_BED_DISTANCE 3
#define Z_PROBE_PIN ORIG_Z_MIN_PIN
#define Z_PROBE_PULLUP 1
#define Z_PROBE_ON_HIGH 1
#define Z_PROBE_X_OFFSET 46
#define Z_PROBE_Y_OFFSET 0
#define Z_PROBE_WAIT_BEFORE_TEST 0
#define Z_PROBE_SPEED 2
#define Z_PROBE_XY_SPEED 150
#define Z_PROBE_SWITCHING_DISTANCE 5
#define Z_PROBE_REPETITIONS 1
#define Z_PROBE_HEIGHT 2.98
#define Z_PROBE_DELAY 0
#define Z_PROBE_START_SCRIPT "M340 P0 S700"
#define Z_PROBE_FINISHED_SCRIPT "M340 P0 S1500"
#define Z_PROBE_RUN_AFTER_EVERY_PROBE ""
#define Z_PROBE_REQUIRES_HEATING 0
#define Z_PROBE_MIN_TEMPERATURE 150
#define FEATURE_AUTOLEVEL 1
#define FEATURE_SOFTWARE_LEVELING 0
#define Z_PROBE_X1 20
#define Z_PROBE_Y1 20
#define Z_PROBE_X2 280
#define Z_PROBE_Y2 20
#define Z_PROBE_X3 20
#define Z_PROBE_Y3 280
#define BED_LEVELING_METHOD 1
#define BED_CORRECTION_METHOD 0
#define BED_LEVELING_GRID_SIZE 5
#define BED_LEVELING_REPETITIONS 5
#define BED_MOTOR_1_X 0
#define BED_MOTOR_1_Y 0
#define BED_MOTOR_2_X 200
#define BED_MOTOR_2_Y 0
#define BED_MOTOR_3_X 100
#define BED_MOTOR_3_Y 200
#define BENDING_CORRECTION_A 0
#define BENDING_CORRECTION_B 0
#define BENDING_CORRECTION_C 0
#define FEATURE_AXISCOMP 0
#define AXISCOMP_TANXY 0
#define AXISCOMP_TANYZ 0
#define AXISCOMP_TANXZ 0




More dualx related questions

$
0
0
In order to make my printer even more reliable, I am planning to implement
  • MULTI_ZENDSTOP_HOMING:
    I assume that I can have dual z-min homing (with dual z motor steppers of course) to level the carriages
    AND BLTouch for probing and bed-leveling. Am I right?
  • Dual jam detection? Guess that wont be available in V1, or is it?
On a sidenote: The encoder of my original Prusa MK3 has 2 really handy features, I wish I had on my dualx: long-press for z up and down and double-click for z-babystepping in-print. Can this already be done in repetier? Couldn't figure it out in uiconfig.h

Thanks a lot - again! Looking forward to V2 of your firmware, although I have little wishes for the current version :)

Add temp custom function.

$
0
0
Hi!

I'm a beginner in arduino and C++ but I would like add a function in repetier firmware. I would like use one of the 4 thermistors ( rumba motherboard ) for control the radiator hotend temp, and do a emergency stop when the temp is too high.

Doing that with a uno is very easy but I've the feeling that is mooore difficult in repetier xD.

I don't ask the entire code but only the way to make it if it's possible ;).

Thanks a lot.

G33 R0 not clear value all.This event caused what.

$
0
0
I am not good at english.

I use google translate.

This event caused what.

I Use Comand G33 R0 Reset Z correction not clear value all.

When I checked there is not some value Reset is 0.

I use Command G33 L0 for check.

Exsample.

17:17:50.028 : G33 X224.96 Y0.00 Z0.000
17:17:50.032 : G33 X224.96 Y11.90 Z0.000
17:17:50.032 : G33 X224.96 Y23.80 Z0.000
17:17:50.036 : G33 X224.96 Y35.70 Z0.000
17:17:50.036 : G33 X224.96 Y47.60 Z0.000
17:17:50.037 : G33 X224.96 Y59.50 Z0.000
17:17:50.041 : G33 X224.96 Y71.40 Z0.000
17:17:50.041 : G33 X224.96 Y83.30 Z0.000
17:17:50.045 : G33 X224.96 Y95.20 Z0.000
17:17:50.045 : G33 X224.96 Y107.10 Z0.000
17:17:50.045 : G33 X224.96 Y119.00 Z0.000
17:17:50.049 : G33 X224.96 Y130.90 Z0.000
17:17:50.049 : G33 X224.96 Y142.80 Z0.000
17:17:50.053 : G33 X224.96 Y154.70 Z0.000
17:17:50.053 : G33 X224.96 Y166.60 Z0.493
17:17:50.057 : G33 X224.96 Y178.50 Z0.480
17:17:50.057 : G33 X224.96 Y190.40 Z0.406
17:17:50.057 : G33 X224.96 Y202.30 Z0.359
17:17:50.061 : G33 X224.96 Y214.20 Z-0.000
17:17:50.061 : G33 X224.96 Y226.10 Z-0.000
17:17:50.065 : G33 X224.96 Y238.00 Z-0.000
17:17:50.065 : G33 X224.96 Y249.90 Z-0.000

thank you for you help



FAN reverse default value

$
0
0
Hello,
when I boot up the Repetier firmware, I would like to have the FAN speed running to 100% instead of 0%

I won't extend the explanation as it's quite complex, but the goal is to switch off my laser which is connected to D9 when I switch on my CNC. 

thanks in advance !


Viewing all 1057 articles
Browse latest View live