If vague let me illistrate with my actual throught process
material jaysen_pla inherits generic_pla {
temp 195;
initial temp 200;
buid plate temp 50;
initial build plate temp 60;
speed 80;
initial speed 20;
}
material c-word_pla_red inherits jaysen_pla {
initial speed 15;
enable jerk control true;
jerk accel 5;
}
material c-word_pla_blue inherits jaysen_pla {
speed 55;
initial flow 110;
}
The idea being that if I change a setting in jaysen_pla, c-word_pla_red and c-word_pla_blue get that setting updated unless they explicitly override it.
Realisticaly, I need to have something that is jaysen_start that is infront of the jaysen_pla to limit the printer stupid defaults. Maybe that is a rewrite of the printer definition to limit the speeds*?
*Dang you @Slashee_the_Cow! here I am trying to slow this thing down when everyone else is trying to go faster! See what you've done? See!?!
Recommended Posts
Slashee_the_Cow 493
I think it makes vague sense. I also know I'm not the one to answer this.
@ahoeben, you're up.
Link to post
Share on other sites