|
extract configuration.h February 10, 2016 11:41AM |
Registered: 10 years ago Posts: 49 |
|
Re: extract configuration.h February 10, 2016 11:59AM |
Admin Registered: 18 years ago Posts: 14,167 |
|
Re: extract configuration.h February 10, 2016 12:37PM |
Registered: 10 years ago Posts: 116 |
|
Re: extract configuration.h February 10, 2016 01:55PM |
Registered: 11 years ago Posts: 189 |
|
Re: extract configuration.h February 10, 2016 03:31PM |
Registered: 13 years ago Posts: 114 |
|
Re: extract configuration.h February 12, 2016 08:12AM |
Registered: 10 years ago Posts: 49 |
|
Re: extract configuration.h February 12, 2016 09:43AM |
Admin Registered: 18 years ago Posts: 14,167 |
|
Re: extract configuration.h February 14, 2016 10:31AM |
Registered: 13 years ago Posts: 114 |
Quote
bizit524
@VDX - This is what I was afraid of not being able to extract it.
@hoxsiew -I will however its not like they are refusing to give it to me, the literally just dont respond. In a sense it is refusing they did that with the STL files I asked for, for the original 3d printed parts. Really annoying
@eried - I have the aluminum version as well! could you send them to me? Yeah I saw the steps per mm currently everytime I turn it on I just reset it to what I have calibrated it. very annoying but I have been waiting till I get a hold of the original file before I start messing with it.
Also speaking of the steps per MM. they sold to me a 200x270 bed which is fine, works great HOWEVER i actually measured the bed and its 220x270. This is great extra 20 mm! just tried printing on that side and it literally doesn't print on it even if I set the settings in slic3r or cura. The nozzel/ x carriage has enough room to move all the way to the end of the rail without hitting anything. I suspect that is another firmware limitation that I have to change. Where would I go about changing that. once I have the configuration.h file?
|
Re: extract configuration.h February 16, 2016 08:28AM |
Registered: 10 years ago Posts: 49 |
Quote
eried
Quote
bizit524
@VDX - This is what I was afraid of not being able to extract it.
@hoxsiew -I will however its not like they are refusing to give it to me, the literally just dont respond. In a sense it is refusing they did that with the STL files I asked for, for the original 3d printed parts. Really annoying
@eried - I have the aluminum version as well! could you send them to me? Yeah I saw the steps per mm currently everytime I turn it on I just reset it to what I have calibrated it. very annoying but I have been waiting till I get a hold of the original file before I start messing with it.
Also speaking of the steps per MM. they sold to me a 200x270 bed which is fine, works great HOWEVER i actually measured the bed and its 220x270. This is great extra 20 mm! just tried printing on that side and it literally doesn't print on it even if I set the settings in slic3r or cura. The nozzel/ x carriage has enough room to move all the way to the end of the rail without hitting anything. I suspect that is another firmware limitation that I have to change. Where would I go about changing that. once I have the configuration.h file?
Well my file is already modified with leadscrews and autolevelling [www.thingiverse.com] not sure if is useful for you. And you need to adjust the bed limits in the configuration.h and cura aplication itself to reach all the corners of the bed
|
Re: extract configuration.h February 16, 2016 09:32AM |
Registered: 13 years ago Posts: 114 |
|
Re: extract configuration.h February 17, 2016 07:29AM |
Registered: 10 years ago Posts: 49 |
Thanks so much this will help greatly. That is good you have modified those, I have noticed that as well along with I wanted to change one setting that is moving all the axis and the extruder instead of in the prepare menu which makes no sense I wanted to put it into the other menu below itQuote
eried
Sure, here are all the files I modified: [cloudup.com]
Download the latest marlin firmware and replace those. I modified some other parts to improve the user experience of the hictop printer, for example the encoding wheel was very imprecise and when I pushed it sometimes was choosing another option, etc
|
Re: extract configuration.h February 17, 2016 10:57AM |
Registered: 13 years ago Posts: 114 |
|
Re: extract configuration.h February 24, 2016 05:51PM |
Registered: 10 years ago Posts: 49 |
|
Re: extract configuration.h February 24, 2016 08:52PM |
Registered: 13 years ago Posts: 114 |
Quote
bizit524
sorry for the extremely late response! ha didn't know that was you. i have already found most of your designs on thingiverse and have printed some. I just actually finished printing your z axis hictop version for threaded screws when mine come in, However I have not found that anybody has designed a z axis part which includes threaded portion on z AND X. I have found either or but not both. Have you located any of these by chance? I try to search Everything but the search function is HORRENDOUS. It searches all tag lines, entire body, and title i believe which makes it very inefficient
Thank you VDX i have now taken eried and edited it to the bed
I have also a question/s. Do you happen to remember the steps per mm for the threaded rod? I tried looking mine up but I cant find it anywhere. I found this on the metric standards but doesn't indicate if mine fits this
"A typical M8 rod has a pitch of 1.25"
I have changed the acceleration to 1500 instead of 3000 in line 3,4 and 6 because I was getting ringing. Is this ok or do I have to change it elsewhere?
I BELIEVE the first line is where i change the x axis steps per mm? it would be the 400?
It also looks like you have enabled the saving of EEPROM settings is this true? because I was looking for this as well but from googling it looks already setup.
Lastly I just changed the location of the y endstop sensor from under the bed to against my stepper motor. This is great however since it has changed i believe my bed is off by about 14 mm. IF I calculated right. Where is the offset setting for the y axis endstop? I see multiple y offset settings but not sure which one correlates with the endstop
What is the config_adv that you included? do i put this in as well when uploading?
#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,400,98.5}
#define DEFAULT_MAX_FEEDRATE {300, 300, 5, 45} // (mm/sec)
#define DEFAULT_MAX_ACCELERATION {1500,1500,100,10000} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for Skeinforge 40+, for older versions raise them a lot.
#define DEFAULT_ACCELERATION 1500 // X, Y, Z and E acceleration in mm/s^2 for printing moves
#define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration in mm/s^2 for retracts
#define DEFAULT_TRAVEL_ACCELERATION 1500 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
// The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously)
#define DEFAULT_XYJERK 20.0 // (mm/sec)
#define DEFAULT_ZJERK 0.4 // (mm/sec)
#define DEFAULT_EJERK 5.0 // (mm/sec)
|
Re: extract configuration.h April 24, 2016 11:39AM |
Registered: 10 years ago Posts: 26 |
// Default AXIS STEPS, MAX_FEEDRATE, ACCLERATION settings
// Default AXIS STEP Settings (motor steps) X, Y, Z, E
// 1a) default axis steps per unit for Ultimaker steps/mm ={8.7402,78.7402,200.0*8/3,760*1.1}
// 1b) default axis steps per unit for HIC i3 steps/mm ={80,80,2560,94.4962144}, OEM z-axis threaded rods =8mm wide x 1.25mm pitch
//#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,2560,94.4962144} // original default for HIC i3, (steps/mm)
#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,2559,98.6} // CL: default steps for _my_ HIC i3, you may need to change the Z and/or E for your machine
// Default MAXIMUM FEEDRATES (motor speeds) X, Y, Z, E - GLOBAL for printing and non-printing
//#define DEFAULT_MAX_FEEDRATE {200,200,5,17} // (mm/sec) default for Makerbot i3
//#define DEFAULT_MAX_FEEDRATE {500,500,5,25} // (mm/sec) default for HIC i3
#define DEFAULT_MAX_FEEDRATE {120,120,3,25} // (mm/sec) CL: default for _my_ HIC i3 max feedrate rated at ~120mm/sec
// Default MAXIMUM ACCELERATION (motor) X, Y, Z, E=(extrusion only) - max start speeds for accelerated moves
// NOTE: value stored in DEFAULT_ACCELERATION if lower, will limit these MAX rates
//#define DEFAULT_MAX_ACCELERATION {9000,9000,100,10000} // (mm/sec^2) default for HIC i3 - X, Y, Z, E(moves) maximum start speed for accelerated moves
#define DEFAULT_MAX_ACCELERATION {1200,1200,50,10000} // (mm/sec^2) CL: for _my_ HIC i3 - X, Y, Z, E(moves) maximum start speed for accelerated moves
// E default values are good for Skeinforge 40+, for older versions raise them a lot.
// Default misc. ACCELERATIONS
//#define DEFAULT_ACCELERATION 500 // (mm/sec^2) default for Makerbot i3 - X, Y, Z and E max acceleration for printing moves
//#define DEFAULT_ACCELERATION 3000 // (mm/sec^2) default for HIC i3 - X, Y, Z and E max acceleration for printing moves
#define DEFAULT_ACCELERATION 1200 // (mm/sec^2 ) CL: for _my_ HIC i3 - X, Y, Z and E max acceleration for printing moves
#define DEFAULT_RETRACT_ACCELERATION 3000 // (mm/sec^2) E acceleration for retracts (fliament purge and feed)
#define DEFAULT_TRAVEL_ACCELERATION 1200 // (mm/sec^2) X, Y, Z acceleration for travel (non-printing) moves
// The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously)
// default jerk values for HIC i3 ={20.0, 0.4, 5.0} (mm/sec)
#define DEFAULT_XYJERK 2.0 // CL: For HIC i3, was =20, (mm/sec)
#define DEFAULT_ZJERK 0.4 // (mm/sec)
#define DEFAULT_EJERK 5.0 // (mm/sec)
|
Re: extract configuration.h May 25, 2016 10:17PM |
Registered: 10 years ago Posts: 1 |
|
Re: extract configuration.h May 25, 2016 10:44PM |
Admin Registered: 15 years ago Posts: 7,320 |