mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
Add Repetier Gcode Flavor as option (#13126)
* Fixed PrintConfig.hpp order so Repetier outputs, updated ConfigWizard to use gcode_flavor value rather than static Add Repetier to enum values and labels Update to add Repetier base profile to the setup wizard Re-order gcode_flavors in PrintConfig.hpp and PrintConfig.cpp to match Revise ConfigWizard.cpp to use gcode_flavor rather than list order Add Repetier profiles and include in custom.json (profile disables m73 and stop emit machine limits which Repetier doesn't use) * Fix JSON formatting in Custom.json * Add support for pressure advance in Repetier flavor * Add Repetier flavor show motion ability tab is visible * Refactor jerk handling for Repetier flavor * Update resources/profiles/Custom/machine/MyRepetier 0.4 nozzle.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update resources/profiles/Custom/machine/fdm_repetier_common.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/libslic3r/PrintConfig.cpp Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * add back localisation flag for Klipper * tidy up indentation and braces * Space indentation for Repetier profiles changed to tab * Fix space indentation in Custom.json file for Repetier profiles --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Ian Bassi <ian.bassi@outlook.com> Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
"name": "Generic RRF Printer",
|
||||
"sub_path": "machine/MyRRF.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic Repetier Printer",
|
||||
"sub_path": "machine/MyRepetier.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ToolChanger Printer",
|
||||
"sub_path": "machine/MyToolChanger.json"
|
||||
@@ -38,6 +42,11 @@
|
||||
"name": "fdm_process_rrf_common",
|
||||
"sub_path": "process/fdm_process_rrf_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_repetier_common",
|
||||
"sub_path": "process/fdm_process_repetier_common.json"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "0.08mm Extra Fine @MyKlipper",
|
||||
"sub_path": "process/0.08mm Extra Fine @MyKlipper.json"
|
||||
@@ -130,6 +139,10 @@
|
||||
"name": "0.28mm Extra Draft @MyRRF",
|
||||
"sub_path": "process/0.28mm Extra Draft @MyRRF.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @MyRepetier",
|
||||
"sub_path": "process/0.20mm Standard @MyRepetier.json"
|
||||
},
|
||||
{
|
||||
"name": "0.08mm Extra Fine @MyToolChanger",
|
||||
"sub_path": "process/0.08mm Extra Fine @MyToolChanger.json"
|
||||
@@ -230,6 +243,10 @@
|
||||
"name": "fdm_rrf_common",
|
||||
"sub_path": "machine/fdm_rrf_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_repetier_common",
|
||||
"sub_path": "machine/fdm_repetier_common.json"
|
||||
},
|
||||
{
|
||||
"name": "MyKlipper 0.2 nozzle",
|
||||
"sub_path": "machine/MyKlipper 0.2 nozzle.json"
|
||||
@@ -254,6 +271,10 @@
|
||||
"name": "MyRRF 0.4 nozzle",
|
||||
"sub_path": "machine/MyRRF 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "MyRepetier 0.4 nozzle",
|
||||
"sub_path": "machine/MyRepetier 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "MyToolChanger 0.2 nozzle",
|
||||
"sub_path": "machine/MyToolChanger 0.2 nozzle.json"
|
||||
|
||||
Reference in New Issue
Block a user