mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
General improvments to RatRig V-Core 4 & V-Core 4 HYBRID (#5966)
Resolves #5932 **The following changes made are made to all V-Core 4 versions** - Improved cover's quality  - Added RatRig's PunkFil ABS, PETG, and PETG CF filaments - Added PETG-CF10 filament type & RatRig to filament vendors - Increased max z speed to 200 from 50 and max acceleration travel to 10,000 from 9,000 - Enabled wipe and z hop, as well as, increased retract before wipe to 70% from 0% - Improved layer change G-Code - Fixed pause G-Code - Added extruder clearance parameters *Almost all of these changes come from @nameisCruzCruz in #5932
This commit is contained in:
@@ -2125,6 +2125,7 @@ void PrintConfigDef::init_fff_params()
|
||||
def->enum_values.push_back("PET-CF");
|
||||
def->enum_values.push_back("PETG");
|
||||
def->enum_values.push_back("PETG-CF");
|
||||
def->enum_values.push_back("PETG-CF10");
|
||||
def->enum_values.push_back("PHA");
|
||||
def->enum_values.push_back("PLA");
|
||||
def->enum_values.push_back("PLA-AERO");
|
||||
|
||||
Reference in New Issue
Block a user