lucasss

About

Username
lucasss
Joined
Visits
52
Last Active
Roles
Member

Comments

  • Ok, I'm trying your code... Seems working, but i cannot connect the laser at the moment (i'm using it with a LED) because i need to invert the signal... from the code: class PCAPWM {     public:     PCAPWM(uint8_t address);     void Init(void);   …
  • RAyWB said: EDIT:: Typo, please change newint =(com->S); to newintens =(com->S); thanks for the hint!!! do you use only the pca9685  or also the mcp23017 and mcp4725? Thanks to you for the support Now i can compile without …
  • I've configured and downloaded the 1.0dev firmware from: https://www.repetier.com/firmware/dev/index.php Then i've add the customevents.h and customeventsimpl.h to firmware folder, and i've add the: #define CUSTOM_EVENTS after #ifndef CONFIGURA…
  • After adding #define CUSTOM_EVENTS  there is some error in compiling: exit status 1 'firstMove' is not a member of 'LaserDriver' Edit. solved...just define CUSTOM_EVENTS upper than laser section...of course... Problem N°2: exit status 1 'newint' …
  • RAyWB said: I have it running on a mega/ramps also. use dev firmware and add the custom events , warmup and most other features are included in official repetier-firmware Hi, today I've finally received the PCA9685  board and I'm ready t…
  • RAyWB said: there is a solution out of the box , see https://github.com/repetier/Repetier-Firmware/tree/development/src/SampleEventSystems/Laser PWM and DAC I´ll post some pictures to my GitHub  to show some pretty good results. (may take …
  • I've try to engrave some photo but without a real good result.. See the photo on the end of the blog article... http://www.e-tips.it/2017/03/20/incisore-laser/ Seems that for a gray-scale you have to drive the laser with a higher PWM frequency... …
  • dmkmedia said: // ##########################################################################################// ##                             Laser configuration                                      ##// #####################################…
  • dmkmedia said: the laser i got from a laser engraving home build kit but dismantled it a few months ago for spare parts . but i kept the laser is this one https://www.banggood.com/445nm-2_3W-2300mW-Blue-Laser-Module-With-Heatsink-For-DIY-Lase…
  • what kind of laser have you got? What's  voltage required your laser? If you connect the laser to D5, i assume that the laser is powered by a TTL driver so you connect just the signal to RAMPS, right? How are you trying to turn on the laser? With a…
  • I'm so sorry to had add a new task to your todo list Yes, i can confirm that in 0.91 the plug-in work like a charm
  • Repetier said: Speaking about inkscape, have a look here: http://www.repetier.com/repetier-g-code-plugin-for-inskscape/ Just made today:-) Creates only contours but creates our gcode how we like it andis super easy to use. With the grayscale…
  • Solved removing quadstepping for the moment...
  • If you want less motor noise, you can choose a silent stepper driver like the TMC2100...
  • I've change acceleration from the lcd, and then saved in eeprom... TMC2100 could have same power of the old driver, actually i've set to the same correspondent current on motor... Actually i've set a delay of 2us STEPPER_HIGH_DELAY = 2 Maybe i've t…
  • So a larger buffer will be better? I've got a CoreXY and buffer are set to default (16), so i can have a performance improvement setting the buffer size to 24?
  • Thank for the link. If i remove the lcd support from firmware, and use my printer from Octoprint...this will help?
  • oh... There is the possibility to add the laser intensity? Maybe i have to edit drivers.cpp? Something like this should work? My laser is on HotEnd 0 output of Ramps... #if defined(SUPPORT_LASER) && SUPPORT_LASER uint8_t LaserDriver::inte…
  • Edit: Yes, repetier support laser intensity... With "M03 S200" laser turn ON. So there is a threshold...maybe the 50%...so maybe the minimum value is 128?
  • Thanks, a lot "Repetier-Helper" :P I have to add this issues on github?
  • Pay attention... In repetier with Corexy printer, X and Y step/mm must be multiplied by 2. For my printer I have 160 step/mm in 1/32 micro-step configuration, but I have to set 320 step/mm for X and Y in repetier configuration. Maybe is this the sol…
  • Thanks a lot for your quickly support!
  • So, which version of Arduino i have to use to compile Repetier FW 0.91?
  • I've change Arduino Ide to 1.5.8 and now the error is "only": ui.cpp: In member function 'void UIDisplay::adjustMenuPos()': ui.cpp:2016:47: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]      uint8_t mtype = HAL::read…