Skip to content

Fixed some problems, like methods not found and variables. Made it wo…#14

Closed
schirrel wants to merge 7 commits intothinkyhead:rc_filament_change_toofrom
schirrel:rc_filament_change_new_hope
Closed

Fixed some problems, like methods not found and variables. Made it wo…#14
schirrel wants to merge 7 commits intothinkyhead:rc_filament_change_toofrom
schirrel:rc_filament_change_new_hope

Conversation

@schirrel
Copy link

@schirrel schirrel commented May 5, 2016

…rk at the first behaviors: 1 slow insert till the filament gets catch; 2 insert total filament tru bowden tub; 3 eject all the filament tru the tube; Missing the part where while the 2 and 3 it be possible to stop

CoderSquirrel and others added 5 commits May 1, 2016 23:09
…rk at the first behaviors: 1 slow insert till the filament gets catch; 2 insert total filament tru bowden tub; 3 eject all the filament tru the tube; Missing the part where while the 2 and 3 it be possible to stop
static void lcd_eject_filament() { lcd_mfc_move(MFC_EJECTING, -1.0); }
static void lcd_insert_filament() { lcd_mfc_move(MFC_INSERTING, 1.0); }
static void lcd_insert_filament_slow_callback() { lcd_mfc_move(MFC_INSERTING_SLOW, 1.0, 1.5); }
static void lcd_eject_filament() { lcd_mfc_move(MFC_EJECTING BOWDEN_LENGTH, FILAMENT_CHANGE_NORMAL_SPEED); }
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot a comma here…

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add and commiting

#define AUTO_FILAMENT_CHANGE_FEEDRATE 300 //Extrusion feedrate (mm/min) on automatic extrusion loop

#if ENABLED(MANUAL_FILAMENT_CHANGE)
#define FILAMENT_LOAD_LENGTH 55 //i guess it's in cm
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// I'm really positive that it's centimeters

…or just…

// cm

…is fine…

Copy link
Author

@schirrel schirrel May 5, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes i know i've put this way to remenber to discuss with u.
Because in my last code i used mm, so my bowden is 55cm distante, i was using 550, but when i was using this, i wasnt with filament around, and with 550 it seems to be much more then 550mm, so i was to ask you, what is the default measure for this

Copy link
Owner

@thinkyhead thinkyhead May 6, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mm would be best, in my opinion. I think of almost everything on my printer in mm, especially extrusion-related things. But there is at least one setting specified in cm:

#define MEASUREMENT_DELAY_CM        14

@thinkyhead thinkyhead force-pushed the rc_filament_change_too branch from cff6c21 to a589328 Compare May 12, 2016 20:53
@thinkyhead thinkyhead force-pushed the rc_filament_change_too branch 13 times, most recently from 5c0577c to df7d174 Compare May 17, 2016 23:47
@thinkyhead thinkyhead force-pushed the rc_filament_change_too branch 2 times, most recently from 02f59b1 to 64ebbe5 Compare May 31, 2016 06:38
@thinkyhead thinkyhead force-pushed the rc_filament_change_too branch 3 times, most recently from dbc89f2 to 76ec16a Compare June 12, 2016 00:19
@thinkyhead thinkyhead force-pushed the rc_filament_change_too branch 2 times, most recently from 7817e51 to 060a6b4 Compare June 13, 2016 02:02
@thinkyhead thinkyhead force-pushed the rc_filament_change_too branch from 060a6b4 to dd690ac Compare June 24, 2016 04:34
@thinkyhead thinkyhead force-pushed the rc_filament_change_too branch 6 times, most recently from b4d1ed4 to 5fc24f5 Compare July 3, 2016 20:40
@thinkyhead thinkyhead closed this Aug 26, 2016
thinkyhead pushed a commit that referenced this pull request Aug 24, 2019
# This is the 1st commit message:

Add Support for ADIMLab Granty

# The commit message #2 will be skipped:

# Update Configuration.h

# The commit message #3 will be skipped:

# Add files via upload
#
# Add Support for ADIMLab Granty

# The commit message #4 will be skipped:

# Create Configuration.h

# The commit message #5 will be skipped:

# Delete Configuration.h

# The commit message #6 will be skipped:

# Create Test.h

# The commit message #7 will be skipped:

# Add files via upload

# The commit message #8 will be skipped:

# Delete Test.h

# The commit message #9 will be skipped:

# Delete Configuration.h

# The commit message #10 will be skipped:

# Delete Configuration_adv.h

# The commit message #11 will be skipped:

# Add files via upload
#
# Add ADIMLab Pins

# The commit message #12 will be skipped:

# Add files via upload
#
# Add Bootscreen

# The commit message #13 will be skipped:

# Update Configuration.h
#
# Add Bootscreen

# The commit message #14 will be skipped:

# Update pins.h
#
# Add ADIMLab Board

# The commit message #15 will be skipped:

# Update boards.h
#
# Add ADIMLab Granty

# The commit message #16 will be skipped:

# Update Makefile
#
# Add ADIMLab Granty

# The commit message #17 will be skipped:

# Update boards.h

# The commit message #18 will be skipped:

# Update Makefile
thinkyhead added a commit that referenced this pull request Aug 24, 2019
* # This is a combination of 18 commits.
# This is the 1st commit message:

Add Support for ADIMLab Granty

# The commit message #2 will be skipped:

# Update Configuration.h

# The commit message #3 will be skipped:

# Add files via upload
#
# Add Support for ADIMLab Granty

# The commit message #4 will be skipped:

# Create Configuration.h

# The commit message #5 will be skipped:

# Delete Configuration.h

# The commit message #6 will be skipped:

# Create Test.h

# The commit message #7 will be skipped:

# Add files via upload

# The commit message #8 will be skipped:

# Delete Test.h

# The commit message #9 will be skipped:

# Delete Configuration.h

# The commit message #10 will be skipped:

# Delete Configuration_adv.h

# The commit message #11 will be skipped:

# Add files via upload
#
# Add ADIMLab Pins

# The commit message #12 will be skipped:

# Add files via upload
#
# Add Bootscreen

# The commit message #13 will be skipped:

# Update Configuration.h
#
# Add Bootscreen

# The commit message #14 will be skipped:

# Update pins.h
#
# Add ADIMLab Board

# The commit message #15 will be skipped:

# Update boards.h
#
# Add ADIMLab Granty

# The commit message #16 will be skipped:

# Update Makefile
#
# Add ADIMLab Granty

# The commit message #17 will be skipped:

# Update boards.h

# The commit message #18 will be skipped:

# Update Makefile

* Add Support for ADIMLab Granty

* Optimize bootscreen

* Update Makefile

Updated Description

* Update boards.h

Updated Description

* Update pins_HJC2560C_REV2.h

Updated Description

* Update Configuration.h

Added Author + Custom_Machine_Name

* Create _Bootscreen.h

Add Bootscreen

* Add files via upload

Add ADIMLab Granty v1

* Update boards.h

Add ADIMLab Granty v1

* Update Makefile

Add ADIMLab Granty v1

* Update pins_HJC2560C_REV2.h

* Consolidate Granty configs

* config updates
thinkyhead pushed a commit that referenced this pull request Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants