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

SDCard not working on DUE+RuRamps

$
0
0
hi, so i've been using repetier-fw v1 dev (just updated to latest) on this setup (ruramps 1.3 + due) for a long time and everything was good.

for the first time tho, today i tried to use the SD Card through a common reprapdiscount smart controller. it does not work.
but it works in Marlin 2.0 bugfix so it's not a hardware problem either.

pin assignment appears correct and identical between marlin and repetier. i get no error messages in the log, just 

17:55:05.869 : Begin file list
17:55:05.869 : End file list

any clues on what could be wrong? SDSUPPORT is obviously enabled in configuration.h, along with the SDCARDDETECT pin


Add pushbutton to start specific program on SD card

$
0
0
Hello,

Is it possible to wire a pushbutton to the RAMPS1.4 and then start a specific program from the SD card?
Maybe there is a code for defining a program name which can be activated by an input.

Thanks in advance!

Best regards,
Tim

CNC tool length measurement on Z-Axis

$
0
0
Hi @all,

i am using repetier firemware for my cnc machine.
I was planing on using a tool length measurement end stop.

Basicly it is an endstop that activates somewhere above my worktable.
Something like this https://bit.ly/2Opo3an

The question is how to configure this?

The behaviour I would need is:

* Home Z in negative direction against Z-Min-Endstop
* Stop When hitting endpoint
* set absolut coordinates of repetier controler to tool length sensor height(e.g. 18mm), instead of setting it to zero

Is there any way? 


Scale factor for X,Y,Z on EEPROM

$
0
0
Running Repetier 0.92.10M on my DaVinci 1.0a.
Im currently printing my parts at 101.5% scale in order to achieve dimensional accuracy (I specify the scale inside Slic3r).
Is there a way to put that scale factor in the Repetier firmware so I dont have to do that every time?

On heat up of extruder 2 temp change is displayed at same time for both extruders ?

$
0
0
As in title.....If i start extruder number two i see temp change at same time for both extruders.Its just about whats displayed.....Printer works perfect.On independant menu under extruder tab all is displayed properly.Only on main display its going as i described it.....Can anyone help about what to edit in source files?

Resume after power loss ?

$
0
0
Any way to have this done through firmware?Maybe writing last executed line (in real time) to some file (which can be deleted after printing is done) in real time and then after power on if that file is present (not finished printing) start executing line from it and continue pritning?

Closed loop servo as open source project?

MKS Rumba mit TFT "Checksum Error"

$
0
0
Hey,
Ich habe mein Rumba jetzt von Marlin auf Repetier geswitched.
Das hat ein paar Probleme verursacht!

1. Wenn ich den Drucker über Repetier Host  o.a. verbinde bekomme ich direkt eine Fehlermeldung bezgl. Checksum Problemen.

Wenn ich es dann Ignoriere und einen G28 mache kommt  nach Abschluss vom Homing die nächste Fehlermeldung.



Und zu guter letzt wenn ich zb. über die Arduino IDE einen G32 mache kommt nachdem alle Messungen gemacht sind und die Spindeln sich verstellt haben diese Fehlermeldung.



Das ist schon hart.
Als ich mit meinen großen Drucker fertig war und dann Repetier aufgespielt hatte gab es keine dieser Fehlermeldungen.
Ich weiß echt nicht weiter.
Ich sitze jetzt seit drei Tagen an diesem Problem.
Im Prinzip macht er ja was er soll, nur nachdem er es gemacht hat spinnt er rum.
Ich hänge noch meine Config_H hier an.
Ich hoffe ihr könnt mir "mal wieder" helfen.
Falls wichtig.
Z Leveling läuft mit einem BL Touch.

Gruß Andreas
-------------------------------------------------------------------------------------------------------------------------------------------------------------
/*
    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 1.0.3dev
   generator: http://www.repetier.com/firmware/dev/

   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 1
#define MOTHERBOARD 80
#include "pins.h"

// ################## EDIT THESE SETTINGS MANUALLY ################

// ################ END MANUAL SETTINGS ##########################

#define HOST_RESCUE 0
#undef FAN_BOARD_PIN
#define FAN_BOARD_PIN -1
#define BOARD_FAN_SPEED 255
#define BOARD_FAN_MIN_SPEED 0
#define FAN_THERMO_PIN -1
#define FAN_THERMO_MIN_PWM 128
#define FAN_THERMO_MAX_PWM 255
#define FAN_THERMO_MIN_TEMP 45
#define FAN_THERMO_MAX_TEMP 60
#define FAN_THERMO_THERMISTOR_PIN -1
#define FAN_THERMO_THERMISTOR_TYPE 1
#undef Z_MIN_PIN
#define Z_MIN_PIN ORIG_Y_MAX_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 being compatible!
//#define COMPAT_PRE1
#define BLUETOOTH_SERIAL  1
#define BLUETOOTH_BAUD  115200
#define MIXING_EXTRUDER 0

#define DRIVE_SYSTEM 2
#define XAXIS_STEPS_PER_MM 89.9792
#define YAXIS_STEPS_PER_MM 89.9792
#define ZAXIS_STEPS_PER_MM 2136.5167
#define EXTRUDER_FAN_COOL_TEMP 50
#define PDM_FOR_EXTRUDER 0
#define PDM_FOR_COOLER 0
#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 ""
#define SHARED_EXTRUDER_HEATER 0
#define EXT0_X_OFFSET 0
#define EXT0_Y_OFFSET 0
#define EXT0_Z_OFFSET 0
#define EXT0_STEPS_PER_MM 314.911
#define EXT0_TEMPSENSOR_TYPE 8
#define EXT0_TEMPSENSOR_PIN TEMP_0_PIN
#define EXT0_HEATER_PIN HEATER_0_PIN
#define EXT0_STEP_PIN ORIG_E1_STEP_PIN
#define EXT0_DIR_PIN ORIG_E1_DIR_PIN
#define EXT0_INVERSE 1
#define EXT0_ENABLE_PIN ORIG_E1_ENABLE_PIN
#define EXT0_ENABLE_ON 0
#define EXT0_MIRROR_STEPPER 0
#define EXT0_STEP2_PIN ORIG_E0_STEP_PIN
#define EXT0_DIR2_PIN ORIG_E0_DIR_PIN
#define EXT0_INVERSE2 0
#define EXT0_ENABLE2_PIN ORIG_E0_ENABLE_PIN
#define EXT0_MAX_FEEDRATE 50
#define EXT0_MAX_START_FEEDRATE 20
#define EXT0_MAX_ACCELERATION 10000
#define EXT0_HEAT_MANAGER 1
#define EXT0_PREHEAT_TEMP 190
#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 7
#define EXT0_PID_I 2
#define EXT0_PID_D 40
#define EXT0_PID_MAX 255
#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 -4
#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 12000
#define EXT0_JAM_PIN -1
#define EXT0_JAM_PULLUP 0

#define FEATURE_RETRACTION 1
#define AUTORETRACT_ENABLED 0
#define RETRACTION_LENGTH 3
#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 0
#define FILAMENTCHANGE_Y_POS 0
#define FILAMENTCHANGE_Z_ADD  2
#define FILAMENTCHANGE_REHOME 1
#define FILAMENTCHANGE_SHORTRETRACT 5
#define FILAMENTCHANGE_LONGRETRACT 50
#define JAM_METHOD 1
#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 true
#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 GENERIC_THERM_VREF 5
#define GENERIC_THERM_NUM_ENTRIES 33
#define TEMP_GAIN 0
#define HEATER_PWM_SPEED 0
#define COOLER_PWM_SPEED 0

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

#define HAVE_HEATED_BED 1
#define HEATED_BED_PREHEAT_TEMP 55
#define HEATED_BED_MAX_TEMP 120
#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 1
#define HEATED_BED_PID_INTEGRAL_DRIVE_MAX 255
#define HEATED_BED_PID_INTEGRAL_DRIVE_MIN 80
#define HEATED_BED_PID_PGAIN_OR_DEAD_TIME   196
#define HEATED_BED_PID_IGAIN   33
#define HEATED_BED_PID_DGAIN 290
#define HEATED_BED_PID_MAX 255
#define HEATED_BED_DECOUPLE_TEST_PERIOD 300000
#define MIN_EXTRUDER_TEMP 150
#define MAXTEMP 275
#define MIN_DEFECT_TEMPERATURE -10
#define MAX_DEFECT_TEMPERATURE 290
#define MILLISECONDS_PREHEAT_TIME 30000

// ##########################################################################################
// ##                             Laser configuration                                      ##
// ##########################################################################################

/*
If the firmware is in laser mode, it can control a laser output to cut or engrave materials.
Please use this feature only if you know about safety and required protection. Lasers are
dangerous and can hurt or make you blind!!!

The default laser driver only supports laser on and off. Here you control the intensity with
your feedrate. For exchangeable diode lasers this is normally enough. If you need more control
you can set the intensity in a range 0-255 with a custom extension to the driver. See driver.h
and comments on how to extend the functions non invasive with our event system.

If you have a laser - powder system you will like your E override. If moves contain a
increasing extruder position it will laser that move. With this trick you can
use existing fdm slicers to laser the output. Laser width is extrusion width.

Other tools may use M3 and M5 to enable/disable laser. Here G1/G2/G3 moves have laser enabled
and G0 moves have it disables.

In any case, laser only enables while moving. At the end of a move it gets
automatically disabled.
*/

#define SUPPORT_LASER 0
#define LASER_PIN -1
#define LASER_ON_HIGH 1
#define LASER_WARMUP_TIME 0
#define LASER_PWM_MAX 255
#define LASER_WATT 2

// ##                              CNC configuration                                       ##

/*
If the firmware is in CNC mode, it can control a mill with M3/M4/M5. It works
similar to laser mode, but mill keeps enabled during G0 moves and it allows
setting rpm (only with event extension that supports this) and milling direction.
It also can add a delay to wait for spindle to run on full speed.
*/

#define SUPPORT_CNC 0
#define CNC_WAIT_ON_ENABLE 300
#define CNC_WAIT_ON_DISABLE 0
#define CNC_ENABLE_PIN -1
#define CNC_ENABLE_WITH 1
#define CNC_DIRECTION_PIN -1
#define CNC_DIRECTION_CW 1
#define CNC_PWM_MAX 255
#define CNC_RPM_MAX 8000
#define CNC_SAFE_Z 150

#define DEFAULT_PRINTER_MODE 0

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

#define MULTI_ZENDSTOP_HOMING 0
#define ENDSTOP_PULLUP_X_MIN true
#define ENDSTOP_X_MIN_INVERTING false
#define MIN_HARDWARE_ENDSTOP_X true
#define ENDSTOP_PULLUP_Y_MIN true
#define ENDSTOP_Y_MIN_INVERTING false
#define MIN_HARDWARE_ENDSTOP_Y true
#define ENDSTOP_PULLUP_Z_MIN false
#define ENDSTOP_Z_MIN_INVERTING false
#define MIN_HARDWARE_ENDSTOP_Z true
#define ENDSTOP_PULLUP_Z2_MINMAX true
#define ENDSTOP_Z2_MINMAX_INVERTING false
#define MINMAX_HARDWARE_ENDSTOP_Z2 false
#define ENDSTOP_PULLUP_X_MAX true
#define ENDSTOP_X_MAX_INVERTING false
#define MAX_HARDWARE_ENDSTOP_X false
#define ENDSTOP_PULLUP_Y_MAX true
#define ENDSTOP_Y_MAX_INVERTING false
#define MAX_HARDWARE_ENDSTOP_Y false
#define ENDSTOP_PULLUP_Z_MAX true
#define ENDSTOP_Z_MAX_INVERTING false
#define MAX_HARDWARE_ENDSTOP_Z false
#define ENDSTOP_PULLUP_X2_MIN true
#define ENDSTOP_PULLUP_Y2_MIN true
#define ENDSTOP_PULLUP_Z2_MINMAX true
#define ENDSTOP_PULLUP_X2_MAX true
#define ENDSTOP_PULLUP_Y2_MAX true
#define ENDSTOP_X2_MIN_INVERTING false
#define ENDSTOP_Y2_MIN_INVERTING false
#define ENDSTOP_X2_MAX_INVERTING false
#define ENDSTOP_Y2_MAX_INVERTING false
#define MIN_HARDWARE_ENDSTOP_X2 false
#define MIN_HARDWARE_ENDSTOP_Y2 false
#define MAX_HARDWARE_ENDSTOP_X2 false
#define MAX_HARDWARE_ENDSTOP_Y2 false
#define X2_MIN_PIN -1
#define X2_MAX_PIN -1
#define Y2_MIN_PIN -1
#define Y2_MAX_PIN -1
#define Z2_MINMAX_PIN ORIG_Z_MAX_PIN



#define max_software_endstop_r true

#define min_software_endstop_x false
#define min_software_endstop_y false
#define min_software_endstop_z false
#define max_software_endstop_x true
#define max_software_endstop_y true
#define max_software_endstop_z true
#define DOOR_PIN -1
#define DOOR_PULLUP 1
#define DOOR_INVERTING 1
#define ENDSTOP_X_BACK_MOVE 5
#define ENDSTOP_Y_BACK_MOVE 5
#define ENDSTOP_Z_BACK_MOVE 6
#define ENDSTOP_X_RETEST_REDUCTION_FACTOR 8
#define ENDSTOP_Y_RETEST_REDUCTION_FACTOR 8
#define ENDSTOP_Z_RETEST_REDUCTION_FACTOR 1
#define ENDSTOP_X_BACK_ON_HOME 0
#define ENDSTOP_Y_BACK_ON_HOME 0
#define ENDSTOP_Z_BACK_ON_HOME 0
#define ALWAYS_CHECK_ENDSTOPS 0
#define MOVE_X_WHEN_HOMED 0
#define MOVE_Y_WHEN_HOMED 0
#define MOVE_Z_WHEN_HOMED 0

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

#define X_ENABLE_ON 0
#define Y_ENABLE_ON 0
#define Z_ENABLE_ON 0
#define DISABLE_X 0
#define DISABLE_Y 0
#define DISABLE_Z 0
#define DISABLE_E 0
#define INVERT_X_DIR 1
#define INVERT_X2_DIR 0
#define INVERT_Y_DIR 1
#define INVERT_Y2_DIR 0
#define INVERT_Z_DIR 1
#define INVERT_Z2_DIR 1
#define INVERT_Z3_DIR 0
#define INVERT_Z4_DIR 0
#define X_HOME_DIR -1
#define Y_HOME_DIR -1
#define Z_HOME_DIR -1
#define X_MAX_LENGTH 320
#define Y_MAX_LENGTH 210
#define Z_MAX_LENGTH 190
#define X_MIN_POS -22
#define Y_MIN_POS -20
#define Z_MIN_POS 0
#define PARK_POSITION_X 0
#define PARK_POSITION_Y 0
#define PARK_POSITION_Z_RAISE 10


#define DISTORTION_CORRECTION 0
#define DISTORTION_CORRECTION_POINTS 5
#define DISTORTION_LIMIT_TO 2
#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
#define DISTORTION_XMIN 10
#define DISTORTION_YMIN 10
#define DISTORTION_XMAX 190
#define DISTORTION_YMAX 190

// ##########################################################################################
// ##                           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
#define EXACT_DELTA_MOVES 1

// Delta settings
#define DELTA_HOME_ON_POWER 0

#define DELTASEGMENTS_PER_PRINTLINE 20
#define STEPPER_INACTIVE_TIME 360L
#define MAX_INACTIVE_TIME 0L
#define MAX_FEEDRATE_X 400
#define MAX_FEEDRATE_Y 400
#define MAX_FEEDRATE_Z 10
#define HOMING_FEEDRATE_X 100
#define HOMING_FEEDRATE_Y 100
#define HOMING_FEEDRATE_Z 5
#define HOMING_ORDER HOME_ORDER_XYTZ
#define ZHOME_PRE_RAISE 2
#define ZHOME_PRE_RAISE_DISTANCE 10
#define RAISE_Z_ON_TOOLCHANGE 0
#define ZHOME_MIN_TEMPERATURE 0
#define ZHOME_HEAT_ALL 1
#define ZHOME_HEAT_HEIGHT 20
#define ZHOME_X_POS 160
#define ZHOME_Y_POS 105
#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 2
#define DIRECTION_DELAY 0
#define STEP_DOUBLER_FREQUENCY 12000
#define ALLOW_QUADSTEPPING 0
#define DOUBLE_STEP_DELAY 0 // time in microseconds
#define MAX_ACCELERATION_UNITS_PER_SQ_SECOND_X 2500
#define MAX_ACCELERATION_UNITS_PER_SQ_SECOND_Y 2500
#define MAX_ACCELERATION_UNITS_PER_SQ_SECOND_Z 10
#define MAX_TRAVEL_ACCELERATION_UNITS_PER_SQ_SECOND_X 3000
#define MAX_TRAVEL_ACCELERATION_UNITS_PER_SQ_SECOND_Y 3000
#define MAX_TRAVEL_ACCELERATION_UNITS_PER_SQ_SECOND_Z 10
#define INTERPOLATE_ACCELERATION_WITH_Z 0
#define ACCELERATION_FACTOR_TOP 100
#define MAX_JERK 23.1
#define MAX_ZJERK 0.4
#define PRINTLINE_CACHE_SIZE 16
#define MOVE_CACHE_LOW 10
#define LOW_TICKS_PER_MOVE 250000
#define EXTRUDER_SWITCH_XY_SPEED 100
#define DUAL_X_AXIS 0
#define DUAL_X_RESOLUTION 0
#define X2AXIS_STEPS_PER_MM 100
#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 ORIG_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 ORIG_E1_ENABLE_PIN
#define FEATURE_TWO_ZSTEPPER 1
#define Z2_STEP_PIN   ORIG_E0_STEP_PIN
#define Z2_DIR_PIN    ORIG_E0_DIR_PIN
#define Z2_ENABLE_PIN ORIG_E0_ENABLE_PIN
#define FEATURE_THREE_ZSTEPPER 0
#define Z3_STEP_PIN   ORIG_E2_STEP_PIN
#define Z3_DIR_PIN    ORIG_E2_DIR_PIN
#define Z3_ENABLE_PIN ORIG_E2_ENABLE_PIN
#define FEATURE_FOUR_ZSTEPPER 0
#define Z4_STEP_PIN   ORIG_E3_STEP_PIN
#define Z4_DIR_PIN    ORIG_E3_DIR_PIN
#define Z4_ENABLE_PIN ORIG_E3_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 AUTOMATIC_POWERUP 0
#define KILL_METHOD 1
#define EMERGENCY_PARSER 2
#define ACK_WITH_LINENUMBER 1
#define KEEP_ALIVE_INTERVAL 2000
#define WAITING_IDENTIFIER "wait"
#define ECHO_ON_EXECUTE 1
#define EEPROM_MODE 1
#undef PS_ON_PIN
#define PS_ON_PIN -1
#define JSON_OUTPUT 0

/* ======== 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 5
#define SERVO1_PIN -1
#define SERVO2_PIN -1
#define SERVO3_PIN -1
#define SERVO0_NEUTRAL_POS  1500
#define SERVO1_NEUTRAL_POS  -1
#define SERVO2_NEUTRAL_POS  -1
#define SERVO3_NEUTRAL_POS  -1
#define UI_SERVO_CONTROL 0
#define FAN_KICKSTART_TIME  200
#define MAX_FAN_PWM 255

        #define FEATURE_WATCHDOG 1

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

#define Z_PROBE_Z_OFFSET 0
#define Z_PROBE_Z_OFFSET_MODE 0
#define UI_BED_COATING 1
#define FEATURE_Z_PROBE 1
#define EXTRUDER_IS_Z_PROBE 0
#define Z_PROBE_DISABLE_HEATERS 0
#define Z_PROBE_BED_DISTANCE 8
#define Z_PROBE_PIN ORIG_Y_MAX_PIN
#define Z_PROBE_PULLUP 0
#define Z_PROBE_ON_HIGH 1
#define Z_PROBE_X_OFFSET 31
#define Z_PROBE_Y_OFFSET -34
#define Z_PROBE_WAIT_BEFORE_TEST 0
#define Z_PROBE_SPEED 6
#define Z_PROBE_XY_SPEED 150
#define Z_PROBE_SWITCHING_DISTANCE 5
#define Z_PROBE_REPETITIONS 3
#define Z_PROBE_USE_MEDIAN 0
#define Z_PROBE_HEIGHT 2
#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 1
#define Z_PROBE_MIN_TEMPERATURE 220
#define FEATURE_AUTOLEVEL 1
#define FEATURE_SOFTWARE_LEVELING 0
#define Z_PROBE_X1 50
#define Z_PROBE_Y1 90
#define Z_PROBE_X2 270
#define Z_PROBE_Y2 105
#define Z_PROBE_X3 50
#define Z_PROBE_Y3 105
#define BED_LEVELING_METHOD 0
#define BED_CORRECTION_METHOD 1
#define BED_LEVELING_GRID_SIZE 5
#define BED_LEVELING_REPETITIONS 1
#define BED_MOTOR_1_X -41.5
#define BED_MOTOR_1_Y 105
#define BED_MOTOR_2_X 400.5
#define BED_MOTOR_2_Y 105.1
#define BED_MOTOR_3_X -41.5
#define BED_MOTOR_3_Y 105.5
#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

#ifndef SDSUPPORT  // Some boards have sd support on board. These define the values already in pins.h
#define SDSUPPORT 0
#undef SDCARDDETECT
#define SDCARDDETECT -1
#undef SDCARDDETECTINVERTED
#define SDCARDDETECTINVERTED 0
#endif
#define SD_EXTENDED_DIR 0 /** 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_FAN2_CONTROL 0
#define FEATURE_CONTROLLER 2
#define ADC_KEYPAD_PIN -1
#define LANGUAGE_EN_ACTIVE 0
#define LANGUAGE_DE_ACTIVE 1
#define LANGUAGE_NL_ACTIVE 0
#define LANGUAGE_PT_ACTIVE 0
#define LANGUAGE_IT_ACTIVE 0
#define LANGUAGE_ES_ACTIVE 0
#define LANGUAGE_FI_ACTIVE 0
#define LANGUAGE_SE_ACTIVE 0
#define LANGUAGE_FR_ACTIVE 0
#define LANGUAGE_CZ_ACTIVE 0
#define LANGUAGE_PL_ACTIVE 0
#define LANGUAGE_TR_ACTIVE 0
#define LANGUAGE_RU_ACTIVE 0
#define UI_PRINTER_NAME "Corey XY _ BL-Touch"
#define UI_PRINTER_COMPANY "Subspace"
#define UI_PAGES_DURATION 4000
#define UI_SPEEDDEPENDENT_POSITIONING 1
#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_MIN_HEATED_BED_TEMP  30
#define UI_SET_MAX_HEATED_BED_TEMP 120
#define UI_SET_MIN_EXTRUDER_TEMP   170
#define UI_SET_MAX_EXTRUDER_TEMP   260
#define UI_SET_EXTRUDER_FEEDRATE 2
#define UI_SET_EXTRUDER_RETRACT_DISTANCE 3


#define NUM_MOTOR_DRIVERS 2
#define MOTOR_DRIVER_1(var) StepperDriver<57,56,62,0,0> var(2136.5167,5)
#define MOTOR_DRIVER_2(var) StepperDriver<23,22,24,0,0> var(2136.5167,5)








Implementing LASER INTENSITY

$
0
0
Hi all !
I'm trying to implement laser intensity routine, i have a laser driver with a TTL input so, 
i try to modify source from : 

WRITE(LASER_PIN,(LASER_ON_HIGH ? newIntensity > 199 : newIntensity < 200));

to 

analogWrite(LASER_PIN, newIntensity);


But nothing change ! :/
PWM 255 = ON 
PWM <255 = OFF 

i also try 
m42 p44 s254 = ON 
m42 p44 s254 = OFF

Any ideas ? 

Here the simple code : 

void LaserDriver::changeIntensity(uint8_t newIntensity)
{
    if(EVENT_SET_LASER(newIntensity))
    {
        // Default implementation
#if LASER_PIN > -1
        //WRITE(LASER_PIN,(LASER_ON_HIGH ? newIntensity > 199 : newIntensity < 200));
// set PWM wave to TTL laser-driver input 
analogWrite(LASER_PIN, newIntensity);
    }
}

Laser Intensity

$
0
0
Hello all,

Trying to add laser engraving to my 3d printer.
I have been able to get the laser to turn on and off with M3 S255 and M3 <S255.
But I would dearly love to enable intesnity settings.
My laser has a PWM input that is being triggered by Pin4 as configured in my firmware, but I am missing some setting or configuration that allows PWM to work.  

Here are what I believe to be the relavent files. Thanks!

configuration.h - https://pastebin.com/LDhZ5i0U
events.h - https://pastebin.com/wUTPFEBx
drivers.cpp - https://pastebin.com/P9RMTYcs

LASER ON/OFF issue

$
0
0
Hi, Still struggling with laser.

When manually moving laser head with G1 laser is on 
When manually moving laser head with G0 laser is on

What i did.
* replaced arduino mega
* tried older firmware
* tried older version repetier host
* assigned different pin for laser TTL output, laser on when pin is high
* erased eeprom from arduino multiple times before uploading new firmware
* deleted directories before installing new firmware/software
* delete all repetier files in c:\users\my name\local
* ran CCleaner to clean up my reg file

even after all these steps no improvement.

Still when I start repetier host a list of flies I printed shows up ??

I want to install everything from scratch, maybe the only solution?
How to delete all files from repetier host, server, eeprom, registry etc. zo I can start a complete clean installation

thanks






Z lift on pause press on LCD

$
0
0
If i am using printer as plotter and i hit pause it will draw a line (will not move head up before it moves in horizonat plane).It will draw same line on resume.There is option :

#define PAUSE_START_COMMANDS ""
#define PAUSE_END_COMMANDS ""

And if i  add there command to lift the head it will lift it but after it moves to origin.What i should do to make it to do that before it moves?

Z Probe with Piezo element errors

$
0
0
Hi there. I have been having trouble getting Repetier FW to play nicely with my precisionpiezo board, but I can't get it to trigger/untrigger properly. The board is tuned in that it detects taps but not so much as to induce false positives. I have made posts on the RepRap Forum piezo thread to no avail, which I render below. https://reprap.org/forum/read.php?1,767998,850895#msg-850895

I have a 27mm piezo sensor on a Rostock Max, but I can't seem to get it interfaced with my RAMBo and Repetier Firmware properly.
I've reflashed the firmware many times, each time changing a setting. I have tested an entire matrix of probe/endstop settings.

I'm certain it is wired correctly from Piezo20 to RAMBo, as I color coded the connectors, and I verified the piezo is in the proper polarity (no trigger on pressure release)


In Repetier Firmware I've tested all combinations of true/false for Z_PROBE_ON_HIGH, ENDSTOP_PULLUP_Z_MIN, and inverted Z Min logic. No matter what it either gives me Z probe triggered before probing, or the Z probe didn't untrigger on repetitive probe; only in two instances of the second situation did the carriage actually do a probe plunge and not raise instantly.
The only thing I kept constant was that Z probe pin is the Z Min pin, and ENDSTOP_Z_MIN = true. I realize that the Piezo20 works by pulling SIG low, thus requiring pullup, but I wanted to test it anyways.
Result denotes a scenario: 1 is triggered before probe starts error. 2 is probe didn't untrigger on probe. The letter in that column denotes the physical movement made after G30 P0 was sent. P is where the effector actually descended and touched an object, whereas i occurs in a configuration that caused instant raising of the probe.

ENDSTOP_Z_MIN_INVERTING
Z_PROBE_ON_HIGH
ENDSTOP_Z_MIN_PULLUP

M119 TRIGGERED (BLUE)

ZMIN/PROBE

RESULT

M119 UNTRIGGERED RED

ZMIN/PROBE

X
X
Y
L/L
1i
L/H
Y
Y
Y
L/H
2i
L/L
Y
X
Y
L/H
2p
L/L
X
Y
Y
L/L
1i
L/H
X
X
X
L/L
1i
L/H
Y
X
X
L/H
2i
L/L
X
Y
X
L/L
1i
L/H
Y
Y
X
L/H
2p
L/L

Custom Z-probe question

$
0
0
Hi, 
This is my 1st post here and I'd like to say BIG THANKS to the developers of Repetier-Firmware. I switched to Repetier 0.92 about 5 weeks ago after using different versions of Marlin and then Klipper and so far am extremely happy with Repetier's stability, reliability and performance. 

I am in the process of designing my own 3d printed touch-based z-probe and have a question about the output signals it should generate. 
During normal operation/printing, my z-probe's sensor-pin will be lifted and the output of z-probe will be HIGH. During bed leveling, when the pin is lowered, output will be LOW and will switch to HIGH when pin touches the bed. Could you please advice if such output from z-probe is supported and whether Z_PROBE_ON_HIGH should be set to 1 or 0. I have Z_max_endstop and will not be using z-probe as Z_min_endstop.
Another related question - does it matter whether z-probe's output is HIGH or LOW during the time when we are not running bed leveling?

Thanks

Case light over I2c PCA9685

$
0
0
Hello,
I have an PCA9685 PWM Board connected over I2c on my Marlin Board. I use it to control a laser via PWM.
Now I would like to use it also for the case light but I don't know how I can do this. In the configuration I can't set the case light to an I2c Pin I think. Any ideas?? 

Best regards

Iksi

DUAL_X_AXIS Configuration Guide

$
0
0
I Repetier

I have setup a 3d cartesian 3d printer with DUAL_X_AXIS configuration based on Arduino DUE, RADDS and RepRap Discount Graphic  Display with 1.0dev firmware version

Is there a main reference guide tu setup various define on configuration.h ?
I have see variou discussion on this forum but I have some issue on X2 axis (i have setup correctly X, Y and Z Axis) :
1.  Is there a way to be able to move X2 from a graphic controller  in Move Menu ?
2.  how to set and connect  END_STOP_PIN  for X2  ( on RADDS)   ?
3.  In addition to Cura there are other slicing software to manage this type of 3D printer ?

Thanks a Lot

Alberto


About 32-bit board compatibility

$
0
0
I am having troubles finding the list of 3d-printer boards with 32-bit processors supported by the latest Repetier firmware. Could anyone please share the link, or paste the list here?

Thanks 

dual extuder heating problem

$
0
0
I have a custom build prusa i3 and wanted to upgrade it to a dual extruder setup. i have a arduino mega and ramps 1.4 board with 2 e3d v6 hotend end 2 e3d titan extruders. i have set everyting up in the firmware and turned all fans of in de firmware because i have them conected to 12 volt so they run constantly when the printer is on. but when i heat up the nozzles in repetier host or server it only heats up the first hotend and extruder (when i heat up the second hotend i get an error that it isn't conected properly). but when i change in the firmware that i have the second hotend conected in the first hotends ports it heats up and when i have ther bed in the port for the second extruder it heats up to so i think the problem is in repetier servor or host because it keeps giving me an error that i havn't conevt everything right but there are no defects in the parts and everything is conected properly. so what do i have to do?

4 Z Achsen MABL

$
0
0
Hallo, ich habe ein Problem mit dem MABL !! Meine Plattform ist sehr gross (500mm y 400mm x). Ich hatte ein System aufgebaut, wie Sparkcube Xl mit  3 Z Spindeln,
dem Radds Board und Erweiterung. Das MABL hat soweit funktioniert, war aber leider immer zu ungenau !! Nun habe ich eine vierte Spindel hinzugefügt.Es wäre toll, wenn
es in naher Zukunft ein MABL über 4 Punkte geben würde!. Leider bin ich als Programierer unbrauchbar. Ich versuche jetzt, erstmal alle 4 Z Motoren einzelnd mit je einem
Sensor als Endschalter zu steuern,(also alle vier Ecken des Druckbettes), dies müsste ja so funktionieren ??
Rüdiger

Big Problems with Correction Map G33 on Delta Printer with 100mm Radius Bed

$
0
0
Hi all :)

First of all sorry for my very bad English ;)

I had a Delta Printer with a 100 radius Bed. G32 does not work very well for me because the bed is not 100% flat.
So i wanted to switch to g33 (DISTORTION_CORRECTION)

BUT !

If i start G33 the Print Head always run out of Bed on Top Left Corner :( and i had to Emergency Stop them to get no Damage.

the Parameters in Firmware are

#define DISTORTION_CORRECTION 1
#define DISTORTION_CORRECTION_POINTS 8
#define DISTORTION_LIMIT_TO 2
#define DISTORTION_CORRECTION_R 95
#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
#define DISTORTION_XMIN -60
#define DISTORTION_YMIN -60
#define DISTORTION_XMAX 60
#define DISTORTION_YMAX 60

Firmware Version are lastest Stable 1.0............

I Dont know why. plz help me ! :)

Board is Arduino Due 32 Bit
Viewing all 1057 articles
Browse latest View live