Browse Source

EXP3D Imprimante Multifonction (#16079)

Vertabreaker 4 years ago
parent
commit
0832a60db3

+ 1
- 1
Marlin/src/module/scara.cpp View File

@@ -95,7 +95,7 @@ void forward_kinematics_SCARA(const float &a, const float &b) {
95 95
 void inverse_kinematics(const xyz_pos_t &raw) {
96 96
 
97 97
   #if ENABLED(MORGAN_SCARA)
98
-  
98
+
99 99
     /**
100 100
      * Morgan SCARA Inverse Kinematics. Results in 'delta'.
101 101
      *

+ 1
- 1
Marlin/src/pins/pins.h View File

@@ -460,7 +460,7 @@
460 460
 #elif MB(GTM32_MINI_A30)
461 461
   #include "stm32/pins_GTM32_MINI_A30.h"        // STM32F1                                env:STM32F103RE
462 462
 #elif MB(GTM32_MINI)
463
-  #include "stm32/pins_GTM32_MINI.h"            // STM32F1                                env:STM32F103RE 
463
+  #include "stm32/pins_GTM32_MINI.h"            // STM32F1                                env:STM32F103RE
464 464
 #elif MB(GTM32_REV_B)
465 465
   #include "stm32/pins_GTM32_REV_B.h"           // STM32F1                                env:STM32F103RE
466 466
 #elif MB(MORPHEUS)

+ 2211
- 0
config/examples/EXP3D/Imprimante multifonction/Configuration.h
File diff suppressed because it is too large
View File


+ 2863
- 0
config/examples/EXP3D/Imprimante multifonction/Configuration_adv.h
File diff suppressed because it is too large
View File


+ 2
- 3
config/examples/Geeetech/E180/Configuration.h View File

@@ -476,7 +476,7 @@
476 476
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
477 477
 
478 478
   //FIND YOUR OWN: "M303 C8 S200 U" HOTEND PID
479
-  
479
+
480 480
   #define  DEFAULT_Kp 45.80
481 481
   #define  DEFAULT_Ki 3.61
482 482
   #define  DEFAULT_Kd 145.39
@@ -515,7 +515,6 @@
515 515
 #if ENABLED(PIDTEMPBED)
516 516
   //#define MIN_BED_POWER 0
517 517
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
518
-  
519 518
 
520 519
   // FIND YOUR OWN: "M303 E-1 C8 S60"
521 520
 #endif // PIDTEMPBED
@@ -1084,7 +1083,7 @@
1084 1083
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
1085 1084
   #define NUM_RUNOUT_SENSORS   1     // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.
1086 1085
   #define FIL_RUNOUT_PIN      66
1087
-  #define FIL_RUNOUT_INVERTING true  // set to true to invert the logic of the sensors. - some of the geeetech filament sensors are false 
1086
+  #define FIL_RUNOUT_INVERTING true  // set to true to invert the logic of the sensors. - some of the geeetech filament sensors are false
1088 1087
   #define FIL_RUNOUT_PULLUP          // Use internal pullup for filament runout pins.
1089 1088
   //#define FIL_RUNOUT_PULLDOWN      // Use internal pulldown for filament runout pins.
1090 1089
 

+ 1
- 1
config/examples/Geeetech/E180/Configuration_adv.h View File

@@ -1722,7 +1722,7 @@
1722 1722
  * Requires NOZZLE_PARK_FEATURE.
1723 1723
  * This feature is required for the default FILAMENT_RUNOUT_SCRIPT.
1724 1724
  */
1725
-//#define ADVANCED_PAUSE_FEATURE 
1725
+//#define ADVANCED_PAUSE_FEATURE
1726 1726
 #if ENABLED(ADVANCED_PAUSE_FEATURE)
1727 1727
   #define PAUSE_PARK_RETRACT_FEEDRATE         10  // (mm/s) Initial retract feedrate.
1728 1728
   #define PAUSE_PARK_RETRACT_LENGTH            2  // (mm) Initial retract.

Loading…
Cancel
Save